@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

main {
  position: relative;
}

body {
  padding-right: 0 !important;
}

/* ----- header popup -----  */
.header-popup {width: 100%; height: 100vh; background-color: rgba(0, 0, 0, .9); position: absolute; top:0; left: 0; z-index: 99999; display: none;}
.header-popup .popup-wrap {max-width: 1650px; padding: 0 50px; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.popup-head {display: flex; align-items: center; justify-content: center; position: relative; color: #fff; margin: 0 130px 32px;}
.popup-head .popup-tit {font-size: 50px; font-weight: bold;}

.popup-body {position: relative; display: flex; align-items: center; max-width: 1750px; height: 100%; min-height: 30vh;}
.swiper-inner {flex: 1; padding: 0 150px; overflow: hidden; height: 100%;}
.popup-body .popup-swiper {width: 100%;}
.popup-body .popup-swiper .swiper-slide {border-radius: 20px; text-align: center; font-size: 20px; overflow: hidden;}
.popup-body .popup-swiper .swiper-slide a {display: block; width: 100%; height: auto; aspect-ratio: 1/1;}
.popup-body .popup-swiper .swiper-slide a img {display: block; width: 100%; height: 100%; object-fit: cover;}
.popup-body .pagination-wrap {width: 100%; display: flex; align-items: center; justify-content: center; position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%); gap: 10px;}
.popup-body .popup-pagination {position: static; width: fit-content !important;}
/* .popup-body .popup-pagination {width: fit-content !important; left:50% !important; bottom:-50px !important; transform: translateX(calc(-50% - 35px));} */
.popup-body .swiper-pagination-bullet {width: 10px; height: 10px; border-radius: 5px; transition: all 0.3s; background-color: #fff !important; opacity: 0.4 !important;}
.popup-body .swiper-pagination-bullet-active {background: #fff !important; opacity: 1 !important; width: 30px;}
.popup-swiper-toggle {width: 25px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.popup-swiper-toggle i {font-size: 28px; color: #fff;}
.popup-body .popup-button-prev,
.popup-body .popup-button-next {width: 80px; height: 80px; background-color: rgba(0, 0, 0, .7); border-radius: 40px; color: #fff; position: absolute; top:50%; transform: translateY(calc(-50% + 22px)); display: flex; align-items: center; justify-content: center;}
.popup-body .popup-button-prev {left:0;}
.popup-body .popup-button-next {right:0;}
.popup-body .popup-button-prev i, 
.popup-body .popup-button-next i {color: #fff; font-size: 24px; display: flex; align-items: center; justify-content: center;}
.popup-body .swiper-button-prev::after,
.popup-body .swiper-button-next::after {display: none;}

/* 오늘 하루 열지않기 버튼 */
.popup-wrap .btn-box {width: calc(100% - 300px); margin: 0 auto; margin-top: 70px; display: flex; align-items: center; justify-content: flex-end; color: #fff; position:relative;}
.popup-wrap .btn-box button {width: 60px; height: 60px; border-radius: 30px; background-color: rgba(255, 255, 255, 0.3); position: relative; display: flex; justify-content: center; align-items: center;}
.popup-wrap .btn-box button i {color: #000; background-color: #fff; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 20px; font-size: 30px;}
.popup-wrap .btn-box .today-close-box {display: flex; align-items: center; justify-content: center; margin-right: 20px;}
.popup-wrap .btn-box .today-close-box input {margin-right: 12px;}
.today-close-box input[type="checkbox"] {appearance: none; -webkit-appearance: none; line-height: normal !important; width: 22px; height: 22px; border: 2px solid #fff; background-color: transparent; cursor: pointer; position: relative;}
.today-close-box input[type="checkbox"]:checked::after { content: '\F633'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: "bootstrap-icons"; font-size: 16px; color: #fff;}
.popup-wrap .btn-box .today-close-box {font-size: 18px; cursor: pointer;}

/* 팝업 없을 시 */
.popup-no-content {position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); z-index: 9999;}
.popup-no-content p {font-size: 20px; color: #fff;}

@media(max-width:1400px) {
  .popup-head {margin: 0 120px 32px;}
  
  .popup-body .swiper-inner {padding: 0 120px;}
  .popup-body .popup-button-prev,
  .popup-body .popup-button-next {width: 70px; height: 70px;}
  
  .popup-wrap .btn-box {width: calc(100% - 240px);}
}
@media(max-width:950px) {
  .popup-head {margin: 0 80px 32px;}
  .popup-head .popup-tit {font-size: 35px;}

  .popup-body .swiper-inner {padding: 0 80px;}
  .popup-body .popup-button-prev,
  .popup-body .popup-button-next {width: 50px; height: 50px;}
  .popup-body .popup-button-prev i, 
  .popup-body .popup-button-next i {font-size: 18px;}

  .popup-wrap .btn-box {width: calc(100% - 160px);}
  .popup-wrap .btn-box .today-close-box input {margin-right: 8px;}
  .today-close-box input[type="checkbox"] {width: 16px; height: 16px;}
  .today-close-box input[type="checkbox"]:checked::after {font-size: 9px;}
  .popup-wrap .btn-box .today-close-box {font-size: 16px; margin-right: 15px;}
  .popup-wrap .btn-box button {width: 50px; height: 50px; border-radius: 25px;}
  .popup-wrap .btn-box button i {width: 30px; height: 30px; border-radius: 15px; font-size: 20px;}
}
@media(max-width:768px) {
  .popup-head {margin: 0 148px 20px;}

  .popup-body {max-width: 530px; margin: 0 auto;}

  .popup-wrap .btn-box {width: 100%;}
}
@media(max-width:500px) {
  .popup-head {margin:0; margin-bottom: 20px; justify-content: flex-start;}

  .popup-body .swiper-inner {padding: 0;}
  .popup-body .popup-button-prev,
  .popup-body .popup-button-next {width: 40px; height: 40px; border-radius: 20px; font-size: 10px; top: -40px;}
  .popup-body .popup-button-prev {right: 45px; left: auto;}
  .popup-body .popup-button-next {right:0;}
  .popup-body .popup-button-prev i, 
  .popup-body .popup-button-next i {font-size: 14px;}
}

#wrap {
  overflow: hidden;
}
#wrap.fixed {
  position: fixed;
  width: 100%;
}

#header {
  /* padding: 0 2.5rem; */
  position: fixed;
  z-index: 1000;
  width: 100%;
  /* width: 100vw; */
  top: 0;
  left: 0;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
#header .inner {
  /* max-width: 156rem; */
  /* max-width: 170rem; */
  /* padding: 0 1.5rem; */
  width: 100%;
  margin: 0 auto;
}
#header .head_nav {
  width: 100%;
  max-width: 1700px;
}
#header .head_top {
  padding: 20px 0 10px;
  width: 100%;
  max-width: 1700px;
}
#header .head_top .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .head_top .head_top_log {
  /* padding: 0 3rem; */
  display: flex;
  align-items: center;
  position: relative;
}
/* #header .head_top .head_top_log::after {
  content: "";
  width: 1px;
  height: 1.6rem;
  background-color: #d5d7dd;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
} */
#header .head_top .head_top_log > li {
  margin-left: 3rem;
  position: relative;
}
#header .head_top .head_top_log > li > a {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #161616;
  font-weight: 500;
  position: relative;
}
#header .head_top .head_top_log > li:not(:last-child) > a::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #d5d7dd;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: -17px;
}
#header .head_top .head_top_log > li > a > span {
  width: 16px;
  height: 16px;
  /* background-color: #dedfe9; */
  /* border-radius: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
#header .head_top .head_top_log > li > a > i {
  margin-left: 1rem;
}
#header .head_top .head_top_log > li > a.active .ci_caret {
  transform: rotate(180deg);
}
#header .lang_notice {
  display: none;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #d5d7dd;
  z-index: 9999;
  word-break: keep-all;
}
#header .lang_notice > p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #666;
}
#header .lang_notice button {
  background-color: var(--main-color);
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
}
#header .head_top_lang {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 120px;
  border-radius: 5px;
  background-color: #fff;
  color: #434343;
  z-index: 10000;
  display: none;
  border: 1px solid #d5d7dd;
}
#header .head_top_lang > li > a {
  display: block;
  padding: 10px 10px 10px 32px;
  border-bottom: 1px solid #d5d7dd;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  position: relative;
  min-width: 80px;
}
#header .head_top_lang > li > a::before {
  content: '';
  width: 17px;
  height: 12px;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 10px;
}
#header .head_top_lang > li > a.kor::before {
  background:url('../images/common/ico-lang-kor.svg') no-repeat center center/100%;
}
#header .head_top_lang > li > a.eng::before {
  background:url('../images/common/ico-lang-eng.svg') no-repeat center center/100%;
}
#header .head_top_lang > li > a.chn::before {
  background:url('../images/common/ico-lang-chn.svg') no-repeat center center/100%;
}
#header .head_top_lang > li > a.jpn::before {
  background:url('../images/common/ico-lang-jpn.svg') no-repeat center center/100%;
}
/* #header .head_top .head_top_log > li .head_top_lang > li > a i {
  margin-right: 0.3rem;
} */
/* #header .head_top .head_top_log > li .head_top_lang > li > a:hover {
  opacity: 0.9;
} */
#header .head_top_lang > li:last-child a {
  border-bottom: none;
}
#header .head_top .head_top_sns {
  display: flex;
  align-items: center;
}
#header .head_top .head_top_sns > li {
  margin-left: 2.5rem;
}
#header .head_top .head_top_sns > li > a {
  overflow: hidden;
  text-indent: -999999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .head_nav .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .head_nav h1 {
  text-indent: -9999px;
}
#header .head_nav h1 a {
  /* background: url('../images/common/logo-w.svg') no-repeat center center; */
  /* background-size: 100%; */
  width: 265px;
  height: 55px;
  display: block;
  overflow: hidden;
  position: relative;
}
#header .head_nav h1 a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  position: absolute;
  top: -55px;
  transition: none;
}
#header .head_nav h1 a .logo-c {
  top: 0;
}
#header.scroll .head_nav h1 a img {
  top:-55px;
}
#header.scroll .head_nav h1 a .logo-c {
  top:0;
}
#header.active .head_nav h1 a img {
  top:-55px;
}
#header.active .head_nav h1 a .logo-c {
  top:0;
}

#header .head_nav .head_gnb {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 95rem;
  width: 100%;
}
#header .head_nav .head_gnb > li {
  width: 16.6666666667%;
  height: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .head_nav .head_gnb > li > a {
  font-size: 24px;
  font-weight: 600;
  color: #161616;
  padding-bottom: 2rem;
  padding: 1.5rem 1.5rem;
  position: relative;
  z-index: 1;
  display: block;
}
#header .head_nav .head_gnb > li > a::before {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  top: 0.6rem;
  background-color: #ee5176;
}
#header .head_nav .head_gnb > li > a::after {
  display: block;
  position: absolute;
  bottom: -1.4rem;
  left: 0;
  height: 0.5rem;
  border-radius: 1rem;
  /* background-color: var(--main-color); */
  width: 100%;
}

