@charset "UTF-8";
/*-------------------------------------------------

title       : Layout
Author      : EASESOFT
Create date : 2024-04

-------------------------------------------------*/
/* Root */
:root {
  /* font */
  --point-font: "SBAggroM";
  /* 색상 */
  --main-color: #002361;
  --main-color-light: #003CA6;
  --sub-color: #3C3C3E;
  --sub-color-light: #F5F7F8;
  --point-color: #C51C91;
  --point-color2: #02ACEE;
  --text-color-100: #151515;
  --text-color-90: #333333;
  --text-color-80: #555555;
  --text-color-70: #666666;
  --text-color-60: #767676;
  --text-color-50: #BDBDBD;
  --text-color-40: #D9D9D9;
  --text-color-30: #EEEEEE;
  --text-color-20: #F8F8F8;
  --text-color-10: #ffffff;
}

.layout_fix {
  position: relative;
  max-width: 140rem;
  margin: 0 auto;
}

/* 글 등록시 등록중입니다 이미지레이어 */
.mw {
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.mw .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 url("/ecms_resource/img/bg.png") repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 10000;
}

.mw .fg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 80px;
  padding: 15px;
  z-index: 11000;
}

.mw .fg .loading {
  display: block;
  text-align: center;
  padding: 10px;
}

/* 헤더 */
#header {
  background-color: #fff;
  height: 14rem;
  position: relative;
  width: 100%;
  z-index: 100;
}
#header .header_wrap {
  position: relative;
  max-width: 140rem;
  margin: 0 auto;
}
#header .sns {
  height: 45px;
  background-color: #F2F4F8;
}
#header .sns .layout_fix {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 4.5rem;
  position: relative;
  z-index: 1;
}
#header .sns a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#header .sns a::before {
  color: #151515;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  line-height: inherit;
  font-size: 2.4rem;
}
#header .sns .sns-facebook a::before {
  content: "\ecba";
}
#header .sns .sns-youtube a::before {
  content: "\f2d4";
}
#header .sns .sns-insta a::before {
  content: "\ee65";
}
#header .language {
  position: absolute;
  right: calc(50% - 70rem);
  top: 0.7rem;
  z-index: 2;
}
#header .language a {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  color: #555;
  transition: 0.3s;
}
#header .language a + a {
  margin-left: 1.4rem;
}
#header .language a + a::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: calc(50% - 5px);
  width: 1px;
  height: 10px;
  background: #bbb;
}
#header .language a.active {
  color: #000;
}
#header .language a.active::after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: -5px;
  width: 90%;
  height: 1px;
  background: #000;
}
@media (min-width: 1025px) {
  #header .language a:not(.active):hover {
    color: #143F8A;
  }
}
#header #logo {
  background: url("../../main/img/layout/logo.svg") no-repeat center;
  width: 23.5rem;
  height: 5rem;
  position: absolute;
  left: calc(50% - 70rem);
  top: 7rem;
  z-index: 10;
}
#header #logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .gj_tour {
  position: absolute;
  left: calc(50% - 81rem);
  bottom: 1.2rem;
  display: none;
}
#header .gj_tour img {
  height: 7rem;
}
#header #hnb .btn {
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 3.5rem;
}
#header #hnb .btn i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-size: 0;
}
#header #hnb .btn i::before {
  font-size: 3rem;
  line-height: 3rem;
}
#header #hnb .btn.btn_modal {
  right: 11.6rem;
}
#header #hnb .btn.btn_modal .count {
  position: absolute;
  right: 0;
  top: 3px;
  background-color: #FB3BA8;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}
#header #hnb .btn.btn_modal .count strong {
  display: none;
}
#header #hnb .btn.btn_sch {
  right: 5.5rem;
}
#header #hnb .btn.btn_sch_close {
  display: none;
}
#header #hnb .language {
  margin-right: 5.8rem;
}
#header #hnb .language .btn {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  width: auto;
}
#header #hnb .language .btn i {
  font-size: 2.4rem;
  line-height: inherit;
  margin-right: 0.5rem;
}
#header #hnb #menuSearchWrap .form, #header #hnb #menuSearchWrap #keywordWrap {
  display: none;
}
#header #hnb #menuSearchWrap.active {
  position: absolute;
  left: 50%;
  top: 9.5rem;
  transform: translateX(-50%);
  padding: 9rem 0 11rem;
  width: 100%;
  z-index: 5;
}
#header #hnb #menuSearchWrap.active::before {
  content: "";
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0px 10px 1rem rgba(0, 0, 0, 0.1607843137);
  width: 200%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
