@charset "UTF-8";
/* .pc-version{ */
body:not(.mobile-version) .common .header, body:not(.mobile-version) .tv .header, body:not(.mobile-version) .tv.live .header, body:not(.mobile-version) .board-center .header, body:not(.mobile-version) .cs .header, body:not(.mobile-version) .event .header, body:not(.mobile-version) .mypage .header {
  height: 64px;
}
body:not(.mobile-version) .common.main .header, body:not(.mobile-version) .news .header, body:not(.mobile-version) .etc .header, body:not(.mobile-version) .disabled_service .header, body:not(.mobile-version) .tv.sub-n .header, body:not(.mobile-version) .tv.main .header {
  height: 112px;
}
body:not(.mobile-version) .vod .header {
  height: 128px;
}
body:not(.mobile-version) .vod .header.nav-down {
  background: transparent;
}
body:not(.mobile-version) .vod .header.nav-down .header-wrap {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body:not(.mobile-version) .vod.detail .header, body:not(.mobile-version) .vod.view .header {
  height: 64px;
}
body:not(.mobile-version) .vod.detail .header .gnb-wrap .gnb .submenu, body:not(.mobile-version) .vod.view .header .gnb-wrap .gnb .submenu {
  display: none;
}
body:not(.mobile-version) .vod.detail .header .quickMenu-sub, body:not(.mobile-version) .vod.view .header .quickMenu-sub {
  display: none;
}

.header .header-wrap .headerM .logo {
  display: none;
}
.header .header-wrap > .submenu {
  display: none;
}

.header {
  overflow: hidden;
}
.header .header-inner {
  position: relative;
  max-width: 1728px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 64px;
}
.header .header-inner::before {
  display: block;
  content: "";
  width: 2000%;
  height: 1px;
  background-color: var(--TVchosun-A-alpha-B12);
  position: absolute;
  top: 64px;
  left: -1000%;
}
.header .page-prev {
  display: none;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.header .logo > a {
  background: url("../img/svg/logo.svg?ver=250317") 0 50% no-repeat;
  background-size: cover;
  width: 180px;
  min-width: 180px;
  height: 32px;
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  display: block;
}
.header .logo .home-move {
  display: none;
  background: url("../img/svg/home-move-btn.svg") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
}
.header .logo .quick-home-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: auto;
  left: 0;
  z-index: 10;
  width: 400px;
  padding: 24px 24px 14px 24px;
}
.header .logo .quick-home-box .title-box strong {
  font-size: 18px;
}
.header .logo .quick-home-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .logo .quick-home-box ul li.tv-chosun {
  background: url("../img/svg/home-tv-chosun.svg") 0 50% no-repeat;
}
.header .logo .quick-home-box ul li.tv-chosun-news {
  background: url("../img/svg/home-tv-chosun-news.svg") 0 50% no-repeat;
}
.header .logo .quick-home-box ul li a {
  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;
  gap: 4px;
  padding: 16px 0 16px 60px;
}
.header .logo .quick-home-box ul li a::after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/svg/arrow_black.svg") 50% 50% no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .logo .quick-home-box ul li a h3 {
  font-size: 17px;
}
.header .logo .quick-home-box ul li a p {
  font-size: 15px;
  color: var(--TVchosun-A-gray-gray500);
}
.header .logo .quick-home-box ul li + li {
  border-top: 1px solid var(--TVchosun-A-alpha-B12);
}
.header .logo .quick-home-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .vod-m-logo {
  display: none;
}
.header .loginMenu {
  display: none;
}
.header .quickMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 10;
}
.header .quickMenu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}
.header .quickMenu > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 12px;
}
.header .quickMenu > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 15px;
}
.header .quickMenu > ul > li a:hover {
  color: var(--TVchosun-A-gray-gray950);
  font-weight: 700;
}
.header .quickMenu > ul > li a .count {
  width: 16px;
  height: 16px;
  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;
  font-size: 11px;
  color: var(--TVchosun-A-white100);
  background: var(--TVchosun-A-red-red600);
  border-radius: 50%;
}
.header .quickMenu > ul .my-info {
  position: relative;
  height: 100%;
}
.header .quickMenu > ul .my-info::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/svg/arrow_down.svg") 50% 50% no-repeat;
  background-size: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header .quickMenu > ul .my-info.open {
  font-weight: 400;
}
.header .quickMenu > ul .my-info.open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header .quickMenu > ul .my-info-menu {
  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;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 16px 24px;
  background: var(--TVchosun-A-white100);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1), 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1), 0px 4px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}
.header .quickMenu > ul .my-info-menu a {
  font-size: 14px;
}
.header .quickMenu > ul .my-info-menu a:hover {
  font-weight: 400;
  color: var(--TVchosun-A-red-red600);
}
.header .quickMenu > ul .my-info-menu.visible {
  opacity: 1;
  visibility: visible;
}
.header .hd_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .hd_search .searchBtn {
  width: 24px;
  height: 24px;
  background: url("../img/svg/ico_search_mini.svg") 50% 50%/18px auto no-repeat;
}
.header .hd_search .searchBtn.open {
  background: url("../img/svg/ico_close-bold.svg") 50% 50%/18px no-repeat;
}
.header .report-btn {
  display: none;
}
.header .report-btn a {
  padding: 2px 16px;
  border: 1px solid var(--TVchosun-A-gray-gray400);
  border-radius: 9999px;
  font-size: 14px;
  background: var(--TVchosun-A-white100);
}
.header .live-btn {
  display: none;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .live-btn a {
  border-radius: 9999px;
  background: var(--TVchosun-A-red-red600);
  padding: 5px 16px 5px 28px;
  color: var(--TVchosun-A-white100);
  font-size: 15px;
  border: 1px solid var(--TVchosun-A-alpha-B12);
}
.header .live-btn .ico {
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
}
.header .live-btn .ico:before {
  content: "";
  position: relative;
  display: block;
  width: 250%;
  height: 250%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -75%;
  margin-top: -75%;
  border-radius: 45px;
  background-color: var(--TVchosun-A-white100);
  -webkit-animation: pulse 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.header .live-btn .ico:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--TVchosun-A-white100);
  border-radius: 50px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.15);
            transform: scale(0.15);
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.15);
            transform: scale(0.15);
  }
  100% {
    opacity: 0;
  }
}
.header .gnb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .gnb-wrap::before {
  display: block;
  content: "";
  width: 2000%;
  height: 1px;
  background-color: var(--TVchosun-A-alpha-B12);
  position: absolute;
  bottom: 0;
  left: -1000%;
}
.header .gnb-wrap .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}
.header .gnb-wrap .gnb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  height: 100%;
}
.header .gnb-wrap .gnb ul li {
  padding: 0 4px;
}
.header .gnb-wrap .gnb ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}
.header .gnb-wrap .gnb ul li a:hover {
  color: var(--TVchosun-A-red-red600);
}
.header .gnb-wrap .gnb ul li a:hover::before {
  width: 100%;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.header .gnb-wrap .gnb ul li a::before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--TVchosun-A-red-red600);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.header .gnb-wrap .gnb ul li a .ico_trot {
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-blend-mode: color-burn;
  background-color: var(--TVchosun-A-red-red600);
  -webkit-mask-image: url("../img/svg/ico_trot.svg");
          mask-image: url("../img/svg/ico_trot.svg");
  mask-mode: alpha;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.header .gnb-wrap .gnb ul li.active a {
  font-weight: 700;
}
.header .gnb-wrap .gnb .submenu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0;
  bottom: -48px;
}
.header .gnb-wrap .gnb .submenu::before {
  display: block;
  content: "";
  width: 2000%;
  height: 1px;
  background: var(--TVchosun-A-alpha-B12);
  position: absolute;
  bottom: 0;
  left: -1000%;
}
.header .gnb-wrap .gnb .submenu::after {
  display: block;
  content: "";
  width: 2000%;
  height: 100%;
  background-color: var(--TVchosun-A-white100);
  position: absolute;
  z-index: -1;
  left: -1000%;
}
.header .gnb-wrap .gnb .submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .gnb-wrap .gnb .submenu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .gnb-wrap .gnb .submenu ul li a {
  font-size: 20px;
  font-weight: 400;
  color: var(--TVchosun-A-Logo-text);
}
.header .gnb-wrap .gnb .submenu ul li a::before {
  background: var(--TVchosun-A-gray-gray950);
}
.header .gnb-wrap .gnb .submenu ul li.on a {
  font-weight: 700;
  color: var(--TVchosun-A-black100);
}
.header .quickMenu-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header .quickMenu-sub .chosunIlbo {
  display: none;
}
.header .quickMenu-sub .report .btn {
  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;
  color: var(--TVchosun-A-red-red600);
  border: 1px solid var(--TVchosun-A-red-red600);
  padding: 0 16px;
  border-radius: 9999px;
  min-width: auto;
  height: 36px;
  font-size: 15px;
}
.header .quickMenu-sub .report .btn:hover {
  background: var(--TVchosun-A-red-red600);
  color: var(--TVchosun-A-white100);
}
.header .quickMenu-sub .ticket {
  display: none;
}
.header .quickMenu-sub .ticket .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--TVchosun-A-alpha-W24);
  color: var(--TVchosun-A-white100);
  padding: 8px 16px;
  min-width: auto;
  border-radius: 8px;
  border: 1px solid var(--TVchosun-A-alpha-W12);
  font-weight: 400;
}
.header .quickMenu-sub .ticket .btn:hover {
  background: var(--TVchosun-A-alpha-W24);
  color: var(--TVchosun-A-white100);
  border: 1px solid var(--TVchosun-A-alpha-W12);
}
.header .quickMenu-sub .ticket .btn.on {
  background: var(--TVchosun-A-black100);
  border-color: var(--TVchosun-A-alpha-W24);
}
.header .quickMenu-sub li {
  padding-left: 24px;
}
.header .quickMenu-sub li a {
  display: block;
  font-size: 15px;
}
.header .quickMenu-sub li:first-child {
  padding-left: 0;
}
.header .headerM-title {
  display: none;
}
.header .newsArticleHeader, .header .news-sitemap {
  display: none;
}
.header .introduce-gnb {
  display: none;
}

