@charset "UTF-8";
body.hidden {
  overflow-y: hidden;
}

/* header, footer fullMenu */
.full-menu {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #222;
  letter-spacing: -0.005em;
  white-space: nowrap;
}
.full-menu * {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.full-menu .common-menu + .common-menu {
  border-left: 1px solid #ebeef0;
}
.full-menu .common-menu {
  padding: 20px 24px;
}
.full-menu .common-menu.on {
  background-color: #f7f7f7;
}
.full-menu .common-menu.field-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
  padding-left: 16px;
}
.full-menu .common-menu.tv-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 347px;
          flex: 0 0 347px;
  padding-left: 28px;
}
.full-menu .common-menu.premiumk-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 314px;
          flex: 0 0 314px;
  padding-left: 28px;
}
.full-menu .common-menu.current-affairs-menu {
  padding-left: 28px;
}
.full-menu .common-menu.region-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}
.full-menu .common-menu.shortcut-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}
.full-menu .full-menu-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px 6px;
}
.full-menu .full-menu-links-wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.full-menu .full-menu-links-wrapper h3 a:hover {
  text-decoration: underline;
}
.full-menu .full-menu-links-wrapper h4 + .full-menu-links {
  margin-top: 6px;
}
.full-menu .full-menu-links-wrapper h4 {
  font-weight: 700;
}
.full-menu .full-menu-links-wrapper h4 a:hover {
  text-decoration: underline;
}
.full-menu .full-menu-links-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.full-menu .full-menu-links-group.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 3px);
          flex: 0 0 calc(50% - 3px);
}
.full-menu .full-menu-links-group h3:first-child {
  margin-top: 20px;
}
.full-menu .full-menu-links + .full-menu-links {
  margin-top: 8px;
}
.full-menu .full-menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
}
.full-menu .full-menu-links.col-2 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 3px);
          flex: 0 0 calc(50% - 3px);
}
.full-menu .full-menu-links li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.full-menu .full-menu-links li.w100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.full-menu .full-menu-links a {
  display: block;
}
.full-menu .full-menu-links a:hover {
  text-decoration: underline;
}
.full-menu .full-menu-links .new-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.full-menu .full-menu-links .new-tag::after {
  content: "NEW";
  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: 24px;
  height: 10px;
  font-size: 8px;
  font-weight: 500;
  color: #f8364b;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #f8364b;
}

.pt0 {
  padding-top: 0;
}

.pt32 {
  padding-top: 32px;
}

.pl20 {
  padding-left: 20px;
}