#header #hnb #menuSearchWrap.active .btn_sch_close {
  display: block;
  position: fixed;
  top: 4.5rem;
  right: 5.5rem;
  z-index: 11;
  font-size: 0;
}
#header #hnb #menuSearchWrap.active .btn_sch_close i {
  display: none;
}
#header #hnb #menuSearchWrap.active .btn_sch_close::before {
  content: "\e921";
  font-family: "xeicon";
  display: block;
  width: 100%;
  height: 100%;
  font-size: 3rem;
  line-height: inherit;
}
#header #hnb #menuSearchWrap.active .form {
  display: block;
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
  position: relative;
}
#header #hnb #menuSearchWrap.active .form input {
  width: 100%;
  height: 7.4rem;
  border: 0;
  border-bottom: 4px solid #E8E8E8;
  width: 100%;
  padding: 2rem 4rem 2rem 0;
  color: #767676;
  font-size: 2.4rem;
}
#header #hnb #menuSearchWrap.active .form button {
  display: block;
  font-size: 3rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 2rem;
}
#header #hnb #menuSearchWrap.active .form button i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 100%;
  margin-left: 0;
}
#header #hnb #menuSearchWrap.active #keywordWrap {
  display: block;
  width: 100%;
  max-width: 78rem;
  margin: 2rem auto 0;
  display: flex;
  flex-wrap: wrap;
}
#header #hnb #menuSearchWrap.active #keywordWrap > div {
  flex: 1 1 50%;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
#header #hnb #menuSearchWrap.active #keywordWrap > div > span {
  color: #151515;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 0.6rem;
}
#header #hnb #menuSearchWrap.active #keywordWrap > div > span::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 3px;
}
#header #hnb #menuSearchWrap.active #keywordWrap > div .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#header #hnb #menuSearchWrap.active #keywordWrap > div.best > span::before {
  background: url("../../main/img/layout/icon-star.svg") no-repeat center;
}
#header #hnb #menuSearchWrap.active #keywordWrap > div.best .list {
  counter-reset: my-counter;
  margin-top: 0.6rem;
}
#header #hnb #menuSearchWrap.active #keywordWrap > div.best .list .item {
  flex: 0 1 calc(50% - 0.5rem);
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
}
#header #hnb #menuSearchWrap.active #keywordWrap > div.best .list .item::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: var(--main-color-light);
  border-radius: 100%;
  width: 1.8rem;
  height: 1.8rem;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #hnb #menuSearchWrap.active #keywordWrap > div.best .list a {
  display: block;
  font-size: 1.6rem;
  white-space: nowrap;
}
#header #hnb #menuSearchWrap.active #keywordWrap > div.recommend > span::before {
  background: url("../../main/img/layout/icon-thumbs-up.svg") no-repeat center;
}
#header #hnb #menuSearchWrap.active #keywordWrap > div.recommend .list a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  border: 1px solid #E1E1E1;
  border-radius: 100rem;
  padding: 3px 1rem;
  height: 2.6rem;
}
#header #hnb .sitemap .btn {
  right: 0;
}
#header #head_menu {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 30rem;
  padding-right: 20rem;
}
#header #head_menu > li {
  flex: 1;
}
#header #head_menu > li > a {
  color: #151515;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 9.5rem;
  position: relative;
  text-align: center;
  transition: all 0.3s;
}
#header #head_menu > li > a::after {
  content: "";
  background-color: var(--main-color-light);
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
}
#header #head_menu > li > a.on {
  color: var(--main-color-light);
}
#header #head_menu > li > a.on::after {
  border-radius: 100%;
  width: 6px !important;
  height: 6px !important;
  top: 4rem;
  left: auto !important;
  bottom: auto;
  margin-left: 7px;
  opacity: 1;
}
#header #head_menu > li.active > a {
  color: var(--main-color-light);
}
#header #head_menu > li.active > a::after {
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -2px;
  opacity: 1;
  z-index: 1;
}
#header #head_menu .submenu {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 5.5rem 7.5rem 0 0;
  display: none;
}
#header #head_menu .submenu::before {
  content: "";
  background-color: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
  width: 100vw;
  height: calc(100% + 2rem);
  min-height: 50rem;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  z-index: -1;
}
#header #head_menu .submenu .desc {
  flex: none;
  width: 35.5rem;
  padding-left: 4.5rem;
  padding-top: 1rem;
  position: relative;
  box-sizing: border-box;
}
#header #head_menu .submenu .desc::before {
  content: "";
  background-color: #777;
  width: clamp(10rem, 9.415vw, 18rem);
  height: 1px;
  position: absolute;
  right: 100%;
  top: 4rem;
}
#header #head_menu .submenu .desc::after {
  content: "";
  background: url("../../main/img/layout/menu-bg.svg") no-repeat center;
  width: clamp(10rem, 9.415vw, 18rem);
  height: 33.5rem;
  position: absolute;
  right: 100%;
  top: 7.5rem;
}
#header #head_menu .submenu .desc .tt {
  color: #151515;
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
}
#header #head_menu .submenu .desc .txt {
  color: #767676;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
  margin-top: 1rem;
}
#header #head_menu .submenu > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4rem;
  width: 100%;
}
#header #head_menu .submenu > ul > li > a {
  display: flex;
  align-items: center;
  height: 5rem;
  color: #151515;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #C2C8D9;
  padding: 1rem 1.5rem;
  transition: all 0.3s;
}
#header #head_menu .submenu > ul > li.active > a, #header #head_menu .submenu > ul > li.on > a {
  background-color: #143F8A;
  border-color: #143F8A;
  color: #fff;
}
#header #head_menu .submenu > ul div {
  padding: 1.6rem 0;
}
#header #head_menu .submenu > ul div li + li {
  margin-top: 5px;
}
#header #head_menu .submenu > ul div a {
  color: #555;
  font-size: 1.6rem;
  position: relative;
  padding-left: 1.6rem;
  transition: all 0.3s;
}
#header #head_menu .submenu > ul div a::before {
  content: "";
  background-color: #E8E8E8;
  border-radius: 100%;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 3px;
  top: 0.6rem;
  transition: all 0.3s;
}
#header #head_menu .submenu > ul div li.active > a, #header #head_menu .submenu > ul div li.on > a {
  color: #486BBC;
  text-decoration: underline;
}
#header #head_menu .submenu > ul div li.active > a::before, #header #head_menu .submenu > ul div li.on > a::before {
  background-color: #333E8D;
}
#header #head_menu .submenu .sub03 > .sub05,
#header #head_menu .submenu .sub03 > .sub06 {
  margin-top: -7rem;
}
#header #head_menu > li.active .submenu {
  display: flex;
}
#header #gnb2 .control {
  color: #151515;
  display: block;
  font-size: 3rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0;
}
#header #gnb2 .control::before {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
  font-family: "remixicon";
}
#header #gnb2 .control.open {
  top: 3.5rem;
}
#header #gnb2 .control.open::before {
  content: "\ef32";
}
#header #gnb2 .control.close {
  display: none;
}
#header #gnb2 #head_menu_all {
  opacity: 0;
  visibility: hidden;
  height: 0;
  max-height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding-left: 21rem;
  padding-right: 4rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