#header .head_nav .head_gnb > li:nth-child(1) > a::after {
  background-color: #9764ce;
}
#header .head_nav .head_gnb > li:nth-child(2) > a::after {
  background-color: #2471e7;
}
#header .head_nav .head_gnb > li:nth-child(3) > a::after {
  background-color: #07a2c9;
}
#header .head_nav .head_gnb > li:nth-child(4) > a::after {
  background-color: #02af91;
}
#header .head_nav .head_gnb > li:nth-child(5) > a::after {
  background-color: #fda232;
}
#header .head_nav .head_gnb > li:nth-child(6) > a::after {
  background-color: #d4095e;
}
#header .head_nav .head_gnb > li:nth-child(7) > a::after {
  background-color: #e54b43;
}

#header .head_nav .head_gnb > li .head_gnbwrap {
  display: none;
  justify-content: center;
  position: absolute;
  z-index: -1;
  max-width: 175rem;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
/* 클릭된 메뉴만 보이게 */
.head_gnb > li.clicked .head_gnbwrap {
    display: block;
}
#header .head_nav .head_gnb > li .head_gnbwrap .cmt {
  width: 35rem;
  height: auto;
  /* padding-left: 1rem; */
  padding: 0 30px;
  word-break: auto-phrase;
  min-height: 35rem;
  color: #fff;
  position: relative;
}
#header .head_nav .head_gnb > li .head_gnbwrap .cmt strong {
  opacity: 0;
  display: block;
  font-size: 3.2rem;
  margin-top: 5rem;
  font-family: "STUNNING";
}
#header .head_nav .head_gnb > li .head_gnbwrap .cmt strong::after {
  content: "";
  width: 3rem;
  height: 0.3rem;
  background-color: #ffffff;
  display: block;
  margin: 3rem 0 2rem 0;
}
#header .head_nav .head_gnb > li .head_gnbwrap .cmt span {
  opacity: 0;
  font-size: 1.9rem;
  font-family: "STUNNING";
  line-height: 1.5;
  font-weight: bold;
  display: block;
  width: 85%;
}
#header .head_nav .head_gnb > li .head_gnbwrap .cmt::before {
  /* background: #2E7DD5;
  background: linear-gradient(135deg, rgb(46, 125, 213) 0%, rgb(42, 74, 172) 100%); */
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-top: 1px solid #d5d7dd;
  right: 0;
  z-index: -1;
  width: 50vw;
  height: 100%;
  border-radius: 0 0 15rem 0;
  max-height: 0;
}
#header .head_nav .head_gnb > li:nth-child(1) .head_gnbwrap .cmt::before {
  background: #1747ca;
  background: linear-gradient(135deg, #9764ce 0%, #8733e2 100%);
}
#header .head_nav .head_gnb > li:nth-child(2) .head_gnbwrap .cmt::before {
  background: #2471e7;
  background: linear-gradient(135deg, #2471e7 0%, #1f65cf 100%);
}
#header .head_nav .head_gnb > li:nth-child(3) .head_gnbwrap .cmt::before {
  background: #07a2c9;
  background: linear-gradient(135deg, #07a2c9 0%, #0498bd 100%);
}
#header .head_nav .head_gnb > li:nth-child(4) .head_gnbwrap .cmt::before {
  background: #02af91;
  background: linear-gradient(135deg, #02af91 0%, #029c82 100%);
}
#header .head_nav .head_gnb > li:nth-child(5) .head_gnbwrap .cmt::before {
  background: #fda232;
  background: linear-gradient(135deg, #fda232 0%, #f79b2b 100%);
}
#header .head_nav .head_gnb > li:nth-child(6) .head_gnbwrap .cmt::before {
  background: #d4095e;
  background: linear-gradient(135deg, #d4095e 0%, #c70556 100%);
}
#header .head_nav .head_gnb > li:nth-child(7) .head_gnbwrap .cmt::before {
  background: #e54b43;
  background: linear-gradient(135deg, #e54b43 0%, #cc423b 100%);
}

#header .head_nav .head_gnb > li .head_gnbwrap .cmt::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-top: 1px solid #d5d7dd;
  left: -50rem;
  z-index: -2;
  width: calc(100vw + 50rem);
  height: 100%;
  max-height: 0;
}
#header .head_nav .head_gnb > li .head_gnbwrap .dep {
  opacity: 0;
  width: calc(100% - 35rem);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row wrap;
  padding: 2.5rem;
}
#header .head_nav .head_gnb > li .head_gnbwrap .dep > li {
  padding: 0 1.5rem;
}
#header .head_nav .head_gnb > li .head_gnbwrap .dep > li:hover > a {
  color: var(--main-color);
  border-color: var(--main-color);
  box-shadow: 0.3rem 0 0.7rem rgba(180, 184, 214, 0.35);
}
/* #header .head_nav .head_gnb > li .head_gnbwrap .dep > li:hover > a[target=_blank]::after {
  background-image: url(../images/common/ci_new_blue.png);
} */
#header .head_nav .head_gnb > li .head_gnbwrap .dep > li > a {
  width: 26.7rem;
  height: 4.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d5d7dd;
  border-radius: 0.5rem;
  padding: 0 1.5rem;
  font-size: 18px;
  font-weight: 500;
  color: #161616;
  margin-top: 1.5rem;
}
#header .head_nav .head_gnb > li .head_gnbwrap .dep > li.has-child > a::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: 400;
  color: inherit;
}
/* #header .head_nav .head_gnb > li .head_gnbwrap .dep > li > a[target=_blank]::after {
  background: url(../images/common/ci_new.png) no-repeat center center/contain;
  width: 1.8rem;
  height: 1.8rem;
  content: "";
} */
#header .head_nav .head_gnb > li .head_gnbwrap .dep > li > a[target=_blank]::after {
  content: "\F1C5";
  font-family: 'bootstrap-icons';
  font-size: 16px;
  font-weight: bold;
}
#header .head_nav .head_gnb > li .head_gnbwrap .dep > li > ul {
  padding: 2rem 1.5rem;
}
#header .head_nav .head_gnb > li .head_gnbwrap .dep > li > ul li {
  margin-bottom: 1rem;
}
#header .head_nav .head_gnb > li .head_gnbwrap .dep > li > ul li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 400;
  position: relative;
  width: fit-content;
}
#header .head_nav .head_gnb > li .head_gnbwrap .dep > li > ul li a::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #7d7d7d;
  margin-right: 1rem;
  display: block;
}
#header .head_nav .head_gnb > li .head_gnbwrap .dep > li > ul li a:hover {
  color: var(--main-color);
  font-weight: 600;
}
#header .head_nav .head_gnb > li .head_gnbwrap .dep > li > ul li a:hover::before {
  background-color: var(--main-color);
}
/* #header .head_nav .head_gnb > li .head_gnbwrap .dep > li > ul li a:hover[target=_blank]::after {
  background-image: url(../images/common/ci_new_blue.png);
}
#header .head_nav .head_gnb > li .head_gnbwrap .dep > li > ul li a[target=_blank]::after {
  background: url(../images/common/ci_new.png) no-repeat center center/contain;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  display: block;
  content: "";
} */
#header .head_nav .head_gnb > li .head_gnbwrap .dep > li > ul li a[target=_blank]::after {
  content: "\F1C5";
  font-family: 'bootstrap-icons';
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: -20px;
  top: 1px;
}
#header .header-sitemap .sitemap-list > li a[target=_blank]::after {
  content: "\F1C5";
  font-family: 'bootstrap-icons';
  font-size: 16px;
  font-weight: bold;
  margin-left: 5px;
  display: inline-block;
  /* position: absolute;
  bottom: 2px; */
}

#mbnav .mbnav_body .mbgnb > li .dep > li > a[target=_blank] {justify-content: flex-start;}
#mbnav .mbnav_body .mbgnb > li .dep > li > a[target=_blank]::before {
  content: "\F1C5";
  font-family: 'bootstrap-icons';
  font-size: 16px;
  font-weight: bold;
  order: 2;
  margin-left: 5px;
  margin-bottom: 2px;
}
#mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li > a[target=_blank]::after {
  content: "\F1C5";
  font-family: 'bootstrap-icons';
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: -20px;
  top: 1px;
}
@media(max-width: 490px) {
  #mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li > a {display: block !important;}
  #mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li > a[target=_blank]::after {position: static; margin-left: 5px;}
}


/*
#header .head_nav .head_gnb > li:hover > a::before, #header .head_nav .head_gnb > li:hover > a::after {
  content: "";
}
#header .head_nav .head_gnb > li:hover .head_gnbwrap {
  display: flex;
}
#header .head_nav .head_gnb > li:hover .head_gnbwrap .cmt strong,
#header .head_nav .head_gnb > li:hover .head_gnbwrap .cmt span {
  animation: gnb-nav-ani 0.45s 0.15s ease forwards;
}
#header .head_nav .head_gnb > li:hover .head_gnbwrap .cmt::after, #header .head_nav .head_gnb > li:hover .head_gnbwrap .cmt::before {
  animation: gnb-nav-ani 0.45s ease forwards;
}
#header .head_nav .head_gnb > li:hover .head_gnbwrap .dep {
  animation: gnb-nav-ani 0.45s 0.3s ease-in-out forwards;
}*/
#header .head_nav .head_gnb > li.tabindex > a::before, #header .head_nav .head_gnb > li.tabindex > a::after, #header .head_nav .head_gnb > li:hover > a::before, #header .head_nav .head_gnb > li:hover > a::after {
  content: "";
}
#header .head_nav .head_gnb > li.tabindex .head_gnbwrap, #header .head_nav .head_gnb > li:hover .head_gnbwrap {
  display: flex;
}
#header .head_nav .head_gnb > li.tabindex .head_gnbwrap .cmt strong,
#header .head_nav .head_gnb > li.tabindex .head_gnbwrap .cmt span, #header .head_nav .head_gnb > li:hover .head_gnbwrap .cmt strong,
#header .head_nav .head_gnb > li:hover .head_gnbwrap .cmt span {
  animation: gnb-nav-ani 0.45s 0.15s ease forwards;
}
#header .head_nav .head_gnb > li.tabindex .head_gnbwrap .cmt::after, #header .head_nav .head_gnb > li.tabindex .head_gnbwrap .cmt::before, #header .head_nav .head_gnb > li:hover .head_gnbwrap .cmt::after, #header .head_nav .head_gnb > li:hover .head_gnbwrap .cmt::before {
  animation: gnb-nav-ani 0.45s ease forwards;
}
#header .head_nav .head_gnb > li.tabindex .head_gnbwrap .dep, #header .head_nav .head_gnb > li:hover .head_gnbwrap .dep {
  animation: gnb-nav-ani 0.45s 0.3s ease-in-out forwards;
}
#header .head_nav .head_addon .lang_notice {
  transform: translateX(0);
  right: 0;
  left: auto;
}
#header .head_nav .head_addon {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .head_addon .head_top_lang {
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
}
#header .head_nav .head_addon .head_nav_pop {
  margin-right: 10px;
  width: 10rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d5d7dd;
  border-radius: 2rem;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
