body[data-theme=dark-mode] a {
  color: #fff;
}
body[data-theme=dark-mode] #header .hd_wrap {
  border: 2px solid var(--dark_grey);
  border-radius: 5px;
}
body[data-theme=dark-mode] #header .hd_wrap .gnb {
  background: var(--dark_black);
}
body[data-theme=dark-mode] #header .hd_wrap .gnb > li ul > li a {
  color: #fff;
}
body[data-theme=dark-mode] #header .hd_wrap .gnb .nav_tit.main {
  color: #fff;
  border-bottom: 0;
}
body[data-theme=dark-mode] #header .hd_wrap .gnb .nav_tit.main .hd_logo {
  background: url(/asset/img/common/logo_wh.svg) no-repeat center/contain;
}
body[data-theme=dark-mode] #header .hd_wrap .gnb > li ul > li.on a {
  background: var(--grey);
}
body[data-theme=dark-mode] .top_con h1 .logo {
  background: url(/asset/img/common/logo_wh.svg) no-repeat center/contain;
}
body[data-theme=dark-mode] .top_con .menu_btn span {
  background: #fff;
}
body[data-theme=dark-mode] .search_wrap .search_select .nice-select {
  background: url(/asset/img/common/select_arrow_wh.png) no-repeat center right 10px;
}
body[data-theme=dark-mode] .search_wrap .search_select .list {
  background: var(--black);
}
body[data-theme=dark-mode] .search_wrap .search_select .nice-select.open .list {
  background: var(--black);
}
body[data-theme=dark-mode] .search_wrap input {
  color: #fff;
}
body[data-theme=dark-mode] .main_cont .box_cont .item.adver {
  border:2px solid var(--dark_grey);
}
body[data-theme=dark-mode] .main_cont .tab_container .tabs li a {
  border: none;
  color: #fff;
  background: var(--grey);
}
body[data-theme=dark-mode] .main_cont .tab_container .tabs li.active a {
  background: var(--deep_blue);
  color: #fff;
}
body[data-theme=dark-mode] .main_cont .best_list li a {
  color: #fff;
}
body[data-theme=dark-mode] .main_cont .best_list li .site_tit span {
  color: #fff;
}
body[data-theme=dark-mode] .main_cont .best_list li {
  border-bottom: var(--dark_border);
}
body[data-theme=dark-mode] .main_cont .box_cont .trend_head {
  background: var(--deep_blue);
  color: #fff;
}
body[data-theme=dark-mode] .main_cont .box_cont .trend_body {
  border: 2px solid var(--dark_grey);
  border-top: 0;
}
body[data-theme=dark-mode] .tb_wrap .tb_type1 .thead {
  background: var(--deep_blue);
}
body[data-theme=dark-mode] .tb_wrap .ttop_wrap .moreView {
  background: var(--black);
  border: 1px solid #fff;
  color: #fff;
}
body[data-theme=dark-mode] .tb_wrap .tb_type1 .tbody .nothing {
  border-bottom: var(--dark_border);
}
body[data-theme=dark-mode] .tb_wrap .total {
  color: #fff;
}
body[data-theme=dark-mode] .tb_wrap .tb_type1 a {
  border-bottom: var(--dark_border);
}
body[data-theme=dark-mode] .tb_wrap .tb_type1 .tb_bg {
  background: rgba(255, 255, 255, 0.1);
}
body[data-theme=dark-mode] .tb_wrap .tb_type1 .tb_bg .td.title {
  color: #fff;
}
body[data-theme=dark-mode] .tb_wrap .tb_type1 .site_tit {
  color: #fff;
  background: var(--blue);
}
body[data-theme=dark-mode] .view_wrap .view_tit {
  background: var(--deep_blue);
}
body[data-theme=dark-mode] .view_wrap .view_top {
  border-top: var(--dark_border);
  border-bottom: var(--dark_border);
}
body[data-theme=dark-mode] .view_wrap .view_group {
  background: rgba(255, 255, 255, 0.1);
}
body[data-theme=dark-mode] .view_group svg path {
  fill: #fff;
}
body[data-theme=dark-mode] .view_wrap .site_tit {
  color: #fff;
  background: var(--blue);
}
body[data-theme=dark-mode] .pagination .page_arrow {
  border: none;
  background-color: var(--grey);
}
body[data-theme=dark-mode] .pagination .pag_num a {
  background: var(--grey);
  color: #fff;
  border: 1px solid #1454FF;
}
body[data-theme=dark-mode] .pagination .pag_num.on a {
  background: var(--blue);
}
body[data-theme=dark-mode] .pagination .page_arrow.prev {
  background-image: url(/asset/img/common/page_arrow_prev_wh.png);
}
body[data-theme=dark-mode] .pagination .page_arrow.next {
  background-image: url(/asset/img/common/page_arrow_next_wh.png);
}
body[data-theme=dark-mode] .top_btn {
  background: var(--deep_blue);
}
body[data-theme=dark-mode] #footer {
  background: var(--dark_black);
  border-top: 0;
}

@media (max-width: 640px) {
  body[data-theme=dark-mode] .menu_close {
    background: url(/asset/img/common/menu_close_wh.svg) no-repeat center;
  }
  body[data-theme=dark-mode] #wrap #header .hd_wrap {
    background: var(--dark_black);
  }
  body[data-theme=dark-mode] .main_cont .best_list li .site_tit span {
    color: #fff;
    background: var(--blue);
  }
  body[data-theme=dark-mode] .main_cont .box_cont .trend_body {
    background: #222222;
  }
  body[data-theme=dark-mode] .top_con {
    border-bottom: var(--dark_border);
  }
  body[data-theme=dark-mode] .tb_wrap .tb_type1 .td.views span {
    background: transparent url(/asset/img/ico_views_wh.svg) no-repeat center;
  }
  body[data-theme=dark-mode] .tb_wrap .tb_type1 a .td {
    color: #fff;
  }
  body[data-theme=dark-mode] .tb_wrap .tb_type1 .mb_ico_pic {
    background: transparent url(/asset/img/mb_ico_pic_wh.png) no-repeat center;
  }
}

/*# sourceMappingURL=style-dark.css.map */