#header #gnb2 #head_menu_all::-webkit-scrollbar {
  position: relative;
  width: 1rem;
}
#header #gnb2 #head_menu_all::-webkit-scrollbar-thumb {
  background-color: #9199A7;
  border: 3px solid #9199A7;
}
#header #gnb2 #head_menu_all::-webkit-scrollbar-track {
  background-color: #F7F7F7;
}
#header #gnb2 #head_menu_all > li {
  display: flex;
  flex-wrap: wrap;
}
#header #gnb2 #head_menu_all > li > a {
  display: block;
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  padding-top: 1.5rem;
  width: 22rem;
}
#header #gnb2 #head_menu_all > li > a::before {
  content: "";
  background-color: #151515;
  width: 5rem;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
#header #gnb2 #head_menu_all > li .submenu {
  width: calc(100% - 22rem);
}
#header #gnb2 #head_menu_all > li .submenu > ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5rem;
}
#header #gnb2 #head_menu_all > li .submenu > ul > li {
  flex: 0 1 16.666%;
}
#header #gnb2 #head_menu_all > li .submenu > ul > li > a {
  color: #151515;
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
}
#header #gnb2 #head_menu_all > li .submenu div {
  margin-top: 2rem;
}
#header #gnb2 #head_menu_all > li .submenu div li + li {
  margin-top: 1.5rem;
}
#header #gnb2 #head_menu_all > li .submenu div li {
  position: relative;
}
#header #gnb2 #head_menu_all > li .submenu div li::before {
  content: "";
  background-color: #E8E8E8;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 1.1rem;
  transition: all 0.3s;
}
#header #gnb2 #head_menu_all > li .submenu div a {
  color: #151515;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: normal;
  padding-left: 1.1rem;
  position: relative;
  transition: all 0.3s;
}
#header #gnb2 #head_menu_all > li .submenu div a::before {
  content: "";
  background-color: #CDE7F1;
  width: 0;
  height: 4px;
  position: absolute;
  left: 1.1rem;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s;
}
#header .login {
  position: absolute;
  right: 11rem;
  top: -4.5rem;
  z-index: 2;
}
#header .login .list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 4.5rem;
  font-size: 1.5rem;
}
#header .login .list #divClock {
  display: block;
  width: 4.5rem;
  text-align: center;
}
#header .login .list a {
  position: relative;
  padding-left: 2.2rem;
}
#header .login .list a::before {
  position: absolute;
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
  font-family: "remixicon";
  color: #8B929F;
}
#header .login .list .time::before {
  content: "\f20f";
  font-size: 2.2rem;
}
#header .login .list .logout::before {
  content: "\eeda";
  font-size: 2rem;
}

