.tv #ui_body #ui_contents .page_view, .news.menu.sub-n #ui_body #ui_contents .page_view {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 64px 0;
  position: relative;
}
.tv #ui_body #ui_contents .page_view.pb0, .news.menu.sub-n #ui_body #ui_contents .page_view.pb0 {
  padding-bottom: 0;
}
.tv #ui_body #ui_contents .page_view .section-inner, .news.menu.sub-n #ui_body #ui_contents .page_view .section-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.tv.live .page_view {
  min-height: auto;
}

.tv.main .item-list > li .vd-link .info-box .title {
  -webkit-line-clamp: none;
}

.tv-item .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.tv-item .sns_link .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: hidden;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.tv-item .sns_link .item:hover {
  border-color: var(--TVchosun-A-alpha-B24);
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.tv-item .sns_link .item .img-box {
  height: 100%;
}
.tv-item .sns_link .item .img-box img {
  max-width: 970px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.tv-item .yt-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 32px;
  width: 100%;
}
.tv-item .yt-title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.tv-item .yt-title p {
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: -0.05em;
}
.tv-item .yt-title .more {
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 0;
  background: no-repeat center/auto auto;
  background-image: url(../img/main/title_more.png);
  margin-left: 12px;
}
.tv-item .notice {
  max-height: 90px;
}
.tv-item .notice .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 90px;
  padding: 28px 32px;
  background: var(--TVchosun-A-gray-gray50);
  border: 1px solid var(--TVchosun-A-alpha-B12);
  border-radius: 24px;
  font-size: 22px;
}
.tv-item .notice .swiper-slide .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.tv-item .notice .swiper-slide .txt-box strong {
  position: relative;
}
.tv-item .notice .swiper-slide .txt-box strong::before {
  display: block;
  content: "";
  width: 2px;
  height: 20px;
  background: var(--TVchosun-A-gray-gray950);
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tv-item .notice .swiper-slide .txt-box .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tv-item .notice .swiper-slide .date {
  color: var(--TVchosun-A-gray-gray400);
}
.tv-item .notice .swiper-pagination {
  display: none;
}
.tv-item .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.tv-item .item_box .row {
  width: 100%;
}
.tv-item .item_box .swiper .item-list.col-2 .swiper-slide {
  width: calc(25% - 15px);
}
.tv-item .item_box.row-2 .swiper .item-list.col-2 .swiper-slide {
  width: calc(50% - 10px);
}
.tv-item .programIntro .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.tv-item .programIntro .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 30px;
  font-weight: 500;
}
.tv-item .programIntro .item .desc {
  font-size: 17px;
  color: var(--TVchosun-A-gray-gray500);
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tv-item .item-list.col-4 .playBtn {
  width: 36px;
  height: 36px;
  right: 8px;
  bottom: 8px;
}
.tv-item .item-list.col-4 .playBtn::before {
  background-size: 10px;
}
.tv-item .item-list.replay .playBtn {
  width: 40px;
  height: 40px;
  right: 8px;
  bottom: 8px;
}
.tv-item .item-list.replay .playBtn::before {
  background-size: 10px;
}

.tv .htitle .more:hover, .tv .item-htitle .more:hover {
  -webkit-animation: leftMove 0.3s;
          animation: leftMove 0.3s;
  color: var(--TVchosun-A-red-red600);
  -webkit-filter: invert(18%) sepia(74%) saturate(4479%) hue-rotate(348deg) brightness(90%) contrast(97%);
          filter: invert(18%) sepia(74%) saturate(4479%) hue-rotate(348deg) brightness(90%) contrast(97%);
}
@-webkit-keyframes leftMove {
  0% {
    left: 0;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftMove {
  0% {
    left: 0;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
.tv .tab-cont {
  padding-bottom: 64px;
}

.tv-item .item-htitle.line {
  margin-bottom: 20px;
}
.tv-item .ad-banner {
  padding: 0;
  margin-top: 40px;
}

.line_map-menu {
  background: var(--TVchosun-A-gray-gray100);
  padding-right: 16px;
  border: 1px solid var(--TVchosun-A-alpha-B12);
  border-width: 1px 0;
}
.line_map-menu .depth2 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
}
.line_map-menu .depth2 > li {
  position: relative;
}
.line_map-menu .depth2 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 8px;
  gap: 12px;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.line_map-menu .depth2 > li > a .arrow {
  width: 20px;
  height: 20px;
  background: url("../img/ico/dropdown-arrow.png") 50% 50% no-repeat;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.line_map-menu .depth2 > li > a[target=_blank]::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/ico/ico_blank_type02.png") 50% 50% no-repeat;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.line_map-menu .depth2 > li > a.on .arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.line_map-menu .depth2 > li.on > a {
  background: rgba(0, 0, 0, 0.08);
}
.line_map-menu .depth2 > li:hover > a {
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.line_map-menu .depth2 .depth3 {
  width: 120%;
  min-width: 155px;
  position: absolute;
  top: calc(100% + 5px);
  display: none;
  padding: 12px;
  background: var(--TVchosun-A-white100);
  border-radius: 8px;
  -webkit-box-shadow: 0px -2px 6px -2px rgba(0, 0, 0, 0.05), 0px 4px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -2px 6px -2px rgba(0, 0, 0, 0.05), 0px 4px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.line_map-menu .depth2 .depth3 li {
  border-radius: 4px;
}
.line_map-menu .depth2 .depth3 li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 6px 16px;
}
.line_map-menu .depth2 .depth3 li a[target=_blank] {
  padding-right: 36px;
}
.line_map-menu .depth2 .depth3 li a[target=_blank]::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 11px;
  height: 11px;
  background: url("../img/ico/ico_blank_type02.png") no-repeat center/auto auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.line_map-menu .depth2 .depth3 li:hover {
  background-color: rgba(var(--main-Background-RGB), 0.2);
}
.line_map-menu .depth2 .depth3 li + li {
  margin-top: 8px;
}

.text-bul-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.text-bul-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: var(--TVchosun-A-gray-gray600);
  font-size: 20px;
  line-height: 26px;
}
.text-bul-list li .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 116px;
  height: 44px;
  background: var(--TVchosun-A-gray-gray100);
  border-radius: 9999px;
  padding: 0 20px;
}
.text-bul-list li .text {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tv.view .tab-wrap {
  display: block;
  margin-top: 40px;
}
.tv .img-box.intro {
  margin-bottom: 20px;
}
.tv .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.tv .info-text .subtitle {
  font-size: 22px;
}
.tv .info-text .subtitle strong {
  font-weight: 500;
}
.tv .info-text .desc {
  font-size: 20px;
  color: var(--TVchosun-A-gray-gray600);
  line-height: 26px;
}
.tv .img-box.person {
  width: 1200px;
}
.tv .img-box.person .info-text {
  padding: 0 30px;
  margin-top: 20px;
}
.tv .personIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
}
.tv .personIntro .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.tv .personIntro .item .thumb-box {
  width: 270px;
  height: 270px;
  border-radius: 24px;
  overflow: hidden;
}
.tv .personIntro .item .thumb-box img {
  width: 100%;
  height: 100%;
}
.tv .personIntro .item .thumb-box .img-mob {
  display: none;
}
.tv .personIntro .item .txt-box {
  width: 100%;
  padding: 16px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tv .personIntro .item .txt-box .info {
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tv .personIntro .item .txt-box .info span {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
}
.tv .personIntro .item .txt-box .info span::before {
  display: block;
  content: "";
  width: 1px;
  height: 24px;
  background: var(--TVchosun-A-alpha-B12);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tv .personIntro .item .txt-box .info span:last-child::before {
  display: none;
}
.tv .personIntro .item .txt-box .title {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 12px 0;
}
.tv .personIntro .item .txt-box .desc {
  font-size: 20px;
  line-height: 26px;
  color: var(--TVchosun-A-gray-gray600);
}

.schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}
.schedule-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
  padding: 12px 0;
  border-bottom: 1px solid var(--TVchosun-A-alpha-B24);
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.schedule-list li:hover {
  background: var(--TVchosun-A-gray-gray50);
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.schedule-list li .time {
  width: 120px;
  padding: 0 16px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.schedule-list li .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 16px;
}
.schedule-list li .title-box .ico {
  display: none;
}
.schedule-list li .title-box .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 8px;
  pointer-events: none;
}
.schedule-list li .title-box .title:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.schedule-list li .title-box.home .title {
  pointer-events: inherit;
}
.schedule-list li .title-box.home .title::after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ico/ico_home.png) 50% 50% no-repeat;
  background-size: 18px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.schedule-list li .title-box .vd-link {
  position: relative;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  width: 397px;
  aspect-ratio: 16/9;
  background: url(../img/no-img.png) 50% 50% no-repeat;
  background-size: cover;
}
.schedule-list li .title-box .vd-link img {
  width: 100%;
  height: 100%;
}
.schedule-list li .title-box .vd-link .progress-bar {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 16px);
  margin-left: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
  overflow: hidden;
  padding: 4px;
}
.schedule-list li .title-box .vd-link .progress-bar-fill {
  background-color: #cc1f26;
  height: 6px;
  border-radius: 10px;
}
.schedule-list li .title-box .vd-link .playBtn {
  right: 16px;
  bottom: 34px;
  background: var(--TVchosun-A-alpha-W24);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.schedule-list li .schedule-badge-box {
  padding: 0 16px;
}
.schedule-list li .live-btn {
  display: none;
}

.schedule-badge-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.schedule-badge-box .badge-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.schedule-badge-box .badge {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  min-width: 40px;
  height: 26px;
  font-size: 13px;
  font-weight: 500;
  color: var(--blue-grey);
  border: 1px solid var(--blue-grey-2);
  border-radius: 4px;
  overflow: hidden;
}
.schedule-badge-box .badge.livebroad {
  border-color: var(--CSS-Green-Green-200);
  color: var(--CSS-Green-Green-400);
}
.schedule-badge-box .badge.mainbroad {
  border-color: var(--CSS-Blue-Blue-200);
  color: var(--CSS-Blue-Blue-400);
}
.schedule-badge-box .badge.rebroad {
  border-color: var(--CSS-purple-purple-200);
  color: var(--CSS-purple-purple-400);
}
.schedule-badge-box .badge.onAir {
  border-color: var(--TVchosun-A-red-red200);
  color: var(--TVchosun-A-red-red400);
}
.schedule-badge-box .badge.offAir {
  border-color: var(--TVchosun-A-red-red200);
  color: var(--TVchosun-A-red-red400);
}
.schedule-badge-box .badge.offAir::before {
  display: block;
  content: "";
  width: 140%;
  height: 1px;
  background: var(--TVchosun-A-red-red200);
  position: absolute;
  left: -10px;
  top: 10px;
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
}
.schedule-badge-box .badge.age {
  color: var(--TVchosun-A-gray-gray400);
  border: 1px solid var(--TVchosun-A-gray-gray200);
  background: rgba(115, 115, 115, 0.08);
}
.schedule-badge-box .badge.age_19 {
  color: var(--TVchosun-A-red-red400);
  border: 1px solid var(--TVchosun-A-red-red200);
  background: rgba(239, 68, 68, 0.08);
}

.badge-info {
  padding-top: 24px;
}
.badge-info .badge-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 24px 32px;
  border: 1px solid var(--TVchosun-A-gray-gray300);
  border-radius: 24px;
}
.badge-info .badge-info-box .badge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.badge-info .badge-info-box .badge-list strong {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 26px;
  line-height: 26px;
  font-weight: 500;
}
.badge-info .badge-info-box .badge-list .schedule-badge-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  gap: 20px 24px;
}
.badge-info .badge-info-box .badge-list .schedule-badge-box .badge-item {
  min-width: 120px;
  font-size: 15px;
  color: var(--TVchosun-A-gray-gray700);
}
.badge-info .dot {
  margin-top: 20px;
  font-size: 15px;
  color: var(--TVchosun-A-gray-gray500);
}
.badge-info .dot::before {
  background: var(--TVchosun-A-gray-gray500);
}

.calendar {
  border-bottom: 1px solid var(--TVchosun-A-gray-gray300);
  table-layout: fixed;
}
.calendar .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar .row:last-child {
  border-bottom: 0;
}
.calendar .row.head div:not(.date) {
  min-width: 118px;
  max-width: 118px;
  margin-left: 0;
}
.calendar .row.head div:not(.date)::before {
  right: -2px;
}
.calendar .row.head div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 146px;
  max-height: 146px;
  min-height: 60px;
  background: var(--TVchosun-A-gray-gray100);
  border-top: 1px solid var(--TVchosun-A-gray-gray300);
  font-weight: 500;
  font-size: 20px;
  border-left: 1px solid var(--TVchosun-A-gray-gray300);
}
.calendar .row.head div.active {
  background: var(--TVchosun-A-red-red600);
  color: var(--TVchosun-A-white100);
}
.calendar .row > .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 116px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
}
.calendar .row .program-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
.calendar .row .program-container .program-cont {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
}
.calendar .row .program-container .program-cont:last-child {
  border-bottom: 0;
}
.calendar .row .program-container .program-cont .program-item {
  display: grid;
  width: 100%;
  min-width: 146px;
  min-height: 180px;
  border-left: 1px solid var(--TVchosun-A-gray-gray300);
  border-top: 1px solid var(--TVchosun-A-gray-gray300);
}
.calendar .row .program-container .program-cont .program-item.active {
  background: var(--TVchosun-A-gray-gray50);
}
.calendar .row .program-container .program-cont .program-item .content {
  height: 100%;
}
.calendar .row .program-container .program-cont .program-item .content + .content {
  border-top: 1px solid var(--TVchosun-A-gray-gray300);
}
.calendar .row .program-container .program-cont .program-item .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  width: 100%;
  height: 100%;
  padding: 24px 8px;
}
.calendar .row .program-container .program-cont .program-item .text-box + .text-box {
  border-top: 1px solid var(--TVchosun-A-gray-gray300);
}
.calendar .row .program-container .program-cont .program-item .text-box .info {
  text-align: left;
}
.calendar .row .program-container .program-cont .program-item .text-box .info .pg-time {
  font-weight: 500;
}
.calendar .row .program-container .program-cont .program-item .text-box .info .pg-time + .pg-title {
  margin-top: 8px;
}
.calendar .row .program-container .program-cont .program-item .text-box .info .pg-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 20px;
}
.calendar .row .program-container .program-cont .program-item .text-box .schedule-badge-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.calendar table {
  table-layout: fixed;
}
.calendar thead th {
  height: 60px;
  background: var(--TVchosun-A-gray-gray100);
  font-size: 20px;
  font-weight: 500;
}
.calendar thead th.active {
  background: var(--TVchosun-A-red-red600);
  color: var(--TVchosun-A-white100);
}
.calendar thead th:last-child {
  border-right: 1px solid var(--TVchosun-A-gray-gray300);
}
.calendar tr:last-child td {
  border-bottom: 0;
}
.calendar th {
  border-top: 1px solid var(--TVchosun-A-gray-gray300);
  border-left: 1px solid var(--TVchosun-A-gray-gray300);
}
.calendar td {
  vertical-align: top;
  border-left: 1px solid var(--TVchosun-A-gray-gray300);
}
.calendar td:last-child .sch_data {
  border-right: 1px solid var(--TVchosun-A-gray-gray300);
}
.calendar td:last-child {
  border-right: 0;
}
.calendar td.active {
  background: var(--TVchosun-A-gray-gray50);
}
.calendar .sch_data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 146px;
  max-width: 146px;
  height: 209px;
  padding: 24px 8px;
  margin-top: -1px;
  border-top: 1px solid var(--TVchosun-A-gray-gray300);
}
.calendar .sch_data .time {
  font-weight: 500;
}
.calendar .sch_data .program {
  font-size: 15px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar .schedule-badge-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 24px;
}