.pl28 {
  padding-left: 28px;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt14 {
  margin-top: 14px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt70 {
  margin-top: 70px;
}

.mt-24 {
  margin-top: -24px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fc_blue {
  color: #2282b9;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.gx-60 {
  gap: 0 60px;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.section {
  padding: 16px;
}
.section.wide {
  padding-left: 0;
  padding-right: 0;
}

#contents {
  min-width: 1280px;
  min-height: calc(100vh - 1001px);
}
#contents .tab-swiper-pagination .custom-tab-menu:hover {
  color: #2282b9;
}
#contents u {
  font-size: 18px;
}
#contents .tooltip-wrapper {
  position: relative;
}
#contents .tooltip-wrapper .tooltip-btn {
  position: relative;
  top: 2px;
  width: 24px;
  height: 24px;
  background: url("/resource/image/pc/ico/tooltipBtn02.svg") center center no-repeat;
}
#contents .tooltip {
  background-color: #fff;
  padding: 20px 30px 20px 16px;
  border: 1px solid #bbb;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 220px;
  right: -235px;
  display: none;
  z-index: 50;
}
#contents .tooltip.on {
  display: block;
}
#contents .tooltip .triangle {
  width: 12px;
  height: 21px;
  background: url("/resource/image/pc/ico/directionLeft.svg") center center no-repeat;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contents .tooltip .tooltip-txt {
  font-size: 13px;
  line-height: 20px;
  color: #484848;
}
#contents .tooltip .close-btn {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: url("/resource/image/pc/ico/clear.svg") center center no-repeat;
}
#contents .common-pagination {
  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;
  margin: 40px 0 0 0;
}
#contents .common-pagination > button {
  width: 30px;
  height: 30px;
}
#contents .common-pagination > button.double-prev-button {
  background: url("/resource/image/pc/ico/pagiDoublePrev.svg");
}
#contents .common-pagination > button.double-prev-button:disabled {
  background: url("/resource/image/pc/ico/pagiDoublePrevDis.svg");
}
#contents .common-pagination > button.prev-button {
  background: url("/resource/image/pc/ico/pagiPrev.svg");
  margin: 0 8px;
}
#contents .common-pagination > button.prev-button:disabled {
  background: url("/resource/image/pc/ico/pagiPrevDis.svg");
}
#contents .common-pagination > button.next-button {
  background: url("/resource/image/pc/ico/pagiNext.svg");
  margin: 0 8px;
}
#contents .common-pagination > button.next-button:disabled {
  background: url("/resource/image/pc/ico/pagiNextDis.svg");
}
#contents .common-pagination > button.double-next-button {
  background: url("/resource/image/pc/ico/pagiDoubleNext.svg");
}
#contents .common-pagination > button.double-next-button:disabled {
  background: url("/resource/image/pc/ico/pagiDoubleNextDis.svg");
}
#contents .common-pagination .number-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents .common-pagination .number-buttons .number-buttons-list .number-button {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 500;
  line-height: 23px;
  margin: 0 5px;
}
#contents .common-pagination .number-buttons .number-buttons-list .number-button.on {
  background-color: #2282b9;
  color: #fff;
}
#contents .datepicker-wrapper {
  position: relative;
  height: 64px;
  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;
}
#contents .datepicker-wrapper + .box-contents {
  margin-top: 24px;
}
#contents .datepicker-wrapper #datepicker {
  margin: 0 20px;
  border: none;
  width: 220px;
  height: 34px;
  font-weight: 500;
  font-size: 34px;
  background: url("/resource/image/pc/ico/calendar.svg") top 2px right no-repeat;
  position: relative;
  top: -2px;
  cursor: pointer;
}
#contents .datepicker-wrapper #datepicker[val-type=month] {
  background: none !important;
  width: 135px;
  text-align: center;
}
#contents .datepicker-wrapper #datepicker.datepicker-month {
  background: none;
  width: 135px;
  text-align: center;
}
#contents .datepicker-wrapper .datepicker-label {
  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;
  margin: 0 40px;
}
#contents .datepicker-wrapper .datepicker-label:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/resource/image/pc/ico/calendar.svg") center/contain no-repeat;
}
#contents .datepicker-wrapper .datepicker-label .date {
  min-width: 180px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #222;
  padding-bottom: 2px;
}
#contents .datepicker-wrapper .datepicker-label .day {
  min-width: 82px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #7c7c7c;
  padding-bottom: 2px;
}
#contents .datepicker-wrapper .datepicker-label[data-datetype=day] {
  min-width: 396px;
  cursor: pointer;
}
#contents .datepicker-wrapper .datepicker-label[data-datetype=month] .date {
  min-width: 130px;
}
#contents .datepicker-wrapper .datepicker-label[data-datetype=month] .day, #contents .datepicker-wrapper .datepicker-label[data-datetype=month]:after {
  display: none;
}
#contents .datepicker-wrapper .previous-button,
#contents .datepicker-wrapper .next-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
}
#contents .datepicker-wrapper .previous-button {
  background: url("/resource/image/pc/ico/calendarPrev.svg") center/contain no-repeat;
}
#contents .datepicker-wrapper .previous-button:disabled {
  background: url("/resource/image/pc/ico/calendarPrevDisabled.svg") center/contain no-repeat;
}
#contents .datepicker-wrapper .next-button {
  background: url("/resource/image/pc/ico/calendarNext.svg") center/contain no-repeat;
}
#contents .datepicker-wrapper .next-button:disabled {
  background: url("/resource/image/pc/ico/calendarNextDisabled.svg") center/contain no-repeat;
}
#contents .datepicker-wrapper #start-date,
#contents .datepicker-wrapper #end-date {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  width: 150px;
  height: 40px;
  border-radius: 4px;
  padding: 6px 16px;
  background: url("/resource/image/pc/ico/calendar.svg") top 50% right 16px/24px auto no-repeat;
  border: 1px solid #C6CBD0;
}
#contents .sub-common-tab {
  padding: 24px !important;
}
#contents .sub-common-tab .tab-contents .main-contents-list {
  position: relative;
}
#contents .sub-common-tab .tab-contents .main-contents-list .box-contents {
  margin-top: 32px;
}
#contents .sub-common-tab .tab-contents .main-contents-list .box-contents .box-content {
  width: 294px;
}
#contents .sub-common-tab .tab-contents .main-contents-list .box-contents .box-content:nth-child(n+5) {
  margin-top: 32px;
}
#contents .tab-contents .continuous-play {
  height: 32px;
  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;
  gap: 4px;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  padding: 0 16px;
  position: absolute;
  top: 1px;
  right: 0;
}
#contents .tab-contents .continuous-play .text {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #484848;
}
#contents .tab-contents .continuous-play .arrow {
  width: 12px;
  height: 12px;
  background: url("/resource/image/pc/ico/playArrow.svg") center center no-repeat;
}
#contents .side-contents-wrapper {
  width: 270px;
}
#contents .side-contents-wrapper.fixed {
  position: fixed;
  top: 74px;
}
#contents .side-contents-wrapper .side-title {
  font-size: 22px;
  font-weight: 500;
  padding: 20px 0 16px 20px;
}
#contents .side-contents-wrapper .side-title.has-border {
  border-bottom: 1px solid #dfdfdf;
}
#contents .side-contents-wrapper .side-contents {
  padding: 0 16px 24px 16px;
}
#contents .side-contents-wrapper .side-headline {
  margin: 0 auto;
}
#contents .side-contents-wrapper .side-headline .news-list .main-news {
  width: 100%;
}
#contents .side-contents-wrapper .side-headline .news-list .main-news .thumbnail {
  height: 133px;
}
#contents .side-contents-wrapper .side-headline .news-list .main-news .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: block;
  overflow: visible;
}
#contents .side-contents-wrapper .side-headline .news-list .sub-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
#contents .side-contents-wrapper .side-headline .news-list .sub-news .thumbnail {
  width: 117px;
  height: 66px;
}
#contents .side-contents-wrapper .side-headline .news-list .sub-news .title {
  width: calc(100% - 125px);
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#contents .side-contents-wrapper .side-banner {
  margin: 24px auto;
  height: 84px;
  border-radius: 10px;
  display: block;
}
#contents .side-contents-wrapper .side-banner .img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#contents .side-contents-wrapper .side-most-viewed .guide-txt {
  font-size: 14px;
  line-height: 20px;
  margin: 14px 0;
  text-align: center;
}
#contents .side-contents-wrapper .side-most-viewed .ranks .ranks-list {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebeef0;
}
#contents .side-contents-wrapper .side-most-viewed .ranks .ranks-list .ranks-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents .side-contents-wrapper .side-most-viewed .ranks .ranks-list .ranks-link .rank-badge {
  color: #1e82b9;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  padding: 0 12px 0 8px;
}
#contents .side-contents-wrapper .side-most-viewed .ranks .ranks-list .ranks-link .title {
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contents .side-contents-wrapper .side-most-viewed .ranks .ranks-list .ranks-link:hover .title {
  color: #2282b9;
}
#contents .side-contents-wrapper .side-most-viewed .ranks .ranks-list:first-child {
  border-top: 1px solid #ebeef0;
}
#contents .side-contents-wrapper .side-most-viewed .ranks .ranks-list:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#contents .play-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .play-buttons-wrapper .play-option-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .play-buttons-wrapper .play-option-wrapper > .text {
  line-height: 23px;
}
#contents .play-buttons-wrapper .play-option-wrapper .play-option-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 82px;
  border-radius: 100px;
  height: 32px;
  background-color: #e2e2e2;
  padding: 0 16px 0 4px;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}
