﻿@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/nanummyeongjo.css");

.container.sub {
  position: relative;
  padding-top: 0;
}

.nav-wrap {
  width: 100%;
  z-index: 100;
}

.tv-nav {
  position: relative;
  width: 100%;
  padding: 1rem 0;
  background: #5a5a5a;
  z-index: 90;
}

.tv-nav:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72.77%;
  height: 100%;
  background: -webkit-linear-gradient(
    right,
    rgba(250, 250, 250, 0.3),
    transparent
  );
  background: -o-linear-gradient(right, rgba(250, 250, 250, 0.3) transparent);
  background: -moz-linear-gradient(
    right,
    rgba(250, 250, 250, 0.3),
    transparent
  );
  background: linear-gradient(to left, rgba(250, 250, 250, 0.3), transparent);
}

.tv-nav .tit-program {
  font-family: "notokr-medium";
  font-size: 1.6rem;
  color: #fff;
  height: 2.4rem;
}

.tv-nav .tit-program > a {
  display: inline-block;
  width: calc(100% - 13rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.4rem;
}

.tv-nav .tit-program .ico-home {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.8rem 0 1.7rem;
}

.tv-nav .mn-name {
  position: absolute;
  top: 1.5rem;
  right: 3.6rem;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.4rem;
  opacity: 1;
  text-align: right;
  z-index: 10;
  font-family: "notokr-medium";
}

.tv-nav .vod-sum {
  margin-right: 0.8rem;
  font-family: "noto-regular";
  font-size: 1.1rem;
  opacity: 0.7;
  vertical-align: top;
}

.tv-nav .vod-sum strong {
  font-family: "noto-bold";
  vertical-align: top;
}

.tv-nav .btn-subMenu {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 4.5rem;
  height: 100%;
  z-index: 10;
}

.tv-nav .btn-subMenu .ico-subMenu {
  width: 1.4rem;
  height: 1.1rem;
  margin-top: 0.3rem;
  opacity: 1;
}

.heart-count {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -44px;
  left: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  padding: 4px 8px;
  border-radius: 12px;
  gap: 2px;
}
.heart-count i.heart {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/images/heart-icon.svg) no-repeat center center / contain;
}
.heart-count .count {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -2.5%;
  font-family: "pretend-regular";
}
.heart-count.on {
  background: #fff;
  color: #ff6863;
}
.heart-count.on i.heart {
  background: url(/images/heart-on-icon.svg) no-repeat center center / contain;
}

.no-results-message {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}
/*================메인 HOME================*/
.container.tvHome section h3.tit-section,
.container.tvHome section h2.tit-section {
  color: #1a1a1a !important;
}

/*상단*/
.top-wrap {
  position: relative;
  width: 100%;
  max-height: 330px;
  overflow: hidden;
  height: 56.5vw;
}

.top-wrap:after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8rem;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}

.top-wrap .img {
  height: 100%;
  text-align: center;
}

.top-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-wrap .top-txt {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.top-wrap .top-txt.on {
  text-align: left;
}

.top-wrap .txt-wrap {
  width: calc(100% - 8.32%);
  height: 3rem;
  padding: 0 4.16%;
}

.top-wrap .txt-wrap p {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  line-height: 3rem;
}

.top-wrap .txt-wrap .date {
  margin-left: 0.6rem;
  padding-right: 1.2rem;
  background: url("/images/bar-home.png") no-repeat right center;
  font-family: "notokr-medium";
  background-size: 0.1rem;
}

.top-wrap .txt-wrap .like-box {
  display: inline-block;
  margin-left: 0.7rem;
  margin-top: -0.2rem;
  font-family: "noto-italic";
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: -0.025rem;
  line-height: 1.3rem;
}

.top-wrap .txt-wrap .like-box .ico-heart {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.5rem;
}

.top-wrap .txt-wrap .like-box.on .ico-heart {
  background-position: 0 -1.4rem;
}

.top-wrap .link-vod {
  position: absolute;
  right: 4.16%;
  bottom: 0;
  z-index: 10;
}

/* 211111 공지사항 배너 */
.wrap-banner {
  position: relative;
}

.wrap-banner .banner-area {
  overflow: hidden;
}

.wrap-banner .banner-area .swiper-slide {
  height: 31.25vw;
  *height: 200px;
  overflow: hidden;
}

.wrap-banner .banner-area .swiper-slide img {
  margin-bottom: 0 !important;
  width: 100%;
  height: 100%;
}

.wrap-banner .banner-dot {
  position: static;
  width: 100%;
  text-align: center;
  line-height: 0;
  margin: 10px 0;
}

.wrap-banner .banner-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: none;
  border: 1px solid #7f7f7f;
  margin: 0 3px !important;
}

.wrap-banner .banner-dot .swiper-pagination-bullet-active {
  background-color: #7f7f7f;
}

/*예고보기*/
.slide-box {
  width: 100%;
  margin-bottom: 0.8rem;
  overflow: hidden;
}

.box {
  height: 100%;
}

.preview-wrap {
  width: 100%;
}

.container.tvHome section.preview-wrap h3.tit-section {
  padding-left: 4.16% !important;
  text-align: left !important;
}

.preview-wrap h3.tit-section .epi {
  font-family: "notokr-regular";
  font-size: 1.3rem;
}

