@charset "UTF-8";
.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 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(../img/sample/ad_w720-bg-red.png) 0 0 no-repeat;
  background-size: cover;
}
.ad-banner.type-bg-purple {
  background: url(../img/sample/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("../img/ico_arrw-w.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: 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(../img/ico_arrw-left-b.png);
}
.calendar-box > button.next {
  background-image: url(../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("../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("../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("../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(../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(../img/ico_call.png);
}
.report-viewers .call.col-w a::before {
  background-image: url(../img/ico_call-w.png);
}
.report-viewers .email a::before {
  background-image: url(../img/ico_mail.png);
}
.report-viewers .sns a::before {
  background-image: url(../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(../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(../img/ico_x.png);
}
.team-box .sns-box .ico-facebook {
  background-image: url(../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(../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: 1140px;
  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;
  margin-top: 35px;
  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(../img/ico_dable.png) no-repeat center/100% auto;
}
.news * + .news-list.side, .news * + .related-news, .news * + .newslist-side {
  margin-top: 40px;
}
.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(../img/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(../img/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(../img/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(../img/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(../img/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(../img/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(../img/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(../img/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(../img/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(../img/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(../img/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(../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(../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(../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("../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(../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(../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(../img/ico_arrw-right.png);
  left: auto;
  right: 0;
}
.news .view .swiper-wrap.video .swiper-button-prev {
  background-image: url(../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(../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(../img/ico/fixed-btn.png) 50% 50% no-repeat;
}
.news .view .unfix-btn.on {
  background: url(../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: 24px auto 64px;
}
.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(../img/ico_arrw-right-mini.png);
}
.news-digital .program-item .swiper-wrap .swiper-button-prev {
  background-image: url(../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(../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(../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(../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("../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(../img/svg/ico_font.svg);
}
#ui_contents .floating-news .size {
  background-image: url(../img/ico_.pgn);
}
#ui_contents .floating-news .comment {
  background-image: url(../img/svg/ico_comment.svg);
}
#ui_contents .floating-news .scrape {
  background-image: url(../img/svg/ico_scrape.svg);
}
#ui_contents .floating-news .scrape.on {
  background-image: url(../img/svg/ico_scrape_on.svg);
}
#ui_contents .floating-news .print {
  background-image: url(../img/svg/ico_print.svg);
}
#ui_contents .floating-news .share {
  background-image: url(../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(../img/svg/img_fontsize_nomal-on.svg);
}
#ui_contents .floating-news .resize-box button:hover.size-big em {
  background-image: url(../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(../img/svg/img_fontsize_nomal.svg);
}
#ui_contents .floating-news .resize-box .size-big em {
  background-image: url(../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(../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(../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;
  }
  .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 .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(../img/sample/ad_w720-purple-mo.jpg), -webkit-gradient(linear, left top, right top, color-stop(100%, #2F01A8), to(#5F01AD));
    background: url(../img/sample/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("../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;
  }
}