#header .head_nav .head_addon .head_nav_pop:hover > i {
  opacity: 1;
}
#header .head_nav .head_addon .head_nav_pop > i {
  margin-left: 1rem;
  width: 2.1rem;
  height: 3rem;
}
#header .head_nav .head_addon .head_nav_pop > .pop_count {
  width: 18px;
  height: 18px;
  background-color: #dd496c;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 2px;
  top: -1px;
  box-shadow: -1px 1px 0px #ffffff;
}
#header .head_nav .head_addon .head_nav_bar {
  display: flex;
  align-items: center;
}
#header .head_nav .head_addon .head_nav_log {
  display: none;
  align-items: center;
  position: relative;
  margin-right: 3px;
}
#header .head_nav .head_addon .head_nav_log > li {
  /* margin-left: 3rem; */
  position: relative;
}
#header .head_nav .head_addon .head_nav_log > li > a {
  display: flex;
  align-items: center;
  color: #161616;
  font-weight: 500;
}
#header .head_nav .head_addon .head_nav_log > li > a > span {
  width: 24px;
  height: 24px;
  /* background-color: #dedfe9; */
  /* border-radius: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .head_nav .head_addon .head_nav_log > li > a > i {
  margin-left: 0.5rem;
}
#header .head_nav .head_addon .head_nav_log > li > a.active i {
  /* transform: rotate(180deg); */
}
#header .head_nav .head_addon .head_nav_log > li .head_nav_lang {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  width: 100%;
  border-radius: 0.5rem;
  background-color: var(--main-color);
  color: #fff;
  z-index: 10000;
  display: none;
  min-width: 9rem;
}
#header .head_nav .head_addon .head_nav_log > li .head_nav_lang > li > a {
  display: block;
  padding: 1rem 1rem;
  border-bottom: 1px solid #d5d7dd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
#header .head_nav .head_addon .head_nav_log > li .head_nav_lang > li > a i {
  margin-right: 0.3rem;
}
#header .head_nav .head_addon .head_nav_log > li .head_nav_lang > li > a:hover {
  opacity: 0.9;
}
#header .head_nav .head_addon .head_nav_log > li .head_nav_lang > li:last-child a {
  border: none;
}
#header .gnb_bg {
  position: absolute;
  top: 14rem;
  left: 0;
  width: 100vw;
  height: 50rem;
  background-color: #f4f4f4;
}
#header .gnb_bg .gnb_bg_cmt {
  background-color: var(--main-color);
}
#header.active {
  background-color: #fff;
  transition: none !important;
}
#header.active .head_top,
#header.active .head_nav {
  background-color: #fff;
}
#header.scroll {
  /* border-bottom: 1px solid #d5d7dd; */
  top: 0rem;
  background-color: #fff;
  /* animation: head-bg-ani 0.45s ease forwards; */
}
#header.scroll .head_top {
  /* animation: head-bg-ani 0.45s ease forwards;
  position: absolute;
  top: -4.6rem; */
  display: none;
}
#header.scroll.add {
  top: 0;
  transition: 0.45s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
#header.scroll.add .head_top {
  position: fixed;
  top: -4.6rem;
  transition: 0.45s ease;
}
#header.scroll.active .head_top {
  animation: none;
}
/* #header.scroll .head_nav h1 a {
  background: url('../images/common/logo.svg') no-repeat center center;
  background-size: 100%;
  height: 30px;
  width: 250px;
  display: block;
} */

#mbnav {
  display: inline-block;
  position:fixed;
  right: -100%;
  left:auto;
  transition: 0.6s ease-in-out;
  top: 0;
  width: 100%;
  height: 100vh;
  /*max-width: 70rem;*/
  z-index: 1002;
  background-color: #fff;
  overflow-y: auto;
  background: transparent;
  box-sizing: border-box
}
#mbnav::before{
  width: calc(100% - 30px);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left:0px;
  border-top-left-radius: 60px;
  border-top-right-radius: 0;
  height: 100%;
  box-sizing: border-box;  
}
#mbnav .mbwrap{
  position: absolute;
  right:0;
  width: 94%;
  max-width: 550px;
  /* height:100vh; */
}
#mbnav.active {
  right: 0;
}
#mbnav .mbnav_head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 140px;
  padding: 22px 0 0 25px;
  border-bottom: 1px solid #d5d7dd;
  background-color: #fff;
  /* border-radius: 60px 0 0 0; */
}
#mbnav .mbnav_head .mbnav_close {
  position:absolute;
  top: 20px;
  right: 17px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2E7DD5;
  background: linear-gradient(135deg, rgb(46, 125, 213) 0%, rgb(42, 74, 172) 100%);
  box-shadow: 5px 0 9px rgba(64, 64, 64, 0.2);
}
#mbnav .mbnav_head .mbnav_close i {
  color: #fff;
  font-size: 26px;
}
#mbnav .mbnav_head .cmt {
  width: fit-content;
}
#mbnav .mbnav_head .cmt h1 {
  text-indent: -9999px;
}
#mbnav .mbnav_head .cmt h1 a {
  background: url('../images/common/logo.svg?v=2') no-repeat center center;
  background-size: 100%;
  height: 50px;
  width: 250px;
  display: block;
}
#mbnav .mbnav_head .cmt p {
  font-size: 17px;
  line-height: 1.6;
}
#mbnav .mbnav_head .addon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 25px;
  bottom: 23px;
  gap: 25px;
}
#mbnav .mbnav_head .addon li {
  position: relative;
}
#mbnav .mbnav_head .addon li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d5d7dd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
}
#mbnav .mbnav_head .addon li:last-child:before {
  display: none;
}
#mbnav .mbnav_head .addon li a {
/*
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
 */
  display: flex;
  flex-direction: row;         /* 가로 정렬 */
  align-items: center;
  justify-content: center;
  /* padding: 8px 12px; */
  padding: 8px 0;
  border-radius: 20px;
  /* background-color: #f5f5f5; */
  gap: 4px;
  height: auto;
  width: auto;
  font-size: 13px;
  color: #333;
  white-space: nowrap;         /*  줄바꿈 방지 */
}
#mbnav .mbnav_head .addon li a span {
  display: inline-block;
  white-space: nowrap;         /* 텍스트가 한 줄에 유지되도록 */
  /* margin-left: 2px; */
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
#mbnav .mbnav_head .addon li a i{
  display: inline-block;
  width: 18px;           /* 명확하게 지정 */
  height: 17px;  
  flex-shrink: 0;        /* flex 내부일 때 강제로 줄지 않게 */
 }
#mbnav .mbnav_head .addon li a .ci_setting {
  background: url(../images/common/ico-setting.svg) no-repeat center center;
  background-size: contain;
}
#mbnav .mbnav_head .addon li a .ci_user {
  background: url(../images/common/ico-mypage.svg) no-repeat center center;
  background-size: contain;
}
#mbnav .mbnav_head .addon li a .ci_login {
  background: url(../images/common/ico-login.svg) no-repeat center center;
  background-size: contain;
}
#mbnav .mbnav_head .addon li a .ci_logout {
  background: url(../images/common/ico-logout.svg) no-repeat center center;
  background-size: contain;
}
#mbnav .mbnav_head .addon li a .ci_world {
  background: url(../images/common/ico-lang.svg) no-repeat center center;
  background-size: contain;
}
#mbnav .mbnav_head .addon li a .ci_bell {
  background: url(../images/common/ico-bell.svg) no-repeat center center;
  background-size: contain;
}

#mbnav .mbnav_body {
  background-color: #fbfbfd;
  /* border-radius: 0 0 0 60px; */
}
#mbnav .mbnav_body .util {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  height: 80px;
}
#mbnav .mbnav_body .util li {
  width: calc(50% - 7px);
}
#mbnav .mbnav_body .util li a {
  width: 100%;
  padding: 0 20px;
  border-radius: 30px;
  height: 50px;
  border: 1px solid #d5d7dd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  background-color: #fff;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}