.preview-wrap h3.tit-section .epi strong {
  margin-right: 0.25rem;
  font-family: "noto-bold";
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.preview-wrap h3.tit-section .date {
  margin-left: 0.8rem;
  font-family: "noto-italic";
  font-size: 1.4rem;
  letter-spacing: -0.075rem;
}

.box .link-arr {
  right: 4.16%;
  width: initial;
  height: 3.5rem;
  padding-top: 3.8rem;
  font-family: "notokr-light";
  font-size: 1.2rem;
  color: #757575 !important;
  line-height: 1.4rem;
}

.box .link-arr .arr-next-db {
  width: 1rem;
  height: 1.2rem;
  margin-left: 0.3rem;
}

.preview-area {
  padding: 1.5rem 4.16% 2rem;
}

.preview-area a {
  position: relative;
  display: block;
}

.preview-area .img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.preview-area .img:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.preview-area .img .ico-play-pre {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33px;
  height: 40px;
  margin-top: -16px;
  margin-left: -20px;
  z-index: 10;
}

.preview-area .title {
  width: 90%;
  margin: 10px auto;
  font-family: "notokr-medium";
  font-size: 1.6rem;
  overflow: hidden;
  text-align: center;
}

.preview-area .cast {
  width: 100%;
  padding: 8px 20px 3px;
  font-size: 15px;
  font-family: "notokr-demilight";
  color: #757575;
  border-top: 1px solid #dedede;
  text-align: center;
  box-sizing: border-box;
}

.revod-wrap {
  width: 100%;
  background: #fff;
  z-index: 50;
}

/*.revod-wrap .type-row li { width: calc(50% - 0.4rem); } */
/*다시보기*/
.revod-area.type-row.ver01 {
  height: auto;
}

.revod-area.type-row.ver01 > div {
  height: 22rem;
}

.revod-area.type-row.ver01 li .txt-wrap {
  padding: 0 1rem 0 0.1rem;
  font-family: "notokr-medium";
  line-height: 2.1rem;
}

.revod-area .txt-wrap .count {
  margin: 6px 0 3px;
  font-size: 1.5rem;
  color: #1a1a1a;
  font-family: "notokr-bold";
}

.revod-area .txt-wrap .count strong {
  margin-right: 0.2rem;
  font-family: "noto-bold";
}

.revod-area .txt-wrap .cast {
  margin-top: 8px;
  font-family: "notokr-regular";
  font-size: 1.3rem;
  line-height: 1.5;
  color: #757575;
  letter-spacing: -0.05rem;
}

.revod-area .txt-wrap .date {
  margin-top: 9px;
  font-family: "noto-italic";
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -0.05rem;
}

/*등장인물*/
.character-area {
  height: 12rem;
  padding: 2rem 0 1.5rem;
  overflow: hidden;
}

.character-area .slide {
  padding-left: 4.16%;
  padding-right: 4.16%;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.character-area ul {
  overflow: hidden;
  height: 15rem;
}

.character-area li {
  float: left;
  display: inline-block;
  width: 7.2rem;
  margin-right: 1.4rem;
}

.character-area li:last-child {
  margin-right: 0;
}

.character-area li .img {
  width: 7.2rem;
  height: 7.2rem;
  border: 0.1rem solid #d4d4d4;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
}

.character-area li .txt-wrap {
  padding: 0.8rem 0;
  text-align: center;
}

.character-area li .txt-wrap .character-name {
  font-family: "notokr-regular";
  font-size: 1.4rem;
  color: #1a1a1a;
  line-height: 1.6rem;
}

.character-area li .txt-wrap .actor-name {
  font-size: 1.2rem;
  color: #555;
  line-height: 2rem;
}

/*미반영 영상*/
.sketch-area ul {
  height: 16.1rem;
}

.sketch-area .title {
  font-family: "notokr-regular";
}

/*뉴스*/
.tvNews-area li:last-child a {
  border-bottom: 0;
}

/*================등장인물================*/
.sub-wrap {
  margin-top: 0.8rem;
  overflow: hidden;
}

.sub-wrap h3.tit-section {
  font-family: "notokr-thin";
}

.sub-area .cast-wrap {
  width: 100%;
  padding: 2rem 0 0;
}

.cast-wrap ul {
  padding-left: 2.4%;
  overflow: hidden;
}

.cast-wrap li {
  float: left;
  width: 10.7rem;
  height: 6rem;
  margin-right: 0.4rem;
  border: 0.1rem solid #dedede;
  box-sizing: border-box;
}

.cast-wrap li:last-child {
  margin-right: 0;
}

.cast-wrap li a {
  display: table-cell;
  vertical-align: middle;
  width: 8.7rem;
  height: 6rem;
  padding: 0 1rem;
  color: #1a1a1a;
  text-align: center;
}

.cast-wrap li a .title {
  font-family: "notokr-medium";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.175rem;
}

.cast-wrap li a .title .actor {
  display: block;
  color: #737373;
  font-size: 13px;
  font-family: "notokr-demilight";
}

.cast-wrap li a .name {
  margin-top: 0.2rem;
  font-size: 1.3rem;
  opacity: 0.7;
  line-height: 1;
}

.cast-wrap li a .ico-castLink2 {
  width: 1.7rem;
  height: 1.6rem;
  margin-top: 0.3rem;
  margin-right: 0.2rem;
}

.sub-area .cast-img {
  position: relative;
  /* height: 28rem; */
  padding: 0 6.94%;
  margin: 20px 0 12px;
  text-align: center;
}

.sub-area div[data-id] + div[data-id] .cast-img {
  margin: 0 0 12px;
}

.sub-area div[style="display: block;"] .cast-img {
  margin: 20px 0 12px !important;
}

.cast-img .img {
  width: 66.6666666vw;
  height: 66.6666666vw;
  max-width: 480px;
  max-height: 480px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.cast-img .img img {
  width: 100%;
}

.sub-area .content {
  position: relative;
  padding: 0 4.16% 10rem;
}

.sub-area .content > .tit-cast {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  font-family: "notokr-bold";
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.05em;
  padding-bottom: 10px;
  color: #141414;
}

.sub-area .content > .tit-cast .age {
  font-size: 15px;
  vertical-align: bottom;
  margin-left: 4px;
}

.sub-area .content > .tit-cast .age:empty {
  display: none;
}

.sub-area .content .cast-name {
  display: block;
  font-family: "notokr-medium";
  font-size: 18px;
  color: #141414;
  line-height: 27px;
  margin-top: 20px;
}

.sub-area .content .cast-name:empty {
  display: none;
}

.sub-area .content > .tit-cast .cast-name strong {
  margin-right: 0.4rem;
  font-family: "noto-regualr";
}

.sub-area .content > .tit-cast .cast-actor {
  padding-left: 8px;
  margin-left: 8px;
  background: url("https://m.imbc.com/images/bar-cast.png") no-repeat left 2px;
  background-size: 1px 10px;
  font-size: 16px;
  color: #525252;
  font-family: "notokr-regular";
  display: flex;
  align-items: center;
  line-height: 1;
}

.sub-area .content > .tit-cast .cast-actor em {
  margin-right: 6px;
  font-family: "noto-italic";
  color: #757575;
  line-height: inherit;
  margin-top: -4px;
}

.sub-area .content .cast-detail {
  font-family: "notokr-regular";
  font-size: 14px;
  line-height: 21px;
  margin-top: 16px;
  color: #141414;
}

.sub-area .content .cast-detail b {
  font-weight: normal;
  font-family: "notokr-bold";
}

.sub-area .content .cast-detail:empty {
  display: none;
}

.sub-area .content .relation-img {
  padding: 4rem 0 4.8rem;
}

.container.tvCast .sub-area .content .relation-img {
  padding: 1rem 0 4.8rem;
}

.sub-area .content.sub-list {
  padding: 0 0 0 4.16%;
}

.sub-area .content.sub-list .item-detail .cast-actor {
  padding-left: 8px;
  font-size: 1.6rem;
  color: #525252;
  background: url("https://m.imbc.com/images/bar-cast.png") no-repeat left 2px;
  background-size: 1px 10px;
  font-family: "notokr-regular";
  display: flex;
  align-items: center;
  line-height: 1;
}

.sub-area .content.sub-list .item-detail .cast-actor em {
  display: inline-block;
  margin-right: 4px;
  font-family: "noto-italic";
  color: #757575;
  font-size: 16px;
  margin-top: -3px;
  line-height: inherit;
}

/* 190219 예능 템플릿 추가 */
.sub-area .ent-cast {
  padding-top: 2rem;
}

.sub-area .ent-cast .content {
  padding: 0 4.16% 5rem;
}

.sub-area .ent-cast .content > .tit-cast {
  font-size: 0;
  line-height: initial;
}

.sub-area .ent-cast .content > .tit-cast .cast-tit {
  font-size: 2.4rem;
}

.sub-area .ent-cast .content > .tit-cast .cast-name {
  margin-left: 0.9rem;
  font-family: "notokr-regular";
}

.sub-area .ent-concept {
  padding: 2rem;
}

.sub-area .ent-concept .concept-txt {
  padding: 0 0.6rem;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-family: "notokr-regular";
  margin-bottom: 5.5rem;
  color: #7d1731;
}

.sub-area .ent-concept .staff-area {
  margin-bottom: 30px;
}

.sub-area .ent-concept .staff-title {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #1a1a1a;
  font-family: "notokr-regular";
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
  margin-bottom: 2rem;
}

.sub-area .ent-concept .staff-list ul li {
  font-size: 0;
  margin-top: 2rem;
}

.sub-area .ent-concept .staff-list ul li:first-child {
  margin-top: 0;
}

.sub-area .ent-concept .staff-list ul li strong.tit,
.sub-area .ent-concept .staff-list ul li span.name {
  display: inline-block;
  vertical-align: top;
}

.sub-area .ent-concept .staff-list ul li strong.tit {
  font-size: 12px;
  font-family: "notokr-medium";
  width: 28%;
  color: #5c6fc3;
  margin-right: 10px;
}

.sub-area .ent-concept .staff-list ul li strong.tit span {
  display: inline-block;
  border: 1px solid #5c6fc3;
  line-height: 1;
  padding: 0.7rem 1.1rem;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
}

.sub-area .ent-concept .staff-list ul li span.name {
  font-size: 15px;
  font-family: "notokr-medium";
  color: #1a1a1a;
  width: 68%;
  line-height: 2.8rem;
  word-break: keep-all;
}

/*이벤트 템플릿 추가*/
.sub-area .event-tit {
  font-size: 16px;
  margin-bottom: 7px;
  font-family: "notokr-bold";
}

.sub-area .event-txt {
  margin-bottom: 12px;
  font-family: "notokr-regular";
}

/* 190219 예능 템플릿 추가 끝 */
.sub-list .category {
  font-family: "notokr-medium";
  font-size: 1.8rem;
  line-height: 4.9rem;
}

.sub-list .category:empty {
  display: none;
}

.sub-list .item-detail {
  padding: 0;
  /*padding-bottom: 10rem;*/
  overflow: hidden;
}

.sub-list .item-detail:has(+ .cast-type2 li) {
  padding-bottom: 0;
  border-bottom: 1px solid #dedede;
}

.sub-list .item-detail:empty {
  display: none;
}

.sub-list .item-detail li {
  overflow: hidden;
  display: flex;
  min-height: 9rem;
  padding: 20px 0;
  border-top: 1px solid #dedede;
  align-items: flex-start;
}

.sub-list .item-detail li .image {
  overflow: hidden;
  width: 32%;
  position: relative;
  margin-right: 15px;
  flex-shrink: 0;
}

.sub-list .item-detail li .image:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 1;
}

.sub-list .item-detail li .txt-wrap {
  font-family: "notokr-regular";
  font-size: 15px;
  line-height: 23px;
}

.sub-list .item-detail li .txt-wrap h5.sub-cast {
  padding-top: 0.1rem;
  font-family: "notokr-medium";
  font-size: 1.7rem;
  color: #141414;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.sub-list .item-detail li .txt-wrap h5.sub-cast .age {
  display: inline-block;
  margin-right: 8px;
}

.sub-list .item-detail li .txt-wrap .extra {
  display: block;
  font-size: 14px;
  margin-top: 12px;
  color: #141414;
  line-height: 21px;
  font-family: "notokr-medium";
}

.sub-list .item-detail li .txt-wrap h5.sub-cast .extra strong {
  margin-right: 0.4rem;
  font-family: "noto-regualr";
}

.sub-list .item-detail li .txt-wrap .meta {
  margin-top: 0.8rem;
  color: #141414;
  font-size: 14px;
  line-height: 21px;
}

.container.tvCast .sub-area .content {
  padding: 0 4.16% 0;
  margin-bottom: 40px;
}

/* 26-03 등장인물 타입 추가 */
.sub-area ul.cast-type2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4.16% 40px;
}
/*
.sub-area:not(:has(div[data-id])) ul.cast-type2{
    margin-top:20px;
}
*/
.sub-area ul.cast-type2 {
  margin-top: 20px;
}

.sub-area ul.cast-type2 li {
  width: calc(50% - 7.5px);
  margin-right: 15px;
  margin-top: 40px;
}

.sub-area ul.cast-type2 li:nth-child(2n) {
  margin-right: 0;
}

.sub-area ul.cast-type2 li:nth-child(-n + 2) {
  margin-top: 0;
}

.sub-area ul.cast-type2 li h4 {
  text-align: center;
}

.sub-area ul.cast-type2 li h4 strong {
  display: block;
  margin-top: 12px;
  color: #141414;
  text-align: center;
  font-family: "notokr-bold";
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.05em;
}

.sub-area ul.cast-type2 li h4 span {
  display: block;
  color: #525252;
  text-align: center;
  font-family: "notokr-regular";
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.05em;
}

.sub-area ul.cast-type2 li h4 span em {
  margin-right: 3px;
  font-style: italic;
}

.sub-area ul.cast-type2 li h4 span:empty {
  display: none;
}

/* 26-03 등장인물 그룹 소개 추가 */
.cast-group:has(+ .cast-group) {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cast-group ul.cast-type2 {
  padding: 0;
}

.cast-group ul.cast-type2:empty {
  display: none;
}

.cast-group-desc {
  display: none;
}

.cast-group-desc .desc-wrap {
  border: 1px solid #e0e0e0;
  background: #fafafa;
  padding: 16px;
  box-sizing: border-box;
}

.cast-group-desc .desc-wrap h4,
.cast-group-desc .desc-wrap p {
  display: none;
}

.cast-group-desc .desc-wrap h4 {
  color: #141414;
  font-family: "notokr-bold";
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: -0.05em;
}

.cast-group-desc .desc-wrap p {
  color: #525252;
  font-family: "notokr-regular";
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.05em;
  margin-top: 8px;
}

.cast-group-desc .desc-wrap:not(:has(h4)) p,
.cast-group-desc .desc-wrap:has(h4:empty) p {
  margin-top: 0;
}

.cast-group-desc .desc-wrap h4:not(:empty),
.cast-group-desc .desc-wrap p:not(:empty) {
  display: block;
}

.cast-group-desc:has(.desc-wrap :not(:empty)) {
  display: block;
}

#castingList {
  margin-top: 20px;
}

#castingList:not(:has(.cast-group-desc)),
#castingList:has(h4.category) .cast-group-desc {
  margin-top: 0;
}