header {
  position: relative;
  z-index: 20;
}
header .header-wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  background-color: var(--TVchosun-A-white100);
  padding: 0 30px;
}
header .header-wrap.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header .header-wrap.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header .headerMenu-mo .headerM .quick-home-box {
  opacity: 0;
}
header .headerMenu-mo .headerM .quick-home-box.open {
  opacity: 0;
}
header .header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1200px;
}

.tv .header .gnb .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tv.sub-n .header .gnb .submenu {
  display: none;
}

.news.article .header.nav-down .logo, .news.article .header.nav-down .gnb-wrap {
  display: none;
}
.news.article .header.nav-down .newsArticleHeader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.news.article .header.nav-down .newsArticleHeader .article-title {
  font-size: 36px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 1000px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.news.article .header.nav-down .newsArticleHeader .newsMenu {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 16px;
  cursor: pointer;
}
.news.article .header.nav-down .newsArticleHeader .newsMenu p {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--TVchosun-A-gray-gray950);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.news.article .header.nav-down .newsArticleHeader .newsMenu p::before, .news.article .header.nav-down .newsArticleHeader .newsMenu p::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--TVchosun-A-gray-gray950);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news.article .header.nav-down .newsArticleHeader .newsMenu p::before {
  top: -7px;
}
.news.article .header.nav-down .newsArticleHeader .newsMenu p::after {
  top: 7px;
}
.news.article .header.nav-down .newsArticleHeader .newsMenu.open p {
  background: transparent;
}
.news.article .header.nav-down .newsArticleHeader .newsMenu.open p::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.news.article .header.nav-down .newsArticleHeader .newsMenu.open p::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.news.article .header.nav-down .headerMenu-pc .submenu {
  display: none;
}
.news.article .header .news-sitemap {
  position: absolute;
  background: var(--TVchosun-A-white100);
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 0;
  border-top: 0;
}
.news.article .header .news-sitemap.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news .header .header-inner {
  padding-top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 64px;
}
.news .header .header-inner::before, .news .header .header-inner::after {
  display: none;
}
.news .header .header-inner .logo {
  position: relative;
  top: 0;
}
.news .header .gnb-wrap {
  margin-left: 20px;
}
.news .header .gnb-wrap .gnb {
  height: 64px;
}
.news .header .gnb-wrap .gnb .submenu {
  bottom: -48px;
}
.news .header .quickMenu-sub {
  position: absolute;
  right: 0;
  bottom: -41px;
}
.news .header .quickMenu-sub .chosunIlbo {
  display: none;
}
.news .header .gnb .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news.main .header .quickMenu-sub .chosunIlbo {
  display: block;
  padding-left: 0;
}
.news.main .header .quickMenu-sub .chosunIlbo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.news.main .header .quickMenu-sub .chosunIlbo > a::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/ico/dropdown-arrow.png") 50% 50% no-repeat;
}
.news.main .header .quickMenu-sub .chosunIlbo > a.on::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.news.main .header .quickMenu-sub .chosunIlbo .chosunIlbo-list {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  border: 1px solid var(--TVchosun-A-gray-gray400);
  width: 216px;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: var(--TVchosun-A-white100);
  padding: 4px 0;
  border-radius: 6px;
  overflow: hidden;
}
.news.main .header .quickMenu-sub .chosunIlbo .chosunIlbo-list li {
  width: 50%;
  padding-left: 0;
  float: left;
}
.news.main .header .quickMenu-sub .chosunIlbo .chosunIlbo-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  font-size: 12px;
  padding: 0 12px;
  width: 100px;
}
.news.main .header .quickMenu-sub .chosunIlbo .chosunIlbo-list li a .img-chosun {
  width: 58px;
}
.news.main.current .header .quickMenu-sub .chosunIlbo {
  display: none;
}