#mbnav .mbnav_body .util li a i {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-size: contain;
}
#mbnav .mbnav_body .util li a .ci_service {
  width: 23px !important;
  height: 23px !important;
  margin-top: -2px;
  background: url('../images/common/ico-service.svg') no-repeat center center;
  background-size: contain;
}
#mbnav .mbnav_body .util li:last-child a {
  background-color: #3a3e5b;
  color: #fff;
}
#mbnav .mbnav_body .mbgnb {
  background-color: #e9eef4;
  padding: 50px 0 ;
  height: calc(100vh - 220px);
  min-height: 600px;
  /* border-radius: 0 0 0 60px; */
  position: relative;
}
#mbnav .mbnav_body .mbgnb > li {
  padding: 0 10px;
}
#mbnav .mbnav_body .mbgnb > li > a {
  border-bottom: 1px solid #d5d7dd;
  font-size: 19px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  width: 160px;
  padding: 0 20px;
}
#mbnav .mbnav_body .mbgnb > li > a::before {
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  display: none;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
#mbnav .mbnav_body .mbgnb > li > a::after {
  display: inline-block;
  font-family: "bootstrap-icons";
  content: "\F285";
  font-weight: 400;
  color: inherit;
  display: none;
  font-size: 17px;
}
#mbnav .mbnav_body .mbgnb > li.active > a {
  background-color: var(--sub-color);
  width: 210px;
  transform: translateX(-30px);
  border-radius: 30px;
  color: #fff;
  box-shadow: 3px 0 7px rgba(42, 75, 172, 0.35);
  position: relative;
  z-index: 10;
  padding-left: 40px;
  border: none;
  font-size: 19px;
}
#mbnav .mbnav_body .mbgnb > li.active > a::before {
  display: block;
}
#mbnav .mbnav_body .mbgnb > li.active > a::after {
  display: block;
}
#mbnav .mbnav_body .mbgnb > li.active .dep {
  display: block;
}
#mbnav .mbnav_body .mbgnb > li .dep {
  display: none;
  position: absolute;
  border-radius: 20px 0 0 0;
  box-shadow: -3px -3px 10px rgba(183, 187, 200, 0.35);
  top: 30px;
  left: 180px;
  background-color: #fff;
  width: calc(100% - 180px);
  padding: 30px;
  display: none;
  height: 95%;
  overflow-y: auto;
}
#mbnav .mbnav_body .mbgnb > li .dep > li.active > a {
  color: var(--sub-color);
  border-color: var(--sub-color);
  font-weight: bold;
}
#mbnav .mbnav_body .mbgnb > li .dep > li.active > a::after {
  transform: rotate(180deg);
}
#mbnav .mbnav_body .mbgnb > li .dep > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 19px;
  border-bottom: 1px solid #d5d7dd;
  padding: 20px 10px;
  color: #161616;
  position: relative;
  z-index: 14;
  font-weight: 500;
  word-break: keep-all;
}
#mbnav .mbnav_body .mbgnb > li .dep > li > a::after {
  display: none;
}
/* 뎁스가 있는 항목에만 화살표 보임 */
#mbnav .mbnav_body .mbgnb > li .dep > li.has-child > a::after {
  display: inline-block;
  font-family: "bootstrap-icons";
  content: "\F282";
  font-weight: 400;
  color: inherit;
  font-size: 17px;
}
#mbnav .mbnav_body .mbgnb > li .dep > li .dep3 {
  padding: 1rem;
  font-size: 18px;
  display: none;
  border-bottom: 1px solid #d5d7dd;
}
#mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li {
  margin: 15px 0;
  padding-left: 17px;
}
#mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li > a {
  position: relative;
  z-index: 13;
  display: flex;
  align-items: center;
  font-size: 18px;
  word-break: keep-all;
  width: fit-content;
}
#mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li > a:hover {
  color: #2a4bac;
}
#mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li > a::before {
  content: "-";
  /* display: block; */
  /* margin-right: 10px; */
  position: absolute;
  top: 0;
  left: -17px;
}
#mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li.active > a {
  color: var(--sub-color);
  font-weight: bold;
}
#mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li.active .dep4 {
  display: block;
}
#mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li .dep4 {
  border-radius: 20px;
  background-color: #f0edf4;
  padding: 20px;
  margin-top: 20px;
  font-size: 17px;
  display: none;
}
#mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li .dep4 > li {
  margin-bottom: 10px;
}
#mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li .dep4 > li:last-child {
  margin-bottom: 0;
}
#mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li .dep4 > li a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 14;
  font-size: 17px;
}
#mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li .dep4 > li a::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #3f3f3f;
  margin-right: 10px;
}
@media (max-width: 450px) {
  /* #mbnav .mbnav_head .cmt h1 a {width: 240px;} */
  /* #mbnav .mbnav_head .addon li a {width: 35px; height: 35px;}*/
  #mbnav .mbnav_body .util {justify-content: center; gap: 7px; padding: 0 10px;}
  #mbnav .mbnav_body .util li a {font-size: 17px;}
  #mbnav .mbnav_body .mbgnb > li > a {font-size: 17px;}
  #mbnav .mbnav_body .mbgnb > li.active > a {width: 190px; font-size: 17px;}
  #mbnav .mbnav_body .mbgnb > li .dep {width: calc(100% - 160px); left: 160px; padding: 20px;}
  #mbnav .mbnav_body .mbgnb > li .dep > li > a {font-size: 17px;}
  #mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li > a {font-size: 17px;}
  /* #mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li .dep4 > li a {font-size: 15px;} */
  #mbnav .mbnav_body .mbgnb > li.active > a {padding: 0 15px; padding-left: 35px;}
  
  #mbnav .mbnav_head {padding: 25px 0 0 20px;}
  #mbnav .mbnav_head .cmt h1 a {width: 215px;}
  #mbnav .mbnav_head .mbnav_close {width: 45px; height: 45px;}
  #mbnav .mbnav_head .addon {left: 20px;}
  #mbnav .mbnav_head .addon li a span {font-size: 17px;}
  #mbnav .mbnav_head .addon li a i {height: 16px;}
  /* #mbnav .mbnav_head {justify-content: flex-end;} */
  /* #mbnav .mbnav_head .cmt {width: fit-content;} */
  #mbnav .mbnav_body .mbgnb > li > a {padding: 0 20px 0 7px;}
  #mbnav .mbnav_body .mbgnb > li.active > a {width: 165px;}
  #mbnav .mbnav_body .mbgnb > li .dep {width: calc(100% - 135px); left: 135px;}

  #footer .inner .foot_cont .foot_cont_info span {
    margin-bottom: 2rem;
  }
}


#contents {
  font-size: 1.8rem;
}
#contents h3 {
  font-weight: 600;
  font-size: 3.8rem;
  color: #161616;
  text-align: center;
  margin-bottom: 20px;
}
#contents .inner {
  /* padding: 0 1.5rem; */
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}
#contents .contents_head {
  position: relative;
  background-color: #f2f8fe;
  height: 350px;
  display: flex;
  align-items: center;
  padding-top: 80px;
}
#contents .contents_head .inner {
  position: relative;
  z-index: 10;
  height: 100%;
}
#contents .contents_head::after, #contents .contents_head::before {
  content: "";
  display: block;
  width: 15rem;
  height: 15rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
#contents .contents_head::before {
  background-color: #fff;
}
#contents .contents_head::after {
  background-color: #f2f8fe;
  border-radius: 0 0 0 15rem;
}
#contents .contents_head .contents_title_bg {
  background: url(../images/sub/sub-visual.svg) no-repeat -50px center / 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#contents .contents_head .contents_title_bg::before {
  content: '';
  width: 70%;
  height: 200px;
  background: linear-gradient(to bottom, rgb(242,248,254, 0), rgba(242, 248, 254, 1));
  position: absolute;
  bottom: 0;
  right: 0;
}
#contents .contents_head .contents_title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 4rem;
  color: #161616;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
#contents .contents_head .contents_title h2 {
  font-size: 50px;
  font-weight: 300;
}
#contents .contents_head .contents_title h2 strong {
  font-weight: bold;
}
#contents .contents_head .contents_title span {
  font-size: 30px;
  display: flex;
  align-items: center;
  margin-left: 3rem;
  font-weight: 500;
  color: #36373b;
}
#contents .contents_head .contents_title span::before {
  content: "";
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #d5d7dd;
  margin-right: 1.5rem;
}
#contents .contents_head .contents_title p {
  font-size: 22px;
  color: #777777;
  margin-top: 20px;
  width: 100%;
}
#contents .contents_head .contents_nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 101;
  padding: 0 5px;
}
#contents .contents_head .contents_nav .home {
  width: 65px;
  height: 65px;
  padding: 22px;
  border-radius: 50%;
  background: #2E7DD5;
  background: linear-gradient(135deg, rgb(46, 125, 213) 0%, rgb(42, 74, 172) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
  /* left: 0; */
}
#contents .contents_head .contents_nav > ul {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0.7rem 0 1.6rem rgba(0, 16, 53, 0.1);
  /* max-width: 148.5rem; */
  width: calc(100% - 45px);
  height: 65px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-left: -20px;
  z-index: -1;
}
#contents .contents_head .contents_nav > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}
#contents .contents_head .contents_nav > ul > li::after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #d5d7dd;
}
#contents .contents_head .contents_nav > ul > li > a {
  margin: 0 30px;
  display: block;
  padding-right: 50px;
  width: 280px;
  height: 65px;
  display: flex;
  font-weight: 500;
  font-size: 18px;
  align-items: center;
  word-break: keep-all;
}
#contents .contents_head .contents_nav > ul > li > a::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: 400;
  color: inherit;
  position: absolute;
  right: 3rem;
}
#contents .contents_head .contents_nav > ul > li ul {
  padding-bottom: 1rem;
  display: none;
  position: absolute;
  width: 100%;
  min-width: 100%;
  min-height: 6rem;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgb(48, 80, 176), rgb(49, 143, 181));
  border-radius: 2.5rem;
  box-shadow: 2px 0 1.3rem rgba(21, 54, 81, 0.5);
  color: #ffffff;
  z-index: 999;
  transform: translateZ(0);
}
#contents .contents_head .contents_nav > ul > li ul > li {
  margin: 0 1.5rem;
}
#contents .contents_head .contents_nav > ul > li ul > li strong {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22.5px 10px;
  border-bottom: 1px solid #d5d7dd;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 18px;
  word-break: keep-all;
}
#contents .contents_head .contents_nav > ul > li ul > li strong::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: 400;
  color: #fff;
  transform: rotate(180deg);
}
#contents .contents_head .contents_nav > ul > li ul > li a {
  padding: 10px 10px;
  display: block;
  font-size: 18px;
  word-break: keep-all;
}
#contents .contents_head .contents_nav > ul > li ul > li a:hover {
  font-weight: bold;
}
#contents .contents_head .contents_nav .spin {
  width: 21rem;
  height: 21rem;
  position: absolute;
  z-index: -1;
  right: -8rem;
  bottom: -5rem;
  background: url(../images/sub/spin.png) no-repeat center/contain;
  animation: spin 20s linear infinite;
}
#contents .contents_body {
  position: relative;
  background-color: #fff;
  min-height: 70vh;
  padding: 11rem 20px 20rem;
}
#contents .contents_body::after, #contents .contents_body::before {
  content: "";
  display: block;
  width: 15rem;
  height: 15rem;
  position: absolute;
  right: 0;
  top: 0;
}
#contents .contents_body::before {
  background-color: #f2f8fe;
}
#contents .contents_body::after {
  background-color: #fff;
  border-radius: 0 15rem 0 0;
}
#contents .contents_body .cont_title {
  position: relative;
  margin-bottom: 5rem;
}
#contents .contents_body .cont_title .addon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* position: absolute; */
  /* right: 1rem; */
  /* top: 0; */
  /* z-index: 100; */
}
#contents .contents_body .cont_title .addon li {
  margin-left: 1.2rem;
}
#contents .contents_body .cont_title .addon li a {
  width: 5rem;
  height: 5rem;
  border-radius: 1.5rem;
  background-color: #fff;
  box-shadow: 0.7rem 0 1.6rem rgba(230, 229, 237, 0.6);
  border: 1px solid #d5d7dd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3rem;
}
#contents .manual_btn.active .tooltip-inner {display: block !important;}
#contents .contents_body .cont_title .addon li a.hover:hover, #contents .contents_body .cont_title .addon li a.active {
  background: linear-gradient(60deg, rgb(48, 80, 176) 0%, rgb(49, 143, 181) 100%);
}
#contents .contents_body .cont_title .addon li a.hover:hover i, #contents .contents_body .cont_title .addon li a.active i{
  filter: brightness(10);
}
/* #contents .contents_body .cont_title .addon li a:focus, #contents .contents_body .cont_title .addon li a:hover, #contents .contents_body .cont_title .addon li a.active {
  background: linear-gradient(60deg, rgb(48, 80, 176) 0%, rgb(49, 143, 181) 100%);
}
#contents .contents_body .cont_title .addon li a:focus i, #contents .contents_body .cont_title .addon li a:hover i, #contents .contents_body .cont_title .addon li a.active i{
  filter: brightness(10);
} */
/* #contents .contents_body .cont_title .addon li a:focus i, #contents .contents_body .cont_title .addon li a:hover i, #contents .contents_body .cont_title .addon li a.active i {
  background-position: bottom;
} */
#contents .contents_body .cont_tep {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 5rem;
  position: relative;
  z-index: 5;
}
#contents .contents_body .cont_tep .cont_tab_slt {
  width: 100%;
  display: none;
}
#contents .contents_body .cont_tep .cont_tab_slt strong {
  background-color: var(--sub-color);
  padding: 0 2.5rem;
  width: 100%;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3rem;
  height: 6.5rem;
  font-size: 17px;
}
#contents .contents_body .cont_tep .cont_tab_slt strong::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: 400;
  color: #fff;
}
#contents .contents_body .cont_tep .cont_tab_slt.active strong {
  border-radius: 3rem 3rem 0 0;
}
#contents .contents_body .cont_tep .cont_tab_list {
  display: inline-flex;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4rem;
  padding: 1.5rem 3rem;
}
#contents .contents_body .cont_tep .cont_tab_list li.active a {
  background-color: var(--sub-color);
  color: #ffffff;
}
#contents .contents_body .cont_tep .cont_tab_list li a {
  padding: 0 3rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 500;
}
#contents .contents_body .cont_tep .cont_tab_list li:focus a, #contents .contents_body .cont_tep .cont_tab_list li:hover a, #contents .contents_body .cont_tep .cont_tab_list li.active a {
  background-color: var(--sub-color);
  color: #ffffff;
}
#contents .contents_body .cont_tep_container {
  display: none;
}
#contents .contents_body .cont_tep_container.active {
  display: block;
}
#contents .contents_body .cont_info {
  position: absolute;
  max-width: 153rem;
  bottom: 6rem;
  border: 1px solid #d5d7dd;
  padding: 2rem 3rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 4rem);
  left: 50%;
  transform: translateX(-50%);
}
#contents .contents_body .cont_info > div {
  display: flex;
}
#contents .contents_body .cont_info > div dl {
  margin: 0 4rem;
}
#contents .contents_body .cont_info > div strong {
  display: flex;
  align-items: center;
}
#contents .contents_body .cont_info > div strong i {
  margin-right: 0.5rem;
}
#contents .contents_body .cont_info dl {
  display: flex;
  align-items: center;
}
#contents .contents_body .cont_info dl dt {
  color: #252735;
}
#contents .contents_body .cont_info dl dd {
  color: #666666;
  display: flex;
  align-items: center;
}
#contents .contents_body .cont_info dl dd::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.2rem;
  background-color: #d5d7dd;
  margin: 0 1.5rem;
}