#castingList:has(.cast-group-desc[style]) ul.item-detail li:first-child {
  border-top: 1px solid #dedede;
}

/*
#castingList:has(.cast-group-desc) ul.item-detail li:first-child{
    border-top:none;
}
*/
#castingList ul.item-detail li:first-child {
  border-top: none;
}

/*================뉴스================*/
.container.tvNews .sub-area {
  padding-left: 5.55%;
  padding-bottom: 2.5rem;
}

.sec-news {
  padding: 2.4rem 5.88% 2.5rem 0;
  border-bottom: 0.1rem solid #f0f0f0;
}

.sec-news .view {
  overflow: hidden;
}

.sec-news .view .title {
  margin-bottom: 1rem;
  font-family: "notokr-medium";
  font-size: 2rem;
  color: #1a1a1a;
  line-height: 2.8rem;
}

.sec-news .view .date {
  font-family: "noto-italic";
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1;
}

.sec-news .view .date .time {
  margin-left: 1.1rem;
}

.sec-news .view .img {
  width: 100%;
  height: 62vw;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  border: 0.1rem solid #d0d0d0;
  box-sizing: border-box;
  overflow: hidden;
}

.sec-news .list {
  display: inherit;
  font-family: "notokr-regular";
  font-size: 1.4rem;
  color: #1a1a1a;
  line-height: 2.4rem;
}