.tv.main .header .header-inner {
  padding-top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 64px;
}
.tv.main .header .header-inner::before, .tv.main .header .header-inner::after {
  display: none;
}
.tv.main .header .header-inner .logo {
  position: relative;
  top: 0;
}
.tv.main .header .gnb-wrap {
  margin-left: 20px;
}
.tv.main .header .gnb-wrap .gnb {
  height: 64px;
}
.tv.main .header .gnb-wrap .gnb .submenu {
  bottom: -48px;
}
.tv.main .header .gnb-wrap .gnb .submenu:before {
  display: none;
}
.tv.main .header .quickMenu-sub {
  position: absolute;
  right: 0;
  bottom: -41px;
}
.tv.main .header .quickMenu-sub .chosunIlbo {
  display: none;
}
.tv.main .header .gnb .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vod:not(.main) .header {
  position: relative;
}
.vod:not(.main) .header .gnb-wrap .gnb .submenu::before {
  background: rgba(0, 0, 0, 0.8);
}
.vod.view {
  overflow: hidden;
}
.vod.view .header {
  overflow: visible;
}
.vod.view .header .header-wrap {
  position: relative;
}
.vod .header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.vod .header::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(56.47%, rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.38) 56.47%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vod .header .gnb-wrap .gnb .submenu {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vod .header .gnb-wrap .gnb .submenu::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vod .header.nav-down {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vod .header.nav-down::before {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vod .header.nav-down .quickMenu-sub {
  display: none;
}
.vod .header.nav-down .gnb-wrap .gnb .submenu {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.vod .header.nav-down .gnb-wrap .gnb .submenu::before {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vod .header.search-show {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: none !important;
  transition: none !important;
}
.vod .header .header-wrap {
  background: transparent;
}
.vod .header .gnb-wrap .gnb .submenu::before {
  display: block;
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  z-index: -1;
  background: transparent;
}
.vod .header .header-wrap::before {
  display: none;
}
.vod .header .header-inner {
  padding-top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 64px;
}
.vod .header .header-inner::before, .vod .header .header-inner::after {
  display: none;
}
.vod .header .header-inner .logo {
  position: relative;
  top: 0;
}
.vod .header .header-inner .logo > a {
  background: url("../img/svg/logo_wh.svg") 0 50% no-repeat;
  background-size: cover;
}
.vod .header .quickMenu > ul > li a {
  color: var(--TVchosun-A-white100);
}
.vod .header .quickMenu ul li a:hover {
  color: var(--TVchosun-A-white100);
}
.vod .header .quickMenu .my-info::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
}
.vod .header .quickMenu .my-info-menu {
  background: var(--TVchosun-A-gray-gray950);
}
.vod .header .quickMenu .my-info-menu li:hover a {
  color: var(--TVchosun-A-red-red600);
}
.vod .header .quickMenu .searchBtn {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
}
.vod .header .gnb-wrap {
  margin-left: 20px;
}
.vod .header .gnb-wrap::before {
  background: var(--TVchosun-A-alpha-W12);
}
.vod .header .gnb-wrap .gnb {
  height: 64px;
}
.vod .header .gnb-wrap .gnb > ul {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vod .header .gnb-wrap .gnb > ul > li {
  padding: 0;
  height: 100%;
}
.vod .header .gnb-wrap .gnb > ul > li > a {
  position: relative;
  color: var(--TVchosun-A-gray-gray50);
  font-weight: 400;
  padding: 0 12px;
  height: 100%;
}
.vod .header .gnb-wrap .gnb > ul > li > a::before {
  display: block;
  content: "";
  width: 0;
  height: 4px;
  background: var(--TVchosun-A-gray-gray50);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.vod .header .gnb-wrap .gnb > ul > li > a:hover::before {
  width: 100%;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.vod .header .gnb-wrap .gnb > ul > li.active > a::before {
  width: 100%;
}
.vod .header .gnb-wrap .gnb .submenu {
  height: 64px;
  bottom: -64px;
}
.vod .header .gnb-wrap .gnb .submenu::after {
  display: none;
}
.vod .header .gnb-wrap .gnb .submenu ul {
  height: 100%;
}
.vod .header .gnb-wrap .gnb .submenu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--TVchosun-A-gray-gray200);
}
.vod .header .gnb-wrap .gnb .submenu ul li a::before {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: var(--TVchosun-A-gray-gray50);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.vod .header .gnb-wrap .gnb .submenu ul li a:hover::before {
  width: 100%;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.vod .header .gnb-wrap .gnb .submenu ul li.on a {
  color: var(--TVchosun-A-gray-gray50);
  font-weight: 700;
}
.vod .header .gnb-wrap .gnb .submenu ul li.on a::before {
  width: 100%;
  background: var(--TVchosun-A-gray-gray50);
}
.vod .header .quickMenu-sub {
  position: absolute;
  right: 0;
  bottom: -50px;
}
.vod .header .quickMenu-sub .report {
  display: none;
}
.vod .header .quickMenu-sub .ticket {
  display: block;
}
.vod .header .gnb .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common:not(.main) .header .header-inner, .tv:not(.main, .sub-n) .header .header-inner, .tv.live .header .header-inner, .board-center .header .header-inner, .cs .header .header-inner, .event .header .header-inner, .mypage .header .header-inner {
  padding-top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 64px;
}
.common:not(.main) .header .header-inner::before, .common:not(.main) .header .header-inner::after, .tv:not(.main, .sub-n) .header .header-inner::before, .tv:not(.main, .sub-n) .header .header-inner::after, .tv.live .header .header-inner::before, .tv.live .header .header-inner::after, .board-center .header .header-inner::before, .board-center .header .header-inner::after, .cs .header .header-inner::before, .cs .header .header-inner::after, .event .header .header-inner::before, .event .header .header-inner::after, .mypage .header .header-inner::before, .mypage .header .header-inner::after {
  display: none;
}
.common:not(.main) .header .header-inner .logo, .tv:not(.main, .sub-n) .header .header-inner .logo, .tv.live .header .header-inner .logo, .board-center .header .header-inner .logo, .cs .header .header-inner .logo, .event .header .header-inner .logo, .mypage .header .header-inner .logo {
  position: relative;
  top: 0;
}
.common:not(.main) .header .gnb-wrap, .tv:not(.main, .sub-n) .header .gnb-wrap, .tv.live .header .gnb-wrap, .board-center .header .gnb-wrap, .cs .header .gnb-wrap, .event .header .gnb-wrap, .mypage .header .gnb-wrap {
  margin-left: 20px;
}
.common:not(.main) .header .gnb-wrap .gnb, .tv:not(.main, .sub-n) .header .gnb-wrap .gnb, .tv.live .header .gnb-wrap .gnb, .board-center .header .gnb-wrap .gnb, .cs .header .gnb-wrap .gnb, .event .header .gnb-wrap .gnb, .mypage .header .gnb-wrap .gnb {
  height: 64px;
}
.common:not(.main) .header .gnb-wrap .gnb .submenu, .tv:not(.main, .sub-n) .header .gnb-wrap .gnb .submenu, .tv.live .header .gnb-wrap .gnb .submenu, .board-center .header .gnb-wrap .gnb .submenu, .cs .header .gnb-wrap .gnb .submenu, .event .header .gnb-wrap .gnb .submenu, .mypage .header .gnb-wrap .gnb .submenu {
  bottom: -48px;
}
.common:not(.main) .header .gnb .submenu, .tv:not(.main, .sub-n) .header .gnb .submenu, .tv.live .header .gnb .submenu, .board-center .header .gnb .submenu, .cs .header .gnb .submenu, .event .header .gnb .submenu, .mypage .header .gnb .submenu {
  display: none;
}
.common:not(.main) .header .quickMenu-sub, .tv:not(.main, .sub-n) .header .quickMenu-sub, .tv.live .header .quickMenu-sub, .board-center .header .quickMenu-sub, .cs .header .quickMenu-sub, .event .header .quickMenu-sub, .mypage .header .quickMenu-sub {
  display: none;
}
.common:not(.main) .header .quickMenu-sub .chosunIlbo, .tv:not(.main, .sub-n) .header .quickMenu-sub .chosunIlbo, .tv.live .header .quickMenu-sub .chosunIlbo, .board-center .header .quickMenu-sub .chosunIlbo, .cs .header .quickMenu-sub .chosunIlbo, .event .header .quickMenu-sub .chosunIlbo, .mypage .header .quickMenu-sub .chosunIlbo {
  display: none;
}

.tv:not(.main, .sub-n) .header .quickMenu ul > li:not(.menu-item-login, .menu-item-schedule, .menu-item-event), .cs .header .quickMenu ul > li:not(.menu-item-login, .menu-item-schedule, .menu-item-event) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-inner {
  max-width: 1768px;
  margin: 0 auto;
  padding: 0 30px;
}
.footer-top {
  background-color: var(--TVchosun-A-gray-gray200);
  border: 1px solid var(--TVchosun-A-alpha-B24);
  border-width: 1px 0;
}
.footer-top .footer-inner {
  height: 72px;
  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;
}
.footer-middle {
  background-color: var(--TVchosun-A-gray-gray100);
  border-bottom: 1px solid var(--TVchosun-A-alpha-B12);
}
.footer-btm {
  background-color: var(--TVchosun-A-gray-gray100);
  padding-bottom: 96px;
}
.footer-btm .footer-inner {
  padding: 32px 30px 36px 30px;
}
.footer-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 132px;
}
.footer-notice a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-notice__title {
  font-weight: 700;
}
.footer-notice__content:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.footer-link {
  display: none;
}
.footer-guide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
}
.footer-guide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-left: -12px;
}
.footer-guide__list li {
  position: relative;
  padding: 0 12px;
  white-space: nowrap;
}
.footer-guide__list li a {
  font-size: 15px;
}
.footer-guide__list li a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.footer-guide__list li::before {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2392156863);
  position: absolute;
  right: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-guide__list li:last-child::before {
  display: none;
}
.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
.footer-info__logo {
  width: 124px;
  height: 22px;
}
.footer-info__logo > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/svg/logo_f.svg") 0 50% no-repeat;
  background-size: cover;
}
.footer-info__address {
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
}
.footer-info__address p span + span {
  margin-left: 10px;
}
.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-box__copyright {
  font-size: 11px;
}
.footer-box__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.footer-box__sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  padding: var(--spacing-1, 8px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.8) no-repeat center/auto auto;
  -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;
}
.footer-box__sns a.facebook {
  background-image: url(../img/svg/f_sns_facebook.svg);
}
.footer-box__sns a.facebook:hover {
  background-color: #0866FF;
}
.footer-box__sns a.blog {
  background-image: url(../img/svg/f_sns_blog.svg);
}
.footer-box__sns a.blog:hover {
  background-color: #2EB34A;
}
.footer-box__sns a.youtube {
  background-image: url(../img/svg/f_sns_youtube.svg);
}
.footer-box__sns a.youtube:hover {
  background-color: var(--TVchosun-A-red-red600);
}
.footer-box__sns a.kakaotv {
  background-image: url(../img/svg/f_sns_kakaotv.svg);
}
.footer-box__sns a.kakaotv:hover {
  background-color: #FAE100;
}
.footer-box__sns a.navertv {
  background-image: url(../img/svg/f_sns_navertv.svg);
}
.footer-box__sns a.navertv:hover {
  background: url(../img/svg/f_sns_navertv.svg), linear-gradient(-60deg, #3dbcda 0%, #3dbcda 16%, #0ce8b4 63%, #00f4ab 74%);
  background-repeat: no-repeat;
  background-position: center center;
}
.footer-box__sns a.naverpost {
  background-image: url(../img/svg/f_sns_naverpost.svg);
}
.footer-box__sns a.naverpost:hover {
  background-color: #00c73c;
}
.footer-familysite {
  position: relative;
  padding: 8px 12px;
}
.footer-familysite button {
  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;
  gap: 4px;
}
.footer-familysite button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/svg/family_arrow.svg") no-repeat center/auto auto;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.footer-familysite button.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.footer-familysite ul {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 173px;
  background-color: var(--TVchosun-A-white100);
  border: 1px solid var(--TVchosun-A-gray-gray400);
  border-radius: 8px;
  padding: 8px;
  z-index: 5;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.footer-familysite ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  padding: 0 16px;
  height: 30px;
  border-radius: 4px;
}
.footer-familysite ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: var(--TVchosun-A-gray-gray950);
}
.footer-familysite ul li a:hover {
  color: var(--TVchosun-A-gray-gray950);
}
.footer-familysite ul li:hover {
  background: var(--TVchosun-A-gray-gray100);
}

#ui_wrap {
  position: relative;
  min-width: 1200px;
}

.common .page_view {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 64px 0;
  position: relative;
}

#ui_body {
  overflow: hidden;
}

.page_view {
  min-height: 500px;
}
.page_view .ad-banner-left {
  position: absolute;
  left: -120px;
  top: 64px;
  width: 120px;
  height: 600px;
}
.page_view .ad-banner-left img {
  width: 100%;
}
.page_view .ad-banner-right {
  position: absolute;
  right: -120px;
  top: 64px;
  width: 120px;
  height: 600px;
}
.page_view .ad-banner-right img {
  width: 100%;
}

.btn_top {
  display: none;
  position: fixed;
  right: 64px;
  bottom: 24px;
  z-index: 1;
}
.btn_top button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 100%;
  border: 1px solid var(--TVchosun-A-alpha-B12);
  -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);
  font-size: 0;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8) url(../img/svg/top_btn.svg) no-repeat center/auto auto;
  -webkit-transition-property: background, -webkit-box-shadow;
  transition-property: background, -webkit-box-shadow;
  transition-property: background, box-shadow;
  transition-property: background, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.btn_top button:hover {
  background-color: rgb(255, 255, 255);
  -webkit-transition-property: background, -webkit-box-shadow;
  transition-property: background, -webkit-box-shadow;
  transition-property: background, box-shadow;
  transition-property: background, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15), 0px 4px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15), 0px 4px 15px 0 rgba(0, 0, 0, 0.2);
}
.btn_top .btn_home {
  display: none;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 100%;
  border: 1px solid var(--TVchosun-A-alpha-B12);
  -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);
  font-size: 0;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8) url(../img/ico/btn_home.svg) no-repeat center/auto auto;
  -webkit-transition-property: background, -webkit-box-shadow;
  transition-property: background, -webkit-box-shadow;
  transition-property: background, box-shadow;
  transition-property: background, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.btn_top .btn_home:hover {
  background-color: rgb(255, 255, 255);
  -webkit-transition-property: background, -webkit-box-shadow;
  transition-property: background, -webkit-box-shadow;
  transition-property: background, box-shadow;
  transition-property: background, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15), 0px 4px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15), 0px 4px 15px 0 rgba(0, 0, 0, 0.2);
}

