@charset "utf-8";

/**
common layout css
**/
/* wrap */
#wrap, #ui_wrap {position:relative; overflow:hidden; min-width:320px; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;}
#overlay1 {position:fixed; left:0; top:0; width:100%; height:100%; min-height:100%; opacity:0.75; filter:alpha(opacity=75); background:#000000; z-index:998;}

/* container, content */
#container {position: relative; width:100%; }
.mainWrap #container * {box-sizing: border-box;}
#container .content {max-width: 1200px; margin: 0 auto; }
#container .content.slickbox { max-width:1070px; }
#container .content .top_banner { padding-bottom:30px; }
#container .content.wide {width:100%;}
.onlyWeb { display:block; }
.onlyMobile { display:none; }
.sec_tit { font-size:20px; color:#000; margin-bottom:15px; font-weight:500; }
select { width:100%; height:36px; line-height: 36px;padding:0 0 0 15px; font-size: 12px;color:#666; background:#fff url('http://img.tvchosun.com/upload_img/n2017/images/common/icon_select_arr.png') no-repeat right center; border:none; border-radius:5px; }
@media all and (max-width:1000px) {
	.onlyMobile { display:block; }
	.onlyWeb { display:none; }
}

/* 기존 header */

/*250512 플로팅메뉴 추가*/
.header {
  overflow: hidden;
}
.headerM .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;
}
.headerM .logo > a {
  background: url("https://img.tvchosun.com/news/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;
}
.headerM .logo .home-move {
  display: none;
  background: url("https://img.tvchosun.com/news/img/svg/home-move-btn.svg") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
}
.headerM.open .logo .home-move {
  display: none;
}
.headerM .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;
}
.headerM .logo .quick-home-box .title-box strong {
  font-size: 18px;
}
.headerM .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;
}
.headerM .logo .quick-home-box ul li.tv-chosun {
  background: url("https://img.tvchosun.com/news/img/svg/home-tv-chosun.svg") 0 50% no-repeat;
}
.headerM .logo .quick-home-box ul li.tv-chosun-news {
  background: url("https://img.tvchosun.com/news/img/svg/home-tv-chosun-news.svg") 0 50% no-repeat;
}
.headerM .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;
}
.headerM .logo .quick-home-box ul li a::after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url("https://img.tvchosun.com/news/img/svg/arrow_black.svg") 50% 50% no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.headerM .logo .quick-home-box ul li a h3 {
  font-size: 17px;
}
.headerM .logo .quick-home-box ul li a p {
  font-size: 15px;
  color: var(--TVchosun-A-gray-gray500);
}
.headerM .logo .quick-home-box ul li + li {
  border-top: 1px solid var(--TVchosun-A-alpha-B12);
}
.headerM .logo .quick-home-box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerM .live-btn {
  display: none;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerM .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);
}
.headerM .live-btn .ico {
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
}
.headerM .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;
}
.headerM .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;
}
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%);
}
.headerM .quick-home-box {
  opacity: 0;
}
.headerM .quick-home-box.open {
  opacity: 0;
}
header .header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1200px;
}

.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;
}

#ui_wrap {
  position: relative;
  min-width: 1200px;
}