.sec-news .list .ico-news-list {
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.6rem;
  margin-right: 0.6rem;
}

.sub-area .btn-more-wrap {
  padding-left: 0;
  padding-right: 5.88%;
}

/*================기획의도================*/
.sec-concept {
  padding: 0.4rem 5.55% 10rem;
  font-size: 1.5rem;
  color: #1a1a1a;
  line-height: 2.6rem;
}

.sec-concept .point {
  margin: 1rem 0 1rem;
  font-family: "notokr-medium";
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
}

.sec-concept strong {
  font-family: "notokr-medium";
}

.sec-concept b {
  font-family: "notokr-medium";
  font-weight: normal;
}

.sec-concept.fontM {
  font-family: "Nanum Myeongjo";
  font-weight: 400;
  letter-spacing: -0.075rem;
}

.sec-concept.fontM strong {
  font-family: "Nanum Myeongjo";
  font-weight: bold;
}

.sec-concept.fontM b {
  font-family: "Nanum Myeongjo";
}

.sec-concept.fontM .point {
  margin: 3.6rem 0 1.4rem;
  font-family: "Nanum Myeongjo";
  font-style: italic;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2rem;
}

/*================다시보기/예고보기================*/
/*다시보기 공지*/
.sub-notice {
  width: 91.68%;
  margin: 15px auto 0;
  background-color: #f7f9fa;
  padding: 10px 15px;
  box-sizing: border-box;
}

.sub-notice * {
  font-size: 12px;
}

.sub-notice strong {
  color: #4664e6;
  font-family: "notokr-bold";
}

.sub-notice ul li {
  display: flex;
}

.sub-notice ul li:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #000;
  flex: 0 0 auto;
  margin: 8px 4px 0 0;
}

.container.tvVod .sub-area {
  padding-left: 4.16%;
}

.sec-vod {
  padding: 2rem 4.34% 2rem 0;
  border-bottom: 0.1rem solid #f0f0f0;
  overflow: hidden;
  box-sizing: border-box;
}

.sec-vod .img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sec-vod .img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.sec-vod .img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.sec-vod .img p {
  position: absolute;
  padding: 0 3.63%;
  color: #fff;
  z-index: 10;
}

