@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@media screen and (min-width: 1023.9px) {
  .p_contents .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    gap: 20px;
  }
  .p_contents .container .view_box {
    flex: 1;
  }
  .p_contents .container .contents_box {
    width: 385px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_contents .view_box {
    margin-inline: -20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
}
.p_contents .video_area {
  position: relative;
}
.p_contents .video_area .video_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p_contents .video_area .video_wrap .portrait_img {
  display: none;
}
@media (orientation: portrait) {
  .p_contents .video_area .video_wrap .landscape_img {
    display: none;
  }
  .p_contents .video_area .video_wrap .portrait_img {
    display: block;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_contents .video_area .video_wrap {
    border-radius: 6px;
  }
}
.p_contents .video_area .video_wrap .with_play {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translateX(-50%);
}
.p_contents .video_area .video_layer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.p_contents .video_area .video_layer .txt {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1023.9px) {
  .p_contents .video_area .video_layer .txt {
    font-size: 14px;
  }
}
.p_contents .video_area .video_layer .com_btn {
  padding-inline: 30px;
}
@media screen and (min-width: 1023.9px) {
  .p_contents .com_creator_info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_contents .com_creator_info {
    border-radius: 0;
    border: none;
    padding-inline: 20px;
  }
}
.p_contents .video_info {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 1023.9px) {
  .p_contents .video_info {
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
  }
  .dark .p_contents .video_info {
    border-color: #46434B;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_contents .video_info {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_contents .video_info {
    gap: 20px;
  }
}
.p_contents .video_info .info_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
}
.p_contents .video_info .info_top .badge {
  border-radius: 25px;
  width: 60px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  font-weight: 500;
  color: #FF41B4;
  border: 1px solid #FF41B4;
}
.dark .p_contents .video_info .info_top .badge {
  color: #F48FB1;
  border-color: #F48FB1;
}
.p_contents .video_info .info_top .badge.point {
  background-color: #FF41B4;
  color: #fff;
}
.dark .p_contents .video_info .info_top .badge.point {
  background-color: #F48FB1;
}
.p_contents .video_info .info_top .manage_info {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  font-weight: 400;
}
.p_contents .video_info .info_top .manage_info .btn_private {
  min-width: 70px;
  height: 25px;
  padding: 0;
}
.p_contents .video_info .tit {
  font-size: 20px;
  font-weight: 700;
}
.p_contents .video_info .desc {
  line-height: 1.7;
  letter-spacing: -0.21px;
}
.p_contents .cont_tit {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}
.p_contents .com_contents {
  gap: 15px;
  align-items: center;
}
.p_contents .com_contents__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.p_contents .com_contents .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 83px;
  min-width: 140px;
  aspect-ratio: auto;
}
.p_contents .com_contents .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p_contents .com_contents .thumb > img, .p_contents .com_contents .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  .p_contents .com_contents .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 167px;
    height: 100px;
    min-width: 167px;
    aspect-ratio: auto;
  }
  .p_contents .com_contents .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .p_contents .com_contents .thumb > img, .p_contents .com_contents .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.p_contents .com_contents .txt_area {
  gap: 12px;
}
.p_contents .com_contents .txt_area .tit {
  font-size: 16px;
  margin-bottom: -7px;
}
.p_contents .com_contents .txt_area .desc {
  font-size: 13px;
  overflow: hidden;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  word-break: break-all;
}
.p_contents .com_contents .txt_area .info__wrap {
  margin-top: 0;
}
.p_contents .com_contents .txt_area .info__wrap.has_thumb .info.user .user_thumb {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .p_contents .com_contents .txt_area .desc {
    display: none;
  }
}
.p_contents .com_contents + .com_contents {
  margin-top: 10px;
}
.p_contents.type_exclusive {
  max-width: 1195px;
  margin-inline: auto;
}
.p_contents.type_exclusive .info_top .manage_info {
  margin-left: 0;
}