:root[data-dark=true] #contents {
  background-color: #1e1e20;
}
:root[data-dark=true] #contents .look-more .txt {
  color: #f3f3f3;
}
:root[data-dark=true] #contents .look-more .plus-btn {
  background: url("/resource/image/pc/ico/circlePlusDark.svg") center center no-repeat;
}
:root[data-dark=true] #contents .box {
  border: 1px solid #131313;
  background-color: #272829;
}
:root[data-dark=true] #contents .box .box-title {
  background-color: #272829;
}
:root[data-dark=true] #contents .box .box-title .title {
  color: #fff;
}
:root[data-dark=true] #contents .box .box-title .sub-title {
  color: #b5b5b5;
}
:root[data-dark=true] #contents .box .box-content .txt-wrapper .time-wrapper .time {
  border: 1px solid #4f4f4f;
  background-color: #272829;
  color: #999;
}
:root[data-dark=true] #contents .box .box-content .txt-wrapper .title .text-play-icon {
  background: url("/resource/image/pc/ico/textPlayIconSmallDark.svg") center center no-repeat;
}
:root[data-dark=true] #contents .box .box-content:hover .txt-wrapper .title {
  color: #53acff;
}
:root[data-dark=true] #contents .box .box-content:hover .txt-wrapper .title .text-cut {
  color: #53acff;
}
:root[data-dark=true] #contents .box .box-content.has-border {
  border-bottom: 1px solid #313334;
}
:root[data-dark=true] #contents .box .box-contents.has-border-contents .box-content:first-child {
  border-top: 1px solid #3f4142;
}
:root[data-dark=true] #contents .box.head-line .box-contents .main-news-wrapper .main-news .txt-wrapper .news-txt {
  color: #b5b5b5;
}
:root[data-dark=true] #contents .box.asian-game {
  background: none;
  background-color: #272829;
}
:root[data-dark=true] #contents .box.asian-game .look-more .txt {
  color: #f3f3f3;
}
:root[data-dark=true] #contents .box.election-box {
  background-color: #fff;
  border: 4px solid #fff;
}
:root[data-dark=true] #contents .box.election-box .box-title {
  background-color: #fff;
}
:root[data-dark=true] #contents .box.election-box .box-title .title {
  color: #333;
}
:root[data-dark=true] #contents .box.election-box .box-title .sub-title {
  color: #333;
}
:root[data-dark=true] #contents .look-more-wrapper {
  border-top: 1px solid #313334;
}
:root[data-dark=true] #contents .pagination-group-wrapper {
  border-top: 1px solid #313334;
}
:root[data-dark=true] #contents .pagination-group-wrapper .pagination-group .previous {
  border: 1px solid #505153;
  background-color: #343638;
}
:root[data-dark=true] #contents .pagination-group-wrapper .pagination-group .previous::before {
  background: url("/resource/image/pc/ico/boardArrowPrevDark.svg") center center no-repeat;
}
:root[data-dark=true] #contents .pagination-group-wrapper .pagination-group .previous:hover {
  background-color: #272829;
}
:root[data-dark=true] #contents .pagination-group-wrapper .pagination-group .next {
  border: 1px solid #505153;
  background-color: #343638;
}
:root[data-dark=true] #contents .pagination-group-wrapper .pagination-group .next::before {
  background: url("/resource/image/pc/ico/boardArrowNextDark.svg") center center no-repeat;
}
:root[data-dark=true] #contents .pagination-group-wrapper .pagination-group .next:hover {
  background-color: #272829;
}
:root[data-dark=true] #contents .pagination-group-wrapper .pagination-group .pagination {
  border-top: 1px solid #505153;
  border-bottom: 1px solid #505153;
  color: #787878;
}
:root[data-dark=true] #contents .pagination-group-wrapper .pagination-group .pagination .swiper-pagintaion-current {
  color: #b5b5b5;
}
:root[data-dark=true] #contents .pagination-group-wrapper .pagination-group .pagination .swiper-pagination-total {
  color: #787878;
}
:root[data-dark=true] #contents .pagination-group-wrapper .pagination-group.off .pagination {
  border: 1px solid #505153;
}