.sec-vod .img .title {
  bottom: 20.43%;
  width: calc(100% - 7.26%);
  font-family: "notokr-medium";
  font-size: 2.2rem;
  line-height: 2.8rem;
}

.sec-vod .img .count {
  display: block;
}

.sec-vod .img .time3 {
  bottom: 9.13%;
}

.sec-vod .img .time3 .ico-time {
  background-size: 1.05rem 1.2rem;
  background-position: 0 0.1rem;
}

.sec-vod .txt-wrap {
  float: left;
}

.sec-vod .view-info {
  padding: 14px 0 0;
  float: right;
}

.sec-vod .view-info button {
  display: block;
  width: 103px;
  padding: 10px 0;
  margin-bottom: 6px;
}

.sec-vod .view-info button:last-child {
  padding: 5px 0;
  margin: 0;
}

.sec-vod .view-info .ico-buy span {
  font-size: 13px;
  line-height: 1.1;
}

.sec-vod .txt-wrap .date2 {
  padding: 14px 0 10px;
  color: #333;
  letter-spacing: -0.05rem;
}

.sec-vod .txt-wrap .date2 .num2 {
  float: initial;
  margin-left: 2.8rem;
}

.sec-vod .txt-wrap p:before,
.sec-vod .txt-wrap span:before {
  margin-right: 0.4rem;
  font-family: "notokr-demilight";
  font-size: 1.3rem;
  color: #757575;
  letter-spacing: -0.025rem;
}

.sec-vod .txt-wrap .txt-box {
  font-family: "notokr-regular";
  font-size: 1.4rem;
  color: #1a1a1a;
  line-height: 2.2rem;
}

.sec-vod .txt-wrap .cast {
  margin-top: 8px;
  color: #757575;
  font-size: 14px;
  max-height: 42px;
  overflow: hidden;
}

/*================LIVE 제작발표회================*/
.live-wrap {
  padding: 4rem 5.5% 1.1rem;
  overflow: hidden;
}

.live-wrap dl {
  margin-bottom: 3rem;
  font-family: "notokr-regular";
  overflow: hidden;
}

.live-wrap dt {
  float: left;
  display: inline-block;
  padding: 0.8rem 0.9rem 0.6rem 0.8rem;
  border-radius: 2rem;
  background: #5a5a5a;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  font-weight: normal;
}