.sitemap-container {
  margin-top: 40px;
}

.sitemap-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 80px 108px;
  padding: 0 48px;
  overflow: hidden;
}
.sitemap-box {
  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;
  gap: 12px;
  width: 25%;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 81px);
          flex: 0 1 calc(25% - 81px);
}
.sitemap-box::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--TVchosun-A-alpha-B12);
  position: absolute;
  left: -49px;
}
.sitemap-box .title {
  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;
  height: 48px;
  border: 1px solid var(--TVchosun-A-alpha-B12);
  border-radius: 9999px;
  background: var(--TVchosun-A-alpha-B8);
}
.sitemap-box ul li {
  height: 44px;
}
.sitemap-box ul li a {
  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: 100%;
  height: 100%;
  padding: 0 16px;
}
.sitemap-box ul li a span {
  display: inline-block;
  position: relative;
}
.sitemap-box ul li a span::before {
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--TVchosun-A-gray-gray950);
  -webkit-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.sitemap-box ul li a:hover span {
  font-weight: 700;
}
.sitemap-box ul li a:hover span::before {
  width: 100%;
}

.news-sitemap {
  background-color: var(--TVchosun-A-gray-gray100);
  border-top: 1px solid var(--TVchosun-A-alpha-B24);
  padding: 64px 10vw;
}
.news-sitemap-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.news-sitemap-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: 12px;
  width: 100%;
  max-width: 180px;
  text-align: center;
}
.news-sitemap-box .title {
  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;
  height: 48px;
  border: 1px solid var(--TVchosun-A-alpha-B12);
  border-radius: 9999px;
  background: var(--TVchosun-A-alpha-B8);
  font-size: 20px;
}
.news-sitemap-box ul li {
  height: 44px;
}
.news-sitemap-box ul li a {
  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: 100%;
  height: 100%;
  padding: 0 16px;
}
.news-sitemap-box ul li a span {
  display: inline-block;
  position: relative;
}
.news-sitemap-box ul li a span::before {
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--TVchosun-A-gray-gray950);
  -webkit-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.news-sitemap-box ul li a:hover span {
  font-weight: 700;
}
.news-sitemap-box ul li a:hover span::before {
  width: 100%;
}

.pc-version .headerM {
  display: none;
  height: 0;
}
.pc-version .headerM-top {
  height: 0;
}
.pc-version .login .header {
  display: none;
}
.pc-version .login.visible .header {
  display: block;
}

.search-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  height: 100%;
  overflow-y: auto;
  background-color: var(--TVchosun-A-white100);
  z-index: 30;
}
.search-pop::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.search-pop::-webkit-scrollbar-thumb {
  background-color: #a8a7a3;
  border-radius: 4px;
}
.search-pop.open {
  display: block;
}
.search-pop .item-list {
  padding: 0;
}

.search-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 64px 0;
}
.search-inner .item-stitle {
  margin-bottom: 12px;
}
.search-inner .item-stitle .del {
  font-size: 15px;
}
.search-inner .item-stitle .del:hover {
  font-weight: 700;
}
.search-inner .comm-tab {
  padding: 20px 0;
}
.search-inner .comm-tab .type-bold-border {
  padding: 16px 0;
}
.search-inner .comm-tab + .item-list {
  padding-top: 0;
  padding-bottom: 20px;
}
.search-inner .comm-tab + .item-htitle {
  margin-top: 0;
}
.search-inner .comm-tab .flex-box {
  margin-top: 20px;
}
.search-inner .item-htitle + .item-list {
  padding-top: 20px;
}
.search-inner .item-list.full .vd-link .thumb-box {
  width: 277px;
  min-width: 277px;
}
.search-inner .item-list.full .vd-link .txt-box .title {
  font-size: 22px;
  margin: 0;
  margin-bottom: 8px;
}
.search-inner .item-list.full .vd-link .txt-box .info .txt {
  color: var(--TVchosun-A-gray-gray500);
}
.search-inner .item-list.full .vd-link .txt-box .info .txt strong {
  font-weight: 400;
}
.search-inner .null-content {
  gap: 0;
}
.search-inner .null-content .help-box {
  margin-top: 56px;
  width: 400px;
}
.search-inner .null-content .link-text {
  margin-top: 16px;
}

.recent-container {
  margin-top: 64px;
}
.recent-container .item-stitle {
  margin-top: 0;
}

.global-search {
  width: 100%;
  border-bottom: 2px solid var(--TVchosun-A-gray-gray700);
  padding: 8px 12px;
}
.global-search .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  padding: 4px;
  font-size: 28px;
}
.global-search .input-box input[type=text] {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.global-search .input-box input[type=text]::-webkit-input-placeholder {
  color: var(--TVchosun-A-gray-gray400);
}
.global-search .input-box input[type=text]::-moz-placeholder {
  color: var(--TVchosun-A-gray-gray400);
}
.global-search .input-box input[type=text]:-ms-input-placeholder {
  color: var(--TVchosun-A-gray-gray400);
}
.global-search .input-box input[type=text]::-ms-input-placeholder {
  color: var(--TVchosun-A-gray-gray400);
}
.global-search .input-box input[type=text]::placeholder {
  color: var(--TVchosun-A-gray-gray400);
}
.global-search .input-box input[type=text]:hover, .global-search .input-box input[type=text]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.global-search .input-box .searchBtn {
  width: 32px;
  height: 32px;
  background: url("../img/svg/ico_glo_search.svg") 50% 50% no-repeat;
}
.global-search .input-box .del {
  width: 32px;
  height: 32px;
  background: url(../img/svg/ico_del.svg) 50% 50% no-repeat;
  margin-right: 12px;
}

.search-recent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.search-recent .recent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--TVchosun-A-gray-gray400);
  border-radius: 9999px;
  padding-right: 8px;
}
.search-recent .recent-item .link {
  font-size: 15px;
  padding: 8px 4px 8px 16px;
}
.search-recent .recent-item .link:hover {
  color: var(--TVchosun-A-red-red600);
}
.search-recent .recent-item .del {
  width: 32px;
  height: 32px;
  background: url(../img/svg/ico_del-bold.svg) 50% 50% no-repeat;
  background-size: 10px;
}

.popular-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
}
.popular-tag .tag-item {
  position: relative;
  color: var(--TVchosun-A-weather-blue);
  font-weight: 500;
}
.popular-tag .tag-item::before {
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--TVchosun-A-weather-blue);
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.popular-tag .tag-item:hover::before {
  width: 100%;
}

.popular-news-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: 16px;
}
.popular-news-list .news-item {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-bottom: 1px solid transparent;
}
.popular-news-list .news-item a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 500;
}
.popular-news-list .news-item:hover {
  border-bottom: 1px solid var(--TVchosun-A-gray-gray950);
}

.headerMenu-mo {
  display: none;
}