/* wrap/sitemap */
#wrap {
  position: relative;
}
#wrap.sitemap #gnb2 {
  position: fixed;
  left: 0;
  top: 0;
  padding: 10rem 4.8rem;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
  height: calc(100% - 9rem);
  z-index: 30;
  overflow: hidden;
}
#wrap.sitemap #gnb2::before {
  content: "";
  width: 4.8rem;
  height: 100%;
  background: linear-gradient(180deg, #39469D 49%, #02A0DD 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#wrap.sitemap #gnb2::after {
  content: "GJTO SITEMAP";
  color: #fff;
  font-size: 10rem;
  font-weight: 700;
  font-family: "Montserrat";
  text-shadow: -1px 0px #eee, 0px 1px #eee, 1px 0px #eee, 0px -1px #eee;
  position: absolute;
  left: 7.5rem;
  bottom: 4rem;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  z-index: -1;
}
#wrap.sitemap #gnb2 .control.open {
  display: none;
}
#wrap.sitemap #gnb2 .control.close {
  display: block;
  position: fixed;
  right: 4.5rem;
  top: 4.5rem;
  cursor: pointer;
}
#wrap.sitemap #gnb2 .control.close::before {
  content: "\f4c8";
}
#wrap.sitemap #gnb2 #head_menu_all {
  opacity: 1;
  visibility: visible;
  height: auto;
}
#wrap.active #header::after {
  content: "";
  background-color: #E8E8E8;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 14rem;
}

@media (min-width: 1025px) {
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu div li:hover {
    font-weight: 600;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu div li:hover::before {
    background-color: var(--point-color2);
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu div li:hover a::before {
    width: calc(100% - 1.1rem);
  }
}
/* 퀵메뉴 */
#quick {
  position: fixed;
  right: 0.8rem;
  bottom: 10.5rem;
  z-index: 40;
  width: 0;
  height: 0;
  transition: 0.5s;
}
#quick .btn_open {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7rem;
  height: 7rem;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(134deg, #333E8D 0%, #39469D 39%, #0995D5 76%, #02A0DD 100%);
  border-radius: 7rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137);
  transform-origin: left top;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
#quick .quick_menu {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  transform: scale(0);
  transform-origin: right bottom;
  display: flex;
  flex-direction: row;
  padding: 5rem;
  transition: 0.5s;
  background: linear-gradient(134deg, #333E8D 0%, #39469D 39%, #0995D5 76%, #02A0DD 100%);
  border-radius: 100px 0 0 100px;
}
#quick .quick_menu .ctrl {
  order: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7rem;
  color: #fff;
}
#quick .quick_menu .ctrl .title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}
#quick .quick_menu .ctrl .title span {
  display: block;
}
#quick .quick_menu .ctrl .btn_close {
  font-size: 0;
  transition: 0.3s;
}
#quick .quick_menu .ctrl .btn_close::before {
  content: "\eb99";
  display: block;
  width: 3rem;
  height: 3rem;
  font-family: "remixicon";
  font-size: 3rem;
  line-height: 3rem;
}
#quick .quick_menu .ctrl .btn_close:hover {
  transform: rotate(180deg);
}
#quick .quick_menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 5rem;
  margin-left: 5rem;
  padding-left: 4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.7s;
}
#quick .quick_menu ul a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 5.5rem;
  text-align: center;
  background-position: center 5px;
  background-repeat: no-repeat;
  transition: 0.3s;
}
#quick .quick_menu ul a span {
  max-width: 8rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
#quick .quick_menu ul a.data {
  background-image: url("/main/img/layout/quick_data.svg");
}
#quick .quick_menu ul a.platform {
  background-image: url("/main/img/layout/quick_platform.svg");
}
#quick .quick_menu ul a.organization {
  background-image: url("/main/img/layout/quick_organization.svg");
}
#quick .quick_menu ul a.customer {
  background-image: url("/main/img/layout/quick_customer.svg");
}
#quick .quick_menu ul a.faqboard {
  background-image: url("/main/img/layout/quick_faqboard.svg");
}
#quick .quick_menu ul a.center {
  background-image: url("/main/img/layout/quick_center.svg");
}
#quick .quick_menu ul a.photo {
  background-image: url("/main/img/layout/quick_photo.svg");
}
#quick .quick_menu ul a.parking {
  background-image: url("/main/img/layout/quick_parking.svg");
}
#quick .quick_menu ul a:hover {
  background-position: center 0;
}
#quick.active {
  right: 0;
  width: auto;
  height: auto;
}
#quick.active .btn_open {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
#quick.active .quick_menu {
  right: 0;
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: scale(1);
  transition: 0.3s;
  border-radius: 5rem 0 0 0;
}