.live-wrap dd {
  float: right;
  width: calc(100% - 18.75%);
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.container.tvLive .view-vod {
  border-top: 0;
}

/*광고*/
.ad-banner {
  padding-bottom: 0.8rem !important;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.ad-banner img {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.container.tvVod .ad-banner {
  width: 104.16% !important;
  padding-bottom: 0;
  margin-left: -4.16% !important;
  margin-top: -0.1rem !important;
  box-sizing: border-box;
  box-shadow: none;
  text-align: center;
}

.container.tvNews .ad-banner {
  width: 106% !important;
  padding-bottom: 0;
  margin-left: -6% !important;
  margin-top: -0.1rem !important;
  border: 0.1rem solid #c9c9c9;
  box-sizing: border-box;
  box-shadow: none;
}

.container.tvNews .ad-banner img,
.container.tvVod .ad-banner img {
  box-shadow: none;
}

/*이미지*/
.box-img {
  padding: 4rem 0;
}

/*================제보하기================*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px;
  background-color: white inset !important;
  transition: 5000s ease-in-out 0s;
}

input:focus {
  outline-width: 0;
}

input::-ms-clear {
  display: none;
}

.jebo .sub-area {
  padding: 0 4.16%;
}

.sec-jebo {
  padding: 2rem 0 1.7rem;
  font-family: "notokr-regular";
  color: #757575;
  line-height: 2rem;
}

.sec-jebo p.title {
  margin-bottom: 0.3rem;
  font-family: "notokr-medium" !important;
  font-size: 19px;
  color: #1a1a1a !important;
  line-height: 2.2rem;
}

.sec-jebo p.tel {
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #2876ad;
}

.sec-jebo strong,
.sec-jebo b,
.sec-jebo .bold,
.sec-jebo strong span {
  font-family: "notokr-medium" !important;
  color: #2876ad;
  line-height: 2.4rem !important;
}

.sec-jebo p,
.sec-jebo span {
  font-family: "notokr-regular";
  color: #757575;
  line-height: 2rem;
}

.jebo-table {
  width: 100%;
}

.jebo-table caption {
  font-size: 0;
  text-indent: -9999em;
}

.jebo-table tr {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.9rem;
  border: 0.1rem solid #e7e7e7;
  box-sizing: border-box;
}

.jebo-table tr th {
  display: block;
  width: 100%;
  border-bottom: 0.1rem solid #e7e7e7;
  padding: 1.4rem;
  background: #f8f8f8;
  background-size: 0.1rem 1.6rem;
  font-family: "notokr-medium";
  font-size: 1.5rem;
  color: #1a1a1a;
  line-height: 1.4;
  font-weight: normal;
  text-align: left;
  box-sizing: border-box;
}

.jebo-table tr td {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.jebo-table tr td input {
  display: inline-block;
  width: 100%;
  height: 4.2rem;
  padding: 0 1.4rem;
  line-height: 4.4rem;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
}

.jebo-table input,
.jebo-table textarea {
  width: 100%;
  border: 0;
  font-family: "notokr-regular";
  font-size: 1.5rem;
  color: #757575;
}

.jebo-table .textarea {
  width: 100%;
  height: initial;
  padding: 0;
}

/*.jebo-table .textarea th { display: none; } */
.jebo-table .textarea td {
  float: initial;
  display: inline-block;
  width: 100%;
  height: initial;
}

.jebo-table textarea {
  display: inline-block;
  width: calc(100% - 2.8rem);
  padding: 1.2rem 1.4rem;
  line-height: 2rem;
  resize: none;
}

.file-area {
  background: #f6f6f6;
}

.file-area input.txt-file {
  height: 3.2rem;
  padding: 0;
  background: #f6f6f6;
  font-family: "notokr-regular";
  font-size: 1.5rem;
  color: #757575;
  line-height: 3.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.jebo-table tr.file-area th {
  float: left;
  width: calc(100% - 1.4rem - 4.4rem);
  padding: 0.5rem 0 0.5rem 1.4rem;
  background: #f6f6f6;
  border-bottom: 0;
}

.jebo-table tr.file-area td {
  float: right;
  position: relative;
  top: 0.5rem;
  right: 0.5rem;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
}

.file-area td input[type="file"] {
  position: absolute;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 0;
  text-indent: -9999em;
}

.file-area td .file-plus {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("https://m.imbc.com/images/ico-file.png") no-repeat center;
  background-size: 3.2rem;
  z-index: 10;
}

.jebo .txt-sub {
  font-family: "notokr-regular";
  font-size: 1.2rem;
  color: #1a1a1a;
}

.jebo .txt-sub span {
  color: #2876ad;
}

.sec-agree {
  width: 100%;
}

.sec-agree .tit-agree {
  padding: 1.1rem 0 1.2rem;
  font-family: "notokr-medium";
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 1;
}

.agree-area {
  padding: 1.3rem 1.4rem 1.2rem;
  border: 0.1rem solid #e7e7e7;
  font-size: 1.2rem;
  color: #757575;
  line-height: 1.9rem;
}

.agree-area span,
.agree-area font,
.agree-area p {
  font-family: "notokr-regular" !important;
  font-size: 1.2rem !important;
  color: #757575 !important;
}

.agree-area strong,
.agree-area bold,
.agree-area b {
  font-family: "notokr-medium" !important;
  font-weight: normal !important;
  color: #2876ad;
}

.agree-area p.list {
  margin-bottom: 0.7rem;
}

.agree-area p.list:last-child {
  margin-bottom: 0;
}

.sec-check {
  padding: 1.5rem 0;
  overflow: hidden;
}

.sec-check .check-area {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
}

.sec-check .check-area input {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 18px;
  margin: 0;
}

.sec-check .check-area label {
  position: absolute;
  top: 0;
  left: 0px;
  height: 18px;
  padding-left: 25px;
  background: #fff url("//m.imbc.com/images/jebo-box.png") no-repeat;
  background-size: 18px;
  background-position: 0 0px;
  font-family: "notokr-regular";
  font-size: 1.4rem;
  color: #1a1a1a;
  line-height: 1.8rem;
}

.sec-check input[type="checkbox"]:checked + label {
  background-position: 0 -1.8rem;
  z-index: 30;
}

.btn-wrap {
  padding: 2rem 4.16%;
  border-top: 0.1rem solid #dee1e4;
  background: #fff;
}

.btn-wrap .btn-submit {
  width: 100%;
  background: #373c41;
  font-family: "notokr-regular";
  font-size: 1.6rem;
  color: #fff;
  line-height: 4.6rem;
}

/*========= 2차개편 VIEW=========*/
.type-row.ver01 {
  height: auto;
}

.type-row.ver01 > div {
  height: auto;
}

/*notice roll*/
.wrap_notice {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 4%;
  margin-bottom: 8px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.wrap_notice span {
  line-height: 44px;
}

.wrap_notice ul {
  width: 87%;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap_notice .tit {
  display: inline-block;
  float: left;
  padding: 0 9px;
  font-size: 12px;
  line-height: 19px;
  font-family: "notokr-medium";
  color: #0290ff;
  border: 1px solid #0290ff;
  border-radius: 18px;
}

.wrap_notice .cont {
  padding-left: 19%;
  line-height: 44px;
}

.wrap_notice .cont a {
  display: block;
  font-size: 16px;
  letter-spacing: -0.085rem;
  font-family: "notokr-medium";
}

.wrap_notice .count {
  position: absolute;
  top: 0;
  right: 4%;
  color: #b5b2b2;
  font-size: 12px;
}

.wrap_notice .count .sum {
  font-family: "notokr-medium";
}

/*19*/
.type-row.ver01 .ico-19:before,
.sec-vod .ico-19:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  right: 7px;
  top: 7px;
  background: url(https://img.imbc.com/commons/2018/image/player/m_ico_19.png)
    repeat-x;
  background-size: 26px;
  box-sizing: border-box;
  border: 0;
  left: auto;
  display: block;
}

.sec-email table img {
  width: auto;
  max-width: 100% !important;
}

.sec-email .img:after {
  display: none;
}

/* iphone5 */
@media screen and (max-width: 340px) {
  .sec-vod .txt-wrap {
    width: 100%;
  }

  .sec-vod .view-info {
    width: 100%;
    text-align: right;
  }

  .sec-vod .view-info button {
    display: inline-block;
    vertical-align: top;
  }
}

/* curation */
/* curation common */
.curation_wrap {
  padding-bottom: 0;
  font-family: "notokr-regular";
}

.curation_wrap table {
  border-top: 1px solid #ddd;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.curation_wrap table caption {
  position: absolute;
  left: -9999px;
}

.curation_wrap table thead tr td {
  text-align: center;
  padding: 13px 3px;
  font-size: 13px;
  color: #545454;
  background-color: #f5f5f5;
  line-height: 17px;
}

.curation_wrap table tbody tr td {
  text-align: center;
  padding: 13px 3px;
  font-size: 13px;
  color: #757575;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  line-height: 17px;
}

.curation_wrap table tbody tr.on td {
  background-color: #e9e9e9;
}

.curation_wrap table tbody tr.none td {
  text-align: center !important;
}

/* curation list & view */
.curation_list_wrap {
  margin-bottom: 200px;
}

.curation_list_wrap p.curation_info {
  padding: 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  border-bottom: 1px solid #dedede;
}

.curation_list_wrap ul.curation_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  box-sizing: border-box;
}

.curation_list_wrap ul.curation_list li {
  width: 50%;
  margin-bottom: 18px;
  text-align: center;
  vertical-align: top;
}

.curation_list_wrap ul.curation_list li a {
  display: inline-block;
  width: 141px;
}

.curation_list_wrap ul.curation_list li span.img {
  position: relative;
  display: block;
  height: 141px;
  margin-bottom: 12px;
  border-radius: 50%;
  overflow: hidden;
}

.curation_list_wrap ul.curation_list li span.img img {
  width: 100%;
  min-height: 100%;
}

.curation_list_wrap ul.curation_list li span.name {
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 22px;
  max-height: 44px;
  color: #131313;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.curation_list_wrap ul.curation_list li span.description {
  display: block;
  max-height: 32px;
  font-size: 12px;
  color: #1e1e1e;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.curation_list_wrap button.btn_c_list_more {
  width: calc(100% - 30px);
  max-width: 660px;
  height: 37px;
  display: block;
  margin: 10px auto 0;
  border: 1px solid #e7e7e7;
}

.curation_list_wrap button.btn_c_list_more img {
  width: 16px;
  vertical-align: middle;
}

.curation_slide_wrap {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 15px 0 15px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
}

.curation_slide_wrap ul.curation_slide {
  display: flex;
  flex-wrap: wrap;
}

.curation_slide_wrap ul.curation_slide li {
  width: 110px;
  margin-right: 15px;
  text-align: center;
}

.curation_slide_wrap ul.curation_slide li span.img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: 110px;
  margin-bottom: 6px;
}

.curation_slide_wrap ul.curation_slide li span.img img {
  width: 100%;
  min-height: 100%;
}

.curation_slide_wrap ul.curation_slide li p {
  color: #757575;
  font-size: 14px;
  line-height: 18px;
  word-break: keep-all;
}

.curation_slide_wrap ul.curation_slide li.active span.img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #4664e6;
  border-radius: 50%;
  box-sizing: border-box;
  background: linear-gradient(
    to right,
    rgba(48, 79, 213, 0.5),
    rgba(70, 100, 230, 0.5)
  );
}

.curation_slide_wrap ul.curation_slide li.active p {
  font-family: "notokr-bold";
  color: #1a1a1a;
}

.curation_clip .clip_play .play_tit {
  padding: 15px;
}

.curation_clip .clip_play .play_tit h4 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 26px;
  font-family: "notokr-medium";
  color: #1a1a1a;
}

.curation_clip .clip_play .play_tit .date {
  font-size: 13px;
  color: #757575;
  font-style: italic;
}

.curation_clip .clip_play .view-vod {
  border-bottom: 14px solid #f0f0f0;
}

.curation_clip .ad_banner {
  border-bottom: 14px solid #f0f0f0;
  background-color: #f0f0f0;
  padding: 0 !important;
  font-size: 0;
  margin-bottom: 0 !important;
}

.curation_clip .clip_run {
  margin-bottom: 20px;
}

.curation_clip .clip_run .run_theme {
  position: relative;
  display: flex;
  padding: 22px 15px 15px;
  justify-content: space-between;
}

.curation_clip .clip_run .run_theme .theme_name {
  width: calc(100% - 80px);
  display: flex;
}

.curation_clip .clip_run .run_theme .theme_name strong {
  font-size: 20px;
  line-height: 18px;
  font-family: "notokr-bold";
  color: #1a1a1a;
  flex-shrink: 0;
}

.curation_clip .clip_run .run_theme .theme_name p {
  margin-left: 10px;
  font-size: 15px;
  line-height: 22px;
}

.curation_clip .clip_run .run_theme .theme_option {
  text-align: right;
}

.curation_clip .clip_run .run_theme .theme_option button {
  position: relative;
  top: unset;
  left: unset;
  padding-left: 25px;
  color: #848484;
  font-size: 12px;
  font-family: "notokr-regular";
  background: url(/images/img_continue_off.png) no-repeat 0 20%;
  background-size: 21px;
  line-height: 20px;
}

.curation_clip .clip_run .run_theme .theme_option p {
  font-size: 14px;
}

.curation_clip .clip_run .run_theme .theme_option p span {
  color: #d60431;
}

.curation_clip .clip_run .run_theme button.active {
  color: #d60431;
  background-image: url(/images/img_continue_on.png);
}

.curation_clip .clip_run .run_list {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 10px 15px;
  box-sizing: border-box;
}

.curation_clip .clip_run .run_list ul {
  display: flex;
  flex-wrap: wrap;
}

.curation_clip .clip_run .run_list ul li {
  width: 150px;
  margin-right: 15px;
}

.curation_clip .clip_run .run_list ul li span.img {
  position: relative;
  display: block;
  width: 100%;
  height: 85px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #000;
}

.curation_clip .clip_run .run_list ul li span.img img {
  width: 100%;
  min-height: 100%;
}

.curation_clip .clip_run .run_list ul li span.img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.curation_clip .clip_run .run_list ul li span.time2 {
  z-index: 10;
  bottom: 1px;
}

.curation_clip .clip_run .run_list ul li span.tit {
  max-height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #1a1a1a;
}

.curation_clip .clip_run .run_list ul li.active .img:before {
  content: "";
  display: block;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 17px;
  margin-top: -7px;
  margin-left: -8px;
  background: url(/images/img_curation_player.png) no-repeat 50% 50%;
  background-size: 15px;
}

.vodList-area ul .active .img:before {
  content: "";
  display: block;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 17px;
  margin-top: -7px;
  margin-left: -8px;
  background: url(/images/img_curation_player.png) no-repeat 50% 50%;
  background-size: 15px;
}

.curation_clip .clip_run .run_list ul li.active .img:after {
  background: linear-gradient(
    to right,
    rgba(48, 79, 213, 0.5),
    rgba(70, 100, 230, 0.5)
  );
}

.vodList-area ul .active .img:after {
  background: linear-gradient(
    to right,
    rgba(48, 79, 213, 0.5),
    rgba(70, 100, 230, 0.5)
  );
}

/* Editor's pick 추가 */
#editorSection.sub-wrap {
  margin-top: 0;
}

.theme-tit-wrap {
  margin-bottom: 0;
}

.theme-tit-wrap p {
  background-color: #4969f0;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-family: "notokr-bold";
  padding: 15px;
}

/* sns - 하단 인스타그램  */
.sns-wrap {
  padding-bottom: 20px;
}

.sns-wrap h2.tit-section img {
  width: 23px;
  vertical-align: bottom;
  margin: 0 2px 3px 5px;
}

.sns-wrap ul.sns-list {
  margin-top: 15px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sns-wrap ul.sns-list li {
  width: calc(50% - 5px);
  padding: 10px;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
}

.sns-wrap ul.sns-list li a {
  display: block;
  position: relative;
}

.sns-wrap ul.sns-list li .img {
  position: relative;
  display: block;
  background-color: #000;
  overflow: hidden;
  height: 39.063vw;
}

.sns-wrap ul.sns-list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sns-wrap ul.sns-list li .img img.logo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 5.2777vw;
  height: 5.2777vw;
  max-width: 38px;
  max-height: 38px;
}

.sns-wrap ul.sns-list li .txt {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  z-index: 10;
}

.sns-wrap ul.sns-list li .txt img.user {
  width: 23px;
  height: 23px;
  border-radius: 50%;
}

.sns-wrap ul.sns-list li .user-id {
  display: block;
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
  width: calc(100% - 28px);
  line-height: 1.3;
}

/* 2503 프로그램 템플릿 SNS 영역 추가 */
.tit-section.insta-tit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tit-section.insta-tit::before {
  display: inline-block;
  width: 3.5rem;
  aspect-ratio: 1/1;
  margin-right: 1rem;
  content: "";
  background: url("../../images/img_logo_insta.png") no-repeat center/cover;
}

.insta-area .slide ul li {
  position: relative;
  width: 10rem;
  aspect-ratio: 1/1.325;
  padding-bottom: 1rem;
}

.insta-area .slide ul li a {
  display: block;
  width: 10rem;
  aspect-ratio: 1/1.325;
}

.insta-area .slide ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta-area .slide ul li a > span {
  position: absolute;
  z-index: 0;
  top: 4px;
  right: 4px;
  width: 11.98%;
  aspect-ratio: 1/1;
}

.insta-area .slide ul li span.ico-photo {
  background: url("../../images/ico_insta_photo.png") no-repeat center/cover;
}

.insta-area .slide ul li span.ico-video {
  background: url("../../images/ico_insta_video.png") no-repeat center/cover;
}

.tit-section.yt-tit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tit-section.yt-tit::before {
  display: inline-block;
  width: 4.3rem;
  aspect-ratio: 1/0.701;
  margin-right: 1rem;
  content: "";
  background: url("../../images/img_logo_youtube.png") no-repeat center/cover;
}

.yt-area ul {
  padding-bottom: 1rem;
}

.yt-area ul li {
  overflow: hidden;
  position: relative;
  width: 15rem;
  aspect-ratio: 1/0.563;
  margin-bottom: 1rem;
  border-radius: 5px;
}

.yt-area ul li a {
  position: relative;
  display: block;
  width: 15rem;
  aspect-ratio: 1/0.563;
}

.yt-area ul li a::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url("../../images/img_youtube_play.png") no-repeat 50% 50%/100%;
  z-index: 2;
}