#contents .play-buttons-wrapper .play-option-wrapper .play-option-button .circle-icon {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
#contents .play-buttons-wrapper .play-option-wrapper .play-option-button .text {
  font-weight: 500;
  line-height: 23px;
}
#contents .play-buttons-wrapper .play-option-wrapper .play-option-button.on .circle-icon {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
#contents .play-buttons-wrapper .play-option-wrapper .play-option-button.on .text {
  position: absolute;
  top: 4.5px;
  left: 16px;
}
#contents .play-buttons-wrapper .select-play-button {
  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;
  gap: 4px;
  height: 32px;
  padding: 0 16px;
  border-radius: 100px;
  background-color: #2282b9;
  margin-left: 12px;
}
#contents .play-buttons-wrapper .select-play-button .text {
  font-weight: 500;
  color: #fff;
}
#contents .play-buttons-wrapper .select-play-button .check-icon {
  display: block;
  width: 16px;
  height: 16px;
  background: url("/resource/image/pc/ico/selectCheckIcon.svg") center center no-repeat;
}
#contents .play-buttons-wrapper .select-cancel-button {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  height: 32px;
  padding: 0 16px;
  border-radius: 100px;
  border: 1px solid #bebebe;
}
#contents .play-buttons-wrapper .select-cancel-button .text {
  font-weight: 500;
  color: #222;
}
#contents .play-buttons-wrapper .select-cancel-button .check-icon {
  display: block;
  width: 16px;
  height: 16px;
  background: url("/resource/image/pc/ico/selectCancelCheckIcon.svg") center center no-repeat;
}
#contents .play-buttons-wrapper .all-play-button {
  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;
  gap: 6px;
  height: 32px;
  padding: 0 16px;
  border-radius: 100px;
  background-color: #222;
  margin-left: 12px;
}
#contents .play-buttons-wrapper .all-play-button .text {
  font-weight: 500;
  color: #fff;
}
#contents .play-buttons-wrapper .all-play-button .play-icon {
  display: block;
  width: 12px;
  height: 12px;
  background: url("/resource/image/pc/ico/playIcon.svg") center center no-repeat;
}
#contents .play-buttons-wrapper .select-check-play-button {
  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;
  gap: 4px;
  height: 32px;
  padding: 0 16px;
  border-radius: 100px;
  background-color: #2282b9;
  margin-left: 12px;
  display: none;
}
#contents .play-buttons-wrapper .select-check-play-button .text {
  font-weight: 500;
  color: #fff;
}
#contents .play-buttons-wrapper .select-check-play-button .play-icon {
  display: block;
  width: 12px;
  height: 12px;
  background: url("/resource/image/pc/ico/playIcon.svg") center center no-repeat;
}
#contents .play-buttons-wrapper.on .select-cancel-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents .play-buttons-wrapper.on .select-play-button {
  display: none;
}
#contents .play-buttons-wrapper.on .all-play-button {
  display: none;
}
#contents .play-buttons-wrapper.on .select-check-play-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents .common-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  display: none;
}
#contents .common-checkbox.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents .common-checkbox input[type=checkbox] {
  display: none;
}
#contents .common-checkbox .custom-checkbox {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
#contents .common-checkbox input[type=checkbox]:checked + .custom-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 21px;
  height: 20px;
  background: url("/resource/image/pc/ico/checkIcon.svg") center center no-repeat;
}
#contents .box.head-line.sub-page-head-line {
  margin-top: 24px;
}
#contents .box.head-line.sub-page-head-line .box-contents .main-news-wrapper {
  width: 604px;
}
#contents .box.head-line.sub-page-head-line .box-contents .main-news-wrapper .box-content .thumbnail {
  height: 340px;
}
#contents .box.head-line.sub-page-head-line > .box-contents > .box-contents {
  width: 604px;
}
#contents .box.head-line.sub-page-head-line > .box-contents > .box-contents .box-content {
  width: 290px;
}
#contents .box.head-line.sub-page-head-line > .box-contents > .box-contents .box-content:nth-child(n+3) {
  margin-top: 44px;
}
#contents .box.head-line.sub-page-head-line > .box-contents > .box-contents .box-content .thumbnail {
  height: 163px;
}
#contents .box.head-line.sub-page-head-line .overlay-news-wrapper {
  width: 604px;
}
#contents .box.head-line.sub-page-head-line .overlay-news-wrapper .banner {
  margin-top: 14px;
  height: 124px;
  border-radius: 5px;
  position: relative;
  display: block;
}
#contents .box.head-line.sub-page-head-line .overlay-news-wrapper .banner:hover {
  cursor: pointer;
}
#contents .box.head-line.sub-page-head-line .overlay-news-wrapper .banner:hover .text {
  text-decoration: underline;
}
#contents .box.head-line.sub-page-head-line .overlay-news-wrapper .banner .text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 40px;
  left: 24px;
  max-width: 556px;
  line-height: 1.25;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#contents .box.head-line.sub-page-head-line .overlay-news-wrapper .banner img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .box.head-line.sub-page-head-line.type-01 .box-contents {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 22.5px;
}
#contents .box.head-line.sub-page-head-line.type-01 .box-contents .box-content {
  width: 395px;
}
#contents .box.head-line.sub-tv-news-head-line .box-contents .main-news-wrapper .main-news .txt-wrapper .title {
  height: 78px;
}
#contents .newsList-head {
  position: relative;
}
#contents .newsList-head + .box, #contents .newsList-head + .box-contents {
  margin-top: 30px;
}
#contents .newsList-head .play-buttons-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contents .newsList-head .common-checkbox {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contents .error-icon-wrapper {
  margin-top: 54px;
  margin-bottom: 30px;
}
#contents .error-icon-wrapper .error-icon {
  width: 87px;
  height: 87px;
  margin: 0 auto;
  background: url("/resource/image/pc/ico/errorIcon.svg") center center no-repeat;
}
#contents .error-icon-wrapper .no-data-text {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
}
#contents .common-title-banner-wrapper {
  padding-top: 24px;
}
#contents .common-title-banner-wrapper .common-title-banner {
  width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  border-radius: 10px;
  position: relative;
}
#contents .common-title-banner-wrapper .common-title-banner .title-wrapper .title {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-bottom: 16px;
}
#contents .common-title-banner-wrapper .common-title-banner .title-wrapper .sub-title {
  color: #fff;
  line-height: 22px;
}
#contents .common-title-banner-wrapper .common-title-banner .title-wrapper.one-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .common-title-banner-wrapper .common-title-banner .title-wrapper.one-line .title {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-right: 16px;
  margin-bottom: 0;
}
#contents .common-title-banner-wrapper .common-title-banner .title-wrapper.one-line .sub-title {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
#contents .common-title-banner-wrapper .common-title-banner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 100px;
  border: 1px solid #bebebe;
  background-color: #fff;
  color: #222;
  font-weight: 500;
  position: absolute;
  top: 24px;
  right: 24px;
}
#contents .common-title-banner-wrapper .common-title-banner .link:hover {
  color: #fff;
  background-color: #2282b9;
  border: 1px solid #2282b9;
}
#contents .common-title-banner-wrapper .common-title-banner .link:hover .text {
  color: #fff;
}
#contents .common-title-banner-wrapper .common-title-banner .link:hover .icon {
  background: url("/resource/image/pc/ico/bannerLinkOn.svg") center center no-repeat;
}
#contents .common-title-banner-wrapper .common-title-banner .link .text {
  color: #222;
  font-weight: 500;
}
#contents .common-title-banner-wrapper .common-title-banner .link .icon {
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url("/resource/image/pc/ico/bannerLink.svg") center center no-repeat;
}
#contents .common-title-banner-wrapper .common-title-banner .program-introduction-button {
  padding: 0 12px;
  height: 32px;
  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;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  top: 24px;
  right: 24px;
  font-weight: 500;
  gap: 4px;
}
#contents .common-title-banner-wrapper .common-title-banner .program-introduction-button .icon {
  width: 20px;
  height: 20px;
  background: url("/resource/image/pc/ico/programIntroIcon.svg") center center no-repeat;
}
#contents .common-title-banner-wrapper .common-title-banner .program-introduction-button .text {
  font-weight: 500;
}
#contents .common-title-banner-wrapper .common-title-banner .report-button {
  padding: 0 12px;
  height: 32px;
  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;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  top: 66px;
  right: 24px;
  font-weight: 500;
}
#contents .common-title-banner-wrapper .common-title-banner.has-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 130px;
}
#contents .common-title-banner-wrapper .common-title-banner.main-breaking-news {
  background-image: url(/resource/image/pc/breaking-news-report/breaking-news.png);
}
#contents .common-title-banner-wrapper .common-title-banner.report {
  padding: 30px 24px;
  background-image: url(/resource/image/pc/breaking-news-report/report.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-0023 {
  background-image: url(/resource/image/pc/premiumk/0023.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-0713 {
  background-image: url(/resource/image/pc/premiumk/0713.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-0795 {
  background-image: url(/resource/image/pc/premiumk/0795.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-0909 {
  background-image: url(/resource/image/pc/premiumk/0909.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-0933 {
  background-image: url(/resource/image/pc/premiumk/0933.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-0938 {
  background-image: url(/resource/image/pc/premiumk/0938.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-0990 {
  background-image: url(/resource/image/pc/premiumk/0990.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-1016 {
  background-image: url(/resource/image/pc/premiumk/1016.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-1032 {
  background-image: url(/resource/image/pc/premiumk/1032.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-1039 {
  background-image: url(/resource/image/pc/premiumk/1039.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-1044 {
  background-image: url(/resource/image/pc/premiumk/1044.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-1048 {
  background-image: url(/resource/image/pc/premiumk/1048.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-1075 {
  background-image: url(/resource/image/pc/premiumk/1075.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-1096 {
  background-image: url(/resource/image/pc/premiumk/1096.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-1110 {
  background-image: url(/resource/image/pc/premiumk/1110.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-1126 {
  background-image: url(/resource/image/pc/premiumk/1126.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-1127 {
  background-image: url(/resource/image/pc/premiumk/1127.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-1162 {
  background-image: url(/resource/image/pc/premiumk/1162.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-premiumk-landing {
  background-image: url(/resource/image/pc/premiumk-landing/landing.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-0029 {
  background-image: url(/resource/image/pc/current-event/0029.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-0031 {
  background-image: url(/resource/image/pc/current-event/0031.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-0039 {
  background-image: url(/resource/image/pc/current-event/0039.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-0061 {
  background-image: url(/resource/image/pc/current-event/0061.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-0071 {
  background-image: url(/resource/image/pc/current-event/0071.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-0072 {
  background-image: url(/resource/image/pc/current-event/0072.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-0073 {
  background-image: url(/resource/image/pc/current-event/0073.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-0195 {
  background-image: url(/resource/image/pc/current-event/0195.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-0198 {
  background-image: url(/resource/image/pc/current-event/0198.jpg);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-1021 {
  background-image: url(/resource/image/pc/current-event/1021.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-1132 {
  background-image: url(/resource/image/pc/current-event/1132.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-1055 {
  background-image: url(/resource/image/pc/current-event/1055.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-1125 {
  background-image: url(/resource/image/pc/current-event/1125.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-1138 {
  background-image: url(/resource/image/pc/current-event/1138.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-current-event-1139 {
  background-image: url(/resource/image/pc/current-event/1139.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0001 {
  background-image: url(/resource/image/pc/tv-news/0001.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0003 {
  background-image: url(/resource/image/pc/tv-news/0003.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0004 {
  background-image: url(/resource/image/pc/tv-news/0004.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0008 {
  background-image: url(/resource/image/pc/tv-news/0008.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0009 {
  background-image: url(/resource/image/pc/tv-news/0009.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0010 {
  background-image: url(/resource/image/pc/tv-news/0010.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0011 {
  background-image: url(/resource/image/pc/tv-news/0011.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0012 {
  background-image: url(/resource/image/pc/tv-news/0012.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0012 {
  background-image: url(/resource/image/pc/tv-news/0012.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0016 {
  background-image: url(/resource/image/pc/tv-news/0016.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0032 {
  background-image: url(/resource/image/pc/tv-news/0032.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0042 {
  background-image: url(/resource/image/pc/tv-news/0042.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0049 {
  background-image: url(/resource/image/pc/tv-news/0049.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0051 {
  background-image: url(/resource/image/pc/tv-news/0051.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0052 {
  background-image: url(/resource/image/pc/tv-news/0052.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0059 {
  background-image: url(/resource/image/pc/tv-news/0059.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0060 {
  background-image: url(/resource/image/pc/tv-news/0060.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0137 {
  background-image: url(/resource/image/pc/tv-news/0137.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0196 {
  background-image: url(/resource/image/pc/tv-news/0196.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0197 {
  background-image: url(/resource/image/pc/tv-news/0197.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-tv-news-0199 {
  background-image: url(/resource/image/pc/tv-news/0199.png);
}
#contents .common-title-banner-wrapper .common-title-banner.archive {
  background-image: url(/resource/image/pc/archive/archive-bg.png);
}
#contents .common-title-banner-wrapper .common-title-banner.default-banner {
  background-image: url(/resource/image/pc/sub-default-banner.png);
}
#contents .common-title-banner-wrapper .common-title-banner.main-issue-background {
  background: #343464;
}
#contents .common-title-banner-wrapper .common-title-banner.main-notice {
  background-image: url(/resource/image/pc/notice-banner-0001.jpg);
}
#contents .common-title-banner-wrapper .common-title-banner[data-issue="19696"] .issue-banner-utils {
  position: absolute;
  right: 24px;
  top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#contents .common-title-banner-wrapper .common-title-banner[data-issue="19696"] .issue-banner-utils a {
  min-width: 116px;
  height: 32px;
  line-height: 32px;
  letter-spacing: -0.005em;
  font-weight: 500;
  border-radius: 32px;
  padding: 0 12px;
  background: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#contents .common-title-banner-wrapper .common-title-banner[data-issue="19696"] .issue-banner-utils a:hover {
  color: #456bcd;
}
#contents .common-title-banner-wrapper .common-title-banner[data-issue="19696"] .issue-banner-utils a:has(.badge) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding-left: 4px;
}
#contents .common-title-banner-wrapper .common-title-banner[data-issue="19696"] .issue-banner-utils .badge {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: #fff;
  border-radius: 20px;
  padding: 0 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0078BF), to(#2564B0));
  background: linear-gradient(180deg, #0078BF 0%, #2564B0 100%);
}
#contents .custom-blue-radio input[type=radio] {
  display: none;
}
#contents .custom-blue-radio input[type=radio]:checked + label::before {
  background-color: #333;
  background: url("/resource/image/pc/ico/reportRadioChecked.svg") center center no-repeat;
}
#contents .custom-blue-radio label {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  font-weight: 500;
  color: #666;
}
#contents .custom-blue-radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: url("/resource/image/pc/ico/reportRadio.svg") center center no-repeat;
}
#contents .custom-blue-radio:nth-child(1) {
  margin-right: 20px;
}
#contents .custom-blue-checkbox {
  padding-left: 27px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#contents .custom-blue-checkbox input[type=checkbox] {
  display: none;
}
#contents .custom-blue-checkbox input[type=checkbox]:checked + .checkmark {
  background: url("/resource/image/pc/ico/reportCheckBoxChecked.svg") center center no-repeat;
}
#contents .custom-blue-checkbox .text {
  font-weight: 500;
}
#contents .custom-blue-checkbox .checkmark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 19px; /* Adjust as needed */
  width: 19px; /* Adjust as needed */
  background: url("/resource/image/pc/ico/reportCheckBox.svg") center center no-repeat;
  cursor: pointer;
}
#contents .custom-blue-checkbox.type-01 .text {
  color: #666;
}
#contents .custom-blue-checkbox.type-01 input[type=checkbox]:checked + .checkmark {
  background: url("/resource/image/pc/ico/reportCheckBoxChecked02.svg") center center no-repeat;
}
#contents .primary-button {
  height: 40px;
  padding: 0 24px;
  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;
  background-color: #2282b9;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
}
#contents .secondary-button {
  height: 40px;
  padding: 0 24px;
  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;
  background-color: #bbb;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
}
#contents .comment-area {
  padding: 24px 0 0 24px;
}
#contents .comment-area .title {
  font-size: 22px;
  font-weight: 500;
  margin-top: 0;
}
#contents .comment-area.type-01 {
  width: 1280px;
  margin: 0 auto;
}
#contents .tab-swiper-pagination {
  width: 293px;
}
#contents .tab-swiper-pagination .tab-menu {
  text-align: left;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #ebeef0;
  font-size: 18px;
}
#contents .tab-swiper-pagination .tab-menu:first-child {
  padding-top: 0;
}
#contents .tab-swiper-pagination .tab-menu.on {
  color: #2282b9;
  font-weight: 500;
}
#contents .tab-swiper-pagination .tab-menu:hover {
  color: #2282b9;
}
#contents .tab-swiper-pagination .pagination-group-wrapper {
  border-top: none;
  height: auto;
}
#contents .tab-swiper-contents-wrapper {
  width: calc(100% - 312px);
}
#contents .tab-swiper-contents-wrapper .tab-swiper-contents .tab-swiper-content {
  display: none;
}
#contents .tab-swiper-contents-wrapper .tab-swiper-contents .tab-swiper-content .box-contents {
  margin-top: 0;
}
#contents .tab-swiper-contents-wrapper .tab-swiper-contents .tab-swiper-content .box-contents .box-content {
  width: 294px;
  margin-right: 18px;
}
#contents .tab-swiper-contents-wrapper .tab-swiper-contents .tab-swiper-content .box-contents .box-content:nth-child(3n) {
  margin-right: 0;
}
#contents .tab-swiper-contents-wrapper .tab-swiper-contents .tab-swiper-content .box-contents .box-content:nth-child(n+4) {
  margin-top: 32px;
}
#contents .tab-swiper-contents-wrapper .tab-swiper-contents .tab-swiper-content.on {
  display: block;
}
#contents .owl-carousel.sub-page-center-slide {
  position: relative;
  padding-bottom: 26px;
}
#contents .owl-carousel.sub-page-center-slide .box-content {
  width: 320px;
  opacity: 0.5;
}
#contents .owl-carousel.sub-page-center-slide .owl-item.active .box-content {
  opacity: 1;
}
#contents .owl-carousel.sub-page-center-slide .owl-item.center + .active + .active {
  opacity: 0.5;
}
#contents .owl-carousel.sub-page-center-slide .owl-dots {
  display: none;
}
#contents .owl-carousel.sub-page-center-slide .owl-nav {
  position: absolute;
  top: 70px;
}
#contents .owl-carousel.sub-page-center-slide .owl-nav .owl-prev,
#contents .owl-carousel.sub-page-center-slide .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#contents .owl-carousel.sub-page-center-slide .owl-nav .owl-prev span,
#contents .owl-carousel.sub-page-center-slide .owl-nav .owl-next span {
  display: none;
}
#contents .owl-carousel.sub-page-center-slide .owl-nav .owl-prev {
  background: url("/resource/image/pc/ico/owlPrev.svg") center center no-repeat;
  position: absolute;
  left: 16px;
}
#contents .owl-carousel.sub-page-center-slide .owl-nav .owl-prev:hover {
  background: url("/resource/image/pc/ico/owlPrevOn.svg") center center no-repeat;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}
#contents .owl-carousel.sub-page-center-slide .owl-nav .owl-next {
  background: url("/resource/image/pc/ico/owlNext.svg") center center no-repeat;
  position: absolute;
  left: 1204px;
}
#contents .owl-carousel.sub-page-center-slide .owl-nav .owl-next:hover {
  background: url("/resource/image/pc/ico/owlNextOn.svg") center center no-repeat;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}
#contents .sub-page-year-slide-wrapper {
  border-bottom: 1px solid #e2e2e2;
}
#contents .sub-page-year-slide-wrapper .sub-page-year-slide {
  position: relative;
  width: 1130px;
  margin: 0 auto;
}
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .owl-item:last-child .link::after {
  display: none;
}
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  font-size: 26px;
  font-weight: 700;
  width: 101px;
  height: 60px;
  position: relative;
}
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .link::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #bbb;
  position: absolute;
  right: 0;
  top: 24px;
}
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .link.on {
  color: #2282b9;
}
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .link.on::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2282b9;
  position: absolute;
  bottom: 0;
  left: 0;
}
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .owl-nav.disabled {
  display: block;
}
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .owl-nav .owl-prev,
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .owl-nav .owl-next {
  width: 50px;
  height: 28px;
}
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .owl-nav .owl-prev span,
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .owl-nav .owl-next span {
  display: none;
}
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .owl-nav .owl-prev {
  background: url("/resource/image/pc/ico/yearPrev.svg") center center no-repeat;
  position: absolute;
  top: 16px;
  left: -50px;
}
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .owl-nav .owl-prev.disabled {
  background: url("/resource/image/pc/ico/yearDisabledPrev.svg") center center no-repeat;
  position: absolute;
}
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .owl-nav .owl-next {
  background: url("/resource/image/pc/ico/yearNext.svg") center center no-repeat;
  position: absolute;
  top: 16px;
  right: -50px;
}
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .owl-nav .owl-next.disabled {
  background: url("/resource/image/pc/ico/yearDisabledNext.svg") center center no-repeat;
  position: absolute;
}
#contents .sub-page-year-slide-wrapper .sub-page-year-slide .owl-dots {
  display: none;
}
#contents .common-search-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;
  position: relative;
  width: 356px;
  height: 50px;
}
#contents .common-search-box .search-box-input {
  width: 300px;
  height: 100%;
  border: 1px solid #c6cbd0;
  border-right: none;
  padding-left: 16px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 22px;
  color: #484848;
  border-radius: 5px 0 0 5px;
}
#contents .common-search-box .search-button {
  width: 56px;
  height: 100%;
  border: 1px solid #c6cbd0;
  border-radius: 0 5px 5px 0;
  background: url("/resource/image/pc/ico/search02.svg") center center no-repeat;
}
#contents .common-search-box .cancel-button {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("/resource/image/pc/ico/clear.svg") center center no-repeat;
  top: 18px;
  right: 72px;
}
#contents .common-toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 94px;
  border-radius: 100px;
  height: 32px;
  background-color: #e2e2e2;
  padding: 0 16px 0 4px;
  position: relative;
}
#contents .common-toggle-button .circle-icon {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
#contents .common-toggle-button .text {
  font-weight: 500;
  line-height: 23px;
  font-size: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
#contents .common-toggle-button .on-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  display: none;
}
#contents .common-toggle-button.on {
  background-color: #2282b9;
}
#contents .common-toggle-button.on .circle-icon {
  -webkit-transform: translateX(62px);
          transform: translateX(62px);
}
#contents .common-toggle-button.on .text {
  display: none;
}
#contents .common-toggle-button.on .on-text {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  color: #fff;
}
#contents #msg {
  width: 1280px;
  margin: 0 auto;
  padding: 24px;
}

.hashtag-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hashtag-links .hashtag-list {
  margin-right: 8px;
}
.hashtag-links .hashtag-list:last-child {
  margin-right: 0;
}
.hashtag-links .hashtag-list .hashtag-link {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  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;
  color: #2282b9;
  height: 30px;
  border-radius: 15px;
  padding: 0 16px;
  border: 1px solid #ebebeb;
}
.hashtag-links .hashtag-list .hashtag-link:hover {
  border: 1px solid #2282b9;
  color: #fff;
  background-color: #2282b9;
}

.dim {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100;
}
.dim.transparent {
  opacity: 0;
}
.dim.on {
  display: block;
}

#ui-datepicker-div {
  width: 340px;
  border-radius: 12px;
  padding: 40px 20px;
  border: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  margin-top: 16px;
  position: relative;
  background-color: #fff;
  display: none;
}
#ui-datepicker-div .ui-datepicker-header {
  background: white;
  border: none;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  display: block;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 22px;
  background: url("/resource/image/pc/ico/calendarSubPrev.svg") center center no-repeat;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 22px;
  background: url("/resource/image/pc/ico/calendarSubNext.svg") center center no-repeat;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  margin: 0;
  height: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding-left: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/resource/image/pc/ico/calendarArrow.svg") top 10px right 6px no-repeat;
  font-weight: 500;
  font-size: 16px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  margin-right: 8px;
  width: 89px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  width: 71px;
}
#ui-datepicker-div .ui-datepicker-calendar {
  table-layout: fixed;
  width: 280px;
  margin: 0 auto;
  margin-top: 24px;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  padding: 0;
  width: 40px !important;
  height: 40px;
  margin-right: 8px;
}
#ui-datepicker-div .ui-datepicker-calendar th:last-child {
  margin-right: 0;
}
#ui-datepicker-div .ui-datepicker-calendar th span {
  color: #7c7c7c;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  width: 40px;
  height: 40px;
  padding: 10px;
  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;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-week-end span {
  color: #f8364b;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-week-end [title=토] {
  color: #2282b9;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-week-end a {
  color: #f8364b;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-week-end.saturday a {
  color: #2282b9;
}
#ui-datepicker-div .ui-datepicker-calendar tbody {
  position: relative;
  top: 8px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td {
  padding: 0;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td:last-child {
  margin-right: 0;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td .ui-state-default {
  background: transparent;
  border: none;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-current-day .ui-state-default {
  background-color: #2282b9;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-unselectable {
  opacity: 0.35;
}
#ui-datepicker-div .ui-datepicker-buttonpane {
  margin-top: 0;
  border-top: none;
}
#ui-datepicker-div .ui-datepicker-buttonpane .ui-datepicker-current {
  display: none;
}
#ui-datepicker-div .ui-datepicker-buttonpane .ui-datepicker-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  width: 24px;
  height: 24px;
  background: url("/resource/image/pc/ico/calendarClose.svg") center center no-repeat;
}

.playlist-popup {
  position: fixed;
  top: calc(50% + 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1108px;
  background-color: #fff;
  z-index: 150;
  display: none;
}
.playlist-popup > .close-button {
  border-radius: 100px;
  padding: 6px 20px;
  border: 1px solid #bebebe;
  background-color: #fff;
  font-weight: 500;
  position: fixed;
  bottom: 150px;
  right: 50px;
  display: none;
}
.playlist-popup.on {
  display: block;
}
.playlist-popup .title-area {
  background-color: #092857;
  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: 18px 24px;
}
.playlist-popup .title-area .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.playlist-popup .title-area .title-wrapper .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.005em;
}
.playlist-popup .title-area .title-wrapper .date {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.005em;
}
.playlist-popup .title-area .close-button {
  width: 24px;
  height: 24px;
  background: url("/resource/image/pc/ico/closeWhite.svg") center center no-repeat;
}
.playlist-popup .player-playlist-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.playlist-popup .player-playlist-area .player-area {
  width: 760px;
  height: 587px;
}
.playlist-popup .player-playlist-area .player-area .player-app {
  width: 100%;
  height: 427px;
  background-color: gray;
}
.playlist-popup .player-playlist-area .player-area .title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 20px 24px 0;
}
.playlist-popup .player-playlist-area .playlist-area {
  width: calc(100% - 760px);
  height: 587px;
  background-color: #ededed;
  padding-top: 24px;
  overflow: hidden;
}
.playlist-popup .player-playlist-area .playlist-area .title-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}
.playlist-popup .player-playlist-area .playlist-area .title-wrapper .title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 14px;
  border-bottom: 1px solid #acacac;
}
.playlist-popup .player-playlist-area .playlist-area .title-wrapper .title .number {
  font-size: 18px;
  font-weight: 700;
  color: #2282b9;
}
.playlist-popup .player-playlist-area .playlist-area .playlist-wrapper {
  height: 531px;
  overflow-y: auto;
  padding: 0 24px;
}
.playlist-popup .player-playlist-area .playlist-area .playlist-wrapper .playlist .video {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dde1e4;
}
.playlist-popup .player-playlist-area .playlist-area .playlist-wrapper .playlist .video.on .title {
  color: #2282b9;
}
.playlist-popup .player-playlist-area .playlist-area .playlist-wrapper .playlist .video:hover .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.playlist-popup .player-playlist-area .playlist-area .playlist-wrapper .playlist .video:hover .title {
  color: #2282b9;
}
.playlist-popup .player-playlist-area .playlist-area .playlist-wrapper .playlist .video .thumbnail {
  width: 117px;
  height: 66px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.playlist-popup .player-playlist-area .playlist-area .playlist-wrapper .playlist .video .thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.playlist-popup .player-playlist-area .playlist-area .playlist-wrapper .playlist .video .thumbnail .play-time {
  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: 24px;
  border-radius: 0 5px 0 5px;
  background-color: rgba(34, 34, 34, 0.8);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 8px;
}
.playlist-popup .player-playlist-area .playlist-area .playlist-wrapper .playlist .video .title {
  width: calc(100% - 125px);
  margin-left: 8px;
  padding: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-pagination-wrapper {
  padding: 16px 24px;
  margin-top: 16px;
  position: relative;
}
.popup-pagination-wrapper::before {
  content: "";
  display: block;
  width: calc(100% - 48px);
  height: 1px;
  background-color: #dde1e4;
  position: absolute;
  top: 0;
  left: 24px;
}
.popup-pagination-wrapper .popup-pagination {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 28px;
  border: 1px solid #dde1e4;
  width: 136px;
  height: 28px;
  border-radius: 100px;
}
.popup-pagination-wrapper .popup-pagination.disabled {
  width: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-pagination-wrapper .popup-pagination.disabled .left-button {
  display: none;
}
.popup-pagination-wrapper .popup-pagination.disabled .right-button {
  display: none;
}
.popup-pagination-wrapper .popup-pagination .left-button,
.popup-pagination-wrapper .popup-pagination .right-button {
  width: 42px;
  height: 100%;
}
.popup-pagination-wrapper .popup-pagination .left-button {
  background: url("/resource/image/pc/ico/boardArrowPrev.svg") center center no-repeat;
  border-right: 1px solid #ebebeb;
}
.popup-pagination-wrapper .popup-pagination .right-button {
  background: url("/resource/image/pc/ico/boardArrowNext.svg") center center no-repeat;
  border-left: 1px solid #ebebeb;
}
.popup-pagination-wrapper .popup-pagination .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-pagination-wrapper .popup-pagination .numbers > span {
  font-size: 14px;
}
.popup-pagination-wrapper .popup-pagination .numbers .current-number {
  font-weight: 500;
  font-size: 14px;
}
.popup-pagination-wrapper .popup-pagination .numbers .slash {
  margin: 0 2px;
  color: #7c7c7c;
}
.popup-pagination-wrapper .popup-pagination .numbers .last-number {
  color: #484848;
}

.no-data {
  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;
  text-align: center;
}
.no-data .txt {
  font-size: 18px;
  font-weight: 400;
  color: #7c7c7c;
  line-height: 1.4;
  letter-spacing: -0.005em;
}
.no-data .txt.ico-note {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.no-data .txt.ico-note:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url("/resource/image/pc/ico/noData-note.svg") center/contain no-repeat;
}