#ui_body {
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .headerM {
    height: 64px;
  }
  .headerM {
    height: 112px;
  }
  .headerM {
    height: 64px;
    margin-bottom: 48px;
  }
  .headerM {
    height: 64px;
    margin-bottom: 70px;
  }
  .headerM {
    height: 64px;
    margin-bottom: 0;
  }
  .headerM {
    height: 64px;
    margin-bottom: 0;
  }
  .headerM {
    height: 64px;
    margin-bottom: 0;
  }
  .headerM {
    height: 64px;
    margin-bottom: 0;
  }
  .headerM .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .headerM .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .headerM .logo .home-move {
    display: block;
  }
  .headerM .logo > a {
    width: 100%;
    min-width: 156px;
    background: url("https://img.tvchosun.com/news/img/svg/logo-news.svg") 0 50% no-repeat;
    background-size: contain;
  }
  .headerM .logo > a {
    width: 100%;
    min-width: 156px;
    background: url("https://img.tvchosun.com/news/img/svg/logo-news.svg") 0 50% no-repeat;
    background-size: contain;
  }
  .headerM .logo > a {
    width: 100%;
    min-width: 156px;
    background: url("https://img.tvchosun.com/news/img/svg/logo-news.svg") 0 50% no-repeat;
    background-size: contain;
  }
  .headerM .logo > a {
    width: 100%;
    min-width: 156px;
    background: url("https://img.tvchosun.com/news/img/svg/logo-news.svg") 0 50% no-repeat;
    background-size: contain;
  }
  .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;
  }
  .headerM-top { gap:5px; display:flex; align-items:center; -webkit-box-align:center; }
  .headerM .logo {
    position: relative;
    top: 0;
  }
  .headerM .live-btn { display:block; }
  .headerM .hd_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerM .hd_search .searchBtn {
    width: 24px;
    height: 24px;
    background: url("https://img.tvchosun.com/news/img/svg/ico_search_mini.svg") 50% 50%/18px auto no-repeat;
  }
  .headerM .hd_search .searchBtn.open {
    background: url("https://img.tvchosun.com/news/img/svg/ico_close-bold.svg") 50% 50%/18px no-repeat;
  }
  .headerM-top > a.menuOpen {
    position: relative;
    display: block;
    width: 18px;
    height: 16px;
    cursor: pointer;
  }
  .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;
  }
  .headerM-top > a.menuOpen p::before, .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;
  }
  .headerM-top > a.menuOpen p::before {
    top: -7px;
  }
  .headerM-top > a.menuOpen p::after {
    top: 7px;
  }
  .headerM-top > a.menuOpen.on p {
    background: transparent;
  }
  .headerM-top > a.menuOpen.on p::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .headerM-top > a.menuOpen.on p::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (max-width: 620px) {
    .tooltip-item.quick-home-box ul li.tv-chosun {
        background: url(https://img.tvchosun.com/news/img/svg/home-tv-chosun.svg) 0 50% no-repeat;
    }

    .tooltip-item.quick-home-box ul li.tv-chosun-news {
        background: url(https://img.tvchosun.com/news/img/svg/home-tv-chosun-news.svg) 0 50% no-repeat;
    }

    .tooltip-item.quick-home-box ul li + li {
        border-top: 1px solid var(--TVchosun-A-alpha-B12);
    }

    .tooltip-item.quick-home-box ul li a::after {
        display: block;
        content: "";
        width: 40px;
        height: 40px;
        background: url(https://img.tvchosun.com/news/img/svg/arrow_black.svg) 50% 50% no-repeat;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/*header*/


/* footer */

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.footer-top {
  background-color: #E5E5E5;
  border: 1px solid rgba(0,0,0,.24);
  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: #F5F5F5;
  border-bottom: 1px solid rgba(0,0,0,.12);
}
.footer-btm {
  background-color: #F5F5F5;
  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;
  font-size:17px;
}
.footer-notice__title {
  font-weight: 700;
  font-size:17px;
}
.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("https://img.tvchosun.com/res/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(https://img.tvchosun.com/res/img/svg/f_sns_facebook.svg);
}
.footer-box__sns a.facebook:hover {
  background-color: #0866FF;
}
.footer-box__sns a.blog {
  background-image: url(https://img.tvchosun.com/res/img/svg/f_sns_blog.svg);
}
.footer-box__sns a.blog:hover {
  background-color: #2EB34A;
}
.footer-box__sns a.youtube {
  background-image: url(https://img.tvchosun.com/res/img/svg/f_sns_youtube.svg);
}
.footer-box__sns a.youtube:hover {
  background-color: #E41E26;;
}
.footer-box__sns a.kakaotv {
  background-image: url(https://img.tvchosun.com/res/img/svg/f_sns_kakaotv.svg);
}
.footer-box__sns a.kakaotv:hover {
  background-color: #FAE100;
}
.footer-box__sns a.navertv {
  background-image: url(https://img.tvchosun.com/res/img/svg/f_sns_navertv.svg);
}
.footer-box__sns a.navertv:hover {
  background: url(https://img.tvchosun.com/res/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(https://img.tvchosun.com/res/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("https://img.tvchosun.com/res/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);
}

@media all and (max-width:1250px) {
  .footer-guide__list li a {font-size: 14px;}
}
 
.foot_desc {padding:30px 0; text-align: center; font-size: 16px; color: #000;}
@media all and (max-width:1050px) {
	.foot_desc {font-size:13px; padding: 40px 0;}
}

/*뉴스*/
.news-category #ui_contents ,.article #ui_contents  { background-image: 
  linear-gradient(130deg, #fef8f8 0%, #f9f8fe 8%, #f6f4ff 15%, #ffffff 25%, #ffffff 100%);
  background-repeat: no-repeat; background-size: cover; }
#ui_contents .mo_gnb, .subWrap .mo_gnb { display:none; }

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.ad-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /*  */
}
.ad-banner div, .ad-970x250 div { margin:0 auto; }
.ad-banner a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.ad-banner.type-bg img {
  display: block;
  width: inherit;
  margin: 0 auto;
}
.ad-banner.type-bg-red {
  background: url("https://img.tvchosun.com/news/img/banner/ad_w720-bg-red.png") 0 0 no-repeat;
  background-size: cover;
}
.ad-banner.type-bg-purple {
  background: url("https://img.tvchosun.com/news/img/banner/ad_w720-bg-purple.png") 0 0 no-repeat;
  background-size: cover;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.ad-banner .button {
  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: 140px;
  line-height: 35px;
  color: var(--TVchosun-white100, #FFF);
  border-radius: 9999px;
  background: #FF770E;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.ad-banner .button::after {
  content: "";
  display: block;
  background: url("https://img.tvchosun.com/news/img/ico_arrw-left-b.png") no-repeat center/100% auto;
}
.ad-banner .button::after {
  width: 18px;
  height: 22px;
}
.ad-banner.w970 strong {
  display: block;
  color: var(--TVchosun-white100, #FFF);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.ad-banner.w970 .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ad-banner.w720 {
  max-width: 720px;
  width: 100%;
  padding: 20px 64px;
  color: var(--TVchosun-A-white100);
  border-radius: 8px;
  overflow: hidden;
  margin: 40px auto;
}
.ad-banner.w720 a {
  display: block;
  position: relative;
  padding: 0 16px;
  height: 44px;
  line-height: 43px;
  color: var(--TVchosun-gray-gray950, var(--TVchosun-gray-gray950, #0A0A0A));
  font-size: 16px;
  font-weight: 500;
  background: var(--TVchosun-white100, #FFF);
}
.ad-banner.w720 .text-box strong {
  font-size: 22px;
}
.ad-banner.w720 .text-box p {
  color: var(--TVchosun-A-alpha-W80);
  font-size: 20px;
}
.ad-banner.p40 {
  margin: 40px auto;
}
.ad-banner.p24 {
  margin: 24px auto;
}

.sideBanner-wrap .sideBanner {
  margin: 0 !important;
  padding: 0 !important;
}
.sideBanner-wrap .sideBanner + .sideBanner {
  margin-top: 24px !important;
}

.btn-group.layout-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-group.layout-side .associated-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

br.mo {
  display: none;
}

.comm-tab.square {
  padding: 20px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  border: 1px solid var(--TVchosun-alpha-B24, rgba(0, 0, 0, 0.24));
  background: var(--TVchosun-alpha-W60, rgba(255, 255, 255, 0.6));
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.comm-tab.square ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 52px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.comm-tab.square a {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: block;
  padding: 0 16px;
  line-height: 40px;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
}
.comm-tab.square a:hover, .comm-tab.square a.on {
  color: var(--TVchosun-white100, #FFF);
  background: var(--TVchosun-gray-gray950, #0A0A0A);
}

.page_top .kv {
  position: relative;
}
.page_top .guide {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.page_top .comm-tab {
  position: absolute;
  top: 15px;
  max-width: 1140px;
  width: 100%;
}
.page_top .text-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 22.5%;
  z-index: 5;
}
.page_top .text-box h2 {
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 48px;
  font-weight: 700;
}
.page_top .text-box p {
  margin-top: 10px;
  color: var(--TVchosun-alpha-W60, var(--TVchosun-alpha-W60, rgba(255, 255, 255, 0.6)));
  font-size: 20px;
  font-weight: 400;
}
.page_top .img-box {
  width: 100%;
}
.page_top .img-box img {
  display: block;
  width: 100%;
}

.replay.type-border a {
  border-radius: 24px;
  border: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
  padding: 20px;
}

.calendar-box {
  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;
  gap: 15px;
  padding: 50px 0 30px 0;
  position: relative;
}
.calendar-box > button {
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
.calendar-box > button.prev {
  background-image: url(https://img.tvchosun.com/news/img/ico_arrw-left-b.png);
}
.calendar-box > button.next {
  background-image: url(https://img.tvchosun.com/news/img/ico_arrw-right-b.png);
}
.calendar-box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-box .text-box strong {
  display: block;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 28px;
  font-weight: 700;
}
.calendar-box .text-box p {
  margin-left: 10px;
  color: var(--TVchosun-gray-gray600, #525252);
  font-size: 22px;
  font-weight: 500;
}
.calendar-box .go-replay {
  display: block;
  position: absolute;
  right: 0;
  padding: 0 25px;
  border-radius: 23px;
  border: 1px solid var(--TVchosun-gray-gray800, #262626);
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  line-height: 36px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.calendar-box label {
  cursor: pointer;
}
.calendar-box .ico.date {
  position: relative;
  margin-right: 10px;
  background: url("https://img.tvchosun.com/news/img/svg/ico_calendar.svg") no-repeat center/100% auto;
  width: 21px;
  height: 23px;
}

.report-viewers {
  margin-top: 20px;
}
.report-viewers.nomal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 34px 52px;
  border-radius: 24px;
  border: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
  background: var(--TVchosun-gray-gray50, #FAFAFA);
}
.report-viewers.bg {
  height: 232px;
  position: relative;
}
.report-viewers.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://img.tvchosun.com/news/img/content/cs_viewer_banner_cs_bg.png") no-repeat left 50%/cover;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 0;
}
.report-viewers.bg .text-box {
  z-index: 2;
}
.report-viewers.kv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  width: 100%;
  height: 232px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(99deg, #01B3D3 7.36%, #078EB2 91.03%);
}
.report-viewers.kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://img.tvchosun.com/news/img/content/cs_viewer_banner_cs_bg.png") no-repeat center/cover;
  mix-blend-mode: multiply;
  z-index: 0;
}
.report-viewers.kv img {
  z-index: 2;
  width: 100%;
  height: 100%;
}
.report-viewers.kv .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  z-index: 2;
}
.report-viewers.kv .text-box .title {
  font-size: 32px;
  font-weight: 400;
  color: var(--TVchosun-A-white100);
}
.report-viewers.kv .text-box .title g {
  color: #FDE047;
}
.report-viewers.kv .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-position: under;
  color: var(--TVchosun-A-white100);
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.report-viewers.kv .tel::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.report-viewers.kv .tel::before {
  background-image: url(https://img.tvchosun.com/news/img/ico_call.png);
  -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%);
}
.report-viewers img {
  width: 100%;
  height: 100%;
}
.report-viewers .text-box .title {
  display: block;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 32px;
  font-weight: 700;
}
.report-viewers .text-box > p {
  margin-top: 8px;
  color: var(--TVchosun-gray-gray700, var(--TVchosun-gray-gray700, #404040));
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
.report-viewers .contact-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.report-viewers .contact-method li + li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.report-viewers .contact-method li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  margin: 0 20px;
  background: var(--TVchosun-alpha-B40, rgba(0, 0, 0, 0.4));
}
.report-viewers .contact-method button, .report-viewers .contact-method a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 17px;
  font-weight: 500;
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.report-viewers .contact-method button::before, .report-viewers .contact-method a::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: -3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.report-viewers .call button::before {
  background-image: url(https://img.tvchosun.com/news/img/ico_call.png);
}
.report-viewers .call.col-w a::before {
  background-image: url(https://img.tvchosun.com/news/img/ico_call-w.png);
}
.report-viewers .email a::before {
  background-image: url(https://img.tvchosun.com/news/img/ico_mail.png);
}
.report-viewers .sns a::before {
  background-image: url(https://img.tvchosun.com/news/img/ico_kakao-mini.png);
}
.report-viewers .go-report {
  display: block;
  width: 110px;
  border-radius: var(--border-radius-full, 9999px);
  background: var(--TVchosun-gray-gray950, #0A0A0A);
  color: var(--TVchosun-white100, #FFF);
  font-size: 17px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
}

.team-wrap + .team-wrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
}
.team-wrap .comm-tab:has(+ .team-box) {
  padding: 20px 0 0 0;
}
.team-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
}
.team-title .title {
  display: block;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 22px;
  font-weight: 500;
}
.team-title .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--TVchosun-gray-gray500, var(--TVchosun-gray-gray500, #737373));
  font-size: 17px;
  font-weight: 400;
}
.team-title .num::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  margin: 0 8px;
  background: var(--TVchosun-alpha-B24, rgba(0, 0, 0, 0.24));
}
.team-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-info .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-info .img-box {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
}
.team-info .text-box .name {
  display: block;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 22px;
  font-weight: 700;
}
.team-info .text-box .date {
  margin-top: 5px;
  color: var(--TVchosun-gray-gray600, #525252);
  font-size: 17px;
  font-weight: 400;
}
.team-info .go-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 15px;
  font-weight: 400;
}
.team-info .go-program::after {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  background: url(https://img.tvchosun.com/news/img/ico_arrw-b.png) no-repeat center/100% auto;
}
.team-box.each {
  position: relative;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
}
.team-box.each .info-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-box.each .editor-box {
  width: 100%;
}
.team-box.each .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.team-box.each .position p + p, .team-box.each .position .go-email {
  margin-top: 0;
}
.team-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.team-box li {
  width: calc(50% - 10px);
  position: relative;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
}
.team-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.team-box .img-box {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.team-box .img-box img {
  display: block;
  width: 100%;
}
.team-box .evaluator-info .name {
  display: block;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 20px;
  font-weight: 700;
}
.team-box .evaluator-info .position {
  width: 100%;
}
.team-box .evaluator-info .position p {
  margin-top: 10px;
  color: var(--TVchosun-gray-gray700, var(--TVchosun-gray-gray700, #404040));
  font-size: 15px;
  font-weight: 400;
}
.team-box .evaluator-info .position p + p {
  margin-top: 5px;
}
.team-box .editor-info {
  width: 100%;
}
.team-box .editor-info .name {
  display: block;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 20px;
  font-weight: 700;
}
.team-box .editor-info .position {
  margin-top: 8px;
}
.team-box .editor-info .position p, .team-box .editor-info .position span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--TVchosun-gray-gray700, var(--TVchosun-gray-gray700, #404040));
  font-size: 15px;
  font-weight: 400;
}
.team-box .editor-info .position p + p {
  margin-top: 5px;
}
.team-box .editor-info .position span::before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  margin: 0 4px;
  background: var(--TVchosun-alpha-B24, rgba(0, 0, 0, 0.24));
}
.team-box .board-info {
  width: 100%;
}
.team-box .board-info .name {
  display: inline-block;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: var(--font-size-lg, 20px);
  font-weight: 400;
}
.team-box .board-info .name em {
  display: inline-block;
  margin-right: 5px;
  font-weight: 500;
}
.team-box .board-info .position {
  margin-top: 10px;
}
.team-box .board-info .position dl {
  display: grid;
  grid-template-columns: 70px auto;
}
.team-box .board-info .position dt {
  color: var(--TVchosun-gray-gray700, var(--TVchosun-gray-gray700, #404040));
  font-size: 15px;
  font-weight: 500;
}
.team-box .board-info .position dd {
  color: var(--TVchosun-gray-gray700, var(--TVchosun-gray-gray700, #404040));
  font-size: 15px;
  font-weight: 400;
}
.team-box .go-email {
  display: block;
  margin-top: 5px;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}
.team-box .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.team-box .sns-box a {
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  display: block;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.team-box .sns-box .ico-x {
  background-image: url(https://img.tvchosun.com/news/img/ico_x.png);
}
.team-box .sns-box .ico-facebook {
  background-image: url(https://img.tvchosun.com/news/img/ico_facebook.png);
}
.team-box .sub-box {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
}
.team-box .sub-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.team-box .sub-box a::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 24px;
  background: url(https://img.tvchosun.com/news/img/ico_arrw-right-m.png) no-repeat center/8px auto;
}
.team-box .sub-box .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 15px;
  font-weight: 500;
}
.team-box .sub-box .date {
  display: block;
  margin-top: 8px;
  color: var(--TVchosun-gray-gray500, #737373);
  font-size: 13px;
  font-weight: 400;
}

.item-list.col-6 > li .vd-link .info-box .title {
  font-size: 17px;
}

.news .page_contents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.news .item-list.col-6.ep-2 > li .vd-link .thumb-box {
  border-radius: 12px;
}
.news .item-list.col-6.ep-2 .playBtn {
  width: 32px;
  height: 32px;
}
.news .item-list.col-6.ep-2 .playBtn::before {
  background-size: 10px;
}
.news .textarea .textarea-box {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--TVchosun-A-gray-gray400);
  border-radius: 8px;
}
.news .textarea textarea {
  overflow-y: auto;
  border: none;
  padding: 0;
}
.news .textarea textarea::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.news .textarea textarea::-webkit-scrollbar-thumb {
  background-color: #A3A3A3;
  border-radius: 4px;
}
.news .textarea textarea::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.22);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news .textarea textarea {
    scrollbar-face-color: #A3A3A3;
    scrollbar-3dlight-color: #f0efea;
    scrollbar-shadow-color: #f0efea;
    scrollbar-track-color: #f0efea;
    scrollbar-highlight-color: #f0efea;
    scrollbar-darkshadow-color: #f0efea;
  }
}
.news .item-wrap {
  display: grid;
  grid-template-columns: 792px auto;
  position: relative;
}
.news .item-main {
  padding-right: 40px;
}
.news .item-main .ad-banner.w720 .text-box p {
  color: var(--TVchosun-A-alpha-W80);
}
.news .item-main .contents .img-box {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.news .item-main .contents .img-box img {
  display: block;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.news .item-main .contents .description {
  display: block;
  margin-top: 8px;
  color: var(--TVchosun-gray-gray500, var(--TVchosun-gray-gray500, #737373));
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}
.news .item-main .contents .preamble {
  position: relative;
  padding: 12px 0 12px 20px;
  margin-top: 25px;
  padding-top: 12px;
}
.news .item-main .contents .preamble::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 4px;
  height: 100%;
  background-color: #0A0A0A;
}
.news .item-main .contents .preamble p {
  color: var(--TVchosun-A-gray-gray800, var(--TVchosun-gray-gray800, #262626)); /* font-size:20px;*/
  font-size: 2rem;
  font-weight: 400;
}
.news .item-main .contents .subheading {
  position: relative;
  padding-left: 30px;
  margin: 35px 0;
}
.news .item-main .contents .subheading::before {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #262626;
}
.news .item-main .contents .subheading p {
  color: var(--TVchosun-gray-gray800, var(--TVchosun-gray-gray800, #262626)); /* font-size:22px;*/
  font-size: 2.2rem;
  font-weight: 500;
}
.news .item-main .contents .text-box p {
  color: var(--TVchosun-gray-gray950, var(--TVchosun-gray-gray950, #0A0A0A)); /* font-size:20px;*/
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}
.news .item-main .contents .text-box p + p {
  margin-top: 28px;
}
.news .item-side {
  overflow: hidden;
  padding-left: 40px;
  border-left: 1px solid var(--basic-black-12, rgba(0, 0, 0, 0.12));
}
.news .item-side .item-list > li .vd-link .thumb-box {
  border-radius: 12px;
}
.news .item-side .playBtn {
  width: 32px;
  height: 32px;
}
.news .item-side .playBtn::before {
  background-size: 10px;
}
.news .ico-dable {
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  width: 110px;
  height: 32px;
  background: url(https://img.tvchosun.com/news/img/ico_dable.png) no-repeat center/100% auto;
}
.news * + .news-list.side, .news * + .related-news, .news * + .newslist-side {
  margin-top: 40px;
}
/*** rainy
.news .news-list.side.p0 {
  margin: 0;
}
***/
.news .info-box .category, .news .text-box .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .info-box .category span, .news .text-box .category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--TVchosun-gray-gray700, var(--TVchosun-gray-gray700, #404040));
  font-size: 15px;
  font-weight: 400;
}
.news .info-box .category span + span::before, .news .text-box .category span + span::before {
  content: ">";
  display: block;
  margin-left: 6px;
  color: var(--TVchosun-gray-gray700, var(--TVchosun-gray-gray700, #404040));
  font-size: 15px;
  font-weight: 400;
}
.news .info-box .date, .news .text-box .date {
  color: var(--TVchosun-gray-gray500, var(--TVchosun-gray-gray500, #737373));
  font-size: 17px;
  font-weight: 400;
}
.news .related-news .item-list .vd-link .info-box .title {
  font-size: 15px;
  font-weight: 500;
}
.news .news-tvnews .page_top .comm-tab, .news .news-corner .page_top .comm-tab {
  z-index: 1;
}
.news .news-tvnews .page_top .kv .img-box, .news .news-corner .page_top .kv .img-box {
  position: relative;
  height: 512px;
  overflow: hidden;
}
.news .news-tvnews .page_top .kv .img-box img, .news .news-corner .page_top .kv .img-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.news .news-tvnews .page_top .kv .info-text-box, .news .news-corner .page_top .kv .info-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.news .news-tvnews .page_top .kv .info-text-box .info-item, .news .news-corner .page_top .kv .info-text-box .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  gap: 12px;
}
.news .news-tvnews .page_top .kv .info-text-box .info-item .info-htitle, .news .news-corner .page_top .kv .info-text-box .info-item .info-htitle {
  font-size: 48px;
  font-weight: 700;
}
.news .news-tvnews .page_top .kv .info-text-box .info-item .info-sub-text, .news .news-corner .page_top .kv .info-text-box .info-item .info-sub-text {
  font-size: 22px;
  color: var(--TVchosun-A-Logo-text);
  margin-bottom: 40px;
}
.news .news-tvnews .page_top .kv .info-text-box .info-item .info-title, .news .news-corner .page_top .kv .info-text-box .info-item .info-title {
  color: var(--TVchosun-A-gray-gray600);
  min-width: 74px;
}
.news .news-tvnews .page_top .kv .info-text-box .info-item span, .news .news-corner .page_top .kv .info-text-box .info-item span {
  font-weight: 500;
}
.news .page_top .kv .img-box {
  height: 232px;
  background-position: left 50% top 50%;
  background-repeat: no-repeat;
}
.news .page_top .kv.recent .guide .text-box h2 {
  color: var(--TVchosun-gray-gray950);
}
.news .page_top .kv.recent .img-box {
  background: linear-gradient(104deg, #FAFAFA 10.09%, #F5F5F5 100%), url(https://img.tvchosun.com/news/img/banner/news_banner_bg_recent.png) no-repeat;
  background-blend-mode: multiply;
  background-position: left 50% top 50%;
}
.news .page_top .kv.category-purple .guide .text-box h2 {
  color: #3B0764;
}
.news .page_top .kv.category-purple .img-box {
  background: linear-gradient(104deg, #FCE7F3 22.07%, #D8B4FE 100%);
}
.news .page_top .kv.category-yellow .guide .text-box h2 {
  color: #451A03;
}
.news .page_top .kv.category-yellow .img-box {
  background: linear-gradient(105deg, #FEF9C3 22.37%, #FCD34D 100%);
}
.news .page_top .kv.category-pink .guide .text-box h2 {
  color: #4C0519;
}
.news .page_top .kv.category-pink .img-box {
  background: linear-gradient(104deg, #FFEDD5 19.09%, #FDA4AF 100%);
}
.news .page_top .kv.politics .guide .text-box h2 {
  color: #2E1065;
}
.news .page_top .kv.politics .img-box {
  background: linear-gradient(105deg, #F3E8FF 22.14%, #C4B5FD 100%), url(https://img.tvchosun.com/news/img/banner/news_banner_bg_politics.png) no-repeat;
  background-blend-mode: multiply;
  background-position: right 0 top 50%;
}
.news .page_top .kv.economy .guide .text-box h2 {
  color: #1E1B4B;
}
.news .page_top .kv.economy .img-box {
  background: linear-gradient(105deg, #EDE9FE 21.21%, #A5B4FC 100%), url(https://img.tvchosun.com/news/img/banner/news_banner_bg_economy.png) no-repeat;
  background-blend-mode: multiply;
  background-position: right 0 top 50%;
}
.news .page_top .kv.society .guide .text-box h2 {
  color: #1E1B4B;
}
.news .page_top .kv.society .img-box {
  background: linear-gradient(105deg, #E0E7FF 20.58%, #7DD3FC 100%), url(https://img.tvchosun.com/news/img/banner/news_banner_bg_society.png) no-repeat;
  background-blend-mode: multiply;
  background-position: right 0 top 50%;
}
.news .page_top .kv.international .guide .text-box h2 {
  color: #042F2E;
}
.news .page_top .kv.international .img-box {
  background: linear-gradient(105deg, #E0F2FE 22.91%, #5EEAD4 100%), url(https://img.tvchosun.com/news/img/banner/news_banner_bg_international.png) no-repeat;
  background-blend-mode: multiply;
  background-position: right 0 top 50%;
}
.news .page_top .kv.entertainments .guide .text-box h2 {
  color: #052E16;
}
.news .page_top .kv.entertainments .img-box {
  background: linear-gradient(105deg, #CCFBF1 23.96%, #86EFAC 100%), url(https://img.tvchosun.com/news/img/banner/news_banner_bg_entertainments.png) no-repeat;
  background-blend-mode: multiply;
  background-position: right 0 top 50%;
}
.news .page_top .kv.sport .guide .text-box h2 {
  color: #1A2E05;
}
.news .page_top .kv.sport .img-box {
  background: linear-gradient(105deg, #DCFCE7 21.44%, #BEF264 100%), url(https://img.tvchosun.com/news/img/banner/news_banner_bg_sport.png) no-repeat;
  background-blend-mode: multiply;
  background-position: right 0 top 50%;
}
.news .page_top .kv.living .guide .text-box h2 {
  color: #422006;
}
.news .page_top .kv.living .img-box {
  background: linear-gradient(105deg, #ECFCCB 22.22%, #FDE047 100%), url(https://img.tvchosun.com/news/img/banner/news_banner_bg_living.png) no-repeat;
  background-blend-mode: multiply;
  background-position: right 0 top 50%;
}
.news .page_top .kv.preview .guide .text-box h2 {
  color: #431407;
}
.news .page_top .kv.preview .img-box {
  background: linear-gradient(104deg, #FEF3C7 19.51%, #FDBA74 100%), url(https://img.tvchosun.com/news/img/banner/news_banner_bg_preview.png) no-repeat;
  background-blend-mode: hue;
  background-position: right 0 top 50%;
}
.news .page_top .kv.digital .guide .text-box h2 {
  color: #500724;
}
.news .page_top .kv.digital .img-box {
  background: linear-gradient(104deg, #FFE4E6 19.76%, #F9A8D4 100%), url(https://img.tvchosun.com/news/img/banner/news_banner_bg_digital.png) no-repeat;
  background-blend-mode: hue;
  background-position: right 0 top 50%;
}
.news .page_top .kv.press .guide .text-box h2 {
  color: #fff;
}
.news .page_top .kv.press .img-box {
  position: relative;
  background: linear-gradient(92deg, #D01111 11.33%, #B4070D 88.67%);
  background-blend-mode: soft-light;
  background-position: right 50% top 50%;
}
.news .page_top .kv.press .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://img.tvchosun.com/news/img/banner/news_banner_bg_press.png) no-repeat;
  background-position: right 50% top 50%;
  opacity: 0.32; /* 이미지에 투명도 적용 */
  z-index: 0;
}
.news .news-list a:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news .news-list a:hover .text-box strong {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.news .news-list a .img-box {
  border-radius: 12px;
  overflow: hidden;
}
.news .news-list a .img-box img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.news .news-list a .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news .news-list a .text-box strong {
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 28px;
  font-weight: 500;
}
.news .news-list a .text-box p {
  color: var(--TVchosun-gray-gray500, var(--TVchosun-gray-gray500, #737373));
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
.news .news-list.timeline {
  position: relative;
  padding-left: 52px;
}
.news .news-list.timeline::before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 18px;
  width: 2px;
  height: calc(100% - 65px);
  background-color: var(--TVchosun-gray-gray300, #D4D4D4);
}
.news .news-list.timeline .inner-wrap {
  position: relative;
}
.news .news-list.timeline .inner-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -42px;
  width: 20px;
  height: 20px;
  background: #fff url(https://img.tvchosun.com/news/img/ico_time.png) no-repeat center/100% auto;
}
.news .news-list.timeline .inner-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: -47px;
  width: 28px;
  height: 28px;
  background: #fff url(https://img.tvchosun.com/news/img/ico_up.png) no-repeat center/100% auto;
}
.news .news-list.timeline .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.news .news-list.timeline .timeline strong {
  display: block;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 28px;
  font-weight: 700;
}
.news .news-list.timeline .timeline .case {
  display: block;
  margin-left: 12px;
  padding: 4px 16px;
  border-radius: 100px;
  border: 1px solid var(--CSS-Slate-Slate-200, #E2E8F0);
  background: var(--TVchosun-white100, #FFF);
  color: var(--CSS-Slate-Slate-400, #94A3B8);
  font-size: 17px;
  font-weight: 700;
}
.news .news-list.timeline li {
  position: relative;
}
.news .news-list.timeline li::before {
  content: "";
  display: block;
  position: absolute;
  left: -43px;
  top: 55px;
  width: 20px;
  height: 20px;
  background: url(https://img.tvchosun.com/news/img/ico_circle.jpg) no-repeat center/100% auto;
}
.news .news-list.timeline a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.news .news-list.timeline a .text-box {
  width: 74%;
}
.news .news-list.timeline a .text-box strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.news .news-list.timeline a .text-box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
}
.news .news-list.timeline a .img-box {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 270px;
  height: 150px;
}
.news .news-list.video a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .news-list.video li + li {
  margin-top: 24px;
}
.news .news-list.video .img-box {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  width: 270px;
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
}
.news .news-list.video .text-box strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
  font-size: 22px;
  line-height: 1.35;
}
.news .news-list.video .text-box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
}
.news .news-list.video.mini a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .news-list.video.mini .img-box {
  width: 190px;
  height: 110px;
}
.news .news-list.side .title {
  display: block;
  padding: 20px 0;
  color: var(--TVchosun-black100, #000);
  font-size: 20px;
  font-weight: 700;
}
.news .news-list.side .numbering li:nth-child(1) a::before {
  content: "1";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--TVchosun-gray-gray200, #E5E5E5);
  text-align: center;
}
.news .news-list.side .numbering li:nth-child(2) a::before {
  content: "2";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--TVchosun-gray-gray200, #E5E5E5);
  text-align: center;
}
.news .news-list.side .numbering li:nth-child(3) a::before {
  content: "3";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--TVchosun-gray-gray200, #E5E5E5);
  text-align: center;
}
.news .news-list.side .numbering li:nth-child(4) a::before {
  content: "4";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--TVchosun-gray-gray200, #E5E5E5);
  text-align: center;
}
.news .news-list.side .numbering li:nth-child(5) a::before {
  content: "5";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--TVchosun-gray-gray200, #E5E5E5);
  text-align: center;
}
.news .news-list.side .numbering li:nth-child(6) a::before {
  content: "6";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--TVchosun-gray-gray200, #E5E5E5);
  text-align: center;
}
.news .news-list.side .numbering li:nth-child(7) a::before {
  content: "7";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--TVchosun-gray-gray200, #E5E5E5);
  text-align: center;
}
.news .news-list.side .numbering li:nth-child(8) a::before {
  content: "8";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--TVchosun-gray-gray200, #E5E5E5);
  text-align: center;
}
.news .news-list.side .numbering li:nth-child(9) a::before {
  content: "9";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--TVchosun-gray-gray200, #E5E5E5);
  text-align: center;
}
.news .news-list.side .numbering li:nth-child(10) a::before {
  content: "10";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: var(--TVchosun-gray-gray200, #E5E5E5);
  text-align: center;
}
.news .news-list.side .numbering a {
  position: relative;
  padding-left: 32px;
}
.news .news-list.side ul {
  padding: 12px 0;
}
.news .news-list.side li + li {
  margin-top: 16px;
}
.news .news-list.side a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 15px;
  font-weight: 500;
}
.news .related-news .title-box {
  position: relative;
  height: 30px;
}
.news .related-news.text {
  position: relative;
  padding: 4px 0 4px 20px;
}
.news .related-news.text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 4px;
  height: 100%;
  background-color: #E5E5E5;
}
.news .related-news.text li + li {
  margin-top: 8px;
}
.news .related-news.text a {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .related-news.text a::before {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #262626;
}
.news .related-news.text a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.news .related-news.img > .title {
  display: block;
  padding: 20px 0;
  color: var(--TVchosun-black100, #000);
  font-size: 20px;
  font-weight: 700;
}
.news .related-news.img ul {
  padding: 12px 0;
}
.news .related-news.img .vd-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .related-news.img .thumb-box {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 135px;
}
.news .copyrights {
  padding: 40px 0;
}
.news .copyrights + .ad-banner {
  padding: 0 0 40px;
}
.news .copyrights p {
  color: var(--TVchosun-gray-gray500, var(--TVchosun-gray-gray500, #737373));
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.news .editor-detail {
  display: grid;
  grid-template-columns: 112px 400px 125px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  background: var(--TVchosun-gray-gray100, #F5F5F5);
}
.news .editor-detail .img-box {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
}
.news .editor-detail .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.news .editor-detail .text-box .name {
  display: block;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 20px;
  font-weight: 700;
}
.news .editor-detail .text-box .name span {
  display: inline-block;
  margin-left: 12px;
  color: var(--TVchosun-gray-gray700, var(--TVchosun-gray-gray700, #404040));
  font-size: 15px;
  font-weight: 400;
}
.news .editor-detail .text-box a.email {
  margin-top: 12px;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 15px;
  font-weight: 400;
  text-decoration-line: underline;
}
.news .editor-detail .text-box ul {
  margin-top: 18px;
}
.news .editor-detail .text-box ul a {
  position: relative;
  padding-left: 22px;
  display: block;
  color: var(--TVchosun-gray-gray600, #525252);
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .editor-detail .text-box ul a::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 6px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #525252;
}
.news .editor-detail .text-box ul a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.news .editor-detail .button-box a {
  width: 125px;
  line-height: 36px;
  border-radius: 23px;
  border: 1px solid;
  background: var(--TVchosun-white100, #FFF);
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.news .editor-detail .button-box a + a {
  margin-top: 16px;
}
.news .editor-detail .button-box .more {
  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;
  gap: 10px;
}
.news .editor-detail .button-box .more::after {
  content: "";
  display: block;
  background: url("https://img.tvchosun.com/news/img/ico_arrw-b.png") no-repeat center/100% auto;
}
.news .editor-detail .button-box .more::after {
  width: 6px;
  height: 8px;
}
.news .editor-detail .button-box .naver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: #2DB400;
}
.news .editor-detail .button-box .naver::before {
  content: "";
  display: block;
  width: 17px;
  height: 16px;
  background: url(https://img.tvchosun.com/news/img/logo_naver.png) no-repeat center/100% auto;
}
.news .another-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
}
.news .another-list > a {
  width: 400px;
}
.news .another-list > a .img-box {
  border-radius: 24px;
  overflow: hidden;
}
.news .another-list > a .img-box img {
  display: block;
  width: 100%;
}
.news .another-list > a .text-box {
  margin-top: 10px;
}
.news .another-list > a .text-box strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
  display: block;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 20px;
  font-weight: 400;
}
.news .another-list ul {
  width: calc(100% - 400px);
}
.news .another-list li + li {
  border-top: 1px solid var(--basic-black-24, rgba(0, 0, 0, 0.24));
}
.news .another-list li a {
  display: block;
  padding: 12px 0;
}
.news .another-list li strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: inherit;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 17px;
  font-weight: 400;
}
.news .another-list .ico-ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.news .another-list .ico-ad::before {
  content: "AD";
  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;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 3px;
  width: 26px;
  line-height: 16px;
  border-radius: 23px;
  background: var(--TVchosun-alpha-B24, rgba(0, 0, 0, 0.24));
  color: var(--TVchosun-white100, #FFF);
  font-size: 10px;
  font-weight: 400;
}
.news .ai-recommendation .title-box {
  position: relative;
  height: 75px;
}
.news .ai-recommendation .title-box:has(.view-title) {
  height: auto;
}
.news .ai-recommendation:has(.col-6, .col-4) .vd-link .info-box .title {
  line-height: 22px;
}
.news .digital-originals .view-title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
.news .digital-originals .view-title::after {
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background: url(https://img.tvchosun.com/news/img/ico_arrw.png) no-repeat center/100% auto;
}
.news .digital-originals .thumb-box {
  width: 100%;
}
.news .digital-originals .swiper-button-next, .news .digital-originals .swiper-button-prev {
  position: initial !important;
  margin-top: 0 !important;
}
.news .view {
  /* .item-wrap .item-main .contents .ad-banner{width:720px;height:90px;padding:0;
  	img{height:100%;}
  } */
}
.news .view #ui_contents {
  position: relative;
  margin-bottom: 65px;
}
.news .view .ad-banner.w970 {
  margin-bottom: 60px;
  padding: 0;
}
.news .view .comm-reply {
  margin: 40px 0 100px;
}
.news .view .ad-banner.col-2 {
  width: 670px;
  padding: 75px 0;
}
.news .view .item-list li .vd-link .info-box .title {
  font-size: 15px;
  font-weight: 500;
}
.news .view .sideBanner-wrap {
  margin-top: 40px;
}
.news .view .sideBanner {
  padding: 40px 0;
  border-top: 1px solid transparent;
  max-width: 300px;
}
.news .view .sideBanner a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news .view .sideBanner a img {
  display: block;
  width: 100%;
}
.news .view .randomBanner > div + div {
  margin-top: 24px;
}
.news .view .randomBanner > div img {
  width: auto;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
}
.news .view .sideBanner.right + .sideBanner.right {
  padding: 0;
}
.news .view .ai-recommendation {
  margin-top: 40px;
}
.news .view .ad-banner-img {
  padding: 36px 0;
  width: 100%;
}
.news .view .ad-banner-img img {
  width: 100%;
}
.news .view .ad-article {
  display: none;
}
.news .view .ad-article .ico-ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.news .view .ad-article .ico-ad::before {
  content: "AD";
  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;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 3px;
  width: 26px;
  line-height: 16px;
  border-radius: 23px;
  background: var(--TVchosun-alpha-B24, rgba(0, 0, 0, 0.24));
  color: var(--TVchosun-white100, #FFF);
  font-size: 10px;
  font-weight: 400;
}
.news .view .view-title {
  display: block;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-weight: 700;
  padding: 23px 0;
  font-size: 28px;
}
.news .view .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .view .category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--TVchosun-gray-gray700, var(--TVchosun-gray-gray700, #404040));
  font-size: 15px;
  font-weight: 400;
}
.news .view .category span + span::before {
  content: ">";
  display: block;
  margin-left: 6px;
  color: var(--TVchosun-gray-gray700, var(--TVchosun-gray-gray700, #404040));
  font-size: 15px;
  font-weight: 400;
}
.news .view .swiper-wrap.video {
  overflow: hidden;
  position: relative;
}
.news .view .swiper-wrap.video .swiper-container {
  width: 696px;
  overflow: hidden;
  margin: 0 auto;
}
.news .view .swiper-wrap.video .swiper-container .item-list {
  gap: 0;
}
.news .view .swiper-wrap.video .navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: calc(50% - 32px);
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 752px;
  height: 0;
  z-index: 1;
}
.news .view .swiper-wrap.video .navigation-wrapper > button {
  width: 56px;
  height: 56px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news .view .swiper-wrap.video .swiper-button-next {
  background-image: url(https://img.tvchosun.com/news/img/ico_arrw-right.png);
  left: auto;
  right: 0;
}
.news .view .swiper-wrap.video .swiper-button-prev {
  background-image: url(https://img.tvchosun.com/news/img/ico_arrw-left.png);
  left: 0;
}
.news .view-title .title {
  min-height: 80px;
  color: var(--TVchosun-gray-gray950, var(--TVchosun-gray-gray950, #0A0A0A));
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}
.news .view-title .title-sub {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
  position: relative;
  padding: 4px 0 4px 20px;
  margin-top: 20px;
  color: var(--TVchosun-gray-gray950, var(--TVchosun-gray-gray950, #0A0A0A));
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
.news .view-title .title-sub::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 4px;
  height: 100%;
  background-color: #0A0A0A;
}
.news .view-title .editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 15px;
}
.news .view-title .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.news .view-title .img-box {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
.news .view-title .img-box img {
  vertical-align: baseline;
}
.news .view-title .name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .view-title .name-box > * {
  color: var(--TVchosun-gray-gray500, var(--TVchosun-gray-gray500, #737373));
  font-weight: 500;
  font-size: 17px;
}
.news .view-title .name-box .reporter {
  display: block;
}
.news .view-title .name-box .department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  font-weight: 400;
}
.news .view-title .name-box .department::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  margin-right: 8px;
  background: var(--TVchosun-alpha-B24, rgba(0, 0, 0, 0.24));
}
.news .view-title .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news .view-title .date li + li p {
  padding-left: 8px;
}
.news .view-title .date li + li p::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--TVchosun-gray-gray500, var(--TVchosun-gray-gray500, #737373));
}
.news .view-title .date p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--TVchosun-gray-gray500, var(--TVchosun-gray-gray500, #737373));
  font-size: 13px;
  font-weight: 400;
}
.news .view .thumb-area {
  width: 100%;
}
.news .view .thumb-area .img-box {
  position: relative;
  z-index: 9;
}
.news .view .thumb-area .img-box .playBtn {
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(https://img.tvchosun.com/news/img/main/play_btn_arrow-big.png) 50% 50% no-repeat;
}
.news .view .thumb-area .img-box video {
  display: block;
  width: 100%;
  height: 100%;
}
.news .view .thumb-area .item-list {
  margin-top: 30px;
}
.news .view .video-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news .view .thumb-area.fixed {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news .view .thumb-area.fixed .video-item {
  position: fixed;
  top: 64px;
  left: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease, top 0.3s ease;
  transition: all 0.3s ease, top 0.3s ease;
  width: 100%;
  min-width: 320px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.news .view .thumb-area.fixed .video-item::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  background: #fff;
  left: 0;
}
.news .view .unfix-btn {
  display: none;
  position: absolute;
  top: 7px;
  right: 40px;
  z-index: 11;
  width: 30px;
  height: 30px;
  background: url(https://img.tvchosun.com/news/img/ico/fixed-btn.png) 50% 50% no-repeat;
}
.news .view .unfix-btn.on {
  background: url(https://img.tvchosun.com/news/img/ico/fixed-btn-on.png) 50% 50% no-repeat;
}
.news .view .page_contents {
  position: relative;
}
.news .view .floating-news {
  left: 10px;
  margin-left: -100px;
}
.news .view .ad-banner.w970 {
  margin: 20px auto;
}
.news-category .page_contents {
  margin: 0 auto 64px;
}
/*260511 추가*/
@media screen and (min-width: 1000px) {
  .page_contents.pc-padding {
    padding-top: 50px !important;
  }
}

.news-category.politics .page_top .text-box h2 {
  color: var(--TVchosun-Contents-Violet, #2E1065);
}
.news-tvnews .page_contents {
  margin: 48px auto 64px;
}
.news-tvnews .comm-page-title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: initial;
  border-top: 1px solid var(--TVchosun-alpha-B8, rgba(0, 0, 0, 0.08));
}
.news-tvnews.main .comm-tab {
  padding: 0;
}
.news-tvnews.list .comm-tab {
  padding: 0;
}
.news-tvnews.list .comm-tab .type-border {
  border-bottom: none;
}
.news-tvnews.list .comm-board {
  margin-top: 0;
}
.news-tvnews.list .comm-page-title {
  padding: 30px 0 10px;
}
.news-tvnews.view .comm-tab + .comm-board {
  margin-top: 0;
}
.news-tvnews.view .comm-tab .type-border {
  border-bottom: none;
}
.news-tvnews.view .page_contents > .comm-tab {
  padding: 0;
}
.news-tvnews.view .comm-board {
  padding-top: 40px;
  border-top: 1px solid var(--TVchosun-alpha-B8, rgba(0, 0, 0, 0.08));
}
.news-tvnews.view .comm-board .title-box {
  padding-top: 0;
}
.news-tvnews.form .comm-tab {
  padding: 0;
}
.news-tvnews.form .comm-tab .type-border {
  border-bottom: none;
}
.news-tvnews.form .comm-page-title {
  padding: 40px 0 0;
}
.news-tvnews.form .form-area.textarea .label-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-tvnews.form .form-area.textarea .label-box textarea {
  height: 274px;
}
.news-tvnews .info-box .title {
  font-weight: 500;
}
.news-tvnews .info-box .category {
  display: block;
  color: var(--TVchosun-gray-gray700, var(--TVchosun-gray-gray700, #404040));
  font-size: 15px;
  font-weight: 400;
}
.news-tvnews .item-list.col-6.ep-2.wrap .title {
  font-size: 17px;
  font-weight: 400;
}
.news-corner .comm-tab.square ul {
  gap: 8px 0;
}
.news-corner .comm-tab.square a {
  width: 210px;
}
.news-corner .page_contents {
  margin: 24px auto 64px;
}
.news-corner .news-list.video a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.news-corner .news-list.video .img-box {
  width: 400px;
  height: 220px;
}
.news-corner .news-list.video .text-box {
  gap: 12px;
}
.news-corner .news-list.video .text-box strong {
  font-size: 28px;
}
.news-corner .news-list.video .playBtn {
  width: 68px;
  height: 68px;
}
.news-corner .news-list.video .playBtn::before {
  background-size: 23px;
}
.news-corner .item-list.col-4 {
  margin-top: 20px;
  padding: 20px 0 0;
  border-top: 1px solid var(--TVchosun-alpha-B24, rgba(0, 0, 0, 0.24));
}
.news-corner .item-list.col-4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-corner .item-list.col-4 a .title {
  font-weight: 500;
}
.news-corner .ai-recommendation {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--TVchosun-alpha-B24, rgba(0, 0, 0, 0.24));
}
.news-corner .comm-pagination {
  margin-top: 32px;
}
.news-digital {
  overflow: hidden;
}
.news-digital .page_contents {
  width: initial;
  margin: 44px auto 64px;
}
.news-digital .page_top .text-box h2 {
  color: var(--TVchosun-Contents-Pink, #500724);
}
.news-digital .item-list.col-3 {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.news-digital .ad-banner {
  padding: 40px 0 0 0;
}
.news-digital .program-wrap {
  margin-top: 60px;
}
.news-digital .program-item {
  padding: 40px 0;
  position: relative;
}
.news-digital .program-item:nth-child(odd)::before {
  display: block;
  content: "";
  width: 1000%;
  height: 100%;
  background: var(--TVchosun-A-gray-gray100);
  position: absolute;
  left: -500%;
  top: 0;
}
.news-digital .program-item:nth-child(even)::before {
  display: block;
  content: "";
  width: 1000%;
  height: 100%;
  background: transparent;
  position: absolute;
  left: -500%;
  top: 0;
}
.news-digital .program-item .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.news-digital .program-item .item-list {
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-digital .program-item .item-list .title {
  font-size: 17px !important;
  font-weight: 400;
  line-height: 1.29 !important;
}
.news-digital .program-item .item-list :nth-child(n+5):nth-child(-n+8) {
  margin-top: 20px;
}
.news-digital .program-item .item-list > li .vd-link .thumb-box {
  border-radius: 12px;
}
.news-digital .program-item .item-list .playBtn {
  width: 32px;
  height: 32px;
}
.news-digital .program-item .item-list .playBtn::before {
  background-size: 10px;
}
.news-digital .program-item .item-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 9px);
          flex: 0 1 calc(25% - 9px);
}
.news-digital .program-item .swiper-button-next, .news-digital .program-item .swiper-button-prev {
  position: initial !important;
  margin-top: 0 !important;
}
.news-digital .program-item .swiper-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-digital .program-item .swiper-wrap .swiper-container {
  width: 725px;
  overflow: hidden;
  margin: 0 auto;
}
.news-digital .program-item .swiper-wrap .navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 840px;
  height: 36px;
}
.news-digital .program-item .swiper-wrap .navigation-wrapper > button {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.news-digital .program-item .swiper-wrap .swiper-button-next {
  background-image: url(https://img.tvchosun.com/news/img/ico_arrw-right-mini.png);
}
.news-digital .program-item .swiper-wrap .swiper-button-prev {
  background-image: url(https://img.tvchosun.com/news/img/ico_arrw-left-mini.png);
}
.news-digital .digital-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 360px;
  border-radius: var(--border-radius-2xl, 24px);
  border: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
  color: var(--TVchosun-A-white100);
  padding: 32px 24px;
  z-index: 1;
}
.news-digital .digital-title .logo-box {
  margin-bottom: 8px;
}
.news-digital .digital-title .text-box {
  text-align: center;
}
.news-digital .digital-title .text-box .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 12px;
}
.news-digital .digital-title .text-box p {
  font-size: 20px;
  color: var(--TVchosun-A-alpha-W80);
  font-weight: 300;
}
.news-digital .digital-title .link {
  display: block;
  padding: 12px 24px;
  font-size: 17px;
  color: var(--TVchosun-A-white100);
  text-decoration: underline;
  text-underline-position: under;
}
.news-digital .digital-title.news-more {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), -webkit-gradient(linear, left top, left bottom, from(#000DFF), to(#9021FF));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), linear-gradient(180deg, #000DFF 0%, #9021FF 100%);
}
.news-digital .digital-title.gangs-writing {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), -webkit-gradient(linear, left top, left bottom, from(#004B1E), to(#005221));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), linear-gradient(180deg, #004B1E 0%, #005221 100%);
}
.news-digital .digital-title.news-punch {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), -webkit-gradient(linear, left top, left bottom, color-stop(20%, #E90004), to(#FF6F10));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), linear-gradient(180deg, #E90004 20%, #FF6F10 100%);
}
.news-digital .digital-title.newstradamus {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), -webkit-gradient(linear, left top, left bottom, color-stop(8%, #6600F6), to(#0A80FF));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), linear-gradient(180deg, #6600F6 8%, #0A80FF 100%);
}
.news-digital .list-container {
  display: none;
}
.news-current .page_contents {
  margin: 24px auto 64px;
}
.news-current .program-view-info .txt-box {
  height: 100%;
  padding-top: 64px;
}
.news-current .program-view-info .txt-box .desc {
  margin-top: 30px;
}
.news-current .program-view-info .txt-box .desc p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1em;
}
.news-current .program-view-info .txt-box .sns {
  padding-top: 140px;
}
.news-current.list .page_top .text-box h2 {
  color: var(--TVchosun-Contents-Orange, #431407);
}
.news-current.list .comm-tab .type-bold-border li a::before {
  height: 2px;
}
.news-current.tv .item-htitle .title {
  text-transform: initial;
}
.news-current.tv .item-list.col-5 .title {
  font-size: 22px;
}
.news-current.tv .tab-wrap {
  display: block;
  margin-top: 40px;
}
.news-current.tv .tab-wrap .tab-cont {
  padding-bottom: 0;
}
.news-current.collection.view .item-htitle.line {
  margin-bottom: 20px;
}
.news-current.collection.view .sideBanner-wrap {
  margin-top: 0;
}
.news-current.collection.view .ad-banner {
  padding: 0;
}
.news-current.collection.view .text-box .date {
  font-size: 15px;
  color: var(--TVchosun-gray-gray600, #525252);
}
.news-current.collection .comm-tab .type-bold-border li {
  font-size: 20px;
}
.news-current.collection .comm-tab .type-bold-border li.active a::before {
  display: none;
}
.news-current.collection .item-htitle.line {
  margin: 0;
}
.news-current.collection .info-box {
  gap: 12px !important;
}
.news-current.collection .news-list {
  margin-top: 40px;
}
.news-current.collection .form-box {
  padding: 35px 0 20px;
}
.news-current.collection .input-title {
  display: block;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 20px;
  font-weight: 700;
}
.news-current.collection .input-box.textarea {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.news-current.collection .input-box.textarea .title {
  padding: 0;
  width: 116px;
  gap: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: 500;
}
.news-current.collection .input-box.textarea .length-item {
  width: 100%;
}
.news-current.collection .label-box.first {
  margin-bottom: 20px;
}
.news-current.collection .report-viewers.bg {
  padding: 34px 80px;
}
.news-organization .page_contents {
  margin: 44px auto 64px;
}
.news-organization .page_top .text-box h2 {
  color: var(--TVchosun-white100, #FFF);
}
.news-organization h3 {
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 28px;
  font-weight: 700;
}
.news-organization #ui_contents {
  overflow: initial;
}
.news-organization .comm-tab.mobileShow {
  top: 0;
}
.news-press .page_contents {
  margin: 24px auto 64px;
}
.news-press .news-list {
  margin-top: 32px;
}
.news-press .news-list .text-box strong {
  -webkit-line-clamp: 1 !important;
}
.news-vote .page_top .text-box h2 {
  color: var(--TVchosun-gray-gray950, #0A0A0A);
}
.news-vote .line_map-menu {
  border-top: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
  border-bottom: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
}
.news-vote .page_contents {
  margin: 56px auto 64px;
}
.news-vote.end .each.active .vote-top::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news-vote.end .vote-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: var(--TVchosun-gray-gray50, #FAFAFA);
}
.news-vote.end .vote-top::after {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background: url(https://img.tvchosun.com/news/img/ico/arrow_down.png) no-repeat center/100% auto;
}
.news-vote.end .vote-top .title {
  font-size: 22px;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
}
.news-vote.end .vote-top .date {
  color: var(--TVchosun-gray-gray600, #525252);
}
.news-vote.end .vote-bottom {
  border-top: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
}
.news-vote.end .vote_content-wrap {
  display: none;
}
.news-vote .vote-society .number {
  color: var(--TVchosun-gray-gray500, var(--TVchosun-gray-gray500, #737373));
  font-size: 17px;
  font-weight: 400;
}
.news-vote .vote-society .each {
  margin-top: 40px;
  border: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
  border-radius: 24px;
  overflow: hidden;
}
.news-vote .vote-top {
  padding: 24px 36px;
  background: var(--TVchosun-gray-gray950, #0A0A0A);
}
.news-vote .vote-top .title {
  display: block;
  color: var(--TVchosun-white100, #FFF);
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}
.news-vote .vote-top .date {
  display: block;
  margin-top: 12px;
  overflow: hidden;
  color: var(--TVchosun-gray-gray200, var(--TVchosun-gray-gray200, #E5E5E5));
  font-size: 17px;
  font-weight: 400;
  text-align: left;
}
.news-vote .vote-bottom {
  padding: 32px;
}
.news-vote .vote-bottom .contents {
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}
.news-vote .vote-bottom .contents img {
  display: block;
  margin: 24px auto 0;
}
.news-vote .vote-bottom .vote-box {
  margin-top: 32px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--TVchosun-alpha-B24, rgba(0, 0, 0, 0.24));
}
.news-vote .vote-bottom .vote-box .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-vote .vote-bottom .vote-box .title-box strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--TVchosun-red-red600, #E41E26);
  font-size: 20px;
  font-weight: 500;
}
.news-vote .vote-bottom .vote-box .title-box strong::before {
  content: "";
  display: block;
  width: 19px;
  height: 17px;
  background: url(https://img.tvchosun.com/news/img/ico_vote.png) no-repeat center/100% auto;
}
.news-vote .vote-bottom .vote-box .title-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-vote .vote-bottom .vote-box .title-box p::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  margin: 0 12px;
  background: var(--TVchosun-alpha-B24, rgba(0, 0, 0, 0.24));
}
.news-vote .vote-bottom .vote-box .title-box p, .news-vote .vote-bottom .vote-box .title-box em {
  color: var(--TVchosun-black100, #000);
  font-size: 15px;
  font-weight: 400;
}
.news-vote .vote-bottom .vote-box .title-box em {
  display: block;
  margin-right: 5px;
}
.news-vote .vote-bottom .vote-box .submit {
  display: block;
  width: 110px;
  margin: 24px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 48px;
  color: var(--TVchosun-white100, #FFF);
  border: 1px solid var(--TVchosun-red-red600, #E41E26);
  font-size: 17px;
  font-weight: 500;
  border-radius: 8px;
  background: var(--TVchosun-red-red600, #E41E26);
}
.news-vote .vote-bottom .vote-box .submit:hover {
  color: var(--TVchosun-red-red600, #E41E26);
  background-color: var(--TVchosun-white100, #FFF);
}
.news-vote .vote-bottom .vote-box.ing ul {
  margin-top: 50px;
  margin-left: 22px;
}
.news-vote .vote-bottom .vote-box.ing li + li {
  margin-top: 30px;
}
.news-vote .vote-bottom .vote-box.ing label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.news-vote .vote-bottom .vote-box.ing span {
  display: block;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
}
.news-vote .vote-bottom .vote-box.ing input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid var(--TVchosun-A-gray-gray400, #A3A3A3);
  border-radius: 50%;
  cursor: pointer;
}
.news-vote .vote-bottom .vote-box.ing input[type=radio]:checked {
  background-color: var(--TVchosun-A-red-red600, #E41E26);
  border-color: var(--TVchosun-A-red-red600, #E41E26);
}
.news-vote .vote-bottom .vote-box.ing input[type=radio]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
}
.news-vote .vote-bottom .vote-box.result ul {
  margin-top: 50px;
}
.news-vote .vote-bottom .vote-box.result li + li {
  margin-top: 10px;
}
.news-vote .vote-bottom .vote-box.result p {
  margin-left: 12px;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 17px;
  font-weight: 500;
}
.news-vote .vote-bottom .vote-box.result .gauge-box {
  position: relative;
  margin-top: 15px;
}
.news-vote .vote-bottom .vote-box.result .total, .news-vote .vote-bottom .vote-box.result .count {
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
}
.news-vote .vote-bottom .vote-box.result .total {
  background-color: rgba(0, 0, 0, 0.24);
}
.news-vote .vote-bottom .vote-box.result .count {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--TVchosun-A-red-red600, #E41E26);
}
.news-vote .vote-bottom .vote-box.result .voting-status {
  margin-top: 5px;
  padding: 5px 0;
  color: #000;
  text-align: right;
  font-size: 17px;
  font-weight: 400;
}
.news-vote .vote-bottom .vote-box.result .voting-status span, .news-vote .vote-bottom .vote-box.result .voting-status em {
  display: inline-block;
}
.news-vote .vote-bottom .vote-box.result .voting-status em {
  margin-left: 3px;
}
.news-vote .related-news.text {
  margin-top: 32px;
}
.news-vote .related-news.text .view-title {
  display: block;
  padding: 18px 0;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 20px;
  font-weight: 700;
}
.news-vote .related-news.text a {
  font-size: 17px;
  font-weight: 400;
}
.news-vote .reply-wrap {
  padding: 24px 32px;
  border-top: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
}
.news-vote .reply-wrap.show > button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news-vote .reply-wrap > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 18px 0;
  color: var(--TVchosun-gray-gray950, #0A0A0A);
  font-size: 17px;
  font-weight: 500;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.news-vote .reply-wrap > button::after {
  content: "";
  width: 12px;
  height: 7px;
  background: url(https://img.tvchosun.com/news/img/ico/arrow_down.png) no-repeat center/100% auto;
}
.news-vote .reply-wrap .comm-reply {
  display: none;
  margin-top: 32px;
}

.news.amp .header {
  height: 100% !important;
  border-bottom: 1px solid var(--TVchosun-A-alpha-B12);
}
.news.amp .header .header-inner {
  max-width: 752px;
}
.news.amp .header .header-inner .logo a {
  width: 100%;
  min-width: 229px;
  background: url("https://img.tvchosun.com/news/img/logo-news.png") 0 50% no-repeat;
}
.news.amp .page_contents {
  max-width: 752px;
}
.news.amp .view-title .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news.amp .item-wrap {
  grid-template-columns: 752px auto;
}
.news.amp .item-main {
  padding-right: 0;
}

#ui_contents .floating-news {
  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);
  position: fixed;
  bottom: 30vh;
  left: auto;
  width: 64px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 15;
}
#ui_contents .floating-news.on {
  position: absolute;
  bottom: 75px;
}
#ui_contents .floating-news .item-btn > button {
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  width: 40px;
  height: 40px;
  margin: 8px 0;
}
#ui_contents .floating-news .item-btn + .item-btn {
  border-top: 1px solid var(--TVchosun-A-alpha-B12);
}
#ui_contents .floating-news .resize {
  background-image: url(https://img.tvchosun.com/news/img/svg/ico_font.svg);
}
#ui_contents .floating-news .size {
  background-image: url(https://img.tvchosun.com/news/img/ico_.pgn);
}
#ui_contents .floating-news .comment {
  background-image: url(https://img.tvchosun.com/news/img/svg/ico_comment.svg);
}
#ui_contents .floating-news .scrape {
  background-image: url(https://img.tvchosun.com/news/img/svg/ico_scrape.svg);
}
#ui_contents .floating-news .scrape.on {
  background-image: url(https://img.tvchosun.com/news/img/svg/ico_scrape_on.svg);
}
#ui_contents .floating-news .print {
  background-image: url(https://img.tvchosun.com/news/img/svg/ico_print.svg);
}
#ui_contents .floating-news .share {
  background-image: url(https://img.tvchosun.com/news/img/svg/ico_share.svg);
}
#ui_contents .floating-news .tooltip-box {
  font-size: 0;
}
#ui_contents .floating-news .tooltip-box .share {
  width: 40px;
  height: 40px;
}
#ui_contents .floating-news .tooltip-box .tooltip-item {
  right: auto;
  left: 76px;
  top: 0;
}
#ui_contents .floating-news .tooltip-box .tooltip-item.share-box {
  min-width: 260px;
}
#ui_contents .floating-news .tooltip-box .tooltip-item.resize-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ui_contents .floating-news .tooltip-box .tooltip-item.resize-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
#ui_contents .floating-news .tooltip-box .tooltip-item.open {
  right: auto;
  left: 76px;
  top: 0;
}
#ui_contents .floating-news .resize {
  width: 40px;
  height: 40px;
}
#ui_contents .floating-news .hide {
  display: none;
  position: absolute;
  left: 76px;
}
#ui_contents .floating-news .hide.open.resize-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ui_contents .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: 0;
  height: 72px;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ui_contents .floating-news .resize-box .title-box {
  display: none;
}
#ui_contents .floating-news .resize-box button {
  width: 32px;
  height: 100%;
  color: #737373;
  font-size: 13px;
  font-weight: 400;
}
#ui_contents .floating-news .resize-box button:hover {
  color: var(--TVchosun-red-red500, var(--TVchosun-red-red500, #EF4444));
}
#ui_contents .floating-news .resize-box button:hover em {
  background-color: #F5F5F5;
  border-radius: 8px;
}
#ui_contents .floating-news .resize-box button:hover.size-nomal em {
  background-image: url(https://img.tvchosun.com/news/img/svg/img_fontsize_nomal-on.svg);
}
#ui_contents .floating-news .resize-box button:hover.size-big em {
  background-image: url(https://img.tvchosun.com/news/img/svg/img_fontsize_big-on.svg);
}
#ui_contents .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;
}
#ui_contents .floating-news .resize-box .size-nomal em {
  background-image: url(https://img.tvchosun.com/news/img/svg/img_fontsize_nomal.svg);
}
#ui_contents .floating-news .resize-box .size-big em {
  background-image: url(https://img.tvchosun.com/news/img/svg/img_fontsize_big.svg);
}

.news-current-view .item-list > li .vd-link .thumb-box .badge {
  width: 67px;
  height: 26px;
  font-size: 13px;
  padding: 0;
}

.news-current .replay > li .vd-link .info-box .date {
  color: var(--TVchosun-A-gray-gray500);
}

.reporter-list-title .htitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  height: 68px;
  border-bottom: 1px solid var(--TVchosun-A-alpha-B12);
  margin-bottom: 20px;
}

.reporter-list-wrap {
  position: relative;
  width: calc(100% + 56px);
  margin-left: -28px;
}
.reporter-list-wrap .reporter-list-swiper {
  width: calc(100% - 56px);
  margin-bottom: 40px;
}
.reporter-list-wrap .reporter-list-swiper .link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reporter-list-wrap .reporter-list-swiper .img-box {
  width: 100px;
  height: 100px;
  border-radius: 9999px;
  overflow: hidden;
  background: url(https://img.tvchosun.com/news/img/img_people.png) 0 0 no-repeat;
  background-size: cover;
  border: 2px solid var(--TVchosun-A-alpha-W80);
}
.reporter-list-wrap .reporter-list-swiper .img-box img {
  width: 100%;
  height: 100%;
}
.reporter-list-wrap .reporter-list-swiper .txt-box .department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12px 0 8px 0;
}
.reporter-list-wrap .reporter-list-swiper .txt-box .department em {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: var(--TVchosun-A-gray-gray700);
}
.reporter-list-wrap .reporter-list-swiper .txt-box .department em + em::before {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 8px;
  background: var(--TVchosun-A-alpha-B24);
}
.reporter-list-wrap .reporter-list-swiper .txt-box .title {
  font-weight: 500;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.3em;
  max-height: 3.9em;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.reporter-list-wrap .swiper-button-prev, .reporter-list-wrap .swiper-button-next {
  width: 36px;
  height: 36px;
  background: var(--TVchosun-A-white100) url(https://img.tvchosun.com/news/img/main/swiper-arrow-bk.png) 50% 50% no-repeat;
  border: 1px solid var(--TVchosun-A-alpha-B12);
  border-radius: 9999px;
  background-size: 6px;
}
.reporter-list-wrap .swiper-button-next {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

#go-replay-popup {
  width: 65%;
}
#go-replay-popup .video-box {
  position: relative;
}
#go-replay-popup .closeBtn {
  top: -60px;
  width: 50px;
  height: 50px;
  background-size: 18px auto;
  background: transparent;
}
#go-replay-popup .closeBtn::before, #go-replay-popup .closeBtn::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 3px;
  background: var(--TVchosun-A-white100);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#go-replay-popup .closeBtn::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#go-replay-popup .closeBtn::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#go-replay-popup .closeBtn:hover {
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1199px) {
  .mobile-linemap .header .header-wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mobile-linemap .line_map-menu {
    border: none;
    padding: 0;
    width: 100%;
    height: 48px;
    position: absolute;
    left: 0;
    padding-left: 16px;
  }
  .mobile-linemap .line_map-menu .depth2-menu {
    display: none;
  }
  .mobile-linemap .line_map-menu a {
    font-size: 18px;
    font-weight: 500;
    color: var(--TVchosun-A-gray-gray950);
  }
  .mobile-linemap .line_map-menu li.on::before {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: var(--TVchosun-A-gray-gray950);
    position: absolute;
    bottom: 0;
  }
  .mobile-linemap.type-wide .line_map-menu {
    position: fixed;
    padding: 0 16px;
  }
  .mobile-linemap.type-wide .line_map-menu .depth2 {
    gap: 12px;
  }
  .mobile-linemap.type-wide .line_map-menu .depth2 li {
    width: 50%;
  }
  .news-sitemap {
    display: none;
  }
  .news.article .page_contents {
    max-width: 720px;
  }
  .news .tv .page_contents {
    padding: 0;
  }
  .news .page_contents {
    padding: 0 16px; 
    margin-top:27px;
  }
  .news .page_top .kv .text-box {
    left: 40px;
  }
  .news .page_top .kv .text-box h2 {
    font-size: 36px;
  }
  .news .page_top .kv .text-box p {
    font-size: 16px;
  }
  .news .page_top .kv .img-box {
    height: 161px;
    background-position: right 0 top 50%;
    background-size: cover !important;
  }
  .news .page_top .kv.recent .img-box {
    background-position: left 50% top 50%;
  }
  .news .calendar-box {
    padding: 20px 0;
  }
  .news .calendar-box .text-box strong {
    font-size: 24px;
  }
  .news .calendar-box .text-box p {
    font-size: 20px;
  }
  .news .news-list.timeline .timeline strong, .news .news-list.video .timeline strong {
    font-size: 24px;
  }
  .news .news-list.timeline .timeline .case, .news .news-list.video .timeline .case {
    font-size: 16px;
  }
  .news .news-list.timeline a, .news .news-list.video a {
    padding: 8px 0;
  }
  .news .news-list.timeline a .text-box strong, .news .news-list.video a .text-box strong {
    font-size: 20px;
  }
  .news .news-list.timeline a .text-box p, .news .news-list.video a .text-box p {
    font-size: 16px;
  }
  .news .news-list.timeline a .text-box .date, .news .news-list.video a .text-box .date {
    font-size: 14px;
  }
  .news .news-list.timeline a .img-box, .news .news-list.video a .img-box {
    width: 25%;
    max-width: 270px;
    min-width: 230px;
    height: auto;
  }
  .news .news-list.timeline li::before, .news .news-list.video li::before {
    left: -36px;
    top: 47px;
  }
  .news .news-list.timeline .inner-wrap::before, .news .news-list.video .inner-wrap::before {
    left: -36px;
  }
  .news .news-list.timeline .inner-wrap::after, .news .news-list.video .inner-wrap::after {
    left: -40px;
  }
  .news .news-list.timeline {
    padding-left: 46px;
  }
  .news .news-list.video li + li {
    margin-top: 8px;
  }
  .news .news-list.side .title {
    padding: 12px 0;
  }
  .news .news-list + .ad-banner {
    margin: 40px auto;
  }
  .news .related-news.img > .title {
    padding: 12px 0;
  }
  .news .related-news.img ul {
    padding: 0;
  }
  .news .info-box .category span, .news .text-box .category span {
    font-size: 14px;
  }
  .news .ad-banner.w720 {
    max-width: 720px;
    width: 100%;
    padding: 20px 36px;
  }
  .news .ad-banner .button {
    border-radius: 9999px;
  }
  .news .item-wrap {
    grid-template-columns: 65% auto;
    margin-top: 10px;
  }
  .news .item-main {
    padding-right: 24px;
  }
  .news .item-side {
    padding-left: 24px;
  }
  .news .news-tvnews .page_top .kv .img-box, .news .news-corner .page_top .kv .img-box {
    height: 300px;
  }
  .news .news-tvnews .page_top .kv .img-box img, .news .news-corner .page_top .kv .img-box img {
    width: 100%;
    height: 100%;
  }
  .news .news-tvnews .page_top .kv .info-text-box, .news .news-corner .page_top .kv .info-text-box {
    left: 20px;
    bottom: 16px;
    -webkit-transform: none;
            transform: none;
    gap: 8px;
  }
  .news .news-tvnews .page_top .kv .info-text-box .info-item .info-title, .news .news-tvnews .page_top .kv .info-text-box .info-item > span, .news .news-corner .page_top .kv .info-text-box .info-item .info-title, .news .news-corner .page_top .kv .info-text-box .info-item > span {
    font-size: 15px;
  }
  .news .news-tvnews .page_top .kv .info-text-box .info-item .info-htitle, .news .news-corner .page_top .kv .info-text-box .info-item .info-htitle {
    font-size: 48px;
  }
  .news .news-tvnews .page_top .kv .info-text-box .info-item .info-sub-text, .news .news-corner .page_top .kv .info-text-box .info-item .info-sub-text {
    font-size: 22px;
  }
  .news .news-tvnews .item-list.col-6 > li, .news .news-tvnews .item-list.col-6 > div, .news .news-tvnews .item-list.col-6 > a, .news .news-tvnews .item-list.col-6 .swiper-slide, .news .news-corner .item-list.col-6 > li, .news .news-corner .item-list.col-6 > div, .news .news-corner .item-list.col-6 > a, .news .news-corner .item-list.col-6 .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 9px);
            flex: 0 1 calc(25% - 9px);
  }
  .news .news-tvnews .comm-page-title, .news .news-corner .comm-page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0 0;
    margin-bottom: 20px;
  }
  .news .news-tvnews .comm-tab + .comm-board, .news .news-corner .comm-tab + .comm-board {
    margin-top: 0;
  }
  .news .news-corner .news-list.video .img-box {
    width: 35%;
    max-width: 340px;
    min-width: 270px;
  }
  .news .news-corner .news-list.video .text-box {
    gap: 8px;
  }
  .news .news-corner .news-list.video .playBtn {
    width: 48px;
    height: 48px;
  }
  .news .news-corner .news-list.video .playBtn::before {
    background-size: 16px;
    margin: 1px 0 0 1px;
  }
  .news .news-digital .page_contents {
    margin: 0 auto 64px;
  }
  .news .news-digital .program-wrap {
    margin-top: 0;
  }
  .news .news-digital .program-item {
    padding: 20px 0;
  }
  .news .news-digital .program-item:nth-child(odd)::before {
    border: 1px solid var(--TVchosun-A-alpha-B12);
    border-width: 1px 0;
  }
  .news .news-digital .program-item:first-child::before {
    border-top: 0;
  }
  .news .news-digital .program-item:last-child::before {
    border-bottom: 1px solid var(--TVchosun-A-alpha-B12);
  }
  .news .news-digital .program-item .list-container {
    display: block;
  }
  .news .news-digital .program-item .list-container .item-list {
    gap: 12px;
  }
  .news .news-digital .program-item .list-container ul li {
    display: none;
  }
  .news .news-digital .program-item .list-container ul li.visible {
    display: block;
  }
  .news .news-digital .program-item .swiper-wrap {
    display: none;
  }
  .news .news-digital .program-item .swiper-wrap .swiper-container {
    width: 100%;
  }
  .news .news-digital .program-item .swiper-wrap .swiper-wrapper .swiper-slide {
    display: none;
  }
  .news .news-digital .program-item .swiper-wrap .swiper-wrapper .swiper-slide:first-child {
    display: block;
  }
  .news .news-digital .program-item .swiper-wrap .swiper-wrapper .swiper-slide .item-list li .title {
    font-size: 16px !important;
  }
  .news .news-digital .program-item .swiper-wrap .navigation-wrapper {
    display: none;
  }
  .news .news-digital .program-item .item-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }
  .news .news-digital .program-item .item-list:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news .news-digital .program-item .inner-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .news .news-digital .program-item .digital-title {
    width: 100%;
    height: auto;
    padding: 24px;
  }
  .news .news-digital .program-item .digital-title .desc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .news .news-digital .program-item .digital-title .desc-item .text-box {
    text-align: left;
  }
  .news .news-digital .program-item .digital-title .desc-item .text-box .title {
    font-size: 24px;
  }
  .news .news-digital .program-item .digital-title .desc-item .text-box p {
    font-size: 18px;
  }
  .news .news-digital .program-item .digital-title .link {
    font-size: 16px;
  }
  .news .news-digital .ad-banner {
    padding: 0;
    margin: 20px auto;
  }
  .news .news-digital .btn-group .btn.more {
    width: auto;
  }
  .news .news-current .program-view-info .txt-box {
    height: initial;
    padding-top: 0;
  }
  .news .news-current .program-view-info .txt-box .desc {
    margin-top: 0;
  }
  .news .news-current .program-view-info .txt-box .desc p {
    font-size: initial;
    line-height: initial;
  }
  .news .news-current .program-view-info .txt-box .sns {
    padding-top: 0;
  }
  .news .news-current:not(.tv) .program-view-info {
    display: none;
  }
  .news .news-current:not(.tv) .section-inner {
    padding: 0 16px;
  }
  .news .replay.type-border a {
    padding: 12px;
    border-radius: 16px;
  }
  .news .view-title .title {
    font-size: 32px;
    min-height: auto;
  }
  .news .view-title .title-sub {
    font-size: 24px;
    line-height: normal;
    max-height: 100%;
    margin-top: 16px;
  }
  .news .view-title .editor {
    margin-top: 10px;
  }
  .news .view-title .name-box > * {
    font-size: 16px;
  }
  .news .item-main .contents .text-box p {
    font-size: 1.8rem;
    line-height: normal;
  }
  .news .item-main .contents .preamble {
    padding: 8px 16px;
  }
  .news .item-main .contents .preamble p {
    font-size: 1.8rem;
  }
  .news .item-main .contents .subheading p {
    font-size: 1.9rem;
  }
  .news .news-list.video.mini .img-box {
    width: auto;
    height: auto;
  }
  .news .report-viewers.kv {
    padding: 20px;
  }
  .news .report-viewers.kv img {
    max-width: 280px;
    width: 30%;
  }
  .news .report-viewers.kv .text-box .title {
    font-size: 28px;
  }
  .news .report-viewers.bg {
    padding: 40px 30px;
    height: auto;
    min-height: 232px;
  }
  .news .report-viewers.bg .text-box .title {
    font-size: 28px;
  }
  .news .report-viewers.bg .text-box p {
    font-size: 18px;
    line-height: normal;
  }
  .news .report-viewers.bg .contact-method a {
    font-size: 16px;
  }
  .news .report-viewers {
    padding: 40px 30px;
    height: auto;
    min-height: 232px;
  }
  .news .report-viewers .text-box .title {
    font-size: 28px;
  }
  .news .report-viewers .text-box p {
    font-size: 18px;
    line-height: normal;
  }
  .news .report-viewers .contact-method a {
    font-size: 16px;
  }
  .news .news-vote .page_contents {
    margin: 24px auto 64px;
  }
  .news .news-vote .vote-society .each {
    margin-top: 20px;
  }
  .news .news-vote .vote-society .number {
    font-size: 18px;
  }
  .news .news-vote .vote-top {
    padding: 20px 28px;
  }
  .news .news-vote .vote-top .title {
    font-size: 24px;
  }
  .news .news-vote .vote-top .date {
    font-size: 16px;
  }
  .news .news-vote .vote-bottom {
    padding: 28px;
  }
  .news .news-vote .vote-bottom .contents {
    font-size: 20px;
    line-height: normal;
  }
  .news .news-vote .vote-bottom .contents img {
    width: 100%;
  }
  .news .news-vote .vote-bottom .vote-box.ing ul {
    margin-top: 36px;
    margin-left: 16px;
  }
  .news .news-vote .vote-bottom .vote-box.ing ul li + li {
    margin-top: 16px;
  }
  .news .news-vote .vote-bottom .vote-box.result ul {
    margin-top: 36px;
  }
  .news .news-vote .vote-bottom .vote-box.result p {
    margin-left: 0;
  }
  .news .news-vote .vote-bottom .vote-box.result .voting-status {
    font-size: 16px;
  }
  .news .news-vote .vote-bottom .vote-box.result .gauge-box {
    margin-top: 8px;
  }
  .news .news-vote .vote-bottom .vote-box.result li > p {
    margin-left: 6px;
    font-size: 16px;
  }
  .news .news-vote .vote-bottom .vote-box.result li + li {
    margin-top: 0;
  }
  .news .news-vote .reply-wrap > button {
    font-size: 16px;
  }
  .news .related-news.text .view-title {
    font-size: 24px;
    padding: 10px 0;
  }
  .news .related-news.text a {
    font-size: 18px;
  }
  .news .view {
    /* .another-list {
    	border:0;
    	margin:30px 0;
    	&::before {
    		display:none;
    	}
    	li {
    		margin-left:0;
    		border:0;
    	}
    	a {
    		padding:10px 0;
    	}
    } */
  }
  .news .view .item-wrap {
    grid-template-columns: auto;
    display: block;
  }
  .news .view .item-main {
    padding-right: 0;
  }
  .news .view .item-main .contents .text-box p + p {
    margin-top: 16px;
  }
  .news .view .item-side {
    display: none;
  }
  .news .view .contents .img-box {
    width: calc(100% + 32px);
    margin-left: -16px;
    border-radius: 0;
  }
  .news .view .thumb-area .img-box {
    width: calc(100% + 32px);
    margin-left: -16px;
    border-radius: 0;
    aspect-ratio: 16/9;
  }
  .news .view .thumb-area .img-box .playBtn {
    width: 72px;
    height: 72px;
    background-size: 14px;
  }
  .news .view .thumb-area .unfix-btn {
    display: block;
  }
  .news .view .ad-banner.w970 {
    min-height: 100%;
  }
  .news .view .ad-banner.w970 strong {
    font-size: 18px;
  }
  .news .view .digital-originals {
    display: none;
  }
  .news .view .editor-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .news .view .editor-detail .img-box {
    min-width: 110px;
  }
  .news .view .another-list {
    gap: 2%;
  }
  .news .view .another-list > a {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 45%;
  }
  .news .view .another-list > a .text-box {
    margin-top: 10px;
  }
  .news .view .another-list > a .text-box strong {
    font-size: 20px;
  }
  .news .view .another-list ul {
    width: 52%;
  }
  .news .view .another-list li a {
    padding: 15px 0;
  }
  .news .view .another-list .ico-ad {
    gap: 10px;
  }
  .news .view .another-list .ico-ad::before {
    width: 30px;
    line-height: 20px;
  }
  .news .view .comm-reply {
    margin: 30px 0 0 0;
  }
  .news .view .copyrights {
    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;
    gap: 8px;
  }
  .news .view .copyrights p {
    margin-top: 0;
  }
  .news .view .copyrights .btn {
    font-size: 15px;
    width: 52px;
    height: 27px;
    padding: 0;
    min-width: auto;
    border-radius: 9999px;
    border-color: var(--TVchosun-A-gray-gray400);
  }
  .news .view .sideBanner {
    width: initial;
    padding: 20px 0;
  }
  .news * + .news-list.side, .news * + .related-news, .news * + .newslist-side {
    margin-top: 20px;
  }
  .tab-wrap.column .comm-tab {
    margin-left: 16px;
  }
  .comm-tab.square {
    position: relative;
    top: 0;
    border: 0;
    border-radius: 0;
    padding: 0 !important;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .comm-tab.square ul {
    gap: 12px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 0 16px;
  }
  .comm-tab.square ul::-webkit-scrollbar {
    display: none;
    height: 4px;
  }
  .comm-tab.square ul::-webkit-scrollbar-thumb {
    background-color: #a8a7a3;
    border-radius: 4px;
  }
  .comm-tab.square 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;
    height: 48px;
    padding: 0 12px;
  }
  .comm-tab.square a {
    font-size: 18px;
    padding: 0;
    font-weight: 400;
  }
  .comm-tab.square a.on, .comm-tab.square a:hover {
    background: var(--TVchosun-A-white100);
    color: var(--TVchosun-A-gray-gray950);
  }
  .comm-tab.square a.on::before {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: var(--TVchosun-A-gray-gray950);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .team-title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .team-title .title {
    font-size: 20px;
  }
  .team-title .num {
    font-size: 18px;
  }
  .team-box li {
    padding: 24px;
  }
  .team-box .board-info .name, .team-box .evaluator-info .name {
    font-size: 18px;
  }
  .team-box .editor-info .name {
    font-size: 18px;
  }
  .team-info .text-box .name {
    font-size: 22px;
  }
  .team-info .info-box .date, .team-info .news .text-box .date {
    font-size: 14px;
  }
  .news .tv .comm-tab .type-toggle {
    padding: 0 16px;
  }
  .news .tv .comm-tab .tab-more {
    right: 16px;
  }
  .news .news-current.tv .item-list.col-5 .title {
    font-size: 17px;
  }
  .news .news-current.tv .item-list.col-5 li:nth-child(5) {
    display: none;
  }
  .news .news-current.tv .report-viewers {
    margin: 0 16px;
  }
  .news .news-corner .comm-tab.square ul {
    gap: 12px;
  }
  .news .news-corner .comm-tab.square a {
    width: auto;
  }
  .news .reporter-list-wrap {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .news .reporter-list-wrap .reporter-list-swiper {
    width: 100%;
    padding: 0 16px;
  }
  .news .reporter-list-wrap .swiper-button-next, .news .reporter-list-wrap .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .news-category #ui_contents ,.article #ui_contents { background-image:none; }
  #ui_contents .mo_gnb, .subWrap .mo_gnb { display:block; background-color:#211c6e; padding:15px 20px; margin-bottom:27px; }
  #ui_contents .mo_gnb .gnb_tit, .subWrap .mo_gnb { font-size:16px; color:#fff; font-weight:500; }
  .subWrap .mo_gnb.margin { margin-bottom:0; }

  .mobile-version .header-inner .headerMenu-mo .headerM {
    min-height: 64px;
  }
  .mobile-version .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-inner .headerMenu-mo::-webkit-scrollbar {
    width: 6px;
    height: 8px;
  }
  .mobile-version .header-inner .headerMenu-mo::-webkit-scrollbar-thumb {
    background-color: #a8a7a3;
    border-radius: 4px;
  }
  .mobile-version .header-inner .headerMenu-mo.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
  }
  .mobile-version .header-inner .headerMenu-mo .headerM {
    min-height: 64px;
  }
  .mobile-version .header-inner .headerMenu-mo .loginMenu {
    width: 100%;
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid var(--TVchosun-A-alpha-B12);
  }
  .mobile-version .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-inner .headerMenu-mo .loginMenu .userInfo .profile {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
  }
  .mobile-version .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-inner .headerMenu-mo .loginMenu .userInfo .profile img {
    width: 100%;
  }
  .mobile-version .header-inner .headerMenu-mo .loginMenu .userInfo .name strong {
    font-weight: 700;
  }
  .mobile-version .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-inner .headerMenu-mo .loginMenu .userInfo .my-link .more {
    display: block;
    width: 20px;
    height: 20px;
    background: url("https://img.tvchosun.com/news/img/svg/arrow_black.svg") no-repeat 50% 50%;
    background-size: 6px;
  }
  .mobile-version .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-inner .headerMenu-mo .loginMenu ul li {
    width: calc(25% - 20px);
    text-align: center;
  }
  .mobile-version .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-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-inner .headerMenu-mo .loginMenu ul li a .ico-box::after {
    display: block;
    content: "";
    padding-bottom: 100%;
  }
  .mobile-version .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-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-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-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-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-inner .headerMenu-mo .menuBox .menuList > li > a.tvchosun-news-menu {
    background-image: url("https://img.tvchosun.com/news/img/svg/logo-news.svg");
    background-position: 16px 50%;
    background-repeat: no-repeat;
  }
  .mobile-version .header-inner .headerMenu-mo .menuBox .menuList > li > a.tvchosun-menu {
    background-image: url("https://img.tvchosun.com/news/img/svg/logo_m.svg");
    background-position: 16px 50%;
    background-repeat: no-repeat;
  }
  .mobile-version .header-inner .headerMenu-mo .menuBox .menuList > li > a.chosunIlbo-menu {
    background-image: url("https://img.tvchosun.com/news/img/svg/ico_chosunilbo.svg");
    background-position: 16px 50%;
    background-repeat: no-repeat;
  }
  .mobile-version .header-inner .headerMenu-mo .menuBox .menuList > li img {
    width: auto;
    margin: 0;
  }
  .mobile-version .header-inner .headerMenu-mo .menuBox .menuList > li.trot {
    background: var(--TVchosun-A-red-red500);
  }
  .mobile-version .header-inner .headerMenu-mo .menuBox .menuList > li.trot a {
    background: var(--TVchosun-A-red-red500);
    color: var(--TVchosun-A-white100);
  }
  .mobile-version .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-inner .headerMenu-mo .menuBox .menuList > li .submenu li {
    width: 50%;
    padding: 0 16px;
  }
  .mobile-version .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-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-inner .headerMenu-mo .menuBox .menuList > li[data-toggle=false] > a::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url("https://img.tvchosun.com/news/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-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-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-inner .headerMenu-mo .menuBox .menuList > li[data-toggle=true] > a::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url("https://img.tvchosun.com/news/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-inner .headerMenu-mo .menuBox .quickMenuM {
    padding: 12px 0;
  }
  .mobile-version .header-inner .headerMenu-mo .menuBox .quickMenuM li {
    padding: 10px 12px;
  }
  .mobile-version .header-inner .headerMenu-mo .menuBox .quickMenuM li + li {
    margin-top: 4px;
  }
  .mobile-version .header-inner .headerMenu-mo .menuBox .familySite {
    padding: 0 16px;
  }
  .mobile-version .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-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-inner .headerMenu-mo .menuBox .familySite .toggleBtn a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("https://img.tvchosun.com/news/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-inner .headerMenu-mo .menuBox .familySite .toggleBtn.on a::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .mobile-version .header-inner .headerMenu-mo .menuBox .familySite .siteList {
    display: none;
    padding: 12px 0;
  }
  .mobile-version .header-inner .headerMenu-mo .menuBox .familySite .siteList li {
    width: 50%;
    padding: 10px 0;
    float: left;
  }
  .mobile-version .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-inner .headerMenu-mo .menuBox .familySite .siteList li a[target=_blank]::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("https://img.tvchosun.com/news/img/svg/ico_blank_type01.svg") no-repeat center/auto auto;
  }
  .mobile-version .header-inner .headerMenu-mo .menuBox .familySite .siteList::after {
    display: block;
    content: "";
    clear: both;
  }
  .mobile-version .header-inner .headerMenu-mo .logoutBox {
    padding: 24px 20px;
    background: var(--TVchosun-A-gray-gray50);
  }
  .mobile-version .header-inner .headerMenu-mo .logoutBox button {
    background: var(--TVchosun-A-gray-gray400);
    color: var(--TVchosun-A-white100);
  }

  .news .calendar-box {
    padding: 20px 0;
  }
  

  .news .item-wrap {
    grid-template-columns: auto;
  }
  .news .item-main {
    padding-right: 0;
  }
  .news .item-side {
    padding-left: 0;
    border-left: 0;
  }
  .news .related-news .item-list li {
    width: calc(50% - 6px);
  }
  .news .related-news .item-list li .vd-link .info-box .title {
    font-size: 16px;
  }
  .news .view .sideBanner-wrap, .news .view .sideBanner.right {
    display: none;
  }
  .news * + .news-list.side, .news * + .related-news, .news * + .newslist-side {
    margin-top: 20px;
  }
  .news * + .related-news {
    margin-top: 0;
  }
  .team-box li {
    width: 100%;
  }
  .team-box .board-info .name, .team-box .evaluator-info .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 620px) {
  br.mo {
    display: block;
  }
  .mobile-linemap .line_map-menu {
    position: fixed;
  }
  .mobile-linemap .line_map-menu .depth2 li a {
    font-size: 17px;
  }
  .mobile-linemap .news-organization.head .page_contents {
    margin: 0;
  }
  .mobile-linemap .news-organization.head .comm-select.mobileShow {
    margin: 20px 0;
  }
  .mobile-linemap .news-organization.head .comm-select.mobileShow select {
    height: 56px;
  }
  .mobile-linemap .news-organization.editor .page_contents {
    margin: 0 0 40px 0;
  }
  .mobile-linemap .news-organization.editor .comm-search.mobileShow {
    margin: 20px 0;
  }
  .mobile-linemap .news-organization.editor .team-title {
    padding: 17px 0;
  }
  .mobile-linemap .news-organization.editor .team-wrap {
    position: relative;
  }
  .mobile-linemap .news-organization.editor .comm-tab.between.mobileShow {
    padding: 0;
    position: absolute;
    right: 0;
  }
  .news-category .page_contents {
    margin: 0 0 84px 0;
  }
  .news .page_top .kv .img-box {
    height: 90px;
    background-size: cover;
  }
  .news .page_top .kv .text-box h2 {
    font-size: 24px;
  }
  .news .page_top .kv .text-box p {
    font-size: 12px;
    margin-top: 4px;
  }
  .news .news-list.timeline a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news .news-list.timeline a .img-box {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  .news .news-list.timeline li {
    margin-top: 28px;
  }
  .news .news-list.timeline li .text-box {
    width: initial;
  }
  .news .news-list.video a {
    padding: 0;
  }
  .news .news-list.video a .img-box {
    width: 135px;
    max-width: 135px;
    min-width: auto;
  }
  .news .news-list.video a .text-box p {
    display: none;
  }
  .news .news-list.video li + li {
    margin-top: 16px;
  }
  .news .news-list.timeline a .text-box strong, .news .news-list.video a .text-box strong {
    font-size: 17px;
    -webkit-line-clamp: 2;
    word-break: break-all;
  }
  .news .news-list.timeline .timeline strong, .news .news-list.video .timeline strong {
    font-size: 18px;
  }
  .news .news-list.timeline .timeline .case, .news .news-list.video .timeline .case {
    font-size: 15px;
    padding: 2px 12px;
  }
  .news .news-list.timeline li::before, .news .news-list.video li::before {
    left: -42px;
    top: 30px;
  }
  .news .news-list.timeline::before, .news .news-list.video::before {
    left: 13px;
  }
  .news .news-list.timeline .inner-wrap::before, .news .news-list.video .inner-wrap::before {
    left: -42px;
  }
  .news .news-list.timeline .inner-wrap::after, .news .news-list.video .inner-wrap::after {
    left: -46px;
  }
  .news .related-news {
    padding: 8px;
    background: var(--TVchosun-A-gray-gray50);
    border-radius: 16px;
    border-top: 0;
  }
  .news .related-news .item-list li {
    width: 100%;
  }
  .news .calendar-box .ico.date {
    margin-top: -3px;
  }
  .news .calendar-box .text-box strong {
    font-size: 18px;
    line-height: 1;
  }
  .news .calendar-box .text-box p {
    font-size: 17px;
  }
  .news .calendar-box .go-replay {
    position: relative;
  }
  .news .ad-banner.w720 {
    border-radius: 16px;
    overflow: hidden;
    max-width: 720px;
    width: 100%;
    padding: 16px;
  }
  .news .ad-banner.w720 .text-box strong {
    font-size: 16px;
  }
  .news .ad-banner.w720 .text-box p {
    display: none;
  }
  .news .ad-banner.w720 a {
    width: 80px;
    height: 36px;
    padding: 0;
    line-height: 36px;
    font-size: 15px;
    font-weight: 400;
  }
  .news .ad-banner.w720.type-bg-purple {
    height: 68px;
    padding: 0;
    background: url(https://img.tvchosun.com/news/img/banner/ad_w720-purple-mo.jpg), -webkit-gradient(linear, left top, right top, color-stop(100%, #2F01A8), to(#5F01AD));
    background: url(https://img.tvchosun.com/news/img/banner/ad_w720-purple-mo.jpg), linear-gradient(90deg, #2F01A8 100%, #5F01AD 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .news .ad-banner.w720.type-bg-purple .text-box {
    display: none;
  }
  .news .ad-banner.w720.type-bg-purple a {
    width: 100%;
    height: 100%;
    font-size: 0;
    background: transparent;
  }
  .news .ad-banner .button::after {
    display: none;
  }
  .news .news-list + .ad-banner {
    margin: 20px auto;
  }
  .news .item-main + .item-side {
    margin-top: 40px;
  }
  .news .item-wrap {
    margin-top: 0;
  }
  .news .item-side.p0 {
    margin-top: 0;
  }
  .news .item-side .news-list.side {
    display: none;
  }
  .news .news-tvnews .page_contents, .news .news-corner .page_contents {
    margin: 20px auto 80px;
  }
  .news .news-tvnews .page_top .kv .img-box, .news .news-corner .page_top .kv .img-box {
    height: 160px;
  }
  .news .news-tvnews .page_top .kv .img-box img, .news .news-corner .page_top .kv .img-box img {
    width: 100%;
    height: 100%;
  }
  .news .news-tvnews .page_top .kv .info-text-box, .news .news-corner .page_top .kv .info-text-box {
    left: 16px;
    bottom: 12px;
    gap: 2px 4px;
    width: auto;
  }
  .news .news-tvnews .page_top .kv .info-text-box .info-item, .news .news-corner .page_top .kv .info-text-box .info-item {
    gap: 4px;
    font-size: 10px;
  }
  .news .news-tvnews .page_top .kv .info-text-box .info-item span, .news .news-corner .page_top .kv .info-text-box .info-item span {
    font-size: 10px;
  }
  .news .news-tvnews .page_top .kv .info-text-box .info-item .info-title, .news .news-corner .page_top .kv .info-text-box .info-item .info-title {
    min-width: 40px;
    font-size: 10px;
  }
  .news .news-tvnews .page_top .kv .info-text-box .info-item .info-htitle, .news .news-corner .page_top .kv .info-text-box .info-item .info-htitle {
    font-size: 24px;
  }
  .news .news-tvnews .page_top .kv .info-text-box .info-item .info-sub-text, .news .news-corner .page_top .kv .info-text-box .info-item .info-sub-text {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 16px;
  }
  .news .news-tvnews .item-list.col-4 > li, .news .news-tvnews .item-list.col-4 > div, .news .news-tvnews .item-list.col-4 > a, .news .news-tvnews .item-list.col-4 .swiper-slide, .news .news-tvnews .item-list.col-6 > li, .news .news-tvnews .item-list.col-6 > div, .news .news-tvnews .item-list.col-6 > a, .news .news-tvnews .item-list.col-6 .swiper-slide, .news .news-corner .item-list.col-4 > li, .news .news-corner .item-list.col-4 > div, .news .news-corner .item-list.col-4 > a, .news .news-corner .item-list.col-4 .swiper-slide, .news .news-corner .item-list.col-6 > li, .news .news-corner .item-list.col-6 > div, .news .news-corner .item-list.col-6 > a, .news .news-corner .item-list.col-6 .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .news .news-tvnews .item-list.col-4 > li .vd-link, .news .news-tvnews .item-list.col-4 > div .vd-link, .news .news-tvnews .item-list.col-4 > a .vd-link, .news .news-tvnews .item-list.col-4 .swiper-slide .vd-link, .news .news-tvnews .item-list.col-6 > li .vd-link, .news .news-tvnews .item-list.col-6 > div .vd-link, .news .news-tvnews .item-list.col-6 > a .vd-link, .news .news-tvnews .item-list.col-6 .swiper-slide .vd-link, .news .news-corner .item-list.col-4 > li .vd-link, .news .news-corner .item-list.col-4 > div .vd-link, .news .news-corner .item-list.col-4 > a .vd-link, .news .news-corner .item-list.col-4 .swiper-slide .vd-link, .news .news-corner .item-list.col-6 > li .vd-link, .news .news-corner .item-list.col-6 > div .vd-link, .news .news-corner .item-list.col-6 > a .vd-link, .news .news-corner .item-list.col-6 .swiper-slide .vd-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news .news-tvnews .item-list.col-4 > li .vd-link .thumb-box, .news .news-tvnews .item-list.col-4 > div .vd-link .thumb-box, .news .news-tvnews .item-list.col-4 > a .vd-link .thumb-box, .news .news-tvnews .item-list.col-4 .swiper-slide .vd-link .thumb-box, .news .news-tvnews .item-list.col-6 > li .vd-link .thumb-box, .news .news-tvnews .item-list.col-6 > div .vd-link .thumb-box, .news .news-tvnews .item-list.col-6 > a .vd-link .thumb-box, .news .news-tvnews .item-list.col-6 .swiper-slide .vd-link .thumb-box, .news .news-corner .item-list.col-4 > li .vd-link .thumb-box, .news .news-corner .item-list.col-4 > div .vd-link .thumb-box, .news .news-corner .item-list.col-4 > a .vd-link .thumb-box, .news .news-corner .item-list.col-4 .swiper-slide .vd-link .thumb-box, .news .news-corner .item-list.col-6 > li .vd-link .thumb-box, .news .news-corner .item-list.col-6 > div .vd-link .thumb-box, .news .news-corner .item-list.col-6 > a .vd-link .thumb-box, .news .news-corner .item-list.col-6 .swiper-slide .vd-link .thumb-box {
    width: 135px;
    min-width: 135px;
    border-radius: 12px;
  }
  .news .news-tvnews .item-list.col-4 > li .vd-link .info-box .title, .news .news-tvnews .item-list.col-4 > div .vd-link .info-box .title, .news .news-tvnews .item-list.col-4 > a .vd-link .info-box .title, .news .news-tvnews .item-list.col-4 .swiper-slide .vd-link .info-box .title, .news .news-tvnews .item-list.col-6 > li .vd-link .info-box .title, .news .news-tvnews .item-list.col-6 > div .vd-link .info-box .title, .news .news-tvnews .item-list.col-6 > a .vd-link .info-box .title, .news .news-tvnews .item-list.col-6 .swiper-slide .vd-link .info-box .title, .news .news-corner .item-list.col-4 > li .vd-link .info-box .title, .news .news-corner .item-list.col-4 > div .vd-link .info-box .title, .news .news-corner .item-list.col-4 > a .vd-link .info-box .title, .news .news-corner .item-list.col-4 .swiper-slide .vd-link .info-box .title, .news .news-corner .item-list.col-6 > li .vd-link .info-box .title, .news .news-corner .item-list.col-6 > div .vd-link .info-box .title, .news .news-corner .item-list.col-6 > a .vd-link .info-box .title, .news .news-corner .item-list.col-6 .swiper-slide .vd-link .info-box .title {
    font-size: 14px;
  }
  .news .news-tvnews .item-list.col-4 > li .vd-link .info-box .category, .news .news-tvnews .item-list.col-4 > div .vd-link .info-box .category, .news .news-tvnews .item-list.col-4 > a .vd-link .info-box .category, .news .news-tvnews .item-list.col-4 .swiper-slide .vd-link .info-box .category, .news .news-tvnews .item-list.col-6 > li .vd-link .info-box .category, .news .news-tvnews .item-list.col-6 > div .vd-link .info-box .category, .news .news-tvnews .item-list.col-6 > a .vd-link .info-box .category, .news .news-tvnews .item-list.col-6 .swiper-slide .vd-link .info-box .category, .news .news-corner .item-list.col-4 > li .vd-link .info-box .category, .news .news-corner .item-list.col-4 > div .vd-link .info-box .category, .news .news-corner .item-list.col-4 > a .vd-link .info-box .category, .news .news-corner .item-list.col-4 .swiper-slide .vd-link .info-box .category, .news .news-corner .item-list.col-6 > li .vd-link .info-box .category, .news .news-corner .item-list.col-6 > div .vd-link .info-box .category, .news .news-corner .item-list.col-6 > a .vd-link .info-box .category, .news .news-corner .item-list.col-6 .swiper-slide .vd-link .info-box .category {
    font-size: 14px;
  }
  .news .news-tvnews .item-list + .ad-banner, .news .news-corner .item-list + .ad-banner {
    margin: 20px 0;
  }
  .news .news-tvnews .comm-page-title, .news .news-corner .comm-page-title {
    margin-bottom: 0;
  }
  .news .news-digital .program-item .digital-title {
    border-radius: 16px;
    padding: 24px 12px 12px 12px;
    height: 180px;
  }
  .news .news-digital .program-item .digital-title .desc-item .logo-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .news .news-digital .program-item .digital-title .desc-item .logo-box img {
    width: 100%;
  }
  .news .news-digital .program-item .digital-title .desc-item .text-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .news .news-digital .program-item .digital-title .desc-item .text-box .title {
    font-size: 18px;
  }
  .news .news-digital .program-item .digital-title .desc-item .text-box p {
    font-size: 16px;
  }
  .news .news-digital .program-item .digital-title .link {
    font-size: 15px;
    padding: 8px 20px;
  }
  .news .news-digital .program-item .item-list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 8px);
            flex: 0 1 calc(50% - 8px);
  }
  .news .news-digital .program-item .swiper-wrap .swiper-wrapper .swiper-slide .item-list {
    gap: 20px 8px;
  }
  .news .news-digital .program-item .swiper-wrap .swiper-wrapper .swiper-slide .item-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 4px);
            flex: 0 1 calc(50% - 4px);
    width: 50%;
  }
  .news .news-digital .program-item .swiper-wrap .swiper-wrapper .swiper-slide .item-list li .title {
    font-size: 15px !important;
  }
  .news .news-digital .program-item .item-list :nth-child(n+5):nth-child(-n+8) {
    margin-top: 0;
  }
  .news .ai-recommendation {
    padding: 8px;
    background: var(--TVchosun-A-gray-gray50);
    border-radius: 16px;
    border-top: 0;
  }
  .news .ai-recommendation .title-box {
    height: 32px;
  }
  .news .ai-recommendation .item-list li:nth-child(n+5) {
    display: none;
  }
  .news .comm-tab.square a {
    font-size: 17px;
  }
  .news .news-corner .comm-tab.square a {
    width: initial;
  }
  .news .news-corner .news-list.video a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
  .news .news-corner .news-list.video .img-box {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  .news .news-corner .news-list.video .text-box {
    gap: 8px;
  }
  .news .news-corner .news-list.video .playBtn {
    display: none;
  }
  .news .news-corner .item-list.col-4 {
    margin-top: 16px;
  }
  .news .news-corner .item-list.col-4 a {
    gap: 8px;
  }
  .news .item-main .contents .preamble p {
    font-size: 1.6rem;
  }
  .news .item-main .contents .subheading p {
    font-size: 1.7rem;
  }
  .news .item-main .contents .text-box p {
    font-size: 1.7rem;
    line-height: 1.67;
  }
  .news .view .view-title {
    padding: 0;
  }
  .news .view .view-title .title {
    font-size: 24px;
  }
  .news .view .view-title .editor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    margin: 10px 0 20px 0;
  }
  .news .view .view-title .name-box > * {
    font-size: 15px;
  }
  .news .view .view-title .title-sub {
    font-size: 18px;
  }
  .news .view .item-wrap {
    display: block;
  }
  .news .view .item-side {
    display: none;
  }
  .news .view .thumb-area.fixed {
    position: relative;
  }
  .news .view .thumb-area .img-box .playBtn {
    width: 36px;
    height: 36px;
    background-size: 9px;
  }
  .news .view .thumb-area .unfix-btn {
    display: block;
  }
  .news .view .ad-article {
    display: block;
    padding: 36px 0;
  }
  .news .view .ad-article-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;
  }
  .news .view .ad-article-list li {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .news .view .ai-recommendation {
    margin-top: 0;
    background: var(--TVchosun-A-white100);
  }
  .news .view .ai-recommendation .view-title {
    font-size: 17px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
  .news .view .ai-recommendation .item-list li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .news .view .ai-recommendation .item-list li .vd-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news .view .ai-recommendation .item-list li .vd-link .thumb-box {
    width: 135px;
    max-width: 135px;
    border-radius: 10px;
  }
  .news .view .ai-recommendation .item-list li .vd-link .info-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .news .view .ai-recommendation .item-list li .vd-link .info-box .title {
    font-size: 14px;
    font-weight: 500;
  }
  .news .view .related-news.text {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .news .view .editor-detail {
    position: relative;
    padding: 28px 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: transparent;
    border-radius: 0;
  }
  .news .view .editor-detail.mobileShow .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  .news .view .editor-detail .img-box {
    width: 48px;
    height: 48px;
    min-width: auto;
  }
  .news .view .editor-detail .text-box {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .news .view .editor-detail .text-box .name {
    font-size: 16px;
  }
  .news .view .editor-detail .text-box .name span {
    font-size: 14px;
    margin-left: 8px;
  }
  .news .view .editor-detail .text-box .email {
    margin-top: 8px;
    font-size: 14px;
  }
  .news .view .editor-detail .button-box {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .news .view .editor-detail .button-box a {
    width: 100%;
    font-size: 14px;
  }
  .news .view .editor-detail .button-box .more {
    margin-top: 0;
  }
  .news .view .editor-detail::before {
    display: block;
    content: "";
    width: calc(100% + 32px);
    height: 100%;
    background: var(--TVchosun-A-gray-gray100);
    position: absolute;
    left: -16px;
    top: 0;
    z-index: -1;
  }
  .news .view .mostView-article {
    margin-bottom: 36px;
  }
  .news .view .mostView-article ul {
    padding: 0;
  }
  .news .view .mostView-article ul li {
    margin-top: 0;
  }
  .news .view .mostView-article ul li a {
    font-size: 14px;
    font-weight: 500;
  }
  .news .view .mostView-article ul li a + a {
    margin-top: 12px;
  }
  .news .view .corner-news {
    padding: 0;
    background: transparent;
  }
  .news .view .corner-news .item-list .vd-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news .view .corner-news .item-list .vd-link .thumb-box {
    width: 100%;
  }
  .news .view .mostView-article .slick-dots, .news .view .corner-news .slick-dots {
    position: absolute;
    top: -30px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6px;
  }
  .news .view .mostView-article .slick-dots li, .news .view .corner-news .slick-dots li {
    width: 8px;
    height: 8px;
    background: var(--TVchosun-A-gray-gray300);
    border-radius: 9999px;
  }
  .news .view .mostView-article .slick-dots li button, .news .view .corner-news .slick-dots li button {
    width: 100%;
    height: 100%;
    font-size: 0;
  }
  .news .view .mostView-article .slick-dots .slick-active, .news .view .corner-news .slick-dots .slick-active {
    background: var(--TVchosun-A-red-red600);
    width: 20px;
  }
  .news .copyrights {
    padding: 20px 0 10px 0;
  }
  .news .copyrights p {
    font-size: 12px;
    text-align: left;
  }
  .news .ico-dable {
    width: 90px;
  }
  .news .news-current.list .comm-tab .tab-select-wrap ul {
    left: 0;
    right: initial;
  }
  .news .news-current.list .comm-tab .tab-select-wrap button {
    padding-left: 8px;
  }
  .news .news-current.list .comm-tab .type-bold-border li.active a::before {
    display: none;
  }
  .news .news-current.collection .comm-tab {
    padding: 0;
    position: absolute;
    right: 16px;
    top: 20px;
  }
  .news .news-current.collection .tab-cont {
    margin-top: 20px;
  }
  .news .news-current.collection.view .copyrights p {
    text-align: left;
  }
  .news .news-current.collection.view .related-news.mobileShow {
    margin-top: 20px;
  }
  .news .news-current.collection.view .news-list {
    position: relative;
    border-top: 8px solid var(--TVchosun-alpha-B8, rgba(0, 0, 0, 0.08));
    margin-top: 20px;
    padding-top: 20px;
  }
  .news .news-current.collection.view .news-list::after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: -16px;
    width: 16px;
    height: 8px;
    background-color: var(--TVchosun-alpha-B8, rgba(0, 0, 0, 0.08));
  }
  .news .news-current.collection.view .news-list::before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: -16px;
    width: 16px;
    height: 8px;
    background-color: var(--TVchosun-alpha-B8, rgba(0, 0, 0, 0.08));
  }
  .news .news-current.collection.view .ad-banner {
    display: none;
  }
  .news .report-viewers.kv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .news .report-viewers.kv img {
    max-width: 100%;
    width: auto;
    margin-left: -45px;
  }
  .news .report-viewers.kv .text-box {
    width: 100%;
    padding: 30px 0;
    gap: 4px;
  }
  .news .report-viewers.kv .text-box .title {
    font-size: 19px;
  }
  .news .report-viewers.kv .tel {
    font-size: 15px;
    gap: 4px;
  }
  .news .report-viewers.kv .tel::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .news .report-viewers.bg {
    padding: 20px 24px !important;
    min-height: auto;
  }
  .news .report-viewers.bg::before {
    background: url("https://img.tvchosun.com/news/img/content/cs_viewer_banner_cs_bg_m.png") no-repeat center/100% auto;
  }
  .news .report-viewers.bg .text-box .title {
    font-size: 19px;
  }
  .news .report-viewers.bg .text-box p {
    font-size: 16px;
  }
  .news .report-viewers.bg .contact-method {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .news .report-viewers.bg .contact-method li + li::before {
    display: none;
  }
  .news .report-viewers.bg .contact-method a {
    font-size: 15px;
    gap: 8px;
  }
  .news .report-viewers.bg .contact-method a::before {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .news .report-viewers {
    display: block;
    padding: 20px;
    min-height: auto;
  }
  .news .report-viewers .go-report {
    width: 100%;
    margin-top: 30px;
  }
  .news .report-viewers .text-box .title {
    font-size: 19px;
  }
  .news .report-viewers .text-box p {
    font-size: 16px;
  }
  .news .report-viewers .contact-method {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .news .report-viewers .contact-method li + li::before {
    display: none;
  }
  .news .report-viewers .contact-method a {
    font-size: 15px;
    gap: 8px;
  }
  .news .report-viewers .contact-method a::before {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .news .news-current.collection .form-box {
    padding: 40px 0 20px;
  }
  .news .news-vote .kv {
    display: none;
  }
  .news .news-vote .page_contents {
    margin: 20px auto 80px;
  }
  .news .news-vote .vote-society .each {
    margin-top: 10px;
    overflow: visible;
    border: 0;
  }
  .news .news-vote .vote-society .number {
    font-size: 14px;
  }
  .news .news-vote.ing .vote-top::before {
    display: block;
    content: "";
    width: calc(100% + 100px);
    height: 100%;
    background: var(--TVchosun-A-gray-gray950);
    position: absolute;
    left: -50px;
    top: 0;
    z-index: -1;
  }
  .news .news-vote.end .vote-top::before {
    display: block;
    content: "";
    width: calc(100% + 100px);
    height: 100%;
    background: var(--TVchosun-A-gray-gray50);
    position: absolute;
    left: -50px;
    top: 0;
    z-index: -1;
    border-bottom: 1px solid var(--TVchosun-A-alpha-B12);
  }
  .news .news-vote.end .vote-bottom {
    border-top: 0;
  }
  .news .news-vote .vote-top {
    position: relative;
    padding: 16px 8px;
  }
  .news .news-vote .vote-top .title {
    font-size: 18px;
  }
  .news .news-vote .vote-top .date {
    font-size: 15px;
  }
  .news .news-vote .vote-bottom {
    padding: 16px 8px;
  }
  .news .news-vote .vote-bottom .contents {
    font-size: 17px;
  }
  .news .news-vote .vote-bottom .vote-box {
    padding: 16px 8px;
    border-radius: 0;
    border: 0;
    margin-top: 16px;
  }
  .news .news-vote .vote-bottom .vote-box .title-box strong {
    font-size: 16px;
  }
  .news .news-vote .vote-bottom .vote-box .title-box p {
    font-size: 14px;
  }
  .news .news-vote .vote-bottom .vote-box .submit {
    width: 100%;
  }
  .news .news-vote .vote-bottom .vote-box.ing ul {
    margin-top: 16px;
    margin-left: 12px;
  }
  .news .news-vote .vote-bottom .vote-box.ing ul li + li {
    margin-top: 16px;
  }
  .news .news-vote .vote-bottom .vote-box.ing label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news .news-vote .vote-bottom .vote-box.ing span {
    font-size: 15px;
  }
  .news .news-vote .vote-bottom .vote-box.result ul {
    margin-top: 16px;
  }
  .news .news-vote .vote-bottom .vote-box.result .voting-status {
    font-size: 15px;
  }
  .news .news-vote .vote-bottom .vote-box.result .gauge-box {
    margin-top: 4px;
  }
  .news .news-vote .vote-bottom .vote-box.result li > p {
    font-size: 15px;
  }
  .news .news-vote .vote-bottom .vote-box.result li + li {
    margin-top: 0;
  }
  .news .news-vote .reply-wrap {
    padding: 8px;
  }
  .news .news-vote .reply-wrap .comm-reply {
    margin-top: 0;
  }
  .news .news-vote .related-news {
    background: var(--TVchosun-A-white100);
    padding: 8px;
    margin-top: 16px;
  }
  .news .news-vote .reply-wrap > button {
    font-size: 15px;
  }
  .news .related-news.text::before {
    display: none;
  }
  .news .related-news.text .view-title {
    padding: 10px 0;
    font-size: 16px;
  }
  .news .related-news.text a {
    font-size: 15px;
    padding-left: 20px;
  }
  .news .related-news.text a::before {
    width: 3px;
    height: 3px;
    left: 10px;
  }
  .news .latest .ad-banner.type-bg-red {
    margin: 48px 0;
  }
  .news .latest .news-list + .news-list {
    margin-top: 40px;
  }
  .team-title {
    padding: 10px 0 16px 0;
  }
  .team-title .title {
    font-size: 18px;
  }
  .team-title .num {
    font-size: 16px;
  }
  .team-box.each {
    padding: 16px;
    border-radius: 16px;
  }
  .team-box ul {
    margin-top: 16px;
    gap: 16px;
  }
  .team-box li {
    padding: 16px;
    border-radius: 16px;
  }
  .team-box .editor-info .name {
    font-size: 16px;
  }
  .team-box .editor-info .position {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .team-box .editor-info .position p, .team-box .editor-info .position span {
    font-size: 14px;
  }
  .team-box .editor-info .position .go-email {
    margin-top: 8px;
  }
  .team-box .go-email {
    font-size: 14px;
  }
  .team-box .board-info .name {
    font-size: 16px;
  }
  .team-box .board-info .position dl + dl {
    margin-top: 8px;
  }
  .team-box .board-info .position .dt, .team-box .board-info .position dd {
    font-size: 14px;
  }
  .team-box .sub-box .title {
    font-size: 14px;
  }
  .team-box .text-box .date {
    font-size: 12px;
  }
  .team-box .sns-box {
    gap: 4px;
  }
  .team-info .img-box {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  .team-info .img-box img {
    width: 100%;
  }
  .team-info .text-box .name {
    font-size: 18px;
  }
  .team-info .info-box {
    gap: 8px;
  }
  .team-info .info-box .date, .team-info .news .text-box .date {
    font-size: 12px;
    margin-top: 1px;
  }
  .team-info .go-program {
    font-size: 14px;
  }
  .team-wrap .comm-tab .type-bold-border {
    padding-top: 0;
  }
  .team-wrap + .team-wrap {
    position: relative;
    border-width: 8px;
  }
  .team-wrap + .team-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: -16px;
    width: 16px;
    height: 8px;
    background-color: var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
  }
  .team-wrap + .team-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: -16px;
    width: 16px;
    height: 8px;
    background-color: var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
  }
  .team-box .sub-box .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 1.3em;
    max-height: 2.6em;
    overflow: hidden;
  }
  .comm-tab .tab-more button {
    border: none;
  }
  .section-corner .comm-tab .tab-more {
    border-color: var(--TVchosun-gray-gray800, #262626);
  }
  .ad-banner {
    padding: 20px 0;
  }
  .btn-group .btn.type-mini {
    width: 80px;
    margin: 0 auto;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
  }
  .news .news-vote .reply-wrap > button {
    font-size: 14px;
    font-weight: 400;
  }
  .news .news-vote .reply-wrap > button:after {
    display: none;
  }
  .news .news-vote .reply-wrap .comm-reply {
    display: block !important;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 30px 30px 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: var(--TVchosun-A-white100);
    padding: 12px 0 56px 0;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-list-box {
    padding: 0 20px;
    margin-bottom: 64px;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-list-box .comm-tab {
    display: none;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-list-box .reply-list {
    position: relative;
    max-height: 300px;
    overflow-y: scroll;
    border-bottom: 0;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-list-box .reply-list::-webkit-scrollbar {
    display: none;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-list-box .reply-list li .reply-item .reply-count {
    display: none;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-list-box .reply-list li .reply-sub {
    display: none;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-list-box .reply-more {
    display: none;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-write {
    padding: 0 20px;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-write .title-box button, .news .news-vote .reply-wrap .comm-reply .reply-write .title-box .count {
    display: none;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-write .form-box, .news .news-vote .reply-wrap .comm-reply .reply-write .null-content-login {
    -webkit-box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 56px;
    left: 0;
    width: 100%;
    padding-top: 15px;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-write .form-box .input-box, .news .news-vote .reply-wrap .comm-reply .reply-write .null-content-login .input-box {
    display: block;
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-write .form-box .textarea-wrap, .news .news-vote .reply-wrap .comm-reply .reply-write .null-content-login .textarea-wrap {
    width: calc(100% - 80px);
  }
  .news .news-vote .reply-wrap .comm-reply .reply-write .form-box .textLengthCheck, .news .news-vote .reply-wrap .comm-reply .reply-write .null-content-login .textLengthCheck {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-write .form-box .textLengthCheck p, .news .news-vote .reply-wrap .comm-reply .reply-write .null-content-login .textLengthCheck p {
    display: none;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-write .form-box .textLengthCheck button, .news .news-vote .reply-wrap .comm-reply .reply-write .null-content-login .textLengthCheck button {
    height: 100%;
    max-height: 100%;
    font-size: 15px;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-write .null-content-login {
    height: 63px;
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 15px 20px 0 20px;
  }
  .news .news-vote .reply-wrap .comm-reply .reply-write .null-content-login p {
    width: 100%;
    border: 1px solid red;
    border-radius: 6px;
    border: 1px solid var(--TVchosun-A-gray-gray400);
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 8px;
  }
  .news .news-vote .reply-wrap.show .comm-reply {
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .news .news-vote.end .vote-top::after {
    position: absolute;
    right: 20px;
    height: 100%;
    background-position: bottom 20px right 0;
    background-size: 10px;
  }
  .news .reporter-list-title {
    margin-top: 20px;
  }
  .news .reporter-list-title .htitle {
    font-size: 17px;
    height: 48px;
  }
  .news .reporter-list-wrap .reporter-list-swiper .txt-box .department em {
    font-size: 14px;
  }
  .news .reporter-list-wrap .reporter-list-swiper .txt-box .title {
    font-size: 14px;
  }
  .news .team-wrap .comm-tab .search.mob-visible {
    width: 100%;
  }
  .news .team-wrap .comm-tab .search.mob-visible .input-box {
    display: block;
  }
  #go-replay-popup {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    margin-top: 0;
  }
}

/*지방선거 header 작업*/
#header {position: relative; width:100%; }
#header * {box-sizing: border-box;}

#header .headerContainer {position: relative; height:140px;}
#header .headerContainer .header-top { border-bottom:1px solid rgba(0,0,0,.12);  }
#header .headerContainer .pc-header-inner { max-width:1200px; margin:0 auto; height:40px; display:flex; align-items:center;}
#header .headerContainer .pc-header-inner .tvchosunlogo { float:left;  }
#header .headerContainer .pc-header-inner .tvchosunlogo>a { background: url(//img.tvchosun.com/news/img/svg/logo.svg) 0 50% no-repeat;
    background-size: cover; width: 130px; min-width: 130px; height: 23px; overflow: hidden; line-height: 0; display: block; }
#header .headerMenu .gnb-wrap { margin-left:15px; } 
#header .headerMenu .gnb-wrap .gnb { height:40px; display:flex; -webkit-box-align:center; }
#header .headerMenu .gnb-wrap .gnb ul { display:flex; height:100%;  }
#header .headerMenu .gnb-wrap .gnb ul li { position:relative; padding:0 4px; }
#header .headerMenu .gnb-wrap .gnb ul li a { font-weight:500; position:relative; height:100%; font-size:14px; display:flex; align-items:center; gap:4px; color:#0a0a0a; }
#header .headerMenu .gnb-wrap .gnb ul li a:hover { color:#E41E26; }

#header .gnb-wrap .gnb ul li a:hover::before {
  width: 100%;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.2s;
}
#header .gnb-wrap .gnb ul li a::before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #E41E26;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}

#header .header-mid { position:relative; height:100px; background: url("https://img.tvchosun.com/vote2026/images/top_bg.svg") 0 50% repeat; }
#header .header-mid .logo { height:100px; display:flex; justify-content: center; align-items: center; }
#header .header-mid .logo img { image-rendering:-moz-crisp-edges; image-rendering:crisp-edges; image-rendering: -webkit-optimize-contrast; }

#header .gnbWrap { background:#fff; height:50px; }
#header .gnbMenu { position:relative; max-width:1200px; margin:0 auto; }
#header .gnbMenu .depth1_menu { overflow:hidden; width:100%;}
#header .gnbMenu .depth1_menu .depth1_list { float: left; margin-right:30px; }
#header .gnbMenu .depth1_menu .depth1_list .menu_tit { display:block; position:relative; height:50px; line-height:50px; font-size:20px; font-weight:400; color:#0a0a0a; padding:0 4px; }
#header .gnbMenu .depth1_menu .depth1_list:hover .menu_tit { font-weight:600; color:#6345ff; }
#header .gnbMenu .depth1_menu .depth1_list.current .menu_tit { font-weight:600; color:#6345ff; }
#header .m_header-menu .m_gnb-wrap .depth1_list.current a { font-weight:600; color:#6345ff; }

.depth1_list .depth2 { display:none; }
.depth1_list:hover .depth2 { display:block; position:absolute; top:99%; z-index: 111; transform:translate(-15%, 0); width:max-content; }
.depth1_list:hover .depth2 a { display:inline-block; width:142px; height:50px; line-height:50px; text-align:center; 
	margin:25px 20px 0 0; font-size:18px; color:#333; border:1px solid #9e9e9e; border-radius:30px; }
.depth1_list:hover .depth2 a:hover { color:#5344eb; border:1px solid #5344eb; font-weight:600; }
.depth1_list:hover .depth2 a:last-child { margin-right:0; }
.gnbMenu ul li .depth2 a:hover { color:#333; }
.gnbMenu ul li .depth2 a:hover:after { content:none; }
.gnbMenu_bg { display: none; position:absolute; top:220px; width: 100%; height:100px; background:#fff; border-bottom:1px solid #cdd3d8; z-index: 110; }
.gnbMenu_bg.fixed { position:fixed; top:65px; }

.gnbMenu .dday { position:absolute; right:0; top:50%; transform:translate(0,-50%); height:40px; line-height:40px; }
.gnbMenu .dday dl { overflow:hidden; position:relative; font-size:20px; color:#0a0a0a; font-weight:400; }
.gnbMenu .dday dl dt { float:left; position:relative; margin-right:10px;}
.gnbMenu .dday dl dd { float:left; margin-right:20px; font-size:28px; font-weight:bold; color:#6345ff;}

#header .gnbWrap.fixed {position:fixed;left: 0;top:0;z-index:30;/*z-index:500*/width:100%; border-bottom:1px solid #cfcce8; }
#header .m_header-menu.fixed {position:fixed;left: 0;top:0;z-index:500;width:100%;}

.m_header-mid {display:none;}
.m_header-mid .m-menu ul li {float: left;}
.m_header-mid .m-cover {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 809;}
.m_header-mid .btn-side-close {display: none;position: fixed;top:5px;right: 15px;width: 17px;height: 17px;z-index: 811;}

.m_article_top { display:none; }

@media screen and (min-width: 1001px) and (max-width: 1200px)  {
  #header .gnbMenu .depth1_menu .depth1_list { margin-right:20px; }
}

@media screen and (max-width:1000px) {
	#header.fixed {padding-bottom:0;}
  #header .headerContainer { height:auto; }

  #header .m_header-inner { display:flex; align-items:center; height:46px; padding:0 16px; gap:5px; }
	#header .m_header-mid { display:flex; height:70px; align-items:center; padding:0 16px; position: relative;background: url("https://img.tvchosun.com/vote2026/images/top_bg.svg") 50% 50% no-repeat; }
  #header .m_header-mid img { width:280px; }

	#header .m_header-mid .depth1_menu {text-align:center; padding:0 15px;}
	#header .m_header-mid .depth1_menu .depth1_list {float:none; display: inline-block; margin:0 5px;}
	#header .m_header-mid .depth1_menu .depth1_list .menu_tit {height:40px; padding:0 5px; line-height:40px; text-align:center; font-size:14px;}

	#header .m_header-mid .m-menu ul {overflow: hidden;}
	#header .m_header-mid .m-menu li {margin-left: 15px;}
	#header .m_header-mid > ul {position: fixed; top: 0; right:-80%; width: 80%;height: auto;padding: 50px 15px 40px;background: #fff;z-index: 810;transition-duration: .3s;}
	#header .m_header-mid > ul:before {content:'';position: absolute;left: 0;top: 0;width: 100%;height: 40px;background: #f54643;} 
	#header .m_header-mid > ul li {display: block;margin: 0;padding-left: 5px;border-bottom: 1px solid #ccc;background:url('//img.tvchosun.com/vote2022/0601/images/common/mobile/arr_right1.jpg') no-repeat 99% center/6px auto;}
	#header .m_header-mid > ul li:last-child { border:0; }
	#header .m_header-mid > ul li.depth {background:#fff url('//img.tvchosun.com/vote2022/0601/images/common/mobile/arr_down1.jpg') no-repeat 99% 20px/12px auto;}
	#header .m_header-mid > ul li > a {display: block;line-height: 47px;font-size: 15px;text-align: left;color: #333;}
	#header .m_header-mid > ul li > a.on {font-weight: 700;color:#000;}
	#header .m_header-mid > ul li .depth2 {background: #f7f7f7;border-top: 1px solid #ccc;margin-left: -5px;}
	#header .m_header-mid > ul li .depth2 a {display: block; height: 37px;line-height: 37px;font-size: 14px;color:#505050;padding-left: 15px;}
	#header .m_header-mid .m-menu {position: absolute;top: 17px;right: 15px;}
	#header .m_header-mid .btn-side-close {display: block; right:-80%;}
	#header .m_header-mid.side-on > ul {right: 0;}
	#header .m_header-mid.side-on .btn-side-close {right:20px;}

  #header .m_header-menu { -webkit-box-align: center; -ms-flex-align: center; align-items: center; width:100%; height: 48px; background:#fff; border-bottom: 1px solid rgba(0, 0, 0, .12); }
  #header .m_header-menu ul { display: flex; padding:0 16px; height: 100%; overflow-x:auto; scrollbar-width: none; white-space: nowrap; }
  #header .m_header-menu ul li { position: relative; 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; }
  #header .m_header-menu ul li:first-child { padding-left:0; }
  #header .m_header-menu ul li a { font-size:17px; font-weight:400;  }

	#header .sub_head { height:40px; padding:0 16px; border-bottom: 1px solid rgba(0, 0, 0, .12); }
  .sub_head .m_dday { display:flex; height:100%; align-items:center; justify-content:space-between; }
  .sub_head .m_dday { color:#0a0a0a; font-weight:500; }
  .sub_head .m_dday dt { font-size:17px; }
  .sub_head .m_dday dd { font-size:17px; font-weight:bold; background-image:linear-gradient(to bottom, #a855f7, #2b7cff); -webkit-text-fill-color: transparent; -webkit-background-clip: text;}
  
  .m_article_top { display:none; }
  .article .m_article_top { position:relative; -webkit-box-pack:justify; justify-content:space-between; -webkit-box-align:center; align-items:center; height:64px; background:#fff; z-index:10; }
  .article .m_article_top.fixed { position:fixed; left:0; top:0; z-index:501; width:100%; display:flex; }
}

/* 1차 메인 */
/*상단 헤드라인 뉴스*/
.container .sec1 { background-image:linear-gradient(90deg, rgba(250, 240, 245, 0.8) 0%, rgba(235, 230, 250, 0.8) 50%, rgba(207, 204, 232, 0.8) 100%); 
  background-repeat: no-repeat; background-size: cover; padding-bottom:50px; }
.main_visual { padding-top:50px; display:flex; width:100%; gap:20px; }
.main_visual:after {content:'';display: block; clear: both;}
.main_visual .main_listnews { width:50%; }
.main_visual .main_listnews .img { position: relative; display: block; max-width:285px; aspect-ratio:16 / 9; margin-bottom:12px; }
.main_visual .main_listnews .img img {width:100%; height:100%; border-radius:16px; }
.main_visual .main_listnews.left .text_news .txt.onlyMobile { display:none; }

.main_visual .visual_news { width:100%; max-width:590px; overflow:hidden; }
.main_visual .visual_news .img { position: relative; display: block; max-width:590px; aspect-ratio:16 / 9; }
.main_visual .visual_news .img img {width:100%; height:100%; border-radius:16px; }
.main_visual .visual_news .tit { font-size:34px; font-weight:700; padding:16px 0 0 0; color:#000000;
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.main_visual .text_news li { padding:13px 0; border-bottom:1px solid rgba(0,0,0,.24); }
.main_visual .text_news li:first-child { padding-top:0; }
.main_visual .text_news li:last-child { border-bottom:none; }
.main_visual .text_news li a .tit { font-size:18px; color:#000000; font-weight:500; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.main_visual .text_news li a .txt { font-size:15px; color:#737373; margin-top:8px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

/*상단 리스트 뉴스*/
.main_list { margin-top:20px; padding:10px 10px 0 10px; display:flex; justify-content:center; align-items: flex-start; position:relative; gap:40px; }
.main_list::before { content:""; position:absolute; top:10px; bottom:0; left:50%; width:1px; background-color:rgba(0,0,0,.24); }
.main_list .divider { width:1px; background-color:rgba(0,0,0,.24); height:auto; }
.main_list .left_news, .main_list .right_news { width:48.2%; padding:20px 30px; background:#fff; border-radius:16px;}
.main_list .ban_news { padding: 0 0 12px 0; }
.main_list .ban_news:after { content:''; display:block; clear:both; }
.main_list .ban_news img { float:left; max-width:192px; aspect-ratio:16 / 9; margin-right:8px; border-radius:10px; }
.main_list .ban_news .tit { font-size:17px; color:#0a0a0a; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom:8px; }
.main_list .ban_news .txt { font-size:15px; color:#737373; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.main_list ul li { border-bottom:1px solid rgba(0,0,0,.24); padding:16px 0; }
.main_list ul li:last-child { border-bottom:none; }
.main_list ul li a.tit { display:block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

@media all and (max-width:1000px) {
  .container .sec1 { background-image:linear-gradient(
    110deg, 
    #fff5f5 0%,  
    #fafaff 30%,   
    #f8f7ff 60%,  
    #fbfaff 80%, 
    #ffffff 100% );
    background-repeat: no-repeat; background-size: cover; padding:0 16px 40px 16px; }
  .main_visual { padding-top:20px; flex-wrap:wrap; gap:unset; }
  .main_visual .visual_news { order:1; width:60%; }
  .main_visual .visual_news .tit { font-size:28px; padding:16px 0; }
  .main_visual .main_listnews.left { order:2; width:37%; margin-left:20px; }
  .main_visual .main_listnews.right { order:3; width:100%;  }

  .main_visual .text_news li { padding:15px 0; }
  .main_visual .main_listnews.left .text_news li:first-child { padding-top:0; }
  .main_visual .main_listnews.right .text_news li:first-child { padding-top:15px; border-top:1px solid rgba(0,0,0,.24); }
  .main_visual .text_news li a .tit, .main_list .ban_news .tit, .main_list ul li a.tit { font-size: 15px;}
  .main_visual .text_news li a .txt, .main_list .ban_news .txt { font-size: 14px; }

  .main_list { margin-top:10px;}
  .main_list ul li:last-child { padding-bottom:0; }
}

@media all and (max-width:703px) {
	.main_visual .visual_news { width:100%; max-width:100%; height:auto; margin-bottom:0; }
	.main_visual .visual_news .img { max-width:100%; height:auto; }
	.main_visual .visual_news .tit { font-size:20px; border-bottom:1px solid rgba(0,0,0,.24); 
    overflow:auto; text-overflow: unset; -webkit-line-clamp:unset; -webkit-box-orient:unset; }

  .main_visual .main_listnews.left { width:100%; margin-left:0; }
  .main_visual .main_listnews.left .text_news li a:after { content: ''; display: block; clear: both; }
  .main_visual .main_listnews.left .text_news .txt.onlyWeb { display:none; }
  .main_visual .main_listnews.left .text_news .txt.onlyMobile { display:-webkit-box; -webkit-line-clamp: 2; }
  .main_visual .main_listnews .img { float:left; max-width:178px; margin:0 10px 0 0; }
  .main_visual .main_listnews.left .text_news li:first-child { padding-top:10px; }
  .main_visual .main_listnews.right .text_news li:first-child { padding-top:15px; border-top:none; }

	.main_visual .text_news { width:100%; max-width:100%; margin:0; padding:0; }
  .main_visual .text_news li { padding:10px 0; }
  .main_visual .text_news li a .tit, .main_list .ban_news .tit { font-size: 16px; font-weight:400; }
  .main_visual .text_news li a .txt, .main_list .ban_news .txt { font-size: 15px; }

  .main_visual .ad-banner { order:3; }
}

/*중단 코너뉴스영역*/
.h2_tit { font-size:24px; color:#fff; font-weight:600; padding:50px 0 30px 0;}
.h2_tit .sec_icon { margin-right:10px; }
.h2_tit .sec_icon .onlyWeb { display:inline-block; }
.h2_tit .sec_icon .onlyMobile { display:none; }
.container .sec2 { background: url("https://img.tvchosun.com/vote2026/images/sec_bg.svg") 0 50% repeat; padding-bottom:70px; }

.thumb_list ul { display:flex; align-items:center; justify-content:space-between; }
.thumb_list ul li { max-width:290px; text-align:center; }
.thumb_list ul li a { position:relative; display:block; }
.thumb_list ul li a .thumb { position:relative; }
.thumb_list ul li a .thumb img { max-width:290px; aspect-ratio:16 / 9; border-radius:15px; }
.thumb_list ul li a .txt { padding:16px 0 0 0; }
.thumb_list ul li a .txt p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    font-weight:500; font-size: 18px; color: #fff; text-align:left; line-height:normal; } 

.container .sec3 { background: linear-gradient(90deg, rgba(207, 204, 232, 0.8) 0%, rgba(235, 230, 250, 0.8) 50%, rgba(250, 240, 245, 0.8) 100%); padding-bottom:70px; }  
.sec3 .h2_tit, .sec7 .h2_tit { color:#211c6e; }
.sec3 .thumb_list ul li a .txt p { color:#000; }

@media all and (max-width:1200px) {
  .h2_tit { font-size:20px; font-weight:600; padding:40px 0 20px 0;}
  .h2_tit.blank { padding:0 0 20px 0; }
  .h2_tit .sec_icon { margin-right:5px; }
  .h2_tit .sec_icon .onlyWeb { display:none; }
  .h2_tit .sec_icon .onlyMobile { display:inline-block; }
  .container .sec2 { padding:0 16px; }
  .container .sec3 { padding:0 16px; }
  .thumb_list ul { gap:20px; overflow-x:auto; -webkit-overflow-scrolling:touch; white-space:nowrap; scrollbar-width:none; padding:0 10px 40px 10px;  }
  .thumb_list ul::-webkit-scrollbar {display:none; }
  .thumb_list ul li { white-space: normal; }
  .thumb_list ul li a .txt p { font-size:16px; }
}

/*중단 선거일정및안내*/
.container .sec4 { background-color:#211c6e; padding-bottom:70px; }
.sec4 .info_area { display:flex; align-items:center; justify-content:center; gap:30px; }
.sec4 .info_area ul { width:50%; }
.sec4 .info_area ul.info_left { position:relative; margin-right:30px; }
.sec4 .info_area ul.info_left::after { display: block; content: ""; width: 0.5px; height:123%; background: #cfcce8;
  position: absolute; right: -30px; top: -23%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.sec4 .info_area ul.info_left li { margin-top:18px; }
.sec4 .info_area ul .info_sch { display:flex; border:1px solid #6345ff; background:#fff; align-items: center; gap:15px; padding:5% 0 5% 20%; border-radius:20px; max-height:112px;}
.sec4 .info_area ul .info_sch p { color:#000; font-size:20px; font-weight:400; }
.sec4 .info_area ul .info_sch p:first-child, .sec4 .info_area ul .info_sch p span { font-weight:500; }
.sec4 .info_area ul.info_btn { display:flex; gap:30px; }
.sec4 .info_area ul.info_btn li { background:#fff; width:100%; margin-top:18px; padding:55px 0; text-align:center; border-radius:20px; border:1px solid #6345ff; cursor:pointer;  }
.sec4 .info_area ul.info_btn li img { margin-bottom:15px; }
.sec4 .info_area ul.info_btn li p { color:#000; font-size:20px; font-weight:500; }

@media all and (max-width:1000px) {
  .container .sec4 { padding:0 16px 40px 16px; }
  .sec4 .info_area { flex-wrap:wrap; gap:0; }
  .sec4 .info_area ul { width:100%; }
  .sec4 .info_area ul.info_left { margin-right:0; }
  .sec4 .info_area ul.info_left:after { width:100%; height:1px; right:0; bottom:-18px; top:auto; transform: none; -webkit-transform: none; }
  .sec4 .info_area ul .info_sch { padding:5% 0; border-radius:15px;justify-content:center;  }
  .sec4 .info_area ul .info_sch p { font-size:16px; }
  .sec4 .info_area ul.info_btn { margin-top:18px; gap:10px; }
  .sec4 .info_area ul.info_btn li { padding:29px 0; border-radius:15px; }
  .sec4 .info_area ul.info_btn li p { font-size:16px; }
}

@media all and (max-width:650px) {
  .sec4 .info_area ul .info_sch img { width:11%; }
  .sec4 .info_area ul .info_sch .space { padding:0 28.85px 0 0; }
  .sec4 .info_area ul.info_btn li img { width:32%; }
}

/*중하단 디지털오리지널*/
.sec5 .content { overflow:visible; position:relative; }
.sec5 .h2_tit { color:#000; }
.sec5 .swiper { width: 100%; overflow:hidden; position:relative; }
.sec5 .swiper.mySwiper { padding:40px 0; }
/*.sec5 .swiper-slide { transition: transform 0.4s ease, opacity 0.3s; opacity: 0.3; text-align: center; }*/
.sec5 .swiper-slide { transition: transform 0.4s ease, opacity 0.3s; opacity: 0; text-align: center; pointer-events: none; }
.sec5 .swiper-slide-active { /*opacity: 1;*/ z-index:10; }
.mySwiper .swiper-slide-active,
.mySwiper .swiper-slide-next,
.mySwiper .swiper-slide-prev {
    opacity: 1;
    pointer-events: auto;
}
.mySwiper .swiper-slide-next,
.mySwiper .swiper-slide-prev {
    opacity: 0.5; 
    transform: scale(0.76);
}

.sec5 .swiper-slide-active .video-thumb { transform: scale(1.0); border:10px solid #fff; }
.sec5 .video-thumb { width: 100%; /*max-width:506px;*/ margin:0 auto; transform: scale(0.76); aspect-ratio: 16/9; border-radius: 20px;
  overflow: hidden; position: relative; }
.sec5 .video-thumb img { width:100%; height:100%; }
.sec5 .video-thumb .playBtn { width:50px; height:50px; }
.sec5 .video-caption { margin: 10px; font-size: 22px; color: #000; line-height: 1.4; text-align: left; display: none; /* 기본 숨김 */}
.sec5 .swiper-slide-active .video-caption {
    display: block; height:3em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
	.sec5 .swiper-button-next, .sec5 .swiper-button-prev { position: absolute; top:50%; width: calc(var(--swiper-navigation-size) / 2);
  height: var(--swiper-navigation-size); margin-top: 0; font-size: 0; transition:all 0.2s; }
  .sec5 .swiper-button-prev { left:-50px; background:url(//img.tvchosun.com/res/img/main/swiper-arrow-bk.png) 50% 50% no-repeat; }
  .sec5 .swiper-button-next { right:-50px; transform: rotate(-180deg); background:url(//img.tvchosun.com/res/img/main/swiper-arrow-bk.png) 50% 50% no-repeat;}

@media all and (max-width:1000px) {
  .container .sec5 { padding:0 16px; }
  .sec5 .video-thumb .playBtn { width:30px; height:30px; }
  .sec5 .video-caption { margin: 20px 0 0 0; font-size: 16px; color: #000; height:auto; }
    .sec5 .swiper-slide-active .video-caption { height:auto; }
  .ele_list { padding:10px 0 0 0; }
  .ele_list ul { overflow-x:auto; -webkit-overflow-scrolling:touch; white-space:nowrap; scrollbar-width:none; padding:10px 10px 40px 10px;  }
  .ele_list ul::-webkit-scrollbar {display:none; }
  .ele_list ul li { white-space: normal; }
}
@media all and (max-width:650px) {
  .sec5 .swiper.mySwiper { padding:20px 0 40px 0; }
  .sec5 .swiper-slide-active .video-thumb { transform: scale(1.2); border:3px solid #fff; }
  .sec5 .swiper-slide-active .video-caption { height:auto; transform: scale(1.1); }
  .sec5 .video-thumb { border-radius:10px; }
}

/*하단 이전지방선거시도지사결과*/
.graph_area { display:flex; justify-content:space-between; gap:20px; background:#fff; padding:0 40px; border-radius:30px; }
.graph_area .graph_left { padding:46px 0; width:46%; }
.graph_left_tit { display:flex; gap:10px; background-color:#6345ff; padding:12px; justify-content: center; align-items:center; 
  border-radius:10px; margin-bottom:20px; }
.graph_left_tit img { width:20px; height:20px; }
.graph_left_tit p { color:#fff; font-size:20px; font-weight:500; }

.graph_left_box:after { content: ''; display: block; clear: both; }
.graph_left_txt { float:left; width:40%; color:#000; font-size:16px; margin-bottom:10px; }
.graph_left_txt:nth-child(2n) { width:60%; }
.graph_left_txt p { padding:6px 0; }
.graph_left_txt .subtit { float:left; font-size:16px; background-color:#f6f7fb; margin-right:5px; padding:5px 17px; border-radius:15px; text-align:center;  }
.graph_left .graph_img_box { width:100%; text-align:center; }
.graph_left .graph_img_box img { max-width:515px; }

.graph_right { width:54%; background:#f8f8f8; margin:46px 0; padding: 50px 0; text-align:center; border-radius:20px; }
.graph_right table , .graph_right table th, .graph_right table td { border-collapse: separate; border-spacing:10px 0; font-size:14px; }
.graph_right table { margin:0 auto; max-width:405px; }
.graph_right table thead .region { width:24%; }
.graph_right table thead .people { width:38%; background:#c81720; color:#fff; padding:4px 0; border-top-left-radius:5px; border-top-right-radius:5px; }
.graph_right table thead .together { width:38%; background:#1778c8; color:#fff; padding:4px 0; border-top-left-radius:5px; border-top-right-radius:5px; }
.graph_right table tbody th { color:#0c0c0c; }
.graph_right table tbody td { background:#fff; border:1px solid #c3c3c3; border-top:none; padding:2px 0; }
.graph_right table tbody td.bordernone { border-bottom:none; }
.graph_right table tbody td.people { border:1px solid #c81720; color:#c81720; border-top:none; }
.graph_right table tbody td.people.bordertop {border-top:1px solid #c81720; }
.graph_right table tbody td.together { border:1px solid #1778c8; color:#1778c8; }
.graph_right table tbody td.together.bordertop { border-top:none; }
.graph_right table tbody tr:last-child td { border-bottom-left-radius:5px; border-bottom-right-radius:5px; }


@media all and (max-width:1034px) {
  .graph_left_txt { width:100%; }
  .graph_left_txt:nth-child(2n) { width:100%; }
}

@media all and (max-width:650px) {
  .graph_area { flex-wrap:wrap; padding:0 20px; }
  .graph_area .graph_left { width:100%; padding:20px 0; }
  .graph_left_tit { border-radius:30px; }
  .graph_left_tit p { font-size:18px; }
  .graph_right { width:100%; padding:40px 0; margin:0 0 20px 0; }
  .graph_right table thead .region { width:10%; }
}

/*하단 시사프로그램*/
.tv_news_area { padding:60px 0 70px 0; }
.sec5 .tv_news_area ul { display: flex; justify-content: space-between; gap: 20px; padding: 0; list-style: none; }
.sec5 .tv_news_area ul li { flex: 0 0 387px; }
.sec5 .tv_news_area ul li img { width: 100%; height: 217px; object-fit: cover; display: block; border-radius: 8px; }
.sec5 .tv_news_area .tit { font-size:16px; margin-top:8px; font-weight:500; color:#0a0a0a; }

@media screen and (max-width: 1240px) { 
  .sec5 .tv_news_area { overflow-x:auto; -webkit-overflow-scrolling:touch; white-space:nowrap; scrollbar-width:none;  padding-bottom:0; }
  .sec5 .tv_news_area ul li {flex: 0 0 280px; }
  .sec5 .tv_news_area ul li img { height: auto; aspect-ratio: 387 / 217; }
}

/*상단 방송 배너 삽입*/
.top_ban .onlyWeb { display:block; max-width:100%; height:auto; }
.top_ban .onlyMobile { display:none; }

@media all and (max-width:767px) {
  .top_ban .onlyWeb { display:none; }
  .top_ban .onlyMobile { display:block; max-width:100%; height:auto; }
}

/*서브페이지 후보정보*/
.infoWrap .section1 { padding:50px 0; background-color:#211c6e; }
.search_sort {display:flex; flex-wrap: wrap; }
.search_sort .item { width:25%; text-align: center; }
.search_sort button {width:100%; padding:23px 0; text-align: center; font-size:20px; font-weight: 400;background: #fff; color:#0a0a0a; border-left:1px solid #cfcce8; }
.search_sort button + button { border-top:1px solid #cfcce8; }
.search_sort .item:first-child button { border-left:none; }
.search_sort button:hover {color: #6345ff; }
.search_sort button.curr {color: #fff;background: #6345ff; font-weight:500;}
.search_sort button#border1 { border-top-left-radius:15px; }
.search_sort button#border2 { border-bottom-left-radius:15px; }
.search_sort button#border3 { border-top-right-radius:15px; }
.search_sort button#border4 { border-bottom-right-radius:15px; }

.infoWrap .section2 { padding:50px 0; } 
.search_area {display:flex; justify-content: flex-start; align-items:center; }
.search_area .sel_box { width:100%; display:flex; align-items:center; border:1px solid #cfcce8; border-right:none; }
.search_area .sel_box.sel1 { border-top-left-radius:15px; border-bottom-left-radius:15px;  }
.search_area .sel_box p { font-size:20px; padding:0 35px; color:#0a0a0a; }
.search_area select { font-size:20px; height:70px; line-height:70px; background: #fff url('//img.tvchosun.com/vote2026/images/iconselect_arr.png') no-repeat right 5px center; box-sizing:border-box;
  border-left:1px solid #cfcce8; border-right:none; }
.search_area .search { width:25%; height:72px; line-height:72px; background:#6345ff; color:#fff; font-size:20px; font-weight:500; 
  text-align:center; border-top-right-radius:15px; border-bottom-right-radius:15px; }

.infoWrap .section3 { padding:50px 0; background: linear-gradient( 90deg, #e9e6fb 0%, #f2f0ff 35%, #fbeded 75%,#fbeded 100%); }
.infoWrap .foot_desc { background: linear-gradient( 90deg, #e9e6fb 0%, #f2f0ff 35%, #fbeded 75%,#fbeded 100%); }
.tbl_tit .sec_icon { margin-right:10px; display:inline-block; float:left; }

.candidate_list { margin-bottom:70px; }
.candidate_list .tbl_tit {overflow: hidden;margin-bottom: 27px; display:flex; align-items:center;}
.candidate_list .tbl_tit span {float: left;font-size: 24px; font-weight: 400; color:#211c6e;}
.candidate_list .tbl_tit span + span:before {content: '>';float: left;font-size:24px;color:#211c6e;;padding:0 8px;}
.candidate_list .tbl_tit span:last-child { font-weight:600; }
.candidate_list table {text-align: center; }
.candidate_list th { background:#211c6e; color:#fff; line-height:70px;font-size:20px;font-weight:600; border-left:1px solid #cfcce8; }
.candidate_list th:first-child { border-left:none; border-top-left-radius:15px; }
.candidate_list th:last-child { border-top-right-radius:15px; }
.candidate_list td { background:#fff; padding:10px; font-size:20px; color:#0a0a0a;  border-left:1px solid #cfcce8; border-bottom: 1px solid #cfcce8;}
.candidate_list td:first-child { border-left:none; }
.candidate_list td.thumb img {display: inline-block; height:160px; aspect-ratio:343/407; border-radius:15px; border:1px solid #d3daea; }
.candidate_list td.old { margin-top:5px; }

/* form */
select {vertical-align: middle; font-family:'Noto Sans KR', 'Malgun Gothic', '맑은고딕', 'dotum', '돋움'; border-top: 0; border-radius: 0;
	-webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;}
select { width:100%; padding: 0 0 0 15px; color:#777; background:#fff url() no-repeat right center; }
select::-ms-expand {display:none;} /* ie */

/* pagination */
.pagination {margin-top:40px;text-align:center}
.pagination > a {overflow:hidden;display:inline-block;width:48px;height:48px;margin:0 1px;font-size:0;text-indent:-999px;vertical-align:middle}
.pagination .first {background:url('//img.tvchosun.com/vote2026/images/page_btn_first.png') no-repeat 0 0;}
.pagination .prev {background:url('//img.tvchosun.com/vote2026/images/page_btn_prev.png') no-repeat 0 0;}
.pagination .next {background:url('//img.tvchosun.com/vote2026/images/page_btn_next.png') no-repeat 0 0;}
.pagination .last {background:url('//img.tvchosun.com/vote2026/images/page_btn_last.png') no-repeat 0 0;}
.pagination .num {display:inline-block;margin:0 0;vertical-align:middle}
.pagination .num a, 
.pagination .num span {display:inline-block;width:48px;height:48px;line-height:48px;margin:0 1px;color:#8f8f8f;font-size:14px;box-sizing:border-box;font-family:'Roboto', sans-serif}
.pagination .num span {color:#fff;background-color:#211c6e; border-radius:6px; }

.supply_img {text-align: right; margin: 40px 0;}
.supply_img img {width:auto;}

@media all and (max-width:1000px) {
  .search_sort button, .search_sort button, .search_area select, .candidate_list th, .candidate_list td { font-size:17px; }
  .search_area .sel_box p { padding:0 5px; font-size:15px; }
  .search_area select { font-size:15px; padding: 0 0 0 5px; }
  .candidate_list td { padding:0 5px; }
  .candidate_list .tbl_tit span { font-size:20px; }
  .candidate_list td { padding:5px; }
  .infoWrap .info1, .infoWrap .info2, .infoWrap .info3 { display:none; } 
}

@media all and (max-width:650px) {
  #wrap.infoWrap .section1, 
  #wrap.infoWrap .section2,
  #wrap.infoWrap .candidate_list,
  #wrap.infoWrap .pagination,
  #wrap.infoWrap .supply_img {display:none; }
  .infoWrap .info1, .infoWrap .info2, .infoWrap .info3 { display:block; } 

  .infoWrap .section3 { padding:0; }
  .infoWrap .section3 .h2_tit { color:#211c6e; }
  #wrap.infoWrap .info1 .h2_tit { padding:20px 0; }

  .pagination {display:none; }
	#wrap.infoWrap #container { padding-top:0; }
	#wrap.infoWrap .info1,	#wrap.infoWrap .info2 { padding:0 16px; }
	#wrap.infoWrap .info3 { padding:0 16px 20px 16px;  }
  #wrap.infoWrap .voteoutlink { display:block; width:100%; }
  #wrap.infoWrap .voteoutlink img { width:100%; }
}


/*서브페이지 선거정보*/
.container .sec3.bg { background: linear-gradient(90deg, #e9e6fb 0%, #f2f0ff 35%, #fbeded 75%, #fbeded 100%); padding-bottom:50px; }
.container .sec7 { background-color:#f8f8f8; padding-bottom:50px; }
.subWrap .h2_tit { padding:40px 0 30px 0;}
.subWrap .voteinfo_graph1 { padding:30px 60px; background-color:#fff; border-radius:30px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.subWrap .voteinfo_graph1 .slide_vote.onlyMobile { display:none; }
.subWrap .voteinfo_graph1 .slide_vote { margin:0 -10px; }
.subWrap .voteinfo_graph1 .slide_vote2 { display:flex; justify-content: space-between; gap:60px; }
.subWrap .voteinfo_graph1 .slide_vote div { margin:0 10px; }
.subWrap .voteinfo_graph1 .slide_vote2 div { max-width:320px; }
.subWrap .voteinfo_graph1 .slide_vote img { width:100%; display:block;  }
.subWrap .voteinfo_graph1 .slide_vote2 img { width:100%; display:block;  }
.subWrap .container .sec3 .slide_club { margin-top:9px; }
.subWrap .foot_desc { background:#f8f8f8; color:#000;}
.subWrap .voteinfo_graph2 { background:#fff; text-align:center; padding:30px 0 60px 0; border-radius:30px; }
.subWrap .voteinfo_graph2 .graphimg img { max-width:1000px; }


@media all and (max-width:1000px) {
  .container .sec7 { padding:0 16px 40px 16px; }
  .subWrap .voteinfo_graph1 { padding:20px 30px 40px 30px; }
  .subWrap .voteinfo_graph1 .slide_vote.onlyMobile { display:block; }
  .subWrap .voteinfo_graph1 .slide_vote2.onlyWeb { display:none; }
  .subWrap .voteinfo_graph1 .slide_vote { position: relative; list-style: none;  margin: 0; padding: 0; }
  .subWrap .voteinfo_graph1 .slide_vote div { margin:0; }
  .subWrap .voteinfo_graph1 .slide_vote .slick-arrow {
    position: absolute;
    top: 75%;
    width: calc(var(--swiper-navigation-size) / 44 * 38);
    height: calc(var(--swiper-navigation-size) / 44 * 30);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 44 * 30 / 2));
    font-size: 0;
    transition: all 0.2s; }
  .subWrap .voteinfo_graph1 .slide_vote .slick-prev { z-index:1; position:absolute; left:4%; background: url(//img.tvchosun.com/vote2026/images/swiper-arrow-bk.svg) 50% 50% no-repeat;}
	.subWrap .voteinfo_graph1 .slide_vote .slick-next { z-index:1; position:absolute; right:4%; background: url(//img.tvchosun.com/vote2026/images/swiper-arrow-nx.svg) 50% 50% no-repeat; }
  .subWrap .voteinfo_graph2 .graphimg { overflow-x: auto; -webkit-overflow-scrolling:touch; scrollbar-width: none; white-space: nowrap; }
  .subWrap .voteinfo_graph2 .graphimg::-webkit-scrollbar { display: none; }
  .subWrap .voteinfo_graph2 .graphimg img { max-width: none;}
}


/*2차 투표현황*/
.container .sec6 { background: linear-gradient( to bottom, #250F56 0%, #2E1575 25%, #8E81BB 49%, #BAB3DB 61%, #E0DEF7 73%, #EAE1F5 94%); padding-bottom:70px; }
.main_votegraph .toparea { display:flex; align-items:center; justify-content:space-between;  }
.main_votegraph .toparea .refresh { display:flex; justify-content:end; align-items:center; gap:10px; padding: 50px 0 30px 0; }
.main_votegraph .refresh .time {font-size:14px; color:#fff;}
.main_votegraph .refresh .update {position:relative; font-size:14px; color:#fff; padding-left:10px; }
.main_votegraph .refresh .update:before {content:''; position:absolute; left:0; top:3px; width:1px; height:12px; background:#fff; }
.main_votegraph .refresh button { width:16px; height:18px; margin-left:5px; background:url('//img.tvchosun.com/vote2026/images/main_icon8.svg') no-repeat 0 0;}
.main_votegraph.refresh_info { margin-top:27px; }
.main_votegraph .refresh_info .top { display:flex; justify-content:center; gap:15px; margin-bottom:20px; }
.main_votegraph .top .top_box1 { display:flex; background:#fff; width:100%; align-items:center; justify-content:center; padding:22px 0; 
  border:1px solid #6345ff; border-top-left-radius:15px; border-top-right-radius:15px; }
.main_votegraph .top .top_box1_imgbox { margin-right:18px; }
.main_votegraph .top .top_box1 dl { font-size:20px; font-weight:bold; color:#000; }
.main_votegraph .top .top_box1 dd { font-weight:400; }
.main_votegraph .top .top_box1 .per dd { font-weight:bold; color:#6345ff; }

.main_votegraph .graphBox { display:flex; background:#fff; padding:20px; }
.main_votegraph .graphBox .left_graph { width:60%;  }
.main_votegraph .left_graph_area { position: relative; width: 100%; height:450px; background:url('//img.tvchosun.com/vote2026/images/bg_graph.svg') no-repeat 0 0/cover;  }
.main_votegraph svg { position: absolute;  top:0; left: 35px; width: calc(100% - 40px); height: 100%; overflow: visible; }
.main_votegraph #line2026 { fill: none; stroke: #6A4CF1; stroke-width: 3; }

.main_votegraph .points { position: relative; display: flex; justify-content: space-between; width: calc(100% - 40px); height: 100%; margin:0 0 0 35px; padding:0; list-style:none; }
.main_votegraph .p2026 { position: relative; flex: 1; }
.main_votegraph .p2026 .num {
  position: absolute;
  left: 50%;
  width: 10px; height: 10px;
  background: #6A4CF1;
  border-radius: 50%;
  transform: translate(-50%, -50%); /* 정확히 정중앙 */
  z-index: 10;
  text-indent: -9999px; /* 숫자 텍스트는 숨김 */
}
.left_graph_area_guide { margin-top:20px; }
.left_graph_area_guide span { font-size:14px; }
.left_graph_area_guide span img { margin-right:5px; }
.left_graph_area_guide .guide_txt1 { color:#4a4a4a; font-weight:normal; margin-right:10px; }
.left_graph_area_guide .guide_txt2 { color:#6345ff; font-weight:bold; }

.graphBox .right_graph_region { float:left; width:40%; }
.graphBox .right_graph_region .right_tit { font-size:20px; }

.right_graph_region .graph_box2 { position:relative; padding:26px 0; background:#f5f5f5; border-radius:15px;}
.right_graph_region .graph_box2 .right { position: relative; width:100%; height:420px; margin:0 auto; background:url('//img.tvchosun.com/vote2026/images/bg_region.png') no-repeat center;}
.right_graph_region .graph_box2 ul { display:flex; gap:15px; flex-wrap:wrap; width:60.78%; margin:0 auto; }
.right_graph_region .graph_box2 ul li { padding:17px; border-radius:80px; background-color:#fff; color:#444444; margin-bottom:2px; }
.right_graph_region .graph_box2 ul li:last-child { margin-left:50%; }
.right_graph_region .graph_box2 ul li.lowest { background-color:#374667; color:#fff; }
.right_graph_region .graph_box2 ul li.best { background-color:#5344e8; color:#fff; }
.right_graph_region .graph_box2 ul li span { display:block; text-align:center; }
.right_graph_region .graph_box2 ul li span.region { font-size:14px; }
.right_graph_region .graph_box2 ul li span.num { font-size:17px; }

.right_graph_region .graph_box2 .rectBox_guide { position:absolute; left:35px; bottom:10%; }
.right_graph_region .graph_box2 .rectBox_guide p { font-size:14px; color:#374667; }
.right_graph_region .graph_box2 .rectBox_guide span { display:block; }
.right_graph_region .graph_box2 .rectBox_guide span:nth-child(1) { color:#5344e8;}
.right_graph_region .graph_box2 .rectBox_guide span img { vertical-align:baseline; margin-right:5px; }

/*
@media all and (max-width:1050px) {
	.vote_con_wrap .graph_region { float:none; width:100%; margin-right:0; }
	.vote_graph .graph_info2 { margin:14px 15px; padding:10px 0; }
	.vote_graph .graph_info2 .mobileBox { overflow-y: auto; white-space: nowrap;}
	.vote_graph .graph_info2 .right { display:flex; justify-content:center; align-items:center; }
	.vote_graph .graph_info2 ul li { padding:10px; margin-right:5px; margin-bottom:5px; border-radius:150px; }
	.vote_graph .graph_info2 ul li span.region { font-size:11px; }
	.vote_graph .graph_info2 ul li span.num { font-size:14px; }
	.vote_graph .graph_info2 .rectBox_guide { left:5%; bottom:5%; }
	.vote_graph .graph_info2 .rectBox_guide p { font-size:12px; }
}*/


.vote_graph .refresh_info dl { display:flex; align-items:center; gap:5px;  }
.vote_graph .refresh_info dl dt { line-height:100%;  font-size:14px; color:#0a0a0a;}
.vote_graph .refresh_info dl dd { line-height:100%; font-weight:500; color:#444444; font-weight:500;}
.vote_graph .refresh_info .per dt { color:#0a0a0a; }
.vote_graph .refresh_info .per dd { color:#3f1185; font-size:36px; font-weight:700; }
.vote_graph .refresh_info .valid dd { font-size:36px; }
.vote_graph .refresh_info .all dd {font-size:36px; }

.vote_graph .refresh_info .mobileBox { width:100%; }
.vote_graph .refresh_info .right {position: relative;width:902px;height:425px;background:url('//img.tvchosun.com/vote2025/images/bg_graph.svg') no-repeat 0 0/cover; margin:0 auto; }
.vote_graph .rectBox {position: absolute; left:80px; bottom:27px; height:398px; display: flex; align-items: end; gap:1px;}
.vote_graph .rectBox li {position: relative; width:30px; height: 100%; margin-right:33px;}
.vote_graph .rectBox li:last-child { margin-right: 0; }
.vote_graph .rectBox li .bar {position: absolute;left:0;bottom:0;width:100%;height:1px;background-image:linear-gradient(to bottom, #a855f7, #2b7cff) ;transition: height 1s ease;border-radius:2px 5px 0 0;}
.vote_graph .rectBox li .bar .num {position: absolute;left:50%;top:-20px;font-size:14px; color:#333333;letter-spacing:-0.4px;  padding-right:14px; transform: translateX(-50%);}
.vote_graph .rectBox li .bar .num:after {content:'%';position: absolute;right:0;top:0;font-size:14px;}

@media (max-width: 1206px) {
  .vote_graph .inBox { padding:45px 5px; }
  .vote_graph .refresh_info { padding:0 5px; gap:10px; }
}

@media all and (max-width:1050px) {
  .vote_graph .inBox { padding:0; }
	.vote_graph .refresh {justify-content: center; background-color:rgba(0,0,0,.05); border-radius:5px; padding:10px 3px; gap:5px; margin-bottom:25px; }
	.vote_graph .refresh .time {font-size:13px;}
	.vote_graph .refresh .update {font-size:13px; padding:0 5px;}
  .vote_graph .refresh button { margin-left:0; }

	.vote_graph .refresh_info {display: block;margin-top: 0;}
	.vote_graph .refresh_info .left {width:100%; margin-bottom:25px; display:block; }
	.vote_graph .refresh_info .per { text-align: center; justify-content:center; }
	.vote_graph .refresh_info .per dt {display: inline-block;font-size:28px; }
	.vote_graph .refresh_info .per dd {display: inline-block;font-size:28px; margin: 8 0 0 10px; }
  .vote_graph .refresh_info .valid { margin-top:8px; justify-content:center; }
  .vote_graph .refresh_info .valid dt {display: inline-block; font-size:14px; }
  .vote_graph .refresh_info .valid dd {display: inline-block; font-size:16px; }
  .vote_graph .refresh_info .all { margin-top:8px; justify-content:center; }
  .vote_graph .refresh_info .all dt {display: inline-block; font-size:14px;}
  .vote_graph .refresh_info .all dd {display: inline-block; font-size:16px; }

	.vote_graph .refresh_info .mobileBox { overflow-x: auto; -webkit-overflow-scrolling:touch; scrollbar-width: none; white-space: nowrap; }
	.vote_graph .refresh_info .mobileBox::-webkit-scrollbar { display: none; }
}

@media all and (max-width:466px) {
  .vote_graph .refresh_info .right {position: relative;width:466px;height:301px;background:url('//img.tvchosun.com/vote2025/images/mo_bg_graph.svg') no-repeat 0 0/cover; margin:0 auto; }
  .vote_graph .rectBox {position: absolute; left:29px; bottom:19px; height:282px; display: flex; align-items: end; gap:1px;}
  .vote_graph .rectBox li {position: relative; width:11px; height: 100%; margin-right:24px;}
  .vote_graph .rectBox li .bar .num { font-size:12px; padding-right:12px;}
  .vote_graph .rectBox li .bar .num:after {font-size:12px;}
}

/*2차 개표현황*/
.main_visual .movieBox { position: relative; width:100%; padding-top:56.25%; height:0; margin:0 auto; overflow:hidden; }
.main_visual .movieBox iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius:10px; }

.vote_stats {position:relative; display:flex; justify-content:space-between; margin:20px 0 25px 0; }
.vote_stats .ranking.rank1 { order:1; }
.vote_stats .ranking.rank2 { order:3; }
.vote_stats .ranking { position:relative; padding:20px 37px; background:#fff; border-radius:16px; }
.vote_stats .ranking .info { display:flex; gap:15px; align-items:center; }
.vote_stats .ranking .info .img { width:180px; }
.vote_stats .ranking .info .img img { width:100%; height:100%; border-radius:15px; }
.vote_stats .ranking .info .info_txt { padding:0 31px; text-align:center; color:#0a0a0a; }
.vote_stats .ranking .info .mark { margin-bottom:10px; }
.vote_stats .ranking .info .mark span { color:#374567; }
.vote_stats .ranking .info .name { font-size:30px; font-weight:500; }
.vote_stats .ranking .info .party { font-size:14px; font-weight:400; margin-bottom:10px; }
.vote_stats .ranking .info .num { font-size:20px; font-weight:500;  margin-bottom:10px; }
.vote_stats .ranking .info .per { font-size:36px; font-weight:700; }
.vote_stats .ranking .info .per .per_col1 { color:#4474b5; }
.vote_stats .ranking .info .per .per_col2 { color:#be4141; }
.vote_stats .ranking .info .per .per_col3 { color:#e17642; }
.vote_stats .ranking .info .per .per_col4 { color:#eeb439; }
.vote_stats .ranking .info .per .per_col5 { color:#8c9091; }

.vote_stats .votebox { order:2; position:relative; display:flex; -ms-flex-direction: column; flex-direction: column; justify-content:center; 
  padding:20px 35px; background:#3f1185; border-radius:16px; color:#fff; }
.vote_stats .votebox p { font-size:16px; font-weight:500; margin-bottom:15px; text-align:center; }
.vote_stats .votebox p.per_margin { font-size:64px; font-weight:700;
  background:linear-gradient(to bottom, #a855f7, #2b7cff); -webkit-background-clip:text; -webkit-text-fill-color:transparent;  }

.count_graph .sec_top { display:flex; justify-content:space-between; }
.count_graph .refresh {display:flex; justify-content:end; align-items:center; gap:10px; }
.count_graph .refresh .time {font-size:13px; color:#333333;}
.count_graph .refresh .update {position:relative; font-size:13px; color:#333333; padding-left:10px; }
.count_graph .refresh .update:before {content:''; position:absolute; left:0; top:3px; width:1px; height:11px; background:#333333; }
.count_graph .refresh button { width:67px; height:20px; margin-left:20px; background:url('//img.tvchosun.com/vote2025/images/btn_refresh.svg') no-repeat 0 0;}
.count_inbox { display:flex; justify-content:space-between; padding:0 20px; }
.count_inbox .map { width:43.1%; background:#fff; padding:20px 30px; border-radius:16px; text-align:center; }
.count_inbox .map #mapsvg { cursor:pointer; }
.count_inbox .region { width:48.33%; background:#fff; border-radius:30px 30px 16px 16px; }
.count_inbox .region .top { display:flex; align-items:center; justify-content:space-between; padding:10px 20px; background:#3f1185; border-radius:30px; }
.count_inbox .region .top .region_title { display:flex; align-items:center; gap:10px; }
.count_inbox .region .top .region_title p { font-size:16px; color:#fff; }
.count_inbox .region .top .region_title strong { font-size:30px; color:#fff; }
.count_inbox .region .top .dropbox .area_btn { display:flex; align-items:center; gap:6px; cursor:pointer; font-size:14px; color:#fff; }
.count_inbox .region .top .dropbox .area_btn .arrow { transition: transform 0.3s ease; }
.count_inbox .region .top .dropbox .area_btn.open .arrow { transform: rotate(180deg); }
.count_inbox .region .dropbox { position:relative; }
.count_inbox .region .area_list { display:none; position:absolute; right:0; top:100%; margin-top: 5px; background: #fff;
  border: 1px solid #ccc; border-radius: 8px; z-index: 10; min-width:70px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.count_inbox .region .area_list li button { display: block; width: 100%; padding:5px; background: none; border: none; text-align:center; 
  cursor: pointer; color:#0a0a0a; font-size:14px; }
.count_inbox .region .area_list li button:hover { background: #f0f0f0; }
.count_inbox .region .area_list li:first-child button:hover { border-top-left-radius:8px; border-top-right-radius:8px;}
.count_inbox .region .area_list li:last-child button:hover { border-bottom-left-radius:8px; border-bottom-right-radius:8px;}

.count_inbox .countgraph_Box { padding:0 20px; }
.count_inbox .countgraph_Box li { display:flex; align-items:center; justify-content:space-between; margin-top:20px; }
.count_inbox .countgraph_Box .count_img { position:relative; width:70px; height:70px; }
.count_inbox .countgraph_Box .count_txt { width:53.6%; }
.count_inbox .countgraph_Box .count_img img { width:100%; height:100%; aspect-ratio:1 / 1; border-radius:70px;  }
.count_inbox .countgraph_Box li div:nth-child(3) { width:16.59%; }
.count_inbox .countgraph_Box li .count_img:before { content: ''; position: absolute; right:-20px; top:0; width:30px; height:30px; background-position: 0 0; background-repeat: no-repeat; }
.count_inbox .countgraph_Box li:first-child .count_img:before { background-image: url(//img.tvchosun.com/vote2025/images/badge_graph1.svg); }
.count_inbox .countgraph_Box li:nth-child(2) .count_img:before { background-image: url(//img.tvchosun.com/vote2025/images/badge_graph2.svg); }
.count_inbox .countgraph_Box li:nth-child(3) .count_img:before { background-image: url(//img.tvchosun.com/vote2025/images/badge_graph3.svg); }
.count_inbox .countgraph_Box li:nth-child(4) .count_img:before { background-image: url(//img.tvchosun.com/vote2025/images/badge_graph4.svg); }
.count_inbox .countgraph_Box li:nth-child(5) .count_img:before { background-image: url(//img.tvchosun.com/vote2025/images/badge_graph5.svg); }
.count_inbox .countgraph_Box li:nth-child(6) .count_img:before { background-image: url(//img.tvchosun.com/vote2025/images/badge_graph6.svg); }
.count_inbox .countgraph_Box .count_name { font-size:20px; color:#0a0a0a; margin-bottom:5px; } 
.count_inbox .countgraph_Box .count_name .party { margin-left:5px; font-size:14px; color:#444444; }
.count_inbox .countgraph_Box .count_bar { width:100%; height:14px; background:rgba(0,0,0,.10); border-radius:4px; }
.count_inbox .countgraph_Box .count_bar span { display:block; height:100%; border-radius:4px; }
.count_inbox .countgraph_Box .count_bar .per_col1 { background-color:#4474b5; }
.count_inbox .countgraph_Box .count_bar .per_col2 { background-color:#be4141; }
.count_inbox .countgraph_Box .count_bar .per_col3 { background-color:#e17642; }
.count_inbox .countgraph_Box .count_bar .per_col4 { background-color:#eeb439; }
.count_inbox .countgraph_Box .count_bar .per_col5 { background-color:#8c9091; }
.count_inbox .countgraph_Box .count_num { font-size:14px; color:#444444; font-weight:500; }
.count_inbox .countgraph_Box .count_per { font-size:24px; color:#0a0a0a; font-weight:600; }
.count_inbox .countgraph_Box .count_per em { margin-left:3px; }

@media all and (max-width:1050px) {
	.main_visual .movieBox,	.main_visual .vod_player { width:100%; margin-bottom:15px; }
  .vote_stats {  display:flex; flex-direction:row; -ms-flex-direction:row; flex-wrap:wrap; margin:0;  }
  .vote_stats .votebox { order:1; width:100%; flex-direction:row; -ms-flex-direction:row; align-items:center; gap:30px; padding:5px 10px; }
  .vote_stats .votebox p { font-size:14px; margin-bottom:0; }
  .vote_stats .votebox p.per_margin { font-size:32px; }
  .vote_stats .ranking { padding:0; }
  .vote_stats .ranking .info { flex-direction:column; -ms-flex-direction:column; }
  .vote_stats .ranking .info .img { width:130px; }
  .vote_stats .ranking .info .name { font-size:20px; }
  .vote_stats .ranking .info .num { font-size:16px; }
  .vote_stats .ranking .info .per { font-size:24px; }
  .vote_stats .ranking.rank1, .vote_stats .ranking.rank2 { order:2; width:50%; display:inline-block; padding:20px 0; }
  .vote_stats .ranking.rank2 .info { flex-direction: column-reverse; }

  .count_graph .sec_top { display:block; margin-bottom:20px; }
  .count_graph .sec_top .h2_tit { padding-bottom:5px; }
  .count_graph .refresh { justify-content:left; gap:5px; }
  .count_graph .refresh .update { padding-left:5px; }
  .count_graph .refresh button { margin-left:0; }
  .count_inbox { display:block; padding:0; }
  .count_inbox .map { width:100%; margin-bottom:20px; }
  .count_inbox .map img { width:100%; }
  .count_inbox .region { width:100%;}
  .count_inbox .region .top .region_title p { font-size:14px; }
  .count_inbox .region .top .region_title strong { font-size:24px; }
  .count_inbox .countgraph_Box { padding:0; }
  .count_inbox .countgraph_Box .count_img { width:60px; height:60px; }
  .count_inbox .countgraph_Box li .count_img:before { width:25px; height:25px; top:-8px; right:-15px; }
  .count_inbox .countgraph_Box li:first-child .count_img:before { background-image: url(//img.tvchosun.com/vote2025/images/mo_badge_graph1.svg); }
  .count_inbox .countgraph_Box li:nth-child(2) .count_img:before { background-image: url(//img.tvchosun.com/vote2025/images/mo_badge_graph2.svg); }
  .count_inbox .countgraph_Box li:nth-child(3) .count_img:before { background-image: url(//img.tvchosun.com/vote2025/images/mo_badge_graph3.svg); }
  .count_inbox .countgraph_Box li:nth-child(4) .count_img:before { background-image: url(//img.tvchosun.com/vote2025/images/mo_badge_graph4.svg); }
  .count_inbox .countgraph_Box li:nth-child(5) .count_img:before { background-image: url(//img.tvchosun.com/vote2025/images/mo_badge_graph5.svg); }
  .count_inbox .countgraph_Box li:nth-child(6) .count_img:before { background-image: url(//img.tvchosun.com/vote2025/images/mo_badge_graph6.svg); }
  .count_inbox .countgraph_Box .count_name { font-size:16px; } 
  .count_inbox .countgraph_Box .count_per { font-size:16px;  }

}





/*개편레이아웃css*/
/* .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;
}

.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(https://img.tvchosun.com/res/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(https://img.tvchosun.com/res/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: 1050px) {
  #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 .m_article_top .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 .m_article_top .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 .m_article_top .floating-news .resize {
    background-image: url(https://img.tvchosun.com/news/img/svg/ico_font.svg);
  }
  .mobile-version .news.article .m_article_top .floating-news .size {
    background-image: url(https://img.tvchosun.com/news/img/ico_.pgn);
  }
  .mobile-version .news.article .m_article_top .floating-news .comment {
    background-image: url(https://img.tvchosun.com/news/img/svg/ico_comment.svg);
  }
  .mobile-version .news.article .m_article_top .floating-news .scrape {
    background-image: url(https://img.tvchosun.com/news/img/svg/ico_scrape.svg);
  }
  .mobile-version .news.article .m_article_top .floating-news .scrape.on {
    background-image: url(https://img.tvchosun.com/news/img/svg/ico_scrape_on.svg);
  }
  .mobile-version .news.article .m_article_top .floating-news .print {
    display: none;
  }
  .mobile-version .news.article .m_article_top .floating-news .share {
    background-image: url(https://img.tvchosun.com/news/img/svg/ico_share.svg);
  }
  .mobile-version .news.article .m_article_top .floating-news .hide {
    display: none;
    position: absolute;
    left: 76px;
  }
  .mobile-version .news.article .m_article_top .floating-news .hide.open.resize-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-version .news.article .m_article_top .floating-news .hide.open.share-box {
    display: block;
  }
  .mobile-version .news.article .m_article_top .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 .m_article_top .floating-news .resize-box .title-box {
    display: none;
  }
  .mobile-version .news.article .m_article_top .floating-news .resize-box button {
    width: 32px;
    height: 100%;
    color: #737373;
    font-size: 13px;
    font-weight: 400;
  }
  .mobile-version .news.article .m_article_top .floating-news .resize-box button:hover {
    color: var(--TVchosun-red-red500, var(--TVchosun-red-red500, #EF4444));
  }
  .mobile-version .news.article .m_article_top .floating-news .resize-box button:hover em {
    background-color: #F5F5F5;
    border-radius: 8px;
  }
  .mobile-version .news.article .m_article_top .floating-news .resize-box button:hover.size-nomal em {
    background-image: url(https://img.tvchosun.com/news/img/svg/img_fontsize_nomal-on.svg);
  }
  .mobile-version .news.article .m_article_top .floating-news .resize-box button:hover.size-big em {
    background-image: url(https://img.tvchosun.com/news/img/svg/img_fontsize_big-on.svg);
  }
  .mobile-version .news.article .m_article_top .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 .m_article_top .floating-news .resize-box .size-nomal em {
    background-image: url(https://img.tvchosun.com/news/img/svg/img_fontsize_nomal.svg);
  }
  .mobile-version .news.article .m_article_top .floating-news .resize-box .size-big em {
    background-image: url(https://img.tvchosun.com/news/img/svg/img_fontsize_big.svg);
  }
  .mobile-version .news.article .m_article_top .floating-news .tooltip-box {
    margin: 8px 0;
    font-size: 0;
    background-size: 14px;
  }
  .mobile-version .news.article .m_article_top .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 .m_article_top .floating-news .resize-box {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .mobile-version .news.article .m_article_top .floating-news .resize-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .mobile-version .news.article .m_article_top .floating-news .share-box {
    top: calc(100% + 10px);
    left: auto;
    right: 0;
  }
  /*.mobile-version .news.article .m_article_top .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("https://img.tvchosun.com/news/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("https://img.tvchosun.com/news/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("https://img.tvchosun.com/news/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("https://img.tvchosun.com/news/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("https://img.tvchosun.com/res/img/svg/ico_tvchosun.svg") 0 50% no-repeat;
  }
  .footer-link .ico.news::before {
    background: url("https://img.tvchosun.com/res/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("https://img.tvchosun.com/res/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: 1050px) {
  .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("https://img.tvchosun.com/res/img/svg/logo_m_wh.svg") 0 50% no-repeat;
  }
  .common.main .header.nav-up .logo .home-move {
    background: url("https://img.tvchosun.com/res/img/svg/home-move-btn-wh.svg") 50% 50% no-repeat;
  }
  .common.main .header.nav-up.logo-bk .logo a {
    background: url("https://img.tvchosun.com/res/img/svg/logo.svg") 0 50% no-repeat;
    background-size: cover;
  }
  .common.main .header.nav-up.logo-bk .logo .home-move {
    background: url("https://img.tvchosun.com/res/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("https://img.tvchosun.com/res/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 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:16px;
  }
  .footer-notice__title {
    font-weight: 700;
    font-size:16px;
  }
  .footer-notice {
    font-size: 14px;
  }
  .footer-link {
    font-size: 14px;
  }
  .footer-btm {
    padding-bottom: 56px;
  }
  .footer-box__sns a {
    width: 36px;
    height: 36px;
    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;
  }
}
/*swiper*/
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}
.swiper-horizontal{touch-action:pan-y}
.swiper-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d{perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}
.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}