.yt-area ul li a img {
  width: 100%;
  height: 100%;
  margin-top: -1px;
  object-fit: cover;
  object-position: center;
}

.yt-area ul li a span.time {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 3px 2px 1px;
  z-index: 3;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.8);
  font-family: "Myriad Pro", "notokr-regular", sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.005em;
}

/* 프로그램 템플릿 youtube 추가 */
.sub-wrap .sub-area {
  padding: 0;
}

.sub-wrap .youtube-list {
  padding: 25px 15px 15px;
  box-sizing: border-box;
}

.sub-wrap ul#youtubeList li {
  margin-top: 20px;
}

.sub-wrap ul#youtubeList li:first-child {
  margin-top: 0;
}

.sub-wrap ul#youtubeList li .view {
  position: relative;
  width: 100%;
  padding-top: 56.0606%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}

.sub-wrap ul#youtubeList li .view a.img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.sub-wrap ul#youtubeList li .view a.img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/img_youtube_play.png) no-repeat 50% 50%/100%;
  z-index: 2;
}

.sub-wrap ul#youtubeList li .view a.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sub-wrap ul#youtubeList li .view a.img span.time {
  position: absolute;
  right: 9px;
  bottom: 10px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.8);
  font-family: "notokr-bold", sans-serif;
  letter-spacing: 0;
  padding: 3px 6px 2px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  font-size: 12px;
  z-index: 3;
}