#footer {
  border-top: 1px solid #d5d7dd;
  padding: 40px 0 0;
  width: 100%;
}
#footer .inner {
  max-width: 1740px;
  width: 100%;
  margin: 0 auto;
}
#footer .inner .foot_site {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 8.5rem;
  padding: 0 20px;
}
#footer .inner .foot_site > li {
  width: calc(20% - 1.2rem);
  position: relative;
}
#footer .inner .foot_site > li > a {
  color: #1a1a1a;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  border-radius: 1rem;
  height: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
  font-size: 19px;
  font-weight: 500;
  position: relative;
  z-index: 0;
}
#footer .inner .foot_site > li > a::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: 400;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
#footer .inner .foot_site > li > ul {
  position: absolute;
  background-color: #fff;
  border: 1px solid var(--sub-color);
  width: 100%;
  bottom: 6rem;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem 1.5rem;
  display: none;
  max-height: 270px;
  overflow-y: scroll;
  z-index: 10;
}
#footer .inner .foot_site > li > ul::-webkit-scrollbar {
  width: 5px;
}
#footer .inner .foot_site > li > ul::-webkit-scrollbar-track {
  background: transparent;
}
#footer .inner .foot_site > li > ul::-webkit-scrollbar-thumb {
  background-color: #aaa; /* 스크롤 바 색상 */
  border-radius: 10px;
}
#footer .inner .foot_site > li > ul::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

#footer .inner .foot_site > li > ul li a {
  width: 100%;
  display: block;
  font-size: 18px;
  padding: 1rem 1.5rem;
}
#footer .inner .foot_site > li > ul li a:hover {
  font-weight: bold;
}
#footer .inner .foot_site > li.active > a {
  background-color: var(--sub-color);
  border: 1px solid var(--sub-color);
  color: #fff;
  border-radius: 0 0 1rem 1rem;
}
#footer .inner .foot_site > li.active > a::after {
  transform: rotate(180deg);
  color: #fff;
}
#footer .inner .foot_cont {
  display: flex;
  justify-content: space-between;
  /* flex-flow: row wrap; */
  gap: 20px;
  width: 100%;
  padding: 0 20px;
}
#footer .inner .foot_cont .foot_cont_info {
  /* max-width: 46rem; */
  width: 100%;
}
/* #footer .inner .foot_cont .foot_cont_info strong {
  display: inline-block;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: bold;
  text-indent: -9999px;
} */
#footer .inner .foot_cont .foot_cont_info img {
  width: 100%;
  max-width: 290px;
  margin-bottom: 20px;
}
#footer .inner .foot_cont .foot_cont_info span {
  display: block;
  color: #333333;
  margin-bottom: 4rem;
  font-size: 18px;
}
#footer .inner .foot_cont .foot_cont_info dl {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
#footer .inner .foot_cont .foot_cont_info dl dt {
  color: #1a1a1a;
  /* margin-right: 1.5rem; */
  font-weight: bold;
  white-space: nowrap;
  width: 70px;
}
#footer .inner .foot_cont .foot_cont_info dl dd {
  color: #666666;
  word-break: keep-all;
  flex: 1;
}
#footer .inner .foot_cont .foot_cont_info > div {
  display: flex;
}
#footer .inner .foot_cont .foot_cont_info > div dl {
  width: auto;
  margin-right: 3rem;
}
#footer .inner .foot_cont .foot_cont_link li a {
  width: 30rem;
  height: 6rem;
  border-bottom: 1px solid #d5d7dd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
  position: relative;
  font-size: 18px;
}
#footer .inner .foot_cont .foot_cont_link li a::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 400;
  color: inherit;
}
#footer .inner .foot_cont .foot_cont_link li a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  max-width: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.5s all;
}
#footer .inner .foot_cont .foot_cont_link li a:hover {
  color: var(--main-color);
}
#footer .inner .foot_cont .foot_cont_link li a:hover::after {
  color: var(--main-color);
}
#footer .inner .foot_cont .foot_cont_link li a:hover::before {
  max-width: 100%;
}
#footer .site_copy {
  background-color: var(--sub-color);
  border-radius: 3rem 3rem 0 0;
  padding: 3rem 4rem 4rem 4rem;
  width: 100%;
  color: #fff;
  margin: 4rem auto 0 auto;
  display: flex;
  align-items: flex-start;
  max-width: 2000px;
}
#footer .site_copy i {
  color: #fff;
  margin-right: 1rem;
}
#footer .site_copy p {
  font-size: 15px;
}
#footer .site_copy p span {
  display: block;
  margin-top: 0.5rem;
}


/* 플로팅 메뉴 수정 */
#header ~ #floating {opacity: 1; pointer-events: auto;}
#floating .flot_top {opacity: 0; transition: opacity 0.3s; pointer-events: none;}
#header.scroll ~ #floating .flot_top {opacity: 1; pointer-events: auto;}

#floating > div .onmenu {background-color: #cee7ff;}
#floating > div .onmenu .ci_onmenu {background: url('../images/common/ico-onmenu.svg')no-repeat center center/ 60%; margin-left: 3px;}
#floating > div .kakao {background-color: #fae100;}
#floating > div .kakao .ci_kakao_plus {background: url('../images/common/ico-kakaoplus.svg')no-repeat center center/contain; margin-left: 3px;}

#floating > div .floating-cont {cursor: auto; opacity: 0; visibility: hidden; transition: opacity 0.3s ease-in-out; width: 330px; padding: 20px 30px 30px; border-radius: 40px 0 0 40px; position: absolute; bottom: 0; right: 0; color: #212529; line-height: 1.3;}
#floating > div .floating-cont.active {opacity: 1; visibility: visible;}


#floating > div .floating-cont .close-btn {width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; position: absolute; top: -25px; right: 10px; border-radius: 50%;}
#floating > div .floating-cont .close-btn i {font-size: 16px; color: #1d1738; display: flex; align-items: center; justify-content: center;}
#floating > div .floating-cont .cont-tit {font-size: 20px; font-weight: bold;}

#floating > div .onmenu .floating-cont {padding: 30px; background-color: #cee7ff;}
#floating > div .onmenu .floating-cont .close-btn {background-color: #054f95; border: 7px solid #cee7ff;}
#floating > div .onmenu .floating-cont .close-btn i {color: #fff;}
#floating > div .onmenu .floating-cont .cont-tit {margin-bottom: 20px;}
#floating > div .onmenu .floating-cont .onmenu-list {display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
#floating > div .onmenu .floating-cont .onmenu-list li {width: 33.333%;}
#floating > div .onmenu .floating-cont .onmenu-list li a {display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%;}
#floating > div .onmenu .floating-cont .onmenu-list li a .icon {display: block; width: 75px; height: 75px; background-color: #fff; box-shadow: 0 0 8px 2px #abd6f3ad; border-radius: 20px; transition: 0.2s ease-in-out;}
#floating > div .onmenu .floating-cont .onmenu-list li a .icon:hover {box-shadow: 0 0 8px 4px #7fb2db79;}
#floating > div .onmenu .floating-cont .onmenu-list li a .onmenu-tit {font-size: 16px; text-align: center; margin: 7px 0 12px; font-weight: 500;}
#floating > div .onmenu .floating-cont .onmenu-list li:nth-of-type(7) a .onmenu-tit {margin: 8px 0 0;}
#floating > div .onmenu .floating-cont .onmenu-list li:nth-of-type(8) a .onmenu-tit {margin: 8px 0 0;}
#floating > div .onmenu .floating-cont .onmenu-list li:nth-of-type(9) a .onmenu-tit {margin: 8px 0 0;}

#floating > div .onmenu .floating-cont .onmenu-list li a .icon.icon01 {background: url('../images/common/ico-onmenu01.png')no-repeat center center/50%; background-color: #fff;}
#floating > div .onmenu .floating-cont .onmenu-list li a .icon.icon02 {background: url('../images/common/ico-onmenu02.png')no-repeat center center/50%; background-color: #fff;}
#floating > div .onmenu .floating-cont .onmenu-list li a .icon.icon03 {background: url('../images/common/ico-onmenu03.png')no-repeat center center/50%; background-color: #fff;}
#floating > div .onmenu .floating-cont .onmenu-list li a .icon.icon04 {background: url('../images/common/ico-onmenu04.png')no-repeat center center/50%; background-color: #fff;}
#floating > div .onmenu .floating-cont .onmenu-list li a .icon.icon05 {background: url('../images/common/ico-onmenu05.png')no-repeat center center/50%; background-color: #fff;}
#floating > div .onmenu .floating-cont .onmenu-list li a .icon.icon06 {background: url('../images/common/ico-onmenu06.png')no-repeat center center/50%; background-color: #fff;}
#floating > div .onmenu .floating-cont .onmenu-list li a .icon.icon07 {background: url('../images/common/ico-onmenu07.png')no-repeat center center/50%; background-color: #fff;}
#floating > div .onmenu .floating-cont .onmenu-list li a .icon.icon08 {background: url('../images/common/ico-onmenu08.png')no-repeat center center/50%; background-color: #fff;}
#floating > div .onmenu .floating-cont .onmenu-list li a .icon.icon09 {background: url('../images/common/ico-onmenu09.png')no-repeat center center/50%; background-color: #fff;}