.comm-page-title + .calendar {
  margin-top: 20px;
}

.live-schedule-area {
  background: var(--TVchosun-A-gray-gray100);
  padding: 48px 0;
}
.live-schedule-area .live-schedule-wrap {
  width: 1200px;
  margin: 0 auto;
}
.live-schedule-area .live-schedule-wrap .live-schedule-box {
  background: var(--TVchosun-A-white100);
  padding: 16px 30px 30px 30px;
  border-radius: 40px;
  -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.04), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.04), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.live-schedule-area .live-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4px 0 12px;
  height: 52px;
  margin-bottom: 16px;
}
.live-schedule-area .live-title .more {
  background: url(../img/ico/ico_blank.png) right 5px top 50% no-repeat;
  padding-right: 20px;
  margin-right: 12px;
  font-size: 15px;
}
.live-schedule-area .tvliveSwiper-wrap {
  position: relative;
  padding: 0 44px;
}
.live-schedule-area .tvliveSwiper-wrap .swiper {
  padding: 2px;
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  border: 1px solid var(--TVchosun-A-gray-gray50);
  background: var(--TVchosun-A-gray-gray50);
  padding: 24px 16px 30px 16px;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide:hover {
  border-color: var(--TVchosun-A-gray-gray950);
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide .info .time {
  font-size: 15px;
  color: var(--TVchosun-A-Logo-text);
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide .info .title {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide.onAir {
  border: 1px solid var(--TVchosun-A-gray-gray300);
  background: var(--TVchosun-A-white100);
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide.onAir .title {
  font-weight: 700;
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide .icoBox {
  padding: 10px 8px 10px 20px;
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide .icoBox .ico {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 10px;
  color: var(--purple);
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide .icoBox .ico.ing {
  color: var(--TVchosun-A-red-red600);
  font-weight: 700;
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide .icoBox .ico.ing span {
  width: 8px;
  height: 8px;
  background-color: transparent;
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide .icoBox .ico.ing span::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background: url(../img/main/ico_live.png) 50% 50% no-repeat;
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide .icoBox .ico.ing span::after {
  display: block;
  content: "";
  width: 200%;
  height: 200%;
  background-color: var(--TVchosun-A-red-red50);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: -1;
  -webkit-animation: liveCircle 2s infinite;
          animation: liveCircle 2s infinite;
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide .icoBox .ico span {
  position: relative;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: var(--purple);
}
.live-schedule-area .tvliveSwiper-wrap .swiper-slide .icoBox .ico span::after {
  display: block;
  content: "";
  width: 200%;
  height: 200%;
  background-color: #A855F7;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: -1;
  opacity: 0.2;
}
@-webkit-keyframes liveCircle {
  0% {
    width: 0;
    height: 0;
  }
  75% {
    width: 200%;
    height: 200%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.live-schedule-area .tvliveSwiper-wrap .swiper-button-next, .live-schedule-area .tvliveSwiper-wrap .swiper-button-next::after,
.live-schedule-area .tvliveSwiper-wrap .swiper-button-prev, .live-schedule-area .tvliveSwiper-wrap .swiper-button-prev::after {
  width: 32px;
  height: 32px;
  font-size: 0;
  background: url(../img/main/swiper-arrow-bk.png) 50% 50% no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.live-schedule-area .tvliveSwiper-wrap .swiper-button-next {
  right: 0;
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.live-schedule-area .tvliveSwiper-wrap .swiper-button-prev {
  left: 0;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.live-schedule-area .progress-bar {
  position: absolute;
  left: 16px;
  bottom: 10px;
  width: calc(100% - 32px);
  background: var(--TVchosun-A-alpha-B24);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
  overflow: hidden;
}
.live-schedule-area .progress-bar-fill {
  background-color: #cc1f26;
  height: 4px;
  border-radius: 10px;
}

.live-list-area .item-list > li .vd-link, .live-list-area .item-list > a .vd-link, .live-list-area .item-list > div .vd-link, .live-list-area .item-list > .swiper-slide .vd-link {
  width: 100%;
}
.live-list-area .item-list > li .vd-link .thumb-box, .live-list-area .item-list > a .vd-link .thumb-box, .live-list-area .item-list > div .vd-link .thumb-box, .live-list-area .item-list > .swiper-slide .vd-link .thumb-box {
  position: relative;
  border-radius: 16px;
}
.live-list-area .item-list > li .vd-link .thumb-box .progress-bar, .live-list-area .item-list > a .vd-link .thumb-box .progress-bar, .live-list-area .item-list > div .vd-link .thumb-box .progress-bar, .live-list-area .item-list > .swiper-slide .vd-link .thumb-box .progress-bar {
  position: absolute;
  bottom: 5px;
  width: calc(100% - 8px);
  margin-left: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
  overflow: hidden;
  padding: 2px;
}
.live-list-area .item-list > li .vd-link .thumb-box .progress-bar-fill, .live-list-area .item-list > a .vd-link .thumb-box .progress-bar-fill, .live-list-area .item-list > div .vd-link .thumb-box .progress-bar-fill, .live-list-area .item-list > .swiper-slide .vd-link .thumb-box .progress-bar-fill {
  background-color: #cc1f26;
  height: 6px;
  border-radius: 10px;
}
.live-list-area .item-list > li .vd-link .thumb-box .progress-bar + .playBtn, .live-list-area .item-list > a .vd-link .thumb-box .progress-bar + .playBtn, .live-list-area .item-list > div .vd-link .thumb-box .progress-bar + .playBtn, .live-list-area .item-list > .swiper-slide .vd-link .thumb-box .progress-bar + .playBtn {
  bottom: 26px;
}
.live-list-area .item-list > li .vd-link .info-box .badge, .live-list-area .item-list > a .vd-link .info-box .badge, .live-list-area .item-list > div .vd-link .info-box .badge, .live-list-area .item-list > .swiper-slide .vd-link .info-box .badge {
  padding: 0 12px;
  height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.live-list-area .item-list > li .vd-link .info-box .badge.ing, .live-list-area .item-list > a .vd-link .info-box .badge.ing, .live-list-area .item-list > div .vd-link .info-box .badge.ing, .live-list-area .item-list > .swiper-slide .vd-link .info-box .badge.ing {
  border: 1px solid var(--TVchosun-A-red-red200);
  color: var(--TVchosun-A-red-red400);
  background-color: rgba(var(--main-Background-RGB), 0.08);
}
.live-list-area .item-list > li .vd-link .info-box .badge.ready, .live-list-area .item-list > a .vd-link .info-box .badge.ready, .live-list-area .item-list > div .vd-link .info-box .badge.ready, .live-list-area .item-list > .swiper-slide .vd-link .info-box .badge.ready {
  border: 1px solid var(--TVchosun-A-gray-gray200);
  color: var(--TVchosun-A-gray-gray400);
  background-color: rgba(var(--gray-500-RGB), 0.08);
}
.live-list-area .item-list > li .vd-link .info-box .title, .live-list-area .item-list > a .vd-link .info-box .title, .live-list-area .item-list > div .vd-link .info-box .title, .live-list-area .item-list > .swiper-slide .vd-link .info-box .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}
.live-list-area .item-htitle {
  margin-bottom: 20px;
}

#broadViewCounting .inner-wrap {
  display: block !important;
}
#broadViewCounting .broadViewSwiper .swiper-slide {
  max-height: 425px;
  overflow-y: scroll;
}
#broadViewCounting .broadViewSwiper .swiper-slide::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
#broadViewCounting .broadViewSwiper .swiper-slide::-webkit-scrollbar-thumb {
  background-color: #a8a7a3;
  border-radius: 4px;
}
#broadViewCounting .broadViewSwiper .content-table th {
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  #ui_contents {
    position: relative;
    overflow: hidden;
  }
  #ui_contents > .section-inner {
    padding: 0;
  }
  .line_map-menu {
    position: fixed;
    top: 64px;
    width: 100%;
    background: var(--TVchosun-A-white100);
    z-index: 11;
    height: 50px;
    padding-right: 55px;
  }
  .line_map-menu .depth2-menu {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    border: 1px solid var(--TVchosun-A-gray-gray950);
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: var(--TVchosun-A-white100) url("../img/svg/arrow_down.svg") 50% 50% no-repeat;
  }
  .line_map-menu .depth2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 8px;
    padding: 0;
    height: 100%;
    overflow-x: scroll;
  }
  .line_map-menu .depth2::-webkit-scrollbar {
    display: none;
  }
  .line_map-menu .depth2::-webkit-scrollbar-thumb {
    background-color: #a8a7a3;
    border-radius: 4px;
  }
  .line_map-menu .depth2 li {
    white-space: nowrap;
  }
  .line_map-menu .depth2 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 400;
    padding: 0 12px;
    height: 100%;
  }
  .line_map-menu .depth2 li.on a {
    background: transparent;
    font-weight: 700;
  }
  .line_map-menu .depth2 li:hover a {
    background: transparent;
    font-weight: 400;
  }
  .line_map-menu .depth2 .depth3 {
    padding: 10px;
    top: auto;
  }
  .line_map-menu .depth2 .depth3 li a {
    font-size: 14px;
    padding: 4px 12px;
  }
  .depth2-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    left: 0;
    top: 64px;
    width: 100%;
    background: var(--TVchosun-A-white100);
    z-index: 12;
  }
  .depth2-wrap .depth2-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    padding: 8px 20px 0 20px;
  }
  .depth2-wrap .menu-close {
    border: 1px solid var(--TVchosun-A-gray-gray950);
    border-radius: 9999px;
    width: 40px;
    height: 40px;
    background: #fff url("../img/ico/arrow_down.png") 50% 50% no-repeat;
    -webkit-transform: scale(-1);
            transform: scale(-1);
    position: absolute;
    right: 20px;
    top: 4px;
    z-index: 10;
  }
  .depth2-wrap .depth2 {
    height: 100%;
    max-height: 520px;
    overflow-y: scroll;
    position: relative;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    padding: 0 8px 8px 8px;
  }
  .depth2-wrap .depth2::-webkit-scrollbar {
    display: none;
  }
  .depth2-wrap .depth2 > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
    padding: 0 12px;
  }
  .depth2-wrap .depth2 > li a:hover {
    background: var(--TVchosun-A-red-red100);
  }
  .depth2-wrap .depth2 > li.on > a {
    background: var(--TVchosun-A-red-red100);
  }
  .depth2-wrap .depth2 > li .depth3 {
    display: block !important;
  }
  .depth2-wrap .depth2 > li .depth3 li a {
    position: relative;
  }
  .depth2-wrap .depth2 > li .depth3 li a::before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background: url("../img/ico/ico-depth-line.png") 50% 50% no-repeat;
  }
  .depth2-wrap .depth2 > li .depth3 li a[target=_blank]::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/ico/ico_blank_type02.png") 50% 50% no-repeat;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body > .depth3 {
    width: 120%;
    min-width: 155px;
    height: auto;
    position: absolute;
    top: calc(100% + 5px);
    display: none;
    padding: 12px;
    background: var(--TVchosun-A-white100);
    border-radius: 8px;
    -webkit-box-shadow: 0px -2px 6px -2px rgba(0, 0, 0, 0.05), 0px 4px 15px -3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -2px 6px -2px rgba(0, 0, 0, 0.05), 0px 4px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 10;
    padding: 12px !important;
  }
  body > .depth3 li {
    border-radius: 4px;
  }
  body > .depth3 li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 4px 12px;
  }
  body > .depth3 li a[target=_blank] {
    padding-right: 36px;
  }
  body > .depth3 li a[target=_blank]::after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 11px;
    height: 11px;
    background: url("../img/ico/ico_blank_type02.png") no-repeat center/auto auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body > .depth3 li:hover {
    background-color: rgba(var(--main-Background-RGB), 0.2);
  }
  body > .depth3 li + li {
    margin-top: 8px;
  }
  .text-bul-list li {
    font-size: 18px;
  }
  .text-bul-list li .text {
    font-size: 17px;
  }
  .tv .tab-cont {
    padding-bottom: 30px;
  }
  .tv .comm-tab .type-toggle {
    padding: 0 16px;
  }
  .tv-item .sns_link {
    gap: 12px;
    padding: 0 16px;
  }
  .tv-item .sns_link .item {
    height: auto;
  }
  .tv-item .sns_link .item .img-box img {
    border-radius: 16px;
  }
  .tv-item .notice .swiper-slide {
    padding: 24px 28px;
    min-height: auto;
    font-size: 17px;
    border-radius: 16px;
  }
  .tv-item .programIntro .item .title {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
  }
  .tv-item .programIntro .item .desc {
    display: none;
  }
  .tv-item .item-htitle, .tv-item .notice, .tv-item .comm-vote {
    margin-right: 16px;
    margin-left: 16px;
  }
  .tv-item .item-htitle img {
    width: auto;
  }
  .tv-item .item-list {
    margin: 0 16px;
  }
  .tv-item .item_box .item-list {
    margin: 0;
  }
  .tv-item .item_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 16px;
  }
  .tv-item .item_box .item-htitle {
    margin: 40px 0 20px 0;
  }
  .tv-item .item_box.row-2 {
    padding: 0 16px;
  }
  .tv-item .item_box.row-2 .swiper .item-list.col-2 {
    margin: 0;
  }
  .tv-item .item_box.row-2 .swiper .item-list.col-2 .swiper-slide {
    width: calc(25% - 12px);
  }
  .tv-item .item_box .swiper .item-list.col-4 .swiper-slide {
    width: calc(25% - 12px);
    margin-right: 8px;
  }
  .tv-item .ad-banner {
    padding: 0 16px;
  }
  .tv:not(.view, .live, .main, .news-current) .program-view-info {
    display: none;
  }
  .tv:not(.view, .live, .main, .news-current) .section-inner {
    padding: 0 16px;
  }
  .tv.live #ui_body #ui_contents .page_view {
    padding-top: 0;
  }
  .tv.main .section-inner {
    padding: 0;
  }
  .tv.main .original .section-inner {
    padding: 0 30px 76px;
  }
  .tv .img-box.person, .tv .img-box.intro {
    width: 100%;
  }
  .tv .img-box.person img, .tv .img-box.intro img {
    width: 100%;
  }
  .tv .img-box.person .info-text {
    padding: 0 16px;
  }
  .tv .info-text .subtitle {
    font-size: 19px;
  }
  .tv .info-text .desc {
    font-size: 18px;
  }
  .tv .personIntro .item {
    gap: 20px;
  }
  .tv .personIntro .item .txt-box .info span {
    font-size: 26px;
  }
  .tv .personIntro .item .txt-box .title {
    font-size: 20px;
  }
  .tv .personIntro .item .txt-box .desc {
    font-size: 18px;
  }
  .news .img-box.person, .news .img-box.intro {
    width: 100%;
  }
  .news .img-box.person img, .news .img-box.intro img {
    width: 100%;
  }
  .schedule-list li {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .schedule-list li .time {
    width: 100%;
    grid-area: 1/1/3/2;
  }
  .schedule-list li .title-box {
    grid-area: 1/2/2/3;
    gap: 8px;
    margin-bottom: 8px;
  }
  .schedule-list li .title-box .vd-link {
    max-width: 397px;
    width: 100%;
    margin-bottom: 12px;
  }
  .schedule-list li .title-box .vd-link img {
    width: 100%;
  }
  .schedule-list li .schedule-badge-box {
    grid-area: 2/2/3/3;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .badge-info .badge-info-box .badge-list .schedule-badge-box {
    gap: 16px 20px;
  }
  #broadViewCounting .broadViewSwiper .content-table-wrap .content-table {
    table-layout: fixed;
  }
  #broadViewCounting .broadViewSwiper .content-table-wrap .content-table tr, #broadViewCounting .broadViewSwiper .content-table-wrap .content-table td {
    white-space: normal;
    padding: 8px 20px;
  }
  .table-scroll {
    overflow: hidden;
    position: relative;
  }
  .table-scroll::before {
    content: "";
    width: 40px;
    height: 100%;
    -webkit-box-shadow: -5px 0 15px rgba(0, 0, 0, 0.15);
            box-shadow: -5px 0 15px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 10;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .table-scroll.scroll-end::before {
    opacity: 0;
  }
  .broadViewSwiper {
    width: 100%;
  }
  .content-table-wrap {
    width: 100%;
    overflow-x: auto;
  }
  .calendar {
    width: 100%;
    overflow-x: auto;
  }
  .calendar .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .calendar .row.head .date {
    font-size: 18px;
  }
  .calendar .row.head div:not(.date)::before {
    right: -1px;
  }
  .calendar .row.head div::before {
    right: 0;
  }
  .calendar .row > .time {
    min-width: 80px;
    max-width: 80px;
    font-size: 17px;
  }
  .calendar .row .program-container {
    width: calc(100% - 80px);
  }
  .calendar .row .program-container .program-cont .program-item {
    min-width: 125px;
  }
  .calendar .row .program-container .program-cont .program-item .text-box {
    padding: 12px 8px;
    gap: 20px;
  }
  .calendar .row .program-container .program-cont .program-item .text-box .info .pg-time + .pg-title {
    margin-top: 4px;
  }
  .calendar .row .program-container .program-cont .program-item .text-box .info .pg-title {
    font-size: 14px;
  }
  .media-player-box.ready .media-player-ready {
    border-radius: 0;
  }
  .media-player-box.ready .media-player-ready .ready-box {
    height: 140px;
  }
  .media-player-box.ready .media-player-ready .ready-box strong {
    font-size: 24px;
  }
  .media-player-video .video-box {
    -webkit-box-shadow: 0px 8px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 8px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .media-player-info {
    padding: 24px 16px;
    min-height: auto;
  }
  .media-player-text .title {
    font-size: 26px;
    margin: 10px 0 14px 0;
  }
  .media-player-text .time {
    font-size: 18px;
  }
  .media-player-btn {
    gap: 8px;
  }
  .media-player-btn .ico {
    width: 36px;
    height: 36px;
  }
  .media-player-btn .ico.home {
    background-size: 22px;
  }
  .media-player-btn .ico.share {
    background-size: 20px;
  }
  .live-list-area {
    padding: 20px 16px 0 16px;
  }
  .live-list-area .item-list > li .vd-link .thumb-box {
    border-radius: 10px;
  }
  .live-schedule-area .live-schedule-wrap {
    width: 100%;
  }
  .live-schedule-area .live-schedule-wrap .live-schedule-box {
    margin: 0 16px;
    padding: 16px 16px 30px 16px;
    border-radius: 24px;
  }
  .live-schedule-area .tvliveSwiper-wrap {
    padding: 0 30px;
  }
  .live-schedule-area .tvliveSwiper-wrap .swiper-slide {
    padding: 20px 16px;
    width: 340px;
  }
  .live-schedule-area .tvliveSwiper-wrap .swiper-slide .info .title {
    font-size: 18px;
  }
  .live-schedule-area .tvliveSwiper-wrap .swiper-slide .icoBox .ico {
    font-size: 15px;
  }
  .live-schedule-area .tvliveSwiper-wrap .swiper-button-next, .live-schedule-area .tvliveSwiper-wrap .swiper-button-prev {
    width: 24px;
    height: 24px;
    background-size: 6px;
  }
}
@media screen and (max-width: 620px) {
  #ui_wrap.tv #ui_body #ui_contents .page_view {
    padding: 20px 0 56px 0;
  }
  #ui_wrap.tv.detail #ui_body #ui_contents .page_view {
    padding: 0 0 56px 0;
  }
  #ui_wrap.tv.live #ui_body #ui_contents .page_view {
    padding: 0 0 0 0;
  }
  #ui_wrap.tv.sub-n #ui_body #ui_contents .page_view {
    padding: 0 0 40px 0;
  }
  #ui_wrap.tv.sub-n #ui_body #ui_contents .page_view .type-img {
    padding: 0;
  }
  #ui_wrap.tv.sub-n #ui_body #ui_contents .page_view .type-border, #ui_wrap.tv.sub-n #ui_body #ui_contents .page_view .comm-page-title {
    display: none;
  }
  #ui_wrap.tv.sub-n #ui_body #ui_contents .page_view .type-week {
    padding-top: 10px;
  }
  #ui_wrap.tv.sub-n #ui_body #ui_contents .page_view .mobileFlex .popupBtn .more {
    margin-left: 10px;
  }
  #ui_wrap.tv.sub-n #ui_body #ui_contents .page_view .table-scroll {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #ui_wrap.tv.sub-n #ui_body #ui_contents .page_view .content-table-wrap {
    margin-bottom: 20px;
  }
  #ui_wrap.tv.sub-n #ui_body #ui_contents .page_view .ad-300x250 + .table-scroll {
    margin-top: 44px;
  }
  .line_map-menu .depth2 li a {
    font-size: 14px;
  }
  .text-bul-list {
    gap: 24px;
  }
  .text-bul-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
  .text-bul-list li .title {
    min-width: auto;
    height: auto;
    padding: 5px 20px;
    font-size: 16px;
  }
  .text-bul-list li .text {
    font-size: 16px;
    width: 100%;
  }
  .tv-item .sns_link {
    margin-bottom: 20px;
  }
  .tv-item .item-htitle {
    margin-top: 20px;
  }
  .tv-item .item-htitle.line {
    margin-left: 16px;
    margin-right: 16px;
  }
  .tv-item .item-htitle .right-box .slideBtn {
    display: none;
  }
  .tv-item .item-htitle .more {
    width: 24px;
    height: 24px;
    background-size: 16px;
  }
  .tv-item .item_box {
    padding: 0;
  }
  .tv-item .item_box .item-htitle {
    margin-top: 20px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .tv-item .item_box .item-list {
    margin: 0 16px;
  }
  .tv-item .item_box.row-2 {
    padding: 0;
  }
  .tv-item .item_box.row-2 .swiper {
    padding-left: 16px;
  }
  .tv-item .item_box.row-2 .swiper .item-list.col-2 li {
    margin-right: 8px;
  }
  .tv-item .item_box .swiper {
    padding-left: 16px;
  }
  .tv-item .item_box .swiper .item-list {
    margin: 0;
  }
  .tv-item .item_box .swiper .item-list.col-4 .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666%;
    margin-right: 8px;
  }
  .tv-item .comm-vote {
    padding: 0 16px;
  }
  .tv-item .programIntro {
    padding: 0 16px;
  }
  .tv-item .programIntro .item .title {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }
  .tv-item .programIntro .item .desc {
    display: none;
  }
  .tv-item .item_box.row-2 .swiper .item-list.col-2 .swiper-slide {
    width: calc(25% - 24px);
  }
  .tv-item .ad-banner {
    padding: 0 16px;
  }
  .tv-item .item-htitle, .tv-item .notice, .tv-item .comm-vote, .tv-item .programIntro {
    margin-right: 0;
    margin-left: 0;
  }
  .tv-item .item_box.row-2 .swiper .item-list.col-2 .swiper-slide {
    width: 66.66666666%;
  }
  .tv:not(.view, .live, .main, .news-current) .program-view-info {
    display: none;
  }
  .tv:not(.view, .live, .main, .news-current) .section-inner {
    padding: 0 16px;
  }
  .tv.view .item-list, .tv.news-current .item-list {
    margin: 0 16px;
  }
  .tv.view .item-list.slick-slider, .tv.news-current .item-list.slick-slider {
    margin: 0;
  }
  .tv.view .item-list .slick-list, .tv.news-current .item-list .slick-list {
    padding: 0 16px;
  }
  .tv.view .item-list.replay, .tv.news-current .item-list.replay {
    gap: 8px;
  }
  .tv.main .section-inner {
    padding: 0;
  }
  .tv.main .original .section-inner {
    padding: 0;
  }
  .tv .info-text .subtitle {
    font-size: 17px;
  }
  .tv .info-text .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .tv .text-bul-list li {
    font-size: 18px;
  }
  .tv .page_view.board .section-inner {
    padding: 0;
  }
  .tv .page_view.board .comm-board .board-view > .title-box {
    padding: 0 16px 20px 16px;
  }
  .tv .page_view.board .comm-board .board-view .apply-box {
    padding-top: 0;
  }
  .tv .page_view.board .comm-board .board-view .apply-box .desc-box, .tv .page_view.board .comm-board .board-view .apply-box .caution {
    padding: 0 8px;
  }
  .tv .page_view.board .comm-board .board-view .apply-box .form-box {
    padding: 0 16px;
  }
  .tv .page_view.board .comm-board .board-view .apply-box .summary-box {
    border-radius: 0;
  }
  .tv .accordion-container .accordion {
    margin-bottom: 0;
  }
  .tv .accordion-container .accordion-cont {
    padding: 20px 16px;
  }
  .tv .personIntro .item {
    gap: 20px;
  }
  .tv .personIntro .item .thumb-box {
    width: 220px;
    height: 220px;
  }
  .tv .personIntro .item .thumb-box .img-pc {
    display: none;
  }
  .tv .personIntro .item .thumb-box .img-mob {
    display: block;
  }
  .tv .personIntro .item .txt-box {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .tv .personIntro .item .txt-box .info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tv .personIntro .item .txt-box .info span:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .tv .personIntro .item .txt-box .title {
    font-size: 20px;
    margin: 14px 0 8px 0;
  }
  .tv .personIntro .item .txt-box .desc {
    font-size: 18px;
  }
  .tv .page_view.board .comm-board .board-view .apply-box .desc-box, .tv .page_view.board .comm-board .board-view .apply-box .caution {
    font-size: 14px;
  }
  .tv .page_view.board .comm-board .board-view .apply-box .desc-box .title, .tv .page_view.board .comm-board .board-view .apply-box .caution .title {
    font-size: 16px;
  }
  .tv .page_view.board .comm-board .board-view .apply-box .form-box {
    padding: 0 16px;
  }
  .tv .page_view.board .btn-group {
    padding: 0 16px;
  }
  .tv .sns_link {
    padding-left: 0;
  }
  .tv .sns_link .slick-list {
    padding-left: 16px;
    margin-left: -8px;
  }
  .tv .sns_link .item {
    margin-left: 8px;
  }
  .tv .tv-item .notice {
    z-index: 0;
  }
  .tv .tv-item .notice .swiper-slide {
    border: 0;
    border-radius: 0;
    min-height: auto;
    padding: 20px 16px;
    padding-right: 60px;
    font-size: 14px;
  }
  .tv .tv-item .notice .swiper-slide .date {
    display: none;
  }
  .tv .tv-item .notice .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    width: auto;
    position: absolute;
    left: auto;
    bottom: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 18px 0 12px;
    font-size: 14px;
    background: var(--TVchosun-A-gray-gray50);
    height: 100%;
  }
  .tv .tv-item .notice .swiper-pagination .current {
    color: var(--TVchosun-A-red-red600);
    font-weight: 700;
  }
  .tv .personIntro .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
  }
  .tv .personIntro .item .thumb-box {
    width: 100%;
    height: 100%;
  }
  .tv .personIntro .item .txt-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0;
  }
  .tv .personIntro .item .txt-box .info {
    text-align: center;
    margin-top: 8px;
  }
  .tv .personIntro .item .txt-box .info span {
    font-size: 19px;
  }
  .tv .personIntro .item .txt-box .title {
    font-size: 17px;
    margin: 16px 0 8px 0;
  }
  .tv .personIntro .item .txt-box .desc {
    font-size: 16px;
  }
  .tv .tab-cont {
    padding-bottom: 0;
  }
  .tv .tab-cont .btn-group {
    padding: 0 16px;
  }
  .tv .main-section.tv {
    padding: 20px 0;
  }
  .tv .main-section.tv .comm-tab {
    padding: 0 16px 12px 16px;
  }
  .tv .main-section.tv .item-list {
    padding: 0 16px;
  }
  .schedule-list li {
    grid-template-columns: 80px 1fr;
  }
  .schedule-list li:last-child {
    border-bottom: 0;
  }
  .schedule-list li .title-box .vd-link {
    display: none;
  }
  .schedule-list li .title-box .ico {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    gap: 10px;
    color: var(--purple);
  }
  .schedule-list li .title-box .ico.ing {
    color: var(--TVchosun-A-red-red600);
    font-weight: 700;
  }
  .schedule-list li .title-box .ico.ing span {
    width: 8px;
    height: 8px;
    background-color: transparent;
  }
  .schedule-list li .title-box .ico.ing span::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 100%;
    background: url(../img/main/ico_live.png) 50% 50% no-repeat;
  }
  .schedule-list li .title-box .ico.ing span::after {
    display: block;
    content: "";
    width: 200%;
    height: 200%;
    background-color: var(--TVchosun-A-red-red50);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: liveCircle 2s infinite;
            animation: liveCircle 2s infinite;
  }
  .schedule-list li .title-box .ico span {
    position: relative;
    width: 2px;
    height: 2px;
    border-radius: 100%;
  }
  @-webkit-keyframes liveCircle {
    0% {
      width: 0;
      height: 0;
    }
    75% {
      width: 200%;
      height: 200%;
    }
    100% {
      width: 100%;
      height: 100%;
    }
  }
  .schedule-list li .live-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
  }
  .schedule-list li .live-btn button {
    height: 36px;
    min-height: 36px;
    font-size: 14px;
  }
  .schedule-badge-box .badge {
    height: 20px;
    font-size: 12px;
    padding: 0 4px;
    min-width: 32px;
  }
  .badge-info .badge-info-box {
    padding: 20px 28px;
  }
  .badge-info .badge-info-box .badge-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .badge-info .badge-info-box .badge-list strong {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .badge-info .badge-info-box .badge-list .schedule-badge-box {
    gap: 12px 16px;
  }
  .badge-info .badge-info-box .badge-list .schedule-badge-box .badge-item {
    min-width: 110px;
    gap: 4px;
    font-size: 14px;
  }
  .badge-info .dot {
    font-size: 14px;
  }
  .calendar .row.head div {
    min-height: 40px;
    height: 40px;
  }
  .calendar .row.head .date {
    font-size: 17px;
  }
  .calendar .row .program-container .program-cont .program-item {
    min-width: 110px;
  }
  .calendar .sch_data .program {
    font-size: 14px;
  }
  .media-player-box.ready .media-player-ready {
    background-image: url(../img/bg_live_ready_m.png);
    background-size: cover;
  }
  .media-player-box.ready .media-player-ready .ready-box {
    height: 274px;
  }
  .media-player-box.ready .media-player-ready .ready-box strong {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 19px;
  }
  .media-player-info {
    padding: 20px 16px;
  }
  .media-player-text .chennel {
    font-size: 15px;
  }
  .media-player-text .title {
    font-size: 20px;
    margin: 4px 0 8px 0;
  }
  .media-player-text .time {
    font-size: 17px;
  }
  .media-player-btn .ico {
    width: 24px;
    height: 24px;
  }
  .media-player-btn .ico.home {
    background-size: 18px;
  }
  .media-player-btn .ico.share {
    background-size: 16px;
  }
  .media-player-btn .ico.chat {
    background-size: 18px;
  }
  .live-list-area {
    padding-bottom: 40px;
  }
  .live-list-area .item-htitle {
    margin: 40px 0 20px 0;
  }
  .live-schedule-area {
    padding: 20px 0;
  }
  .live-schedule-area .live-schedule-wrap {
    width: 100%;
  }
  .live-schedule-area .live-schedule-wrap .live-schedule-box {
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .live-schedule-area .live-title {
    height: 40px;
    padding: 0 16px;
    margin-bottom: 0;
  }
  .live-schedule-area .live-title h3 {
    font-size: 16px;
  }
  .live-schedule-area .tvliveSwiper-wrap {
    padding: 0;
  }
  .live-schedule-area .tvliveSwiper-wrap .swiper {
    padding: 2px 16px;
  }
  .live-schedule-area .tvliveSwiper-wrap .swiper-slide {
    padding: 20px 16px;
    width: 300px;
  }
  .live-schedule-area .tvliveSwiper-wrap .swiper-slide .info .title {
    font-size: 18px;
  }
  .live-schedule-area .tvliveSwiper-wrap .swiper-slide .icoBox .ico {
    font-size: 15px;
  }
  .live-schedule-area .tvliveSwiper-wrap .swiper-button-next, .live-schedule-area .tvliveSwiper-wrap .swiper-button-prev {
    display: none;
  }
  #broadViewCounting .inner-wrap {
    display: block !important;
  }
  #broadViewCounting .broadViewSwiper .swiper-slide {
    max-height: 100%;
  }
  #broadViewCounting .broadViewSwiper .content-table th {
    font-size: 17px;
  }
  .content-table + .mobileFlex {
    margin-top: 20px;
  }
  .tv-item .item-list.full .playBtn {
    width: 40px;
    height: 40px;
    right: 8px;
    bottom: 8px;
  }
  .tv-item .item-list.full .playBtn::before {
    background-size: 12px;
  }
  .tv-item .item-list.col-4 .playBtn {
    width: 28px;
    height: 28px;
    right: 4px;
    bottom: 4px;
  }
  .tv-item .item-list.col-4 .playBtn::before {
    background-size: 9px;
  }
  .tv-item .item-list.replay .playBtn {
    width: 28px;
    height: 28px;
    right: 4px;
    bottom: 4px;
  }
  .tv-item .item-list.replay .playBtn::before {
    background-size: 7px;
  }
}