.sub-wrap ul#youtubeList li .view iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: none;
}

.sub-wrap ul#youtubeList li .info {
  display: flex;
}

.sub-wrap ul#youtubeList li .info a {
  display: inline-block;
}

.sub-wrap ul#youtubeList li .info a.channel-logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 32px;
  margin-right: 12px;
}

.sub-wrap ul#youtubeList li .info a.channel-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sub-wrap ul#youtubeList li .info .txt {
  width: calc(100% - 44px);
}

.sub-wrap ul#youtubeList li .info a.title {
  display: -webkit-box;
  font-size: 15px;
  line-height: 1.3333;
  font-family: "notokr-bold";
  color: #333;
  max-height: 40px;
  margin-bottom: 4px;
}

.sub-wrap ul#youtubeList li .info a.channel {
  font-size: 13px;
  color: #333;
  line-height: 1;
  letter-spacing: -0.035em;
}

.sub-wrap ul#youtubeList li .info a.channel i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../../images/img_youtube_channel.png) no-repeat 50% 50%/100%;
  text-indent: -9999px;
  font-size: 1px;
  color: transparent;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 1px;
}

.sub-wrap ul#youtubeList li .info .date {
  font-size: 12px;
  color: #757575;
  line-height: 1;
  margin-top: 6px;
  letter-spacing: -0.035em;
}

.sub-wrap ul#youtubeList li .info .date span:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #757575;
  vertical-align: middle;
  margin: 0 4px 2px;
}

.sub-wrap ul#youtubeList li.on .view a.img {
  display: none;
}

.sub-wrap ul#youtubeList li.on .view iframe {
  display: block;
}