@media screen and (max-width: 1400px) {
  .news-sitemap {
    padding: 62px 5vw;
  }
}
@media screen and (max-width: 1199px) {
  #ui_wrap {
    min-width: 100%;
  }
  #ui_wrap.detail .line_map-menu {
    display: none;
  }
  #ui_wrap.detail .header .header-wrap > .submenu {
    display: none !important;
  }
  #ui_wrap.detail.board-center .comm-tab {
    display: none;
  }
  #ui_wrap.detail.pressroom .press-tab {
    display: none;
  }
  .mobile-version .common .header, .mobile-version .common.main .header, .mobile-version .news.article .header, .mobile-version .event .header, .mobile-version .cs .header, .mobile-version .etc .header, .mobile-version .board-center .header, .mobile-version .disabled_service .header, .mobile-version .introduce .header, .mobile-version .pressroom .header, .mobile-version .login .header {
    height: 64px;
  }
  .mobile-version .news .header, .mobile-version .vod .header {
    height: 112px;
  }
  .mobile-version .tv .header, .mobile-version .news.sub-n .header, .mobile-version .mypage .header, .mobile-version .event .header, .mobile-version .cs .header, .mobile-version .board-center .header, .mobile-version .etc .header {
    height: 64px;
    margin-bottom: 48px;
  }
  .mobile-version .common.search .header, .mobile-version .news.search .header {
    height: 64px;
    margin-bottom: 70px;
  }
  .mobile-version .tv.main .header, .mobile-version .tv.sub-n .header {
    height: 64px;
    margin-bottom: 0;
  }
  .mobile-version .tv.main .header, .mobile-version .tv.live .header, .mobile-version .vod.view .header, .mobile-version .tv.sub-n .header, .mobile-version .news.article .header, .mobile-version .event.detail .header, .mobile-version .event.sub-n .header, .mobile-version .cs.detail .header, .mobile-version .board-center.sub-n .header, .mobile-version .board-center.detail .header {
    height: 64px;
    margin-bottom: 0;
  }
  .mobile-version .detail .header {
    height: 64px;
    margin-bottom: 0;
  }
  .mobile-version .detail.news .header {
    height: 64px;
    margin-bottom: 0;
  }
  .mobile-version .detail.tv .comm-page-title {
    display: none;
  }
  .mobile-version .detail.cs .comm-page-title + .comm-tab {
    display: none;
  }
  .mobile-version .detail.cs .comm-page-title + .comm-tab.mobileShow {
    display: none !important;
  }
  .mobile-version .detail.cs .comm-page-title + .comm-tab + .comm-tab.mobileShow {
    display: none !important;
  }
  .mobile-version .mypage.sub-n .header, .mobile-version .mypage.main .header {
    margin-bottom: 0;
  }
  .mobile-version .header .header-wrap .headerM .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-version .header .header-wrap > .header-inner > .logo {
    display: none;
  }
  .mobile-version .vod .header .header-wrap > .submenu, .mobile-version .news .header .header-wrap > .submenu {
    display: block;
  }
  .mobile-version .header .header-wrap {
    position: fixed;
  }
  .mobile-version .common.search header .header-wrap, .mobile-version .news.search header .header-wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mobile-version .common.search header .header-wrap > .submenu, .mobile-version .news.search header .header-wrap > .submenu {
    display: none;
  }
  .mobile-version .common.search header .header-wrap .headerM .logo, .mobile-version .news.search header .header-wrap .headerM .logo {
    display: none;
  }
  .mobile-version .common.search header .header-wrap .headerM .page-prev, .mobile-version .news.search header .header-wrap .headerM .page-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-version .common.search header .header-wrap .headerM .headerM-title .page-title, .mobile-version .news.search header .header-wrap .headerM .headerM-title .page-title {
    display: none;
  }
  .mobile-version .common.search header .header-wrap .headerM .headerM-title .search-area, .mobile-version .news.search header .header-wrap .headerM .headerM-title .search-area {
    width: 100%;
    margin-left: 8px;
  }
  .mobile-version .common.search header .header-wrap .headerM .headerM-title .search-area .global-search, .mobile-version .news.search header .header-wrap .headerM .headerM-title .search-area .global-search {
    padding: 3px 0;
  }
  .mobile-version .common.search header .header-wrap .headerM .headerM-title .search-area .global-search .input-box, .mobile-version .news.search header .header-wrap .headerM .headerM-title .search-area .global-search .input-box {
    font-size: 18px;
  }
  .mobile-version .common.search header .header-wrap .headerM .headerM-title .search-area .global-search .searchBtn, .mobile-version .news.search header .header-wrap .headerM .headerM-title .search-area .global-search .searchBtn {
    width: 20px;
    height: 20px;
    background-size: 16px;
  }
  .mobile-version .common.search header .header-wrap .headerM .headerM-title .submenu-list, .mobile-version .news.search header .header-wrap .headerM .headerM-title .submenu-list {
    display: none;
  }
  .mobile-version .common.search header .header-wrap .headerM .headerM-top, .mobile-version .news.search header .header-wrap .headerM .headerM-top {
    display: none;
  }
  .mobile-version .tv .header .header-wrap > .headerM .logo, .mobile-version .mypage .header .header-wrap > .headerM .logo, .mobile-version .etc .header .header-wrap > .headerM .logo, .mobile-version .event .header .header-wrap > .headerM .logo, .mobile-version .cs .header .header-wrap > .headerM .logo, .mobile-version .common .header .header-wrap > .headerM .logo, .mobile-version .login .header .header-wrap > .headerM .logo, .mobile-version .disabled_service .header .header-wrap > .headerM .logo, .mobile-version .board-center .header .header-wrap > .headerM .logo, .mobile-version .news.menu .header .header-wrap > .headerM .logo {
    display: none;
  }
  .mobile-version .tv .header .header-wrap > .headerM .headerM-title, .mobile-version .mypage .header .header-wrap > .headerM .headerM-title, .mobile-version .etc .header .header-wrap > .headerM .headerM-title, .mobile-version .event .header .header-wrap > .headerM .headerM-title, .mobile-version .cs .header .header-wrap > .headerM .headerM-title, .mobile-version .common .header .header-wrap > .headerM .headerM-title, .mobile-version .login .header .header-wrap > .headerM .headerM-title, .mobile-version .disabled_service .header .header-wrap > .headerM .headerM-title, .mobile-version .board-center .header .header-wrap > .headerM .headerM-title, .mobile-version .news.menu .header .header-wrap > .headerM .headerM-title {
    display: block;
  }
  .mobile-version .tv .header .header-wrap > .headerM .page-prev, .mobile-version .tv .header .header-wrap > .headerM .headerM-title, .mobile-version .mypage .header .header-wrap > .headerM .page-prev, .mobile-version .mypage .header .header-wrap > .headerM .headerM-title, .mobile-version .etc .header .header-wrap > .headerM .page-prev, .mobile-version .etc .header .header-wrap > .headerM .headerM-title, .mobile-version .event .header .header-wrap > .headerM .page-prev, .mobile-version .event .header .header-wrap > .headerM .headerM-title, .mobile-version .cs .header .header-wrap > .headerM .page-prev, .mobile-version .cs .header .header-wrap > .headerM .headerM-title, .mobile-version .common .header .header-wrap > .headerM .page-prev, .mobile-version .common .header .header-wrap > .headerM .headerM-title, .mobile-version .login .header .header-wrap > .headerM .page-prev, .mobile-version .login .header .header-wrap > .headerM .headerM-title, .mobile-version .disabled_service .header .header-wrap > .headerM .page-prev, .mobile-version .disabled_service .header .header-wrap > .headerM .headerM-title, .mobile-version .board-center .header .header-wrap > .headerM .page-prev, .mobile-version .board-center .header .header-wrap > .headerM .headerM-title, .mobile-version .news.menu .header .header-wrap > .headerM .page-prev, .mobile-version .news.menu .header .header-wrap > .headerM .headerM-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-version .tv .header .header-wrap > .headerM .headerM-title .submenu-list, .mobile-version .mypage .header .header-wrap > .headerM .headerM-title .submenu-list, .mobile-version .etc .header .header-wrap > .headerM .headerM-title .submenu-list, .mobile-version .event .header .header-wrap > .headerM .headerM-title .submenu-list, .mobile-version .cs .header .header-wrap > .headerM .headerM-title .submenu-list, .mobile-version .common .header .header-wrap > .headerM .headerM-title .submenu-list, .mobile-version .login .header .header-wrap > .headerM .headerM-title .submenu-list, .mobile-version .disabled_service .header .header-wrap > .headerM .headerM-title .submenu-list, .mobile-version .board-center .header .header-wrap > .headerM .headerM-title .submenu-list, .mobile-version .news.menu .header .header-wrap > .headerM .headerM-title .submenu-list {
    display: none;
  }
  .mobile-version .login .header .header-wrap > .headerM .headerM-top {
    display: none;
  }
  .mobile-version .common.main .header .header-wrap > .headerM .logo, .mobile-version .tv.live .header .header-wrap > .headerM .logo, .mobile-version .news.main .header .header-wrap > .headerM .logo, .mobile-version .news.article .header .header-wrap > .headerM .logo, .mobile-version .error .header .header-wrap > .headerM .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-version .common.main .header .header-wrap > .headerM .logo .home-move, .mobile-version .tv.live .header .header-wrap > .headerM .logo .home-move, .mobile-version .news.main .header .header-wrap > .headerM .logo .home-move, .mobile-version .news.article .header .header-wrap > .headerM .logo .home-move, .mobile-version .error .header .header-wrap > .headerM .logo .home-move {
    display: block;
  }
  .mobile-version .common.main .header .header-wrap > .headerM .live-btn, .mobile-version .tv.live .header .header-wrap > .headerM .live-btn, .mobile-version .news.main .header .header-wrap > .headerM .live-btn, .mobile-version .news.article .header .header-wrap > .headerM .live-btn, .mobile-version .error .header .header-wrap > .headerM .live-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-version .common.main .header .header-wrap > .headerM .page-prev, .mobile-version .common.main .header .header-wrap > .headerM .headerM-title, .mobile-version .tv.live .header .header-wrap > .headerM .page-prev, .mobile-version .tv.live .header .header-wrap > .headerM .headerM-title, .mobile-version .news.main .header .header-wrap > .headerM .page-prev, .mobile-version .news.main .header .header-wrap > .headerM .headerM-title, .mobile-version .news.article .header .header-wrap > .headerM .page-prev, .mobile-version .news.article .header .header-wrap > .headerM .headerM-title, .mobile-version .error .header .header-wrap > .headerM .page-prev, .mobile-version .error .header .header-wrap > .headerM .headerM-title {
    display: none;
  }
  .mobile-version .common.main .header .header-wrap > .headerM .headerM-title .submenu-list, .mobile-version .tv.live .header .header-wrap > .headerM .headerM-title .submenu-list, .mobile-version .news.main .header .header-wrap > .headerM .headerM-title .submenu-list, .mobile-version .news.article .header .header-wrap > .headerM .headerM-title .submenu-list, .mobile-version .error .header .header-wrap > .headerM .headerM-title .submenu-list {
    display: none;
  }
  .mobile-version .common.main .header.nav-up .header-wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mobile-version .tv.main .header .header-wrap > .headerM .headerM-title .page-title {
    display: none;
  }
  .mobile-version .tv.main .header .header-wrap > .headerM .headerM-title .submenu-list {
    display: block;
  }
  .mobile-version .news.main .header .header-wrap > .headerM .live-btn, .mobile-version .news.article .header .header-wrap > .headerM .live-btn {
    display: none;
  }
  .mobile-version .news.main .header .header-wrap > .headerM .report-btn, .mobile-version .news.article .header .header-wrap > .headerM .report-btn {
    display: block;
  }
  .mobile-version .news.main .header .header-wrap > .headerM .logo > a, .mobile-version .news.article .header .header-wrap > .headerM .logo > a {
    width: 100%;
    min-width: 156px;
    background: url("../img/svg/logo-news.svg") 0 50% no-repeat;
    background-size: contain;
  }
  .mobile-version .news.main .header .header-wrap .header-inner .headerMenu-mo .headerM .logo > a, .mobile-version .news.article .header .header-wrap .header-inner .headerMenu-mo .headerM .logo > a {
    width: 100%;
    min-width: 156px;
    background: url("../img/svg/logo-news.svg") 0 50% no-repeat;
    background-size: contain;
  }
  .mobile-version .news.article .header.nav-down .newsArticleHeader {
    display: none;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .logo, .mobile-version .news.article .header.nav-down .header-wrap > .headerM .headerM-top {
    display: none;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .page-prev {
    display: block;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .item-btn > button {
    font-size: 0;
    text-indent: 99999em;
    overflow: hidden;
    line-height: 0;
    width: 40px;
    height: 40px;
    margin: 8px 0;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50% 50%;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .resize {
    background-image: url(../img/svg/ico_font.svg);
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .size {
    background-image: url(../img/ico_.pgn);
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .comment {
    background-image: url(../img/svg/ico_comment.svg);
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .scrape {
    background-image: url(../img/svg/ico_scrape.svg);
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .scrape.on {
    background-image: url(../img/svg/ico_scrape_on.svg);
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .print {
    display: none;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .share {
    background-image: url(../img/svg/ico_share.svg);
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .hide {
    display: none;
    position: absolute;
    left: 76px;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .hide.open.resize-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .hide.open.share-box {
    display: block;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .resize-box {
    z-index: 1;
    border-radius: 12px;
    border: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
    background: var(--TVchosun-gray-gray50, #FAFAFA);
    -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);
    gap: 8px;
    top: 100%;
    left: 0;
    height: 72px;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .resize-box .title-box {
    display: none;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .resize-box button {
    width: 32px;
    height: 100%;
    color: #737373;
    font-size: 13px;
    font-weight: 400;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .resize-box button:hover {
    color: var(--TVchosun-red-red500, var(--TVchosun-red-red500, #EF4444));
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .resize-box button:hover em {
    background-color: #F5F5F5;
    border-radius: 8px;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .resize-box button:hover.size-nomal em {
    background-image: url(../img/svg/img_fontsize_nomal-on.svg);
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .resize-box button:hover.size-big em {
    background-image: url(../img/svg/img_fontsize_big-on.svg);
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .resize-box em {
    font-size: 0;
    text-indent: 99999em;
    overflow: hidden;
    line-height: 0;
    display: block;
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: 24px auto;
    background-repeat: no-repeat;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .resize-box .size-nomal em {
    background-image: url(../img/svg/img_fontsize_nomal.svg);
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .resize-box .size-big em {
    background-image: url(../img/svg/img_fontsize_big.svg);
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .tooltip-box {
    margin: 8px 0;
    font-size: 0;
    background-size: 14px;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .tooltip-box .share, .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .tooltip-box .resize {
    width: 40px;
    height: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .resize-box {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .resize-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .share-box {
    top: calc(100% + 10px);
    left: auto;
    right: 0;
  }
  .mobile-version .news.article .header .header-wrap > .headerM .floating-news {
    display: none;
  }
  .mobile-version .news.menu.sub-n .header .header-wrap > .submenu {
    display: none;
  }
  .mobile-version .news .header .header-wrap > .headerM .logo > a {
    width: 100%;
    min-width: 156px;
    background: url("../img/svg/logo-news.svg") 0 50% no-repeat;
    background-size: contain;
  }
  .mobile-version .news .header .header-wrap .header-inner .headerMenu-mo .headerM .logo > a {
    width: 100%;
    min-width: 156px;
    background: url("../img/svg/logo-news.svg") 0 50% no-repeat;
    background-size: contain;
  }
  .mobile-version .news .header .header-wrap > .submenu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 32px);
    height: 48px;
    position: absolute;
    left: 16px;
    bottom: -48px;
  }
  .mobile-version .news .header .header-wrap > .submenu::before {
    display: block;
    content: "";
    width: 2000%;
    height: 1px;
    background: var(--TVchosun-A-alpha-B12);
    position: absolute;
    bottom: 0;
    left: -1000%;
  }
  .mobile-version .news .header .header-wrap > .submenu::after {
    display: block;
    content: "";
    width: 2000%;
    height: 100%;
    background-color: var(--TVchosun-A-white100);
    position: absolute;
    z-index: -1;
    left: -1000%;
    top: 0;
  }
  .mobile-version .news .header .header-wrap > .submenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    height: 100%;
    overflow-x: scroll;
  }
  .mobile-version .news .header .header-wrap > .submenu ul::-webkit-scrollbar {
    display: none;
  }
  .mobile-version .news .header .header-wrap > .submenu ul::-webkit-scrollbar-thumb {
    background-color: #a8a7a3;
    border-radius: 4px;
  }
  .mobile-version .news .header .header-wrap > .submenu ul li {
    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 12px;
  }
  .mobile-version .news .header .header-wrap > .submenu ul li a {
    font-size: 18px;
    font-weight: 400;
    color: var(--TVchosun-Logo-text);
  }
  .mobile-version .news .header .header-wrap > .submenu ul li.on::before {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: var(--TVchosun-A-gray-gray950);
    position: absolute;
    bottom: 0;
  }
  .mobile-version .news .header .header-wrap > .submenu ul li.on a {
    font-weight: 500;
    color: var(--TVchosun-A-gray-gray950);
  }
  .mobile-version .news .header .report-btn a {
    padding: 2px 8px;
  }
  .mobile-version .vod .header .header-wrap > .submenu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 32px);
    height: 48px;
    position: absolute;
    left: 16px;
    bottom: -48px;
  }
  .mobile-version .vod .header .header-wrap > .submenu::after {
    display: block;
    content: "";
    width: 2000%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: -1;
    left: -1000%;
    top: 0;
  }
  .mobile-version .vod .header .header-wrap > .submenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    height: 100%;
  }
  .mobile-version .vod .header .header-wrap > .submenu ul li {
    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;
    padding: 0 12px;
  }
  .mobile-version .vod .header .header-wrap > .submenu ul li a {
    font-size: 17px;
    font-weight: 500;
  }
  .mobile-version .vod .header .header-wrap > .submenu ul li.on {
    position: relative;
  }
  .mobile-version .vod .header .header-wrap > .submenu ul li.on a {
    font-weight: 700;
  }
  .mobile-version .vod .header .header-wrap > .submenu ul li.on::before {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: var(--TVchosun-A-white100);
    position: absolute;
    bottom: 0;
  }
  .mobile-version .vod.main .header {
    position: relative;
  }
  .mobile-version .vod.view .header .header-wrap > .submenu {
    display: none;
  }
  .mobile-version .vod.view .header .header-wrap .page-prev {
    display: block;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
  }
  .mobile-version .vod.view .header .header-wrap > .headerM .logo, .mobile-version .vod.view .header .header-wrap > .headerM .vod-m-logo {
    display: none;
  }
  .mobile-version .vod.view .header .header-wrap .headerM .headerM-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .mobile-version .vod.view .header .header-wrap .headerM .headerM-title .submenu-list {
    display: none;
  }
  .mobile-version .header .header-wrap {
    min-width: auto;
    max-height: 100%;
    padding: 0;
  }
  .mobile-version .header .header-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .mobile-version .header .header-wrap .headerM {
    position: relative;
    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;
    height: 64px;
    padding: 0 16px;
    background-color: var(--TVchosun-A-white100);
    z-index: 10;
  }
  .mobile-version .header .header-wrap .headerM .logo {
    position: relative;
    top: 0;
  }
  .mobile-version .header .header-wrap .headerM .logo > a {
    min-width: auto;
    width: 124px;
    height: 22px;
    background: url("../img/svg/logo.svg") 0 50% no-repeat;
    background-size: cover;
  }
  .mobile-version .header .header-wrap .headerM .page-prev, .mobile-version .header .header-wrap .headerM .headerM-title {
    display: none;
  }
  .mobile-version .header .header-wrap .headerM .headerM-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .mobile-version .header .header-wrap .headerM .headerM-title .page-title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 520px;
  }
  .mobile-version .header .header-wrap .headerM .headerM-title .submenu-list {
    height: 100%;
  }
  .mobile-version .header .header-wrap .headerM .headerM-title .submenu-list .submenu-title {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 500;
    padding: 0 24px 0 16px;
  }
  .mobile-version .header .header-wrap .headerM .headerM-title .submenu-list .submenu-title::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/svg/family_arrow_gray.svg") 50% 50% no-repeat;
    background-size: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(-1);
            transform: translateY(-50%) scale(-1);
  }
  .mobile-version .header .header-wrap .headerM .headerM-title .submenu-list .submenu-title.on::after {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
  .mobile-version .header .header-wrap .headerM .headerM-title .submenu-list ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 12px 16px;
    background: var(--TVchosun-A-gray-gray50);
    border-top: 1px solid var(--TVchosun-A-alpha-B12);
  }
  .mobile-version .header .header-wrap .headerM .headerM-title .submenu-list ul li {
    width: 100%;
  }
  .mobile-version .header .header-wrap .headerM .headerM-title .submenu-list ul li a {
    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%;
    border-radius: 8px;
    padding: 14px 0;
  }
  .mobile-version .header .header-wrap .headerM .headerM-title .submenu-list ul li.on a {
    background: var(--TVchosun-A-gray-gray300);
  }
  .mobile-version .header .header-wrap .headerM .headerM-title .submenu-list ul li + li {
    margin-top: 4px;
  }
  .mobile-version .header .header-wrap .headerM-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .mobile-version .header .header-wrap .headerM-top .hd_search {
    min-height: auto;
  }
  .mobile-version .header .header-wrap .headerM-top > a {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .mobile-version .header .header-wrap .headerM-top > a.alarm {
    background-image: url(../img/svg/ico_alarm.svg);
  }
  .mobile-version .header .header-wrap .headerM-top > a.setting {
    background-image: url(../img/svg/ico_setting.svg);
  }
  .mobile-version .header .header-wrap .headerM-top > a.menuOpen {
    position: relative;
    display: block;
    width: 18px;
    height: 16px;
    cursor: pointer;
  }
  .mobile-version .header .header-wrap .headerM-top > a.menuOpen p {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--TVchosun-A-gray-gray950);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .mobile-version .header .header-wrap .headerM-top > a.menuOpen p::before, .mobile-version .header .header-wrap .headerM-top > a.menuOpen p::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--TVchosun-A-gray-gray950);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mobile-version .header .header-wrap .headerM-top > a.menuOpen p::before {
    top: -7px;
  }
  .mobile-version .header .header-wrap .headerM-top > a.menuOpen p::after {
    top: 7px;
  }
  .mobile-version .header .header-wrap .headerM-top > a.menuOpen.on p {
    background: transparent;
  }
  .mobile-version .header .header-wrap .headerM-top > a.menuOpen.on p::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mobile-version .header .header-wrap .headerM-top > a.menuOpen.on p::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .mobile-version .header .header-wrap .headerM.open a.alarm, .mobile-version .header .header-wrap .headerM.open a.setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-version .header .header-wrap .header-inner {
    background-color: var(--TVchosun-A-gray-gray100);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    height: 100%;
  }
  .mobile-version .header .header-wrap .header-inner::before {
    display: none;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo {
    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;
    right: -100%;
    top: 0;
    width: 100%;
    max-width: 640px;
    z-index: 100;
    background-color: var(--TVchosun-A-gray-gray50);
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    overflow-y: scroll;
    height: 100dvh;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo::-webkit-scrollbar {
    width: 6px;
    height: 8px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo::-webkit-scrollbar-thumb {
    background-color: #a8a7a3;
    border-radius: 4px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .headerM {
    min-height: 64px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu {
    width: 100%;
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid var(--TVchosun-A-alpha-B12);
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu .userInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 12px 4px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu .userInfo .profile {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu .userInfo .profile::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid rgba(255, 255, 255, 0.5); /* 50% 투명 테두리 */
    border-radius: 28px;
    pointer-events: none;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu .userInfo .profile img {
    width: 100%;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu .userInfo .name strong {
    font-weight: 700;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu .userInfo .my-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu .userInfo .my-link .more {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/svg/arrow_black.svg") no-repeat 50% 50%;
    background-size: 6px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2px 8px 8px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu ul li {
    width: calc(25% - 20px);
    text-align: center;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu ul li a {
    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;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu ul li a .ico-box {
    position: relative;
    background-color: var(--TVchosun-A-white100);
    border-radius: 14px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 12px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu ul li a .ico-box::after {
    display: block;
    content: "";
    padding-bottom: 100%;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu ul li a .ico-box img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox {
    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;
    padding: 24px 16px;
    background-color: var(--TVchosun-A-gray-gray100);
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList {
    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;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li {
    border-radius: 12px;
    border: 1px solid transparent;
    overflow: hidden;
    padding: 4px;
    background-color: var(--TVchosun-A-white100);
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: var(--TVchosun-A-white100);
    border-radius: 10px;
    font-weight: 700;
    line-height: 24px;
    min-height: 48px;
    font-size: 16px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li > a.tvchosun-news-menu {
    background-image: url("../img/svg/logo-news.svg");
    background-position: 16px 50%;
    background-repeat: no-repeat;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li > a.chosunIlbo-menu {
    background-image: url("../img/svg/ico_chosunilbo.svg");
    background-position: 16px 50%;
    background-repeat: no-repeat;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li img {
    width: auto;
    margin: 0;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li.trot {
    background: var(--TVchosun-A-red-red500);
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li.trot a {
    background: var(--TVchosun-A-red-red500);
    color: var(--TVchosun-A-white100);
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: var(--TVchosun-A-white100);
    padding: 12px 0 8px 0;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li .submenu li {
    width: 50%;
    padding: 0 16px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li .submenu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    font-size: 15px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li[data-toggle=false] > a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li[data-toggle=false] > a::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url("../img/svg/arrow_down.svg") no-repeat 50% 50%;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li[data-toggle=true] {
    border: 1px solid var(--TVchosun-A-red-red600);
    -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);
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li[data-toggle=true] > a {
    background-color: var(--TVchosun-A-red-red50);
    color: var(--TVchosun-A-red-red600);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .menuList > li[data-toggle=true] > a::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url("../img/svg/arrow_down.svg") no-repeat 50% 50%;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
    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-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .quickMenuM {
    padding: 12px 0;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .quickMenuM li {
    padding: 10px 12px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .quickMenuM li + li {
    margin-top: 4px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .familySite {
    padding: 0 16px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .familySite .toggleBtn {
    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;
    border-bottom: 1px solid var(--TVchosun-A-alpha-B12);
    padding: 14px 0;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .familySite .toggleBtn a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .familySite .toggleBtn a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/svg/family_arrow_gray.svg") no-repeat center/auto auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .familySite .toggleBtn.on a::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .familySite .siteList {
    display: none;
    padding: 12px 0;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .familySite .siteList li {
    width: 50%;
    padding: 10px 0;
    float: left;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .familySite .siteList li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .familySite .siteList li a[target=_blank]::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/svg/ico_blank_type01.svg") no-repeat center/auto auto;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .familySite .siteList::after {
    display: block;
    content: "";
    clear: both;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .logoutBox {
    padding: 24px 20px;
    background: var(--TVchosun-A-gray-gray50);
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .logoutBox button {
    background: var(--TVchosun-A-gray-gray400);
    color: var(--TVchosun-A-white100);
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-pc {
    display: none;
  }
  .mobile-version .header .header-wrap > .submenu > ul {
    overflow-x: scroll;
    margin-left: -16px;
    padding: 0 16px;
    width: calc(100% + 32px);
  }
  .mobile-version .header .header-wrap > .submenu > ul::-webkit-scrollbar {
    display: none;
  }
  .btn_top {
    right: 10px;
    bottom: 16px;
  }
  .btn_top button {
    width: 72px;
    height: 72px;
    background-size: 24px;
  }
  .footer-inner {
    padding: 0;
  }
  .footer-top {
    border: 0;
  }
  .footer-top .footer-inner {
    height: 100%;
    padding: 16px;
  }
  .footer-notice {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
  .footer-familysite {
    display: none;
  }
  .footer-middle .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-link {
    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;
    border-bottom: 1px solid var(--TVchosun-A-alpha-B12);
    width: 100%;
    gap: 28px;
    padding: 12px 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-link .ico {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
  .footer-link .ico::before {
    display: inline-block;
    content: "";
    width: 28px;
    height: 28px;
  }
  .footer-link .ico.tvchosun::before {
    background: url("../img/svg/ico_tvchosun.svg") 0 50% no-repeat;
  }
  .footer-link .ico.news::before {
    background: url("../img/svg/ico_tvchosun_news.svg") 0 50% no-repeat;
  }
  .footer-box__sns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px;
    gap: 16px;
  }
  .footer-guide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto;
  }
  .footer-guide__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    max-width: 720px;
    margin-left: 0;
  }
  .footer-guide__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-guide__list li a {
    font-size: 14px;
  }
  .footer-guide__list li b {
    font-weight: 400;
  }
  .footer-guide__list li:nth-child(7)::before {
    display: none;
  }
  .footer-btm {
    padding-bottom: 20px;
  }
  .footer-btm .footer-inner {
    padding: 0 0 8px 0;
  }
  .footer-info__logo {
    display: none;
  }
  .footer-info__address {
    display: none;
    padding: 20px 16px;
    text-align: center;
  }
  .footer-info__address p {
    margin-top: 5px;
  }
  .footer-info__address p span {
    display: block;
  }
  .footer-info__address p span + span {
    margin-left: 0;
    margin-top: 5px;
  }
  .footer-info__toggle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-weight: 700;
  }
  .footer-info__toggle a {
    position: relative;
    padding-right: 24px;
  }
  .footer-info__toggle a::before {
    content: "";
    background: url("../img/svg/arrow_down.svg") no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .footer-info__toggle.on a::before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .footer-address-box {
    width: 100%;
    padding-top: 20px;
  }
  .footer-box {
    margin-top: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common .page_view {
    padding: 0 16px 64px 16px;
  }
  .sitemap-wrap {
    padding: 0;
    gap: 60px 60px;
  }
  .sitemap-box {
    width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.333% - 40px);
            flex: 0 1 calc(33.333% - 40px);
  }
  .sitemap-box::before {
    left: -30px;
  }
  .search-pop .search-inner {
    padding: 64px 16px 40px 16px;
  }
  .search-pop .search-inner .search-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--TVchosun-A-white100);
    z-index: 10;
    padding: 0 20px 0 16px;
  }
  .search-pop .search-inner .search-area form {
    width: calc(100% - 6px);
    margin-left: 8px;
  }
  .search-pop .search-inner .ad-300x250 + .item-htitle.line {
    margin-top: 0;
  }
  .vod .search-pop .search-inner .search-area {
    background: rgba(0, 0, 0, 0.8);
  }
  .vod .search-pop .search-inner .search-area .page-prev {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
  }
  .search-inner {
    padding: 0 16px 40px 16px;
  }
  .search-inner .item-htitle.line {
    padding: 0;
    margin: 0;
    margin-top: 40px;
  }
  .search-inner .item-htitle + .item-list {
    padding-top: 16px;
  }
  .search-inner .comm-tab + .item-htitle {
    margin-top: 10px;
  }
  .search-inner .comm-tab .flex-box {
    margin-top: 10px;
  }
  .search-inner .comm-tab .flex-box .type-bold {
    padding: 5px 0;
  }
  .search-inner .item-stitle {
    margin-bottom: 8px;
  }
  .search-inner .item-stitle .del {
    font-size: 14px;
  }
  .search-inner .global-search {
    padding: 3px 0;
  }
  .search-inner .global-search .input-box {
    font-size: 20px;
  }
  .search-inner .global-search .input-box .searchBtn {
    width: 20px;
    height: 20px;
    background-size: 16px;
  }
  .search-inner .global-search .input-box .del {
    width: 20px;
    height: 20px;
    background-size: 16px;
  }
  .search-inner .popular-tag {
    gap: 2px 20px;
  }
  .search-inner .popular-tag .tag-item {
    font-size: 15px;
  }
  .search-inner .popular-tag .tag-item::before {
    bottom: 0;
  }
  .search-inner .popular-news-list {
    gap: 12px;
  }
  .search-inner .popular-news-list .news-item a {
    font-size: 14px;
  }
  .search-inner .item-list.full .vd-link .thumb-box {
    min-width: 135px;
  }
  .search-inner .item-list.full .vd-link .txt-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .search-inner .item-list.full .vd-link .txt-box .title {
    font-size: 20px;
  }
  .search-inner .item-list.full .vd-link .txt-box .desc {
    font-size: 17px;
  }
  .recent-container {
    margin-top: 40px;
  }
  .tv .header .gnb .submenu {
    display: none;
  }
  .comm-tab.fixed {
    padding-bottom: 0;
    background: var(--TVchosun-A-white100);
  }
  .comm-tab.fixed > ul {
    padding: 12px 0 0 0;
  }
  .search-inner .comm-tab.fixed > ul {
    padding: 12px 16px 0 16px;
  }
}
@media screen and (max-width: 620px) {
  .mobile-version .event .header, .mobile-version .cs .header, .mobile-version .board-center .header {
    height: 64px;
    margin-bottom: 48px;
  }
  .mobile-version .common.search .header, .mobile-version .news.search .header {
    height: 64px;
    margin-bottom: 70px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu .userInfo .profile {
    width: 28px;
    height: 28px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu .userInfo .name {
    font-size: 14px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .loginMenu ul li a {
    font-size: 14px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .familySite .toggleBtn a {
    font-size: 14px;
  }
  .mobile-version .header .header-wrap .header-inner .headerMenu-mo .menuBox .familySite .siteList li a {
    font-size: 14px;
  }
  .mobile-version .news.article .header.nav-down .header-wrap > .headerM .floating-news .resize-box {
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .common.main .header {
    position: fixed;
    top: 0;
    background: var(--TVchosun-A-white100);
  }
  .common.main .header .headerM {
    background: var(--TVchosun-A-white100);
  }
  .common.main .header.nav-up .header-wrap {
    background: transparent;
  }
  .common.main .header.nav-up .header-wrap .headerM {
    background: transparent;
  }
  .common.main .header.nav-up .logo a {
    background: url("../img/svg/logo_m_wh.svg") 0 50% no-repeat;
  }
  .common.main .header.nav-up .logo .home-move {
    background: url("../img/svg/home-move-btn-wh.svg") 50% 50% no-repeat;
  }
  .common.main .header.nav-up.logo-bk .logo a {
    background: url("../img/svg/logo.svg") 0 50% no-repeat;
    background-size: cover;
  }
  .common.main .header.nav-up.logo-bk .logo .home-move {
    background: url(../img/svg/home-move-btn.svg) 50% 50% no-repeat;
  }
  .common.main .header.nav-up.logo-bk .headerM {
    background: var(--TVchosun-A-white100);
  }
  .common.main .header.nav-up.logo-bk .headerM .hd_search .searchBtn {
    -webkit-filter: none;
            filter: none;
  }
  .common.main .header.nav-up.logo-bk .headerM .menuOpen {
    -webkit-filter: none;
            filter: none;
  }
  .common.main .header.nav-up .headerM .hd_search .searchBtn {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
  }
  .common.main .header.nav-up .headerM .menuOpen {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
  }
  .common.main .header.nav-up .headerM.open .logo a {
    background: url("../img/svg/logo_m.svg") 0 50% no-repeat;
    -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;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    background-size: cover;
  }
  .common.main .header.nav-up .headerM.open .hd_search .searchBtn {
    -webkit-filter: none;
            filter: none;
    -webkit-transition: -webkit-filter 0.5s ease-in-out;
    transition: -webkit-filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  }
  .common.main .header.nav-up .headerM.open .menuOpen {
    -webkit-filter: none;
            filter: none;
    -webkit-transition: -webkit-filter 0.5s ease-in-out;
    transition: -webkit-filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  }
  .common.main .header.nav-down {
    background: var(--TVchosun-A-white100);
  }
  .common.main .header.nav-down .headerM {
    background: var(--TVchosun-A-white100);
  }
  .vod .header::before {
    display: none;
  }
  .vod.view .header .header-wrap {
    position: fixed;
  }
  .mobile-version .header .header-wrap .headerM {
    padding: 0 16px;
  }
  .mobile-version .header .header-wrap .headerM .headerM-title .page-title {
    font-size: 16px;
    max-width: 225px;
  }
  .mobile-version .news .header .header-wrap > .submenu ul li a {
    font-size: 17px;
  }
  .btn_top {
    right: 8px;
    bottom: 16px;
  }
  .btn_top button {
    width: 48px;
    height: 48px;
  }
  .btn_top .btn_home {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .btn_top.fb-length {
    bottom: 72px;
  }
  .btn_top.bbg-length {
    bottom: 96px;
  }
  .footer-notice {
    font-size: 14px;
  }
  .footer-link {
    font-size: 14px;
  }
  .footer-btm {
    padding-bottom: 56px;
  }
  .footer-box__sns a {
    width: 28px;
    height: 28px;
    padding: 0;
  }
  .footer-box__sns a.facebook {
    background-size: 20px;
  }
  .footer-box__sns a.blog {
    background-size: 14px;
  }
  .footer-box__sns a.youtube {
    background-size: 14px;
  }
  .footer-box__sns a.kakaotv {
    background-size: 20px;
  }
  .footer-box__sns a.navertv {
    background-size: 12px;
  }
  .footer-box__sns a.naverpost {
    background-size: 8px;
  }
  .footer-box__copyright {
    font-size: 10px;
    color: var(--TVchosun-A-Logo-text);
  }
  .footer-guide__list {
    max-width: 370px;
    gap: 8px 12px;
  }
  .footer-guide__list li a {
    font-size: 12px;
  }
  .footer-guide__list li:nth-of-type(3)::before, .footer-guide__list li:nth-of-type(10)::before, .footer-guide__list li:nth-of-type(11)::before {
    display: none;
  }
  .search-inner .search-recent {
    margin-left: -16px;
    width: calc(100% + 32px);
    padding: 16px 16px 8px 16px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .search-inner .search-recent::-webkit-scrollbar {
    display: none;
    height: 4px;
  }
  .search-inner .search-recent::-webkit-scrollbar-thumb {
    background-color: #a8a7a3;
    border-radius: 4px;
  }
  .search-inner .search-recent .recent-item .link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: nowrap;
    font-size: 14px;
  }
  .search-inner .recommend-program-container .item-list {
    gap: 8px;
  }
  .search-inner .item-list {
    gap: 16px 8px;
  }
  .search-inner .item-list.full .vd-link .thumb-box {
    width: 40%;
    max-width: 277px;
  }
  .search-inner .item-list.full .vd-link .txt-box .title {
    font-size: 15px;
    margin-bottom: 0;
  }
  .search-inner .item-list.full .vd-link .desc {
    display: none;
  }
  .search-inner .global-search .input-box {
    font-size: 18px;
  }
  .search-inner .comm-tab .flex-box + .flex-box {
    margin-top: 30px;
  }
  .search-inner .comm-tab.fixed {
    position: fixed;
    left: 0;
    top: 64px;
    background: var(--TVchosun-A-white100);
    z-index: 10;
    margin: 0;
    padding: 12px 0 0 0;
    width: 100%;
  }
  .search-inner .comm-tab.fixed .type-bold-border {
    padding: 0 16px;
  }
  .search-inner .comm-tab.fixed + .comm-tab {
    padding-top: 0;
  }
  .search-inner .comm-tab.fixed + .comm-tab .flex-box {
    margin-top: 0;
  }
  .search-inner .comm-tab.fixed + .comm-tab .type-round {
    margin-left: -16px;
    padding-left: 16px;
  }
  .search-inner .null-content {
    padding: 100px 0;
  }
  .search-inner .null-content .help-box {
    width: auto;
  }
  .recent-container {
    margin-top: 20px;
  }
  .common.sitemap #ui_contents {
    background: var(--TVchosun-A-gray-gray100);
  }
  .sitemap-container {
    margin-top: 24px;
  }
  .sitemap-wrap {
    padding: 0;
    gap: 16px;
  }
  .sitemap-box {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 4px;
    background: var(--TVchosun-A-white100);
    border-radius: 12px;
    -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);
    gap: 0;
  }
  .sitemap-box::before {
    display: none;
  }
  .sitemap-box .title {
    border-radius: 10px;
    border-color: var(--TVchosun-A-gray-gray50);
    background-color: var(--TVchosun-A-gray-gray50);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 16px;
    font-size: 16px;
  }
  .sitemap-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8px 0;
  }
  .sitemap-box ul li {
    width: 50%;
  }
  .sitemap-box ul li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sitemap-box ul li a span::before {
    bottom: -3px;
  }
}