/* 푸터 */
#footer {
  background-color: #151426;
  padding: 0 2rem;
}
#footer .footer_wrap {
  padding: 6rem 0;
  max-width: 140rem;
  margin: 0 auto;
}
#footer .footer_wrap .group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
}
#footer .footer_wrap .group + .group {
  margin-top: 5rem;
  align-items: center;
}
#footer .footer_wrap .con-left {
  display: flex;
  flex-wrap: wrap;
  gap: 5.5rem;
}
#footer .footer_wrap .fnb a {
  display: block;
  color: #D4D4D4;
  font-weight: normal;
}
#footer .footer_wrap .fnb a:first-child {
  color: #FF6245;
}
#footer .footer_wrap .fnb a + a {
  margin-top: 1.5rem;
}
#footer .footer_wrap .site_info {
  font-weight: 300;
}
#footer .footer_wrap .site_info .info {
  display: flex;
  flex-wrap: wrap;
  max-width: 35rem;
  margin-top: 1.5rem;
  gap: 1.5rem;
}
#footer .footer_wrap .site_info p {
  margin-top: 1.5rem;
}
#footer .footer_wrap .related {
  width: 34rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
#footer .footer_wrap .related .label {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  width: 100%;
  height: 6rem;
  position: relative;
  border-bottom: 2px solid #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
#footer .footer_wrap .related .label::after {
  content: "\ea4e";
  font-family: "remixicon";
  font-weight: normal;
  font-size: 2.4rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  position: absolute;
  right: 0.5rem;
  top: 2rem;
  transition: all 0.3s;
}
#footer .footer_wrap .related .list {
  display: none;
  border: 1px solid #ddd;
  border-bottom: 0;
  background-color: #fff;
  color: #555;
  font-size: 1.6rem;
  padding: 2rem;
  position: absolute;
  left: 0;
  bottom: 6rem;
  width: 100%;
}
#footer .footer_wrap .related .list::-webkit-scrollbar {
  position: relative;
  width: 6px;
}
#footer .footer_wrap .related .list::-webkit-scrollbar-thumb {
  background-color: #E8E8E8;
  border: 3px solid #E8E8E8;
}
#footer .footer_wrap .related .list::-webkit-scrollbar-track {
  background-color: #fff;
}
#footer .footer_wrap .related .list li + li {
  margin-top: 1rem;
}
#footer .footer_wrap .related .list a {
  color: #555;
  transition: all 0.3s;
}
#footer .footer_wrap .related.active .label {
  background-color: #fff;
  border-color: #ddd;
  color: #151515;
  padding: 0 2rem;
}
#footer .footer_wrap .related.active .label::after {
  transform: rotate(-180deg);
}
#footer .footer_wrap .related.active .list {
  display: block;
  max-height: 27rem;
  overflow-y: auto;
}
#footer .footer_wrap .related.active .list li:hover {
  color: #151515;
}
#footer .footer_wrap .copyright {
  font-weight: 300;
}
#footer .footer_wrap .web_accessibility {
  order: 3;
  margin-left: 2rem;
}
#footer .footer_wrap .web_accessibility img {
  width: 110px;
}
#footer .footer_wrap .sns {
  display: flex;
  gap: 2.5rem;
  margin-left: auto;
}
#footer .footer_wrap .sns a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  font-size: 0;
}
#footer .footer_wrap .sns a::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "remixicon";
  line-height: inherit;
  font-size: 2.2rem;
}
#footer .footer_wrap .sns .facebook a::before {
  content: "\ecbc";
}
#footer .footer_wrap .sns .youtube {
  padding: 0;
}
#footer .footer_wrap .sns .youtube a::before {
  content: "\f2d5";
}
#footer .footer_wrap .sns .insta a::before {
  content: "\ee66";
}
#footer .btn_modal {
  display: none;
}
#footer .f-btn {
  position: fixed;
  right: 1rem;
  bottom: 3rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