#floating > div .kakao .floating-cont {background-color: #fae100;}
#floating > div .kakao .floating-cont .close-btn {background-color: #212529; border: 7px solid #fae100;;}
#floating > div .kakao .floating-cont .close-btn i {color: #fff;}
#floating > div .kakao .floating-cont .cont-tit {display: flex; align-items: center; justify-content: flex-start;}
#floating > div .kakao .floating-cont .cont-tit .ci_kakao_tit {background: url('../images/common/ico-kakaotit.svg')no-repeat center center/60%; margin: 4px 0 0 -8px;}
/* #floating > div .kakao .floating-cont .floating-cont-inner > p {font-size: 18px;} */
/* #floating > div .kakao .floating-cont ul {margin: 10px 0 15px; font-size: 18px; font-weight: 500;} */
#floating > div .kakao .floating-cont p {margin: 7px 0 15px; font-size: 18px; font-weight: 500; word-break: keep-all;}
#floating > div .kakao .kakao-alarm span {font-weight: 500; font-size: 17px; display: flex; align-items: center; justify-content: flex-start; margin-bottom: 10px;}
#floating > div .kakao .kakao-alarm span i {font-size: 12px; width: 20px; height: 20px;}
#floating > div .kakao .kakao-alarm .input-group {gap: 7px;}
#floating > div .kakao .kakao-alarm .input-group input {padding: 2px 10px;}
#floating > div .kakao .kakao-alarm .input-group .floating-btn {padding: 0 14px; background-color: #212529; color: #fae100; border-radius: 5px;}

#floating .flot_top {background-color: #1d1738;}
#floating .flot_top .ci_quicktop {width: 36px; height: 36px; background: url('../images/common/ico-quicktop.svg')no-repeat center center/ 50%; margin-left: 3px;}

#floating {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 100px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  opacity: 1;
  transition: 0.55s;
}
#floating > div {
  display: flex;
  flex-flow: column-reverse;
  align-items: flex-end;
  color: #fff;
}
#floating > div ul {
  flex-flow: column;
  align-items: flex-end;
}
/* #floating > div ul li:hover a {
  border-radius: 5rem;
  width: auto;
  font-size: 1.7rem;
  padding: 0 2rem;
  font-weight: bold;
}
#floating > div ul li:hover a i {
  margin-left: 1rem;
}
#floating > div ul li:hover a span {
  display: block;
}
#floating > div ul li span {
  display: none;
  transition: all 0.3s ease-in-out;
} */
/* #floating > div a {
  background-color: #1d1738;
  color: rgba(255, 255, 255, 0.85);
}
#floating > div a i {
  color: #fff;
  opacity: 1;
} */
/* #floating > div a.flot_ctrl::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "+";
  font-weight: 300;
  color: #fff;
  font-size: 2.2rem;
}
#floating > div a.flot_ctrl.active::after {
  content: "\f068";
}
#floating > div a:hover {
  color: #fff;
} */
/* #floating > div a:hover i {
  opacity: 1;
} */
#floating .float-list {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50% 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 1px 0 5px rgba(66, 66, 66, 0.35); */
  background-color: #1d1738;
  margin-bottom: 7px;
  position: relative;
}
#floating .float-list i {
  /* font-size: 2.4rem; */
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
}
#floating.show {
  opacity: 1;
}
#floating.disable {
  position: absolute;
  bottom: -4.5rem;
}
#floating .dark_mode.light {
  display: none;
}


#layer {
  background-color: rgba(0, 0, 0, 0.35);
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: none;
}
#layer.active {
  display: block;
}
#layer.m_active {
  display: block;
  z-index: 1001;
}

i[class*=ci_] {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: inline-block;
}
i.ci_caret {
  width: 1rem;
  height: 0.5rem;
  background-image: url(../images/common/ico-lang-arrow.svg);
}
i.ci_caret.left {
  transform: rotate(90deg);
}
i.ci_caret.right {
  transform: rotate(-90deg);
}

i.ico-banner-arrow {
  width: 1.7rem;
  height: 1.2rem;
  background: url(../images/common/ico-banner-arrow.svg) no-repeat center center/contain;
}
i.ico-banner-arrow.arrow-left {
  transform: rotate(180deg);
}
i.ico-banner-pause {
  width: 1.7rem;
  height: 1.2rem;
  background: url(../images/common/ico-banner-pause.svg) no-repeat center center/contain;
}
i.ico-banner-play {
  width: 1.7rem;
  height: 1.2rem;
  background: url(../images/common/ico-banner-play.svg) no-repeat center center/contain;
}

i.ci_bars {
  width: 24px;
  height: 24px;
  background-image: url(../images/common/ico-menu.svg);
  background-size: 100%;
}
i.ci_youtube {
  width: 2.1rem;
  height: 1.5rem;
  background-image: url(../images/common/ci_youtube.svg);
}
i.ci_blog {
  width: 1.2rem;
  height: 1.7rem;
  background-image: url(../images/common/ci_blog.svg);
}
i.ci_instar {
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(../images/common/ci_instar.svg);
}
i.ci_google {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/common/ci_google.png);
}
i.ci_search {
  width: 2.2rem;
  height: 2.5rem;
  background-image: url(../images/common/ico-user-w.svg);
  background-size: 100%;
}
i.ci_search_mb {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-user-w.svg);
  background-size: contain;
}
i.ci_mode {
  width: 2.3rem;
  height: 2.3rem;
  background-image: url(../images/common/ico-dark-w.svg);
}
i.ci_mode_light {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../images/common/ico-light-w.svg);
}
i.ci_home {
  width: 100%;
  height: 100%;
  background: url(../images/common/ci_home.svg) no-repeat center center/contain;
}
i.ci_manager {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../images/common/ci_manager.png);
}
i.ci_chat {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../images/common/ci_chat.png);
}
i.ci_play {
  width: 1rem;
  height: 1.2rem;
  background-image: url(../images/common/ci_play.png);
}
i.ci_pause {
  width: 1rem;
  height: 1.2rem;
  background-image: url(../images/common/ci_pause.svg);
}
i.ci_service {
  width: 24px !important;
  height: 24px !important;
  background-image: url(../images/common/ico-service-w.svg);
  background-size: 100%;
}
i.ci_service_mb {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-service.svg);
  background-size: contain;
  margin-top: -2px;
}

i.ci_person {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-person-w.svg);
  background-size: contain;
}
i.ci_paper {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-paper-w.svg);
  background-size: contain;
}
i.ci_book {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-book-w.svg);
  background-size: contain;
}
i.ci_patent {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-patent-w.svg);
  background-size: contain;
}
i.ci_rnd {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-rnd-w.svg);
  background-size: contain;
}
i.ci_recruit {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-recruit-w.svg);
  background-size: contain;
}
i.ci_rndlist {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-rndlist-w.svg);
  background-size: contain;
}

i.ci_user_setting {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-user-setting.svg);
  background-size: contain;
}
i.ci_setting {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-setting.svg);
  background-size: contain;
}
#header.active i.ci_setting {
  background-image: url(../images/common/ico-setting.svg);
}
i.ci_user {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-mypage.svg);
  background-size: contain;
}
#header.active i.ci_user {
  background-image: url(../images/common/ico-mypage.svg);
}
i.ci_login {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-login.svg);
  background-size: contain;
}
i.ci_join {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-join.svg);
  background-size: contain;
}
#header.active i.ci_login {
  background-image: url(../images/common/ico-login.svg);
}
#header.scroll i.ci_login {
  background-image: url(../images/common/ico-login.svg);
}
i.ci_logout {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-logout.svg);
  background-size: contain;
}
#header.active i.ci_logout {
  background-image: url(../images/common/ico-logout.svg);
}
#header.scroll i.ci_logout {
  background-image: url(../images/common/ico-logout.svg);
}
i.ci_world {
  width: 100%;
  height: 100%;
  background: url(../images/common/ico-lang.png) no-repeat center center;
  background-size: contain;
}
#header.active i.ci_world {
  /* background-image: url(../images/common/ico-lang.svg); */
}
#header.scroll i.ci_world {
  background-image: url(../images/common/ico-lang.png);
}
i.ci_bell {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-bell.svg);
  background-size: contain;
}
#header.active i.ci_bell {
  background-image: url(../images/common/ico-bell.svg);
}
#header.scroll i.ci_bell {
  background-image: url(../images/common/ico-bell.svg);
}

.floating-hidden {
    visibility: hidden;
    pointer-events: none;
}

/* #header .head_top .head_top_log > li > a > .grise-symbol {width: 19px; height: 17px;} */
i.ci_grise {
  width: 100%;
  height: 100%;
  background: url(../images/common/ico-grise.svg) no-repeat center center;
  background-size: contain;
}
i.ci_consult {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-consult.svg);
  background-size: 100%;
}
i.ci_chart {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-chart.svg);
  background-size: 100%;
}
i.ci_manual {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-manual.svg);
  background-size: 100%;
}
i.ci_star {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-star.svg);
  background-size: 100%;
}
i.ci_share {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-share.svg);
  background-size: 100%;
}
i.ci_print {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-print.svg);
  background-size: 100%;
}
i.ci_link {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ico-link.svg);
  background-size: 100%;
}
i.ci_time {
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(../images/common/ci_time.png);
  background-position: top;
  background-size: 100%;
}
i.ci_angle {
  width: 1rem;
  height: 1.5rem;
  background-image: url(../images/common/ci_angle.png);
  background-position: top;
  background-size: 100%;
}
i.ci_schbar {
  width: 2.5rem;
  height: 2.2rem;
  background-image: url(../images/common/ci_schbar.png);
  background-position: top;
  background-size: 100%;
}


@media (max-width: 1600px) {
  #floating {
    bottom: 0;
  }
}
@media (max-width: 1440px) {
  #header.scroll {
    top: 0;
  }
  #header .inner {
    padding: 0 1rem;
  }
  #header .head_top {
    display: none;
  }
  #header .head_nav h1 a {
    width: 220px !important;
  }
  #header .head_nav .head_gnb {
    max-width: 65rem;
  }
  #header .head_nav .head_gnb > li > a {
    padding: 0 1rem;
    font-size: 20px;
  }
  #header .head_nav .head_gnb > li .head_gnbwrap .cmt {
    padding-left: 3rem;
  }
  #header .head_nav .head_addon .head_nav_log > li > a > span {
    width: 24px;
    height: 24px;
  }
  #header .head_nav .head_addon .head_nav_log {
    display: flex;
  }
  /* #header .head_nav .head_addon .head_nav_pop {
    display: none;
  } */
  #header .head_nav .head_addon .head_nav_pop {
    margin-right: 0;
    width: 40px;
    height: 100%;
    border-radius: 0;
    border: none;
  }
  #header .head_nav .head_addon .head_nav_pop .tit {
    display: none;
  }
  #header .head_nav .head_addon .head_nav_pop > .pop_count {
    width: 14px;
    height: 14px;
    right: 5px;
    top: -3px;
  }
  #header .head_nav .head_addon .head_nav_pop > i {
    width: 22px;
    height: 22px;
    margin-left: 0;
    margin-top: 5px;
  }
  #header .head_nav .head_gnb {
    max-width: 100%;
    width: auto;
    gap: 10px;
  }
  #header .head_nav .head_gnb > li {
    width: auto;
  }
  #header .head_nav .head_gnb > li > a::before {
    top: -0.5rem;
  }
  #header .head_nav .head_gnb > li > a::after {
    bottom: -27px;
  }
  /* #header .head_nav .head_gnb > li > a {
    padding: 0.5rem 1.5rem;
  } */
  #header .head_nav .inner {
    padding: 0;
  }
  #header .head_nav .head_gnb > li .head_gnbwrap .dep > li {
    width: 33.3333333333%;
    padding: 0 1rem;
  }
  #header .head_nav .head_gnb > li .head_gnbwrap .dep > li > a {
    width: 100%;
  }
  #header .head_nav .head_gnb > li .head_gnbwrap .dep {
    padding: 1.5rem;
    width: calc(100% - 32rem);
  }
  #header .head_nav .head_gnb > li .head_gnbwrap .cmt {
    width: 32rem;
    /* padding-left: 1.5rem; */
    /* padding: 0 20px; */
  }
  #header .head_nav .head_gnb > li .head_gnbwrap .cmt span {
    word-break: keep-all;
  }
  #contents .contents_head .inner {
    margin-top: -75px;
  }
  #contents .contents_head .contents_nav {
    bottom: -50px;
  }
  #footer .inner .foot_site > li > a {
    font-size: 17px;
  }
  #footer .inner .foot_site > li > ul li a {
    font-size: 17px;
  }
  #footer .inner .foot_cont .foot_cont_info span {
    font-size: 17px;
  }
  #footer .inner .foot_cont .foot_cont_link li a {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  #header .inner {
    padding: 0 0;
  }
  #header .head_nav h1 a {
    font-size: 2.2rem;
  }
  #header .head_nav .head_addon .head_nav_log {
    /* padding: 0 2rem 0 0; */
  }
  #header .head_nav .head_addon .head_nav_log > li {
    margin-left: 2rem;
  }
  #header .head_nav .head_addon .head_nav_log > li:first-child {
    margin-left: 0;
  }
  #header .head_nav .head_gnb {
    display: none;
  }
  #header .head_nav .head_gnb > li > a {
    padding: 1.5rem 1rem;
  }
  #contents .contents_head {
    height: 320px;
  }
  #contents .contents_head .inner {
    margin-top: -65px;
  }
  #contents .contents_head .contents_nav > ul > li > a {
    width: 260px;
    margin: 0 20px;
    font-size: 17px;
  }
  #contents .contents_head .contents_nav > ul > li ul > li strong {
    font-size: 17px;
  }
  #contents .contents_head .contents_nav > ul > li ul > li a {
    font-size: 17px;
  }
  #contents .contents_head .contents_nav .spin {
    display: none;
  }
  #contents .contents_head .contents_title {
    padding-left: 0;
  }
  #contents .contents_head .contents_title_bg {
    display: none;
  }
  #contents .contents_head .contents_title_bg::before {
    display: none;
  }
  #contents .contents_head .contents_title {
    flex-flow: column;
    width: 100%;
  }
  #contents .contents_head .contents_title h2 {
    font-size: 38px;
  }
  #contents .contents_head .contents_title span {
    margin: 1rem 0 0 0;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 28px;
  }
  #contents .contents_head .contents_title span::before {
    display: none;
  }
  #contents .contents_head .contents_title p {
    text-align: center;
    font-size: 20px;
  }
  #contents .contents_body::after, #contents .contents_body::before,
  #contents .contents_head::after, #contents .contents_head::before {
    display: none;
  }
  #contents .contents_body .cont_title .addon {
    z-index: 0;
  }
  #footer .inner .foot_site > li {
    width: calc(50% - 1rem);
    margin-bottom: 1.5rem;
  }
  #footer .inner .foot_cont .foot_cont_info {
    max-width: 50%;
    width: 100%;
  }
  #footer .inner .foot_cont .foot_cont_link {
    max-width: 50%;
    width: 100%;
  }
  #footer .inner .foot_cont .foot_cont_link li a {
    width: 100%;
  }
  #footer .inner .foot_site {
    margin-bottom: 3rem;
  }
  #header .head_nav .head_gnb > li > a {
    font-size: 1.8rem;
    padding: 0.5rem 0.6rem;
  }
  #header .head_nav h1 a {
    width: 180px !important;
  }
  #header .head_nav .head_addon .head_nav_log > li:first-child {
    margin-left: 0;
  }
  /* #floating > div .onmenu {display: none;} */
}
@media (max-width: 900px) {
  #footer .inner .foot_cont {flex-direction: column;}
  #footer .inner .foot_cont .foot_cont_info {max-width: 100%;}
  #footer .inner .foot_cont .foot_cont_link {max-width: 100%;}
}
@media (max-width: 768px) {
  #header .head_nav .head_addon {
    gap: 5px;
  }
  #contents .contents_head {
    height: 260px;
  }
  #contents .contents_head .contents_title h2 {
    font-size: 28px;
  }
  #contents .contents_head .contents_title span {
    font-size: 20px;
  }
  #contents .contents_head .contents_title p {
    margin-top: 10px;
    font-size: 17px;
    padding: 0 15px;
    word-break: keep-all;
  }
  #contents .contents_head .contents_nav .spin {
    width: 15rem;
    height: 15rem;
    right: -7rem;
    bottom: -1rem;
  }
  #contents .contents_head .contents_nav .home {
    width: 50px;
    height: 50px;
    padding: 16px;
  }
  #contents .contents_head .contents_nav > ul {
    width: calc(100% - 30px);
    height: 50px;
    padding: 0 0 0 20px;
  }
  
  #contents .contents_head .contents_nav > ul > li {
    width: 50%;
    height: 50px;
  }
  #contents .contents_head .contents_nav > ul > li:first-child {
	width:calc(50% - 30px);
  }
  #contents .contents_head .contents_nav > ul > li:last-child {
	width:calc(50% + 30px);
  }
  #contents .contents_head .contents_nav > ul > li > a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-right: 30px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #contents .contents_head .contents_nav > ul > li:last-child::after {
    display: none;
  }
  #contents .contents_head .contents_nav > ul > li ul > li strong {
    padding: 15px 35px 15px 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    }
  #contents .contents_head .contents_nav > ul > li ul > li strong::after {
    position: absolute;
    right: 20px;
  }
  #contents .contents_head .contents_nav > ul > li ul > li a {
    padding: 10px 10px;
  }
  #contents .contents_body {
    padding-top: 8rem;
  }
  #contents .contents_body .cont_tep .cont_tab_slt {
    display: block;
  }
  #contents .contents_body .cont_tep .cont_tab_list {
    display: none;
    position: absolute;
    top: 100% ;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 7rem 1rem;
    flex-flow: column;
  }
  #contents .contents_body .cont_tep .cont_tab_list li {
    width: 100%;
  }
  #contents .contents_body .cont_tep .cont_tab_list li a {
    width: 100%;
    height: 5rem;
    border-radius: 0;
    color: #161616;
    padding: 0;
    font-size: 17px;
  }
  #contents .contents_body .cont_tep .cont_tab_list li a:hover {
    background-color: transparent;
    color: #161616;
  }
  #contents .contents_body .cont_tep .cont_tab_list li.active a {
    background-color: transparent;
    color: var(--sub-color);
  }
  #contents h3 {
    font-size: 3rem;
  }
  #contents .contents_body .cont_title {
    margin-bottom: 5rem;
  }
  #contents .contents_body .cont_info {
    align-items: flex-end;
  }
  #contents .contents_body .cont_info div {
    flex-flow: row wrap;
  }
  #contents .contents_body .cont_info > div dl {
    margin: 0 2rem 0 0;
  }
  #contents .contents_body .cont_info > dl {
    min-width: 20rem;
  }
  #contents .contents_body .cont_info > div strong {
    width: 100%;
    margin-bottom: 1rem;
  }
  #footer .inner .foot_site {
    margin-bottom: 5rem;
  }
  /* #footer .inner .foot_cont .foot_cont_info {
    width: 32rem;
  } */
  #footer .inner .foot_cont .foot_cont_info dl dt {
    /* width: 7rem; */
    /* min-width: 7rem; */
    margin-right: 0;
  }
  #footer .inner .foot_cont .foot_cont_info > div {
    display: block;
  }
  #footer .inner .foot_cont .foot_cont_info > div dl {
    width: 100%;
    margin-right: 0;
  }
  /* #floating a {
    width: 5rem;
    height: 5rem;
  } */
  #contents .filter_wrap {
    max-width: calc(100% - 6rem);
    padding: 5rem 4rem 3rem 4rem;
  }
  #contents .filter_wrap .align {
    flex-flow: row wrap;
    margin-bottom: 2rem;
  }
  #contents .filter_wrap .align p {
    margin-right: calc(100% - 14rem);
    color: #2b5ab9;
    font-weight: bold;
    background-color: transparent;
    padding-left: 0;
    display: block;
  }
  #floating > div .floating-cont {bottom: -15px;}
  #floating > div .onmenu .floating-cont {padding: 20px; margin-bottom: 15px;}
  #floating > div .onmenu .floating-cont .cont-tit {padding-left: 10px;}
  #floating > div .onmenu .floating-cont .onmenu-list li a .icon {width: 68px; height: 68px; border-radius: 15px;}
  #floating > div .onmenu .floating-cont .onmenu-list li a .onmenu-tit {margin: 7px 0 9px;}
}
/* @media(max-width:620px) {
  #footer .inner .foot_cont {
    justify-content: center;
    gap: 20px;
  }
  #footer .inner .foot_cont .foot_cont_info {
    width: calc(50% - 10px);
  }
  #footer .inner .foot_cont .foot_cont_link {
    width: calc(50% - 10px);
  }
} */
@media (max-width: 768px) {
  #contents .contents_body .cont_title .addon {
    align-items: center;
    justify-content: center;
    gap: 7px;
  }
  #contents .contents_body .cont_title .addon li {
    margin-left: 0;
  }
}
@media (max-width: 425px) {
  #header .head_nav .head_addon .head_nav_log > li {
    margin-left: 1rem;
  }
  #header .head_nav .head_addon .head_nav_log > li > a {
    overflow: hidden;
    text-indent: -99999px;
  }
  #header .head_nav .head_addon .head_nav_log > li .head_nav_lang {
    min-width: 9rem;
  }
  #contents h3 {
    margin-bottom: 20px;
  }
  #contents .contents_body .cont_info {
    flex-flow: column;
    align-items: flex-start;
    max-width: calc(100% - 3rem);
    left: 50%;
    transform: translateX(-50%);
  }
  #footer .inner {
    display: flex;
    flex-flow: column;
  }
  #footer .inner .foot_site {
    margin: 0 0 2rem 0;
  }
  #footer .inner .foot_site > li {
    width: 100%;
  }
  #footer .inner .foot_cont {
    gap: 0;
  }
  #footer .inner .foot_cont .foot_cont_info {
    width: 100%;
    max-width: 100%;
    /* padding-left: 1.5rem; */
  }
  #footer .inner .foot_cont .foot_cont_link {
    width: 100%;
    margin-top: 3rem;
    max-width: 100%;
  }
  #footer .inner .foot_cont .foot_cont_link li:first-child a {
    border-top: 1px solid #d5d7dd;
  }
  #footer .inner .foot_cont .foot_cont_link li a {
    padding: 0 1.5rem;
    width: 100%;
    max-width: 100%;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes gnb-nav-ani {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 100%;
  }
}
@keyframes head-bg-ani {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: #fff;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact; /* 크롬, 사파리 */
    print-color-adjust: exact; /* 최신 브라우저 */
  }
  .bg-area {
    background-color: #f0f0f0;
    background-image: url("your-image.jpg");
    background-size: cover;
  }
}
body.dark {
  background-color: #303036;
  color: #f4f4f4;
}
body.dark #header.scroll .head_nav,
body.dark #header.scroll .head_top {
  animation: none;
  background-color: #202020;
}
body.dark #contents .contents_body::after,
body.dark #contents .contents_head::before,
body.dark #contents .contents_body {
  background-color: #303036;
  color: #f4f4f4;
}
body.dark .sns_share,
body.dark #mbnav .mbnav_body .mbgnb,
body.dark #mbnav .mbnav_body,
body.dark #footer .inner .foot_site > li > ul,
body.dark #contents .contents_body .cont_tep .cont_tab_list,
body.dark #contents .contents_head .contents_nav > ul {
  background-color: #585c63;
}
body.dark #mbnav,
body.dark #mbnav .mbnav_body .util,
body.dark #mbnav .mbnav_body .mbgnb > li .dep,
body.dark #header.active:hover .head_top,
body.dark #header.active:hover .head_nav,
body.dark #header .head_nav .head_gnb > li .head_gnbwrap .cmt::after,
body.dark #floating .flot_top,
body.dark #footer .inner .foot_site > li > a,
body.dark #contents .contents_body .cont_title .addon li a,
body.dark #footer {
  background-color: #202020;
}
body.dark #footer .inner .foot_site > li > a,
body.dark #header .head_nav .head_addon .head_nav_log > li > a {
  color: #fff;
}
body.dark #floating a {
  border: 1px solid #5f5f5f;
}
body.dark #floating > div a {
  background-color: var(--main-color);
}
body.dark #floating .dark_mode.light {
  display: flex;
}
body.dark #floating .dark_mode {
  display: none;
}