#footer .f-btn a {
  width: 6.5rem;
  height: 6.5rem;
  background-color: #455177;
  border-radius: 100%;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1607843137);
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding-top: 1rem;
  text-align: center;
  line-height: 1.25;
}
#footer .f-btn a::before {
  content: "\ea76";
  font-size: 1.8rem;
  font-family: "remixicon";
  font-weight: normal;
  display: block;
}
#footer .f-btn.show {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media (min-width: 1025px) {
  #footer .footer_wrap .related .list a:hover {
    color: #151515;
  }
}
/* 웹필터 iframe */
iframe#webfilterTargetFrame {
  position: absolute;
  z-index: -1;
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1400px) {
  #header .sns .layout_fix {
    padding: 0 2rem;
  }
  #header .language {
    right: 1rem;
  }
  #header #logo {
    left: 1rem;
  }
  #header #head_menu {
    padding-left: 35rem;
    padding-right: 18rem;
  }
  #header #head_menu .submenu {
    padding: 3rem 3rem 0 0;
  }
  #header #head_menu .submenu .desc {
    width: 25rem;
    padding-left: 2rem;
  }
  #header #head_menu .submenu .desc::before {
    display: none;
  }
  #header #head_menu .submenu .desc::after {
    right: auto;
    left: 0;
  }
  #header #head_menu .submenu > ul {
    gap: 3rem 2rem;
  }
  #header #head_menu .submenu > ul div a {
    letter-spacing: -0.5px;
  }
  #header #hnb .btn.btn_modal {
    right: 13.6rem;
  }
  #header #hnb .btn.btn_sch {
    right: 7.5rem;
  }
  #header #gnb2 .control.open {
    right: 2rem;
  }
  #header .login {
    right: 11rem;
  }
  #wrap.active #header::before {
    height: 68rem;
  }
  #wrap.sitemap #gnb2::after {
    position: absolute;
    left: 3.5rem;
    bottom: 4rem;
  }
  #wrap.sitemap #gnb2 #head_menu_all {
    padding-left: 14rem;
    padding-right: 2rem;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li > a {
    width: 18rem;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu {
    width: calc(100% - 18rem);
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul {
    row-gap: 4rem;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul > li {
    flex: 0 1 25%;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul div {
    margin-top: 1.5rem;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul div a {
    font-size: 1.6rem;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul div li + li {
    margin-top: 0.6rem;
  }
}
@media (max-width: 1024px) {
  #header {
    height: 9rem;
  }
  #header .sns {
    display: none;
  }
  #header .language {
    display: none;
  }
  #header #logo {
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    max-width: 20rem;
    background-size: contain;
  }
  #header .gj_tour {
    left: calc(50% - 22rem);
    bottom: 1rem;
  }
  #header .gj_tour img {
    height: 7rem;
  }
  #header #gnb1 {
    display: none;
  }
  #header #gnb2 .control.open {
    right: auto;
    left: 2rem;
    top: 3rem;
  }
  #header #hnb .btn {
    top: 3rem;
  }
  #header #hnb .btn.btn_modal {
    display: none;
  }
  #header #hnb .btn.btn_sch {
    right: 2rem;
  }
  #header #hnb .btn i::before {
    font-size: 2.5rem;
  }
  #header #hnb #menuSearchWrap.active {
    padding: 10rem 2rem 0;
    top: 9rem;
  }
  #header #hnb #menuSearchWrap.active .btn {
    top: 3rem;
    right: 50%;
    transform: translateX(50%);
  }
  #header #hnb #menuSearchWrap.active .form input {
    font-size: 2rem;
  }
  #header #hnb #menuSearchWrap.active #keywordWrap {
    margin-top: 10rem;
    padding: 4rem 0 10rem;
    position: relative;
  }
  #header #hnb #menuSearchWrap.active #keywordWrap::before {
    content: "";
    background: #143F8A;
    height: 100%;
    width: 200%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
  }
  #header #hnb #menuSearchWrap.active #keywordWrap > div > span {
    font-size: 1.8rem;
    color: #fff;
  }
  #header #hnb #menuSearchWrap.active #keywordWrap > div > span::before {
    margin-right: 5px;
  }
  #header #hnb #menuSearchWrap.active #keywordWrap > div.best > span::before {
    background: url("../../main/img/layout/icon-star-w.svg") no-repeat center;
  }
  #header #hnb #menuSearchWrap.active #keywordWrap > div.best .list .item {
    color: #fff;
  }
  #header #hnb #menuSearchWrap.active #keywordWrap > div.best .list .item::before {
    background: transparent;
    height: auto;
    line-height: inherit;
  }
  #header #hnb #menuSearchWrap.active #keywordWrap > div.best .list .item a {
    font-size: 1.4rem;
  }
  #header #hnb #menuSearchWrap.active #keywordWrap > div.recommend > span::before {
    background: url("../../main/img/layout/icon-thumbs-up-w.svg") no-repeat center;
  }
  #header #hnb #menuSearchWrap.active #keywordWrap > div.recommend .list a {
    border-color: #fff;
    color: #fff;
    font-size: 1.4rem;
    height: 2.4rem;
  }
  #header .login {
    display: none;
  }
  #wrap.sitemap #header #logo {
    top: 1rem;
    position: fixed;
    z-index: 30;
  }
  #wrap.sitemap #header .language {
    display: flex;
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 40;
  }
  #wrap.sitemap #header .sns {
    display: flex;
    position: fixed;
    top: 7.8rem;
    right: 2rem;
    z-index: 40;
    background: none;
  }
  #wrap.sitemap #header .sns .layout_fix {
    padding: 0;
  }
  #wrap.sitemap #header .sns::before {
    display: none;
  }
  #wrap.sitemap #header .sns a::before {
    color: #fff;
  }
  #wrap.sitemap #gnb2 {
    height: calc(100% - 13rem);
    padding: 13rem 0 0;
  }
  #wrap.sitemap #gnb2::before {
    width: 100%;
    height: 6rem;
    background: #143F8A;
    top: 7rem;
  }
  #wrap.sitemap #gnb2::after {
    content: "";
    background: #ddd;
    left: 30%;
    top: 13rem;
    bottom: auto;
    height: calc(100% - 13rem);
    width: 1px;
  }
  #wrap.sitemap #gnb2 .control.close {
    right: auto;
    left: 2rem;
    top: 2rem;
    z-index: 10;
  }
  #wrap.sitemap #gnb2 #head_menu_all {
    overflow: hidden;
    padding: 0;
    gap: 0;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li > a {
    width: 30%;
    height: 6.5rem;
    color: #C5C5C5;
    font-size: 2.4rem;
    font-weight: 500;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    box-sizing: border-box;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li > a::before {
    display: none;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu {
    overflow-y: auto;
    width: 70%;
    height: calc(100% - 16rem);
    display: none;
    position: absolute;
    right: 0;
    top: 13rem;
    padding-left: 2rem;
    padding-top: 1.5rem;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu::-webkit-scrollbar {
    position: relative;
    width: 1rem;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu::-webkit-scrollbar-thumb {
    background-color: #9199A7;
    border: 3px solid #9199A7;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu::-webkit-scrollbar-track {
    background-color: #F7F7F7;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul {
    row-gap: 2rem;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul > li {
    flex: 1 1 100%;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul > li > a {
    font-size: 2rem;
    font-weight: 500;
    position: relative;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul > li.type1 > a::after {
    content: "\ea4e";
    color: #151515;
    font-family: "remixicon";
    font-weight: normal;
    opacity: 0.3;
    position: absolute;
    right: 2rem;
    top: 0.5rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul > li.type1 div {
    display: none;
    margin-top: 1.5rem;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul > li.type1 div li::before {
    display: none;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul > li.type1 div li + li {
    margin-top: 1rem;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul > li.type1 div a {
    padding-left: 0;
    color: #555;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul > li.type1 div a::before {
    display: none;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul > li.type1 div a::after {
    background-color: #000;
    width: 100%;
    height: 1px;
    left: 0;
    opacity: 0;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul > li.type1.active div {
    display: block;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li.active > a {
    color: #333E8D;
    font-weight: 700;
    border-color: #333E8D;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li.active .submenu {
    display: block;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li.active .submenu > ul > li.active > a {
    font-size: 2.4rem;
    font-weight: 700;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li.active .submenu > ul > li.active.type1 > a::after {
    opacity: 1;
    transform: rotate(180deg);
  }
  #wrap.sitemap #gnb2 #head_menu_all > li.active .submenu > ul > li.active.type1 div .active a {
    font-weight: 500;
    border-bottom: 1px solid #000;
    color: #000;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li.active .submenu > ul > li.active.type1 div .active a::after {
    opacity: 1;
  }
  #wrap.sitemap .login {
    right: auto;
    top: 7.8rem;
    left: 2rem;
    z-index: 100;
    display: flex;
    color: #fff;
  }
  #wrap.sitemap .login .list a::before {
    color: #fff;
  }
  #quick {
    right: 1rem;
    bottom: 13rem;
  }
  #quick .btn_open {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
  }
  #quick .btn_open:hover {
    transform: scale(1);
  }
  #quick .quick_menu {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 2rem;
    border-radius: 3rem 0 0 3rem;
  }
  #quick .quick_menu .ctrl {
    padding-left: 3rem;
    flex-direction: row;
    gap: 2rem;
    color: #fff;
  }
  #quick .quick_menu .ctrl .title {
    font-size: 2rem;
  }
  #quick .quick_menu ul {
    gap: 2rem 1.5rem;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  #quick .quick_menu ul a {
    padding-top: 3.5rem;
    background-size: 3rem;
    background-position: center top;
  }
  #quick .quick_menu ul a span {
    max-width: inherit;
    font-size: 1.2rem;
  }
  #footer .footer_wrap {
    padding: 3rem 0;
    position: relative;
  }
  #footer .footer_wrap .group + .group {
    position: static;
  }
  #footer .footer_wrap .con-left {
    gap: 2.5rem;
  }
  #footer .footer_wrap .site_info {
    width: 100%;
  }
  #footer .footer_wrap .related {
    width: 30rem;
  }
  #footer .footer_wrap .related .label {
    height: 5.5rem;
    font-size: 1.6rem;
    font-weight: 500;
  }
  #footer .footer_wrap .related .list {
    bottom: 5.5rem;
  }
  #footer .footer_wrap .sns {
    margin-right: 5rem;
  }
  #footer .footer_wrap .web_accessibility {
    position: absolute;
    right: 5rem;
    bottom: 10rem;
    margin-right: 0;
  }
  #footer .btn_modal {
    display: block;
    position: fixed;
    bottom: 8rem;
    right: 1rem;
    z-index: 30;
    top: auto;
    width: 4rem;
    height: 4rem;
    background-color: #143F8A;
    border-radius: 100%;
    color: #fff;
    font-size: 0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
    line-height: 4rem;
  }
  #footer .btn_modal i::before {
    font-size: 2.4rem;
    line-height: 4rem;
  }
  #footer .btn_modal .count {
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: #FB3BA8;
    border-radius: 100%;
    width: 8px;
    height: 8px;
  }
  #footer .f-btn a {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    overflow: hidden;
    padding-top: 0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  }
  #footer .f-btn a::before {
    width: 100%;
    height: 100%;
    line-height: inherit;
  }
}
@media (max-width: 767px) {
  #wrap.sitemap::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
  }
  #wrap.sitemap #gnb2 {
    height: 90%;
  }
  #header #hnb #menuSearchWrap.active #keywordWrap {
    gap: 2.5rem;
  }
  #header #hnb #menuSearchWrap.active #keywordWrap > div {
    flex: 1 1 100%;
    gap: 1rem;
    flex-direction: column;
  }
  #header #hnb #menuSearchWrap.active #keywordWrap > div.best .list {
    width: 100%;
  }
  #footer .footer_wrap .fnb a + a,
  #footer .footer_wrap .site_info p,
  #footer .footer_wrap .site_info .info {
    margin-top: 1rem;
  }
  #footer .footer_wrap .site_info .info {
    gap: 1rem;
  }
  #footer .footer_wrap .related {
    width: 100%;
    margin-top: 1.5rem;
    position: relative;
  }
  #footer .footer_wrap .group + .group {
    margin-top: 5rem;
    justify-content: center;
  }
  #footer .footer_wrap .copyright {
    width: 100%;
    text-align: center;
    display: block;
  }
  #footer .footer_wrap .sns {
    width: 100%;
    justify-content: center;
    margin-top: 3rem;
    margin-right: 0;
  }
  #footer .footer_wrap .web_accessibility {
    top: 4rem;
    right: 0;
  }
}
@media (max-width: 600px) {
  #header #gnb2 .control.open {
    left: 1.2rem;
  }
  #header #hnb .btn.btn_sch {
    right: 1.2rem;
  }
}
@media (max-width: 480px) {
  #wrap.sitemap #gnb2::after {
    left: 15rem;
    margin-left: 0;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li > a {
    width: 15rem;
    font-size: 2.2rem;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu {
    width: calc(100% - 15rem);
  }
  #wrap.sitemap #gnb2 #head_menu_all > li .submenu > ul > li > a {
    font-size: 1.9rem;
  }
  #wrap.sitemap #gnb2 #head_menu_all > li.active .submenu > ul > li.active > a {
    font-size: 2.1rem;
  }
  #wrap.sitemap #header .sns {
    right: 1rem;
    top: 1.5rem;
  }
  #wrap.sitemap #header .sns .layout_fix {
    gap: 1rem;
  }
  #wrap.sitemap #header .sns a::before {
    color: #000;
  }
  #wrap.sitemap .login {
    left: 1rem;
  }
  #wrap.sitemap .login .list {
    gap: 0.3rem;
    font-size: 1.2rem;
  }
  #header .login .list #divClock {
    width: 4.2rem;
  }
  #header .login .list a {
    padding-left: 2rem;
  }
  #header .login .list .time::before {
    font-size: 1.6rem;
  }
  #header .login .list .logout::before {
    font-size: 1.6rem;
  }
  #wrap.sitemap #header .sns {
    gap: 1.2rem;
    top: 1.3rem;
    right: 12rem;
  }
}