body.dark #footer .inner .foot_cont .foot_cont_link li a:hover {
  color: var(--main-color);
}
body.dark #header .head_nav .head_gnb > li .head_gnbwrap .dep > li:hover > a,
body.dark #header .head_nav .head_gnb > li .head_gnbwrap .dep > li > a:hover {
  color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
body.dark i,
body.dark .sns_share strong,
body.dark #contents h3,
body.dark #contents .sch_result .sch_msg,
body.dark #contents .sch_result .sch_box .sch_result_body .info dl dd,
body.dark #mbnav .mbnav_head .cmt h1 a,
body.dark #header .head_top .head_top_log > li > a,
body.dark #header .head_nav .head_gnb > li > a,
body.dark #header .head_nav h1 a,
body.dark #header .head_nav .head_gnb > li .head_gnbwrap .dep > li > a,
body.dark #contents .contents_head .contents_title {
  color: #fff;
}
body.dark #contents .search_wrap .hot_keyword .hot_keyword_list li a,
body.dark #footer .inner .foot_site > li > a,
body.dark #contents .contents_head .contents_title p,
body.dark #contents .contents_body .cont_info dl dt,
body.dark #footer .inner .foot_cont .foot_cont_link li a,
body.dark #footer .inner .foot_cont .foot_cont_info dl dt,
body.dark #footer .inner .foot_cont .foot_cont_info span {
  color: #e5e5e5;
}
body.dark #contents .contents_head .contents_title span,
body.dark #contents .sch_result .sch_box .sch_result_body .info dl dt,
body.dark #contents .sch_result .sch_box .sch_result_head div .author li,
body.dark #contents .contents_body .cont_info dl dd,
body.dark #footer .inner .foot_cont .foot_cont_info dl dd {
  color: #b4b4b4;
}
body.dark #header.scroll,
body.dark #mbnav .mbnav_body .mbgnb > li .dep > li > a,
body.dark #footer .inner .foot_site > li > ul,
body.dark #footer .inner .foot_site > li > a,
body.dark #contents .contents_body .cont_info,
body.dark #footer .inner .foot_cont .foot_cont_link li a,
body.dark #contents .contents_body .cont_title .addon li a,
body.dark #header .head_nav .head_gnb > li .head_gnbwrap .cmt::after,
body.dark #header .head_nav .head_gnb > li .head_gnbwrap .dep > li > a,
body.dark #header .head_nav .head_gnb > li .head_gnbwrap .cmt::before,
body.dark #footer {
  border-color: #5f5f5f;
}
body.dark #contents .sch_result .sch_msg i,
body.dark #contents .search_wrap .hot_keyword > span i,
body.dark #contents .search_wrap .search_form fieldset .inpt .fit_open::before,
body.dark #contents .search_wrap .hot_keyword .hot_keyword_ctrl li a i,
body.dark #contents .sch_result .sch_box .sch_result_head .sch_result_btn::before,
body.dark #header .head_nav .head_addon .head_nav_log > li > a > i,
body.dark #header .head_top .head_top_log > li > a > i,
body.dark #header .head_top .head_top_sns > li > a > i,
body.dark #header .head_nav .head_addon .head_nav_bar i,
body.dark #header .head_nav .head_addon .head_nav_pop > i,
body.dark #contents .contents_body .cont_title .addon li a i,
body.dark #contents .contents_head .contents_nav .spin,
body.dark #header .head_nav .head_gnb > li .head_gnbwrap .dep > li > a[target=_blank]::after,
body.dark #mbnav .mbnav_body .util li a i,
body.dark #contents .contents_body .cont_info > div strong i {
  opacity: 1;
  filter: brightness(0) invert(1);
}
body.dark #contents .sch_result .sch_box.active .sch_result_head .sch_result_btn::before {
  filter: brightness(1) invert(0);
}
body.dark #contents .contents_body::before,
body.dark #contents .contents_head::after,
body.dark #contents .contents_head {
  background-color: #3a3d41;
}
body.dark #floating a,
body.dark #contents .sch_result .sch_box .sch_result_body .book,
body.dark #contents .contents_body .cont_title .addon li a {
  box-shadow: 0.7rem 0 1.6rem rgba(6, 6, 6, 0.6);
}
body.dark #layer {
  background-color: rgba(0, 0, 0, 0.7);
}
body.dark #mbnav .mbnav_body .util li a {
  background-color: #3f3f3f;
}
body.dark #mbnav .mbnav_head,
body.dark #mbnav,
body.dark #mbnav .mbnav_body .util li a,
body.dark #mbnav .mbnav_body .mbgnb > li {
  border-color: #888888;
}
body.dark #mbnav .mbnav_head .addon li a {
  background-color: #b4b4b4;
}
body.dark #mbnav .mbnav_body .mbgnb > li .dep > li.active > a {
  border-color: #fff;
}
body.dark #mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li .dep4 {
  background-color: #2f2f2f;
}
body.dark #mbnav .mbnav_body .mbgnb > li.active > a,
body.dark #mbnav .mbnav_body .mbgnb > li .dep {
  box-shadow: -0.3rem -0.3rem 1rem rgba(9, 9, 10, 0.35);
}
body.dark #mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li > a,
body.dark #mbnav .mbnav_body .mbgnb > li .dep > li > a {
  color: #cfcfcf;
}
body.dark #contents .search_wrap .hot_keyword > span,
body.dark #contents .search_wrap .search_form fieldset .inpt span,
body.dark #contents .sch_result .sch_box .sch_result_head div p,
body.dark #mbnav .mbnav_body .mbgnb > li .dep > li.active > a,
body.dark #mbnav .mbnav_body .mbgnb > li .dep > li .dep3 > li.active > a {
  color: #fff;
}
body.dark #contents .search_wrap .hot_keyword .hot_keyword_list::after,
body.dark #contents .search_wrap .search_form::after,
body.dark #contents .search_wrap::before,
body.dark #contents .search_wrap .search_form::before {
  background-color: #292929;
}
body.dark #contents .filter_wrap {
  background-color: #1a1a1a;
  border: 1px solid #2d68c4;
}
body.dark #contents .search_wrap .search_form fieldset,
body.dark #contents .sch_result .sch_box,
body.dark #contents .search_wrap .search_form fieldset .inpt input:focus,
body.dark #contents .search_wrap .search_form fieldset select,
body.dark #contents .search_wrap .search_form fieldset select:focus,
body.dark #contents .search_wrap .search_form fieldset .inpt input,
body.dark #contents .search_wrap .search_form fieldset .inpt span {
  background-color: #272727;
}
body.dark #contents .search_wrap .search_form fieldset .sch_btn,
body.dark #contents .search_wrap .search_form fieldset,
body.dark #contents .filter_wrap,
body.dark #contents .sch_result .sch_box.active {
  box-shadow: 0.7rem 0 1.6rem rgba(6, 6, 6, 0.6);
}
body.dark #contents .filter_wrap .align input[type=text],
body.dark #contents .fit_date input {
  border-color: #4f4f4f;
}
body.dark #contents .search_wrap .search_form fieldset .inpt::before {
  background-color: #fff;
}
body.dark #contents .fit_checkbox .ico,
body.dark #contents .filter_wrap .align input[type=text],
body.dark #contents .fit_date input {
  background-color: #4f4f4f;
}
body.dark #contents .fit_checkbox input:checked + .ico {
  background-color: #2b5ab9;
}
body.dark #contents .fit_btns a:last-child {
  background-color: #515151;
  border-color: #515151;
}
body.dark #contents .search_wrap .search_form fieldset select {
  background-image: url(../images/common/ci_caret_white.png);
}

body.dark #contents .contents_head .contents_title_bg {
  opacity: 0;
}

@keyframes head-bg-ani-dark {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: #202020;
  }
}