@import url(common.css);

/************************************************************************************
Nav menu st.
*************************************************************************************/

.top-shared {
  padding: 40px 20px;
}

.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.top-header-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.top-header-left .logo {
  width: 150px;
  height: 90px;
  background: url(/images/kor/common/logo.png) left center no-repeat;
  text-indent: -9999px;
}

.search-wrapper {
  display: flex;
  flex: 1;
  max-width: 500px;
  margin: 0 20px;
  position: relative;
}

.search-wrapper .text_search {
  width: 100%;
  border-radius: 24px;
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(248.09deg, #63c1d3 13.72%, #0874d6 85.66%);
  height: 50px;
  line-height: 36px;
  padding: 0 48px 0 16px;
  font-size: 16px;
  color: #333;
  transition: border-color 0.3s ease;
}

.search-wrapper .text_search::placeholder {
  color: #6D757C;  
  opacity: 1;
}

.search-wrapper .text_search:focus {
  outline: none;
  border-color: #2a3a7a;
  box-shadow: 0 0 4px #2a3a7aaa;
}

.search-wrapper .btn_search {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #666;
  font-size: 18px;
}

.top-header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  background-color: #2a3a7a;
  color: white;
}

.top-header-right > a {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

.web_header .inner .gnb_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.web_header .utill_wrap_sitemap {
  display: flex;
  align-items: center;
  /*padding: 0 12px;*/
  background-color: #355CB5;
  cursor: pointer;
}
.web_header .utill_wrap_sitemap .utill li .menu-sitemap  {
    display: flex;
    justify-content: center;
      align-items: center;
      height: 60px;
      width: 60px; 
      
}
.web_header .utill_wrap_sitemap .utill li .menu-sitemap img {
      height: 36px;
      width: 36px; 
      
}
.utill_wrap_sitemap.utill .menu-sitemap {
  width: auto;
  display: flex;
  justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px; 
}

.utill_wrap .utill_option {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  height: 90px;
}

/************************************************************************************
Header st.
*************************************************************************************/

.header_wrap {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 999;
}

.web_header {
  background-color: #1e459f;
}

.header_wrap .inner {
  position: relative;
  font-size: 0;
/*  width: 100%;
*/}

.header_wrap .logo {
  width: 150px;
  height: 90px;
  background: url("/images/kor/common/logo.png") left center no-repeat;
  text-indent: -9999px;
}


.header_wrap .gnb_wrap .gnb {
  display: inline-block;
  width: calc(100% - 350px);
  vertical-align: middle;
}

.header_wrap .gnb_wrap .gnb .depth1 > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 40px;
}

.header_wrap .gnb_wrap .gnb .depth1 > li > a {
    
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
}

.header_wrap .gnb_wrap .gnb .depth1 > li.active > a {
  color: #ffffff;
  font-weight: 500;
  /* border-bottom: 5px solid #ffffff; */
  text-decoration: underline;
}

.header_wrap .gnb_wrap .gnb .depth1 > li:hover > a {
  color: #ffffff;
  font-weight: 500;
  /* border-bottom: 5px solid #ffffff; */
  text-decoration: underline;
}


.header_wrap.sub_haeder.web_header.open
  .gnb_wrap
  .gnb
  .depth1
  > li.active
  .depth2 {
  display: block;
}

.header_wrap.sub_haeder.web_header.open .gnb_bg {
  display: block;
}

.header_wrap .gnb_wrap .gnb .depth2 {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 175px;
  text-align: right;
  z-index: 2;
}

.header_wrap.web_header .gnb_wrap .gnb .depth2 {
  display: none;
  z-index: 4;
}

.header_wrap.web_header
  .gnb_wrap
  .gnb
  .depth1
  > li:hover
  > a.mobile_none
  + .depth2 {
  display: block !important;
  z-index: 5;
}

.header_wrap.web_header
  .gnb_wrap
  .gnb
  .depth1
  > li.active
  > a.mobile_none
  + .depth2 {
  display: block !important;
}

.header_wrap .gnb_wrap .gnb .depth2 > ul {
  position: relative;
  display: inline-block;
  width: 1210px;
  height: 175px;
  padding: 15px 0 15px 20px;
  text-align: left;
  background: #f0f0f0 url("/images/kor/common/bg_gnb3.png") left bottom
    no-repeat;
  background-size: 70% 100%;
}

.header_wrap .gnb_wrap .gnb .depth2 > ul:after {
  position: absolute;
  right: -220px;
  top: 0;
  content: "";
  width: 220px;
  height: 175px;
  background: url("/images/kor/common/bg_gnb2.png") center center no-repeat;
}

.header_wrap .gnb_wrap .gnb .depth2 > ul > li {
  position: relative;
  display: inline-block;
  width: 18.5%;
  margin-right: 1.8%;
  margin-bottom: 20px;
  vertical-align: top;
}

.header_wrap .gnb_wrap .gnb .depth2 > ul > li:nth-child(5n + 5) {
  margin-right: 0;
}

.header_wrap .gnb_wrap .gnb .depth2 > ul > li > a {
  display: block;
  height: 50px;
  padding: 0 20px;
  line-height: 48px;
  font-size: 17px;
  border: 2px solid #fff;
  background: #fff url("/images/kor/common/ic_arrow_gray.png") right 20px center
    no-repeat;
}

.header_wrap .gnb_wrap .gnb .depth2 > ul > li:hover > a,
.header_wrap .gnb_wrap .gnb .depth2 > ul > li.active > a {
  color: #2f5bc1;
  border-color: #2f5bc1;
  background: #fff url("/images/kor/common/ic_arrow_blue.png") right 20px center
    no-repeat;
}

.header_wrap .gnb_wrap .gnb .depth1 > li .depth2 > ul:before {
  position: absolute;
  top: 0;
  left: -190px;
  width: 190px;
  height: 175px;
  line-height: 175px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.header_wrap .gnb_wrap .gnb .depth1 > li:first-child .depth2 > ul:before {
  content: url('/images/kor/common/text_menu01.png');
}

.header_wrap .gnb_wrap .gnb .depth1 > li:nth-child(2) .depth2 > ul:before {
  content: url('/images/kor/common/text_menu02.png');
}

.header_wrap .gnb_wrap .gnb .depth1 > li:nth-child(3) .depth2 > ul:before {
  content: url('/images/kor/common/text_menu03.png');
}

.header_wrap .gnb_wrap .gnb .depth1 > li:nth-child(4) .depth2 > ul:before {
  content: url('/images/kor/common/text_menu04.png');
}

.header_wrap .gnb_wrap .gnb .depth1 > li:nth-child(5) .depth2 > ul:before {
  content: url('/images/kor/common/text_menu05.png');
}

.header_wrap .gnb_wrap .gnb .depth1 > li:last-child .depth2 > ul:before {
  content: url('/images/kor/common/text_menu06.png');
}

.header_wrap.sub_haeder.web_header.close
  .gnb_wrap
  .gnb
  .depth1
  > li.active
  .depth2 {
  display: none !important;
}

.header_wrap.sub_haeder.web_header.close
  .gnb_wrap
  .gnb
  .depth1
  > li:hover
  .depth2 {
  display: block !important;
}

.header_wrap.web_header .gnb_wrap .gnb .depth1 > li.on .depth2 {
  display: none !important;
}

.header_wrap .gnb_wrap .gnb .depth3 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px;
}

.header_wrap .gnb_wrap .gnb .depth3.tp50p {
  width: 50%;
}

.header_wrap .gnb_wrap .gnb .depth3.tpRgt {
  right: 0;
  left: auto;
}

.header_wrap .gnb_wrap .gnb .depth3 > li > a {
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 10px;
  font-size: 15px;
  color: #666;
  line-height: 24px;
}

.header_wrap .gnb_wrap .gnb .depth3 > li > a:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "-";
  font-weight: 600;
  color: #333;
  font-size: 17px;
  line-height: 23px;
}

.header_wrap .gnb_wrap .gnb .depth3 > li:hover > a,
.header_wrap .gnb_wrap .gnb .depth3 > li.active > a {
  color: #2f5bc1;
}

.header_wrap .gnb_wrap .gnb .depth3.col-2 > li {
  display: inline-block;
  width: 50%;
}

.header_wrap .gnb_wrap .utill_wrap {
  display: inline-block;
  width: 350px;
  margin: 10px 0;
  vertical-align: middle;
}

.header_wrap .gnb_wrap .utill_wrap .utill {
  font-size: 0;
}

.header_wrap .gnb_wrap .utill_wrap .utill > li {
  display: inline-block;
  vertical-align: top;
}

.header_wrap .gnb_wrap .utill_wrap .utill > li > a {
  display: block;
  width: 70px;
  height: 70px;
  font-size: 12px;
  line-height: 110px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-weight: 500;
}

.header_wrap .gnb_wrap .utill_wrap .utill > li > button {
  display: block;
  width: 70px;
  height: 70px;
  font-size: 12px;
  line-height: 110px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-weight: 500;
}

.header_wrap .gnb_wrap .utill_wrap .utill > li > a.lan {
  color: #fff;
  line-height: 70px;
  font-size: 16px;
  background: #c39965;
  text-indent: 0;
}

.header_wrap .gnb_wrap .utill_wrap .utill > li > a.login {
  background: #0b95e0 url("/images/kor/common/ic_people.png") center top 7px
    no-repeat;
}

.header_wrap .gnb_wrap .utill_wrap .utill > li > a.join {
  background: #003762 url("/images/kor/common/ic_peoplePlus.png") center top 7px
    no-repeat;
}

.header_wrap .gnb_wrap .utill_wrap .utill > li > a.logout {
  background: #0b95e0 url("/images/kor/common/ic_out.png") center top 7px
    no-repeat;
}

.header_wrap .gnb_wrap .utill_wrap .utill > li > a.mypage {
  background: #003762 url("/images/kor/common/ic_peopleMy.png") center top 7px
    no-repeat;
}

.header_wrap .gnb_wrap .utill_wrap .utill > li > button.btn_search {
  background: #2f5bc1 url("/images/kor/common/ic_search.png") center top 10px
    no-repeat;
}

.header_wrap .gnb_wrap .utill_wrap .utill > li > a.btn_search.active {
  background: #2f5bc1 url("/images/kor/common/ic_close_white.png") center top
    10px no-repeat;
}

.header_wrap .gnb_wrap .utill_wrap .utill > li > a.menu {
  background: #ddd url("/images/kor/common/ic_nav.png") center center no-repeat;
  text-indent: -9999px;
}

.header_wrap .gnb_bg {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 175px;
  background: url("/images/kor/common/bg_gnb1.png") left top no-repeat,
    /* url('/images/kor/common/bg_gnb2.png') left 105% top no-repeat */ #f0f0f0;
  z-index: 1;
}

/*.header_wrap:hover .gnb_bg {
  display: block;
}*/
.header_wrap:has(.gnb_wrap .gnb .depth1 > li:hover) .gnb_bg {
  display: block;
}

.header_wrap:has(.utill_wrap_sitemap:hover) .gnb_bg {
  display: none;
}

/*.header_wrap:has(.btn_submenu:hover) .gnb_bg {
  display: none;
}*/

/* Contents */

.site_map_wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  /* background: url('/images/kor/common/bg_site_map01.jpg') center top repeat-y; */
  background: linear-gradient(to right, #2f5bc1 50%, #f0f0f0 50%);
  background-size: 100%;
  z-index: 9999;
}

.site_map_wrap .inner {
  position: relative;
}

.site_map_wrap .inner:before {
  position: absolute;
  left: -260px;
  top: 0;
  width: 260px;
  height: 742px;
  background: url("/images/kor/common/bg_site_map.png") center center;
  background-size: 100%;
  content: "";
}

.site_map_wrap .site_map_header {
  height: 90px;
}

.site_map_wrap .site_map_header .logo {
  display: block;
  float: left;
  width: 190px;
  height: 90px;
  background: url("/images/kor/common/ic_logo_white.png") left center no-repeat;
  text-indent: -9999px;
}

.site_map_wrap .site_map_header .utill_wrap {
  display: inline-block;
  float: right;
  width: calc(100% - 190px);
  padding: 10px 0;
  vertical-align: middle;
  background: #eee;
}

.site_map_wrap .site_map_header .utill_wrap .utill {
  font-size: 0;
  text-align: right;
}

.site_map_wrap .site_map_header .utill_wrap .utill > li {
  display: inline-block;
  vertical-align: top;
}

.site_map_wrap .site_map_header .utill_wrap .utill > li > a, 
.site_map_wrap .site_map_header .utill_wrap .utill > li > button{
    
    
    
  display: block;
  width: 60px;
  height: 60px;
  font-size: 12px;
  line-height: 110px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-weight: 500;
}

.site_map_wrap .site_map_header .utill_wrap .utill > li > a.lan {
  color: #fff;
  line-height: 70px;
  font-size: 16px;
  background: #c39965;
  text-indent: 0;
}

.site_map_wrap .site_map_header .utill_wrap .utill > li > a.login {
  background: #0b95e0 url("/images/kor/common/ic_people.png") center top 7px
    no-repeat;
}

.site_map_wrap .site_map_header .utill_wrap .utill > li > a.join {
  background: #003762 url("/images/kor/common/ic_peoplePlus.png") center top 7px
    no-repeat;
}

.site_map_wrap .site_map_header .utill_wrap .utill > li > a.logout {
  background: #0b95e0 url("/images/kor/common/ic_out.png") center top 7px
    no-repeat;
}

.site_map_wrap .site_map_header .utill_wrap .utill > li > a.mypage {
  background: #003762 url("/images/kor/common/ic_peopleMy.png") center top 7px
    no-repeat;
}

.site_map_wrap .site_map_header .utill_wrap .utill > li > a.btn_search {
  background: #2f5bc1 url("/images/kor/common/ic_search.png") center top 10px
    no-repeat;
}

/* .site_map_wrap .site_map_header .utill_wrap .utill>li>a.menu {
    background: #ddd url('/images/kor/common/ic_nav.png') center center no-repeat;
    text-indent: -9999px;
} */

.site_map_wrap .site_map_header .utill_wrap .utill > li > a.menu.close {
  background: #2f5bc1 url("/images/kor/common/ic_close_2.png") center center
    no-repeat;
}

.site_map_wrap .site_map_header .utill_wrap .utill > li > button.menu.close {
  background: #2f5bc1 url("/images/kor/common/ic_close_2.png") center center
    no-repeat;
}
.site_map_wrap .site_map_contents {
  width: 100%;
}

.site_map_wrap .site_map_contents > dl {
  display: table;
  width: 100%;
}

.site_map_wrap .site_map_contents > dl > * {
  display: table-cell;
  vertical-align: top;
}

.site_map_wrap .site_map_contents > dl > dt {
  width: 190px;
  padding: 30px 0 10px;
  line-height: 48px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #ddd;
  background: #2f5bc1;
}

.site_map_wrap .site_map_contents > dl > dd {
  width: calc(100% - 190px);
  padding: 30px 0 10px 20px;
  border-bottom: 1px solid #ddd;
  background: #eee;
}

.site_map_wrap .site_map_contents > dl:last-child > dt,
.site_map_wrap .site_map_contents > dl:last-child > dd {
  border-bottom: 0;
}

.site_map_wrap .site_map_contents > dl > dd > ul > li {
  position: relative;
  display: inline-block;
  width: 18.4%;
  margin-right: 1.6%;
  margin-bottom: 20px;
  vertical-align: top;
}

.site_map_wrap .site_map_contents > dl > dd > ul > li:nth-child(5n + 5) {
  margin-right: 0;
}

.site_map_wrap .site_map_contents > dl > dd > ul > li > a {
  display: block;
  height: 50px;
  padding: 0 20px;
  line-height: 48px;
  font-size: 17px;
  border: 2px solid #fff;
  background: #fff url("/images/kor/common/ic_arrow_gray.png") right 20px center
    no-repeat;
}

.site_map_wrap .site_map_contents > dl > dd > ul > li:hover > a,
.site_map_wrap .site_map_contents > dl > dd > ul > li.active > a {
  color: #2f5bc1;
  border-color: #2f5bc1;
  background: #fff url("/images/kor/common/ic_arrow_blue.png") right 20px center
    no-repeat;
}

.site_map_wrap .site_map_contents > dl > dd > ul > li > a.menu_black {
  color: #fff;
  border: 2px solid #333;
  background: #333 url("/images/kor/common/ic_arrow_white.png") right 20px
    center no-repeat;
}

.site_map_wrap .site_map_contents > dl > dd > ul > li:hover > a.menu_black,
.site_map_wrap .site_map_contents > dl > dd > ul > li.active > a.menu_black {
  color: #fff;
  border-color: #333;
}

.site_map_wrap .site_map_contents > dl > dd > ul > li > a.menu_blue {
  color: #fff;
  border: 2px solid #395a9a;
  background: #395a9a url("/images/kor/common/ic_arrow_white.png") right 20px
    center no-repeat;
}

.site_map_wrap .site_map_contents > dl > dd > ul > li:hover > a.menu_blue,
.site_map_wrap .site_map_contents > dl > dd > ul > li.active > a.menu_blue {
  color: #fff;
  border-color: #395a9a;
}

.site_map_wrap .site_map_contents > dl > dd > ul > li > a.menu_skyblue {
  color: #fff;
  border: 2px solid #2aa9e0;
  background: #2aa9e0 url("/images/kor/common/ic_arrow_white.png") right 20px
    center no-repeat;
}

.site_map_wrap .site_map_contents > dl > dd > ul > li:hover > a.menu_skyblue,
.site_map_wrap .site_map_contents > dl > dd > ul > li.active > a.menu_skyblue {
  color: #fff;
  border-color: #2aa9e0;
}

.site_map_wrap .site_map_contents > dl > dd > ul > li > a.menu_red {
  color: #fff;
  border: 2px solid #ee1c1b;
  background: #ee1c1b url("/images/kor/common/ic_arrow_white.png") right 20px
    center no-repeat;
}

.site_map_wrap .site_map_contents > dl > dd > ul > li:hover > a.menu_red,
.site_map_wrap .site_map_contents > dl > dd > ul > li.active > a.menu_red {
  color: #fff;
  border-color: #ee1c1b;
}

/* 반응형  */

.mobile_block {
  display: none !important;
}

.header_wrap .gnb_wrap .gnb {
  width: 100%;
}
.header_wrap .gnb_wrap .gnb .depth1 {
  display: flex;
  justify-content: space-between;
}
.header_wrap .gnb_wrap .gnb .depth1 > li {
  width: 100%;
  padding: 0 35px;
}

.header_wrap .gnb_wrap .gnb .depth1 > li {
  width: 100%;
  padding: 0 15px;
}

/* ==================== FOOTER START ===================== */

.ft-container {
  width: 100%;
  background-color: #222222;
}

.ft-container .ft-content {
  padding: 0 16px 40px;
}

.ft-content .footer-top-links {
  display: flex;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid #444444;
}

.footer-top-links .lnk-gp {
  display: flex;
  align-items: center;
}

.footer-top-links .lnk-gp li .lnk {
  font-size: 16px;
  color: #d1d5db;
}

.footer-top-links .lnk-gp li:not(:first-child)::before {
  content: "•";
  color: #d1d5db;
  margin: 0 32px;
}

.footer-top-links .lnk-gp li:first-child .lnk {
  color: #78c4ff;
}

.footer-top-links .footer-select {
  margin-left: auto;
}

.footer-top-links .footer-select .select_box {
  position: relative;
}

.footer-top-links .footer-select .select_box > button {
  width: 220px;
  height: 40px;
  padding: 5px 12px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  color: #d1d5db;
  line-height: 33px;
  text-align: left;
  background: #191919 url("/images/kor/common/icon-chevron-down.png") right 12px
    center no-repeat;
  border: none;
}

.footer-top-links .footer-select .select_box > ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: -160px;
  height: 160px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #a4a4a4;
}

.footer-select .select_box > ul > li > a {
  display: block;
  padding: 10px 15px;
  letter-spacing: -1px;
}

.footer-select .select_box > ul > li > a:hover {
  color: #fff;
  background: #999;
}

.ft-content .footer-middle {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 39px;
  margin-bottom: 55px;
}

.footer-middle .footer-left {
  display: flex;
  align-items: center;
  flex: 1 1 420px;
}

.footer-middle .footer-left .footer-logo .logo {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 150px;
  height: 45px;
  margin-right: 50px;
  margin-bottom: 10px;
  background: url(/images/kor/common/logo_foot.png) center center no-repeat;
}

.footer-middle .footer-texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-middle .footer-texts .footer-contact-line {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #d1d5db;
  letter-spacing: -0.03em;
  line-height: 1.3;
}

.footer-middle .footer-texts .footer-contact-line span:not(:last-child)::after {
  content: "|";
  margin: 0 24px;
}

.footer-texts .footer-socials a {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.footer-texts .footer-socials .ft-facebook {
  background-image: url(/images/kor/common/icon-ft-facebook.png);
}

.footer-texts .footer-socials .ft-youtube {
  background-image: url(/images/kor/common/icon-ft-youTube.png);
}

.footer-texts .footer-socials .ft-ins {
  background-image: url(/images/kor/common/icon-ft-ins.png);
}

.footer-texts .footer-socials {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.footer-texts .footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #bbb;
  transition: color 0.3s ease;
}

/* ==================== FOOTER END ===================== */

@media screen and (max-width: 1410px) {
  /* ********** Header ****************************** */
  .header_wrap .gnb_wrap .gnb .depth2 > ul {
    width: 1090px;
  }
  .header_wrap .gnb_wrap .gnb .depth3 {
    padding: 10px 0;
  }
  .header_wrap .gnb_wrap .utill_wrap {
    width: 275px;
    margin: 15px 0;
  }
  .header_wrap .gnb_wrap .utill_wrap .utill > li > a {
    width: 55px;
    height: 55px;
    font-size: 11px;
    line-height: 85px;
    background-size: auto 28px !important;
  }
  .header_wrap .gnb_wrap .utill_wrap .utill > li > a.lan {
    line-height: 55px;
    font-size: 14px;
  }
  .header_wrap .gnb_wrap .utill_wrap .utill > li > a.login {
    background: #0b95e0 url("/images/kor/common/ic_people.png") center top 5px
      no-repeat;
  }
  .header_wrap .gnb_wrap .utill_wrap .utill > li > a.join {
    background: #003762 url("/images/kor/common/ic_peoplePlus.png") center top
      5px no-repeat;
  }
  .header_wrap .gnb_wrap .utill_wrap .utill > li > a.logout {
    background: #0b95e0 url("/images/kor/common/ic_out.png") center top 5px
      no-repeat;
  }
  .header_wrap .gnb_wrap .utill_wrap .utill > li > a.mypage {
    background: #003762 url("/images/kor/common/ic_peopleMy.png") center top 5px
      no-repeat;
  }
  .header_wrap .gnb_wrap .utill_wrap .utill > li > a.btn_search {
    background: #2f5bc1 url("/images/kor/common/ic_search.png") center top 7px
      no-repeat;
  }
  .header_wrap .gnb_wrap .utill_wrap .utill > li > a.btn_search.active {
    background: #2f5bc1 url("/images/kor/common/ic_close_white.png") center top
      7px no-repeat;
  }
  .site_map_wrap .site_map_header .utill_wrap {
    padding: 17.5px 0;
  }
  .site_map_wrap .site_map_header .utill_wrap .utill > li > a {
    width: 55px;
    height: 55px;
    font-size: 11px;
    line-height: 85px;
    background-size: auto 28px !important;
  }
  .site_map_wrap .site_map_header .utill_wrap .utill > li > a.lan {
    line-height: 55px;
    font-size: 14px;
  }
  .site_map_wrap .site_map_header .utill_wrap .utill > li > a.login {
    background: #0b95e0 url("/images/kor/common/ic_people.png") center top 5px
      no-repeat;
  }
  .site_map_wrap .site_map_header .utill_wrap .utill > li > a.join {
    background: #003762 url("/images/kor/common/ic_peoplePlus.png") center top
      5px no-repeat;
  }
  .site_map_wrap .site_map_header .utill_wrap .utill > li > a.logout {
    background: #0b95e0 url("/images/kor/common/ic_out.png") center top 5px
      no-repeat;
  }
  .site_map_wrap .site_map_header .utill_wrap .utill > li > a.mypage {
    background: #003762 url("/images/kor/common/ic_peopleMy.png") center top 5px
      no-repeat;
  }
  .site_map_wrap .site_map_header .utill_wrap .utill > li > a.btn_search {
    background: #2f5bc1 url("/images/kor/common/ic_search.png") center top 7px
      no-repeat;
  }
  /* ********** Main ****************************** */
}

.total_search {
  display: none;
  position: absolute;
  top: 91px;
  left: 0;
  right: 0;
  width: 100%;
  background: #f0f0f0;
  z-index: 999;
}

.total_search .inner {
  padding: 72px 0;
  font-size: 0;
  text-align: center;
}

.total_search .inner>* {
  display: inline-block;
  vertical-align: top;
}

.total_search .inner>.text {
  width: 600px;
  height: 70px;
  padding: 0 15px;
  font-size: 19px;
  border: 2px solid #2f5bc1;
}

.total_search .inner>.btn_search {
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  background: #2f5bc1 url('/images/kor/common/ic_search.png') center center no-repeat;
  border-color: #2f5bc1;
}

.header_wrap .utl_wrap .utill_wrap {
  display: none;
}

@media screen and (max-width: 1290px) {
  /* ********** Header ****************************** */
  .header_wrap .inner {
    width: 100%;
    max-width: 1020px;
  }
  .header_wrap .gnb_wrap .gnb .depth1 > li {
    padding: 0 15px;
  }
  .header_wrap .gnb_wrap .gnb .depth1 > li > a {
    font-size: 18px;
  }
  .header_wrap .gnb_wrap .gnb .depth2 > ul {
    width: 870px;
  }
  .header_wrap .gnb_wrap .gnb .depth2 > ul > li > a {
    padding: 0 10px;
    font-size: 15px;
    background: #fff url("/images/kor/common/ic_arrow_gray.png") right 10px
      center no-repeat;
    letter-spacing: -1px;
  }
  .header_wrap .gnb_wrap .gnb .depth1 > li .depth2 > ul:before {
    left: -150px;
    width: 150px;
    font-size: 26px;
  }
  .header_wrap .gnb_wrap .gnb .depth3 {
    right: -20px;
    padding: 10px 0;
  }
  .header_wrap .gnb_wrap .gnb .depth3 > li > a {
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: -1px;
  }

  /* ********** Contents ****************************** */
  /* .inner {
        max-width: 1020px;
    } */

  /* 기타 */
  .site_map_wrap .site_map_contents > dl > dd > ul > li {
    width: 23.5%;
    margin-right: 1.5%;
  }
  .site_map_wrap .site_map_contents > dl > dd > ul > li:nth-child(5n + 5) {
    margin-right: 1.5%;
  }
  .site_map_wrap .site_map_contents > dl > dd > ul > li:nth-child(4n + 4) {
    margin-right: 0;
  }

  /* FOOTER */
  .footer-top-links {
    justify-content: space-between;
  }

  .footer-top-links .lnk-gp li .lnk {
    font-size: 14px;
    color: #d1d5db;
  }
  .footer-top-links .footer-select {
    margin-left: 0;
  }
  .footer-top-links .lnk-gp li:not(:first-child)::before {
    margin: 0 14px;
  }
  .footer-middle .footer-texts .footer-contact-line {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1023px) {
  .header_wrap .gnb_wrap .depth2 {
    display: none;
  }
 /* .gnb_bg {
    display: none;
  }*/
}

@media screen and (max-width: 1023px) {
  .top-header {
    display: none;
  }
  .web_header .inner .gnb_wrap {
    display: block;
    width: 240px;
  }
  .web_header {
    background-color: #fff;
  }
  .header_wrap .gnb_wrap .gnb .depth1 {
    display: flex;
    flex-direction: column;
  }
  .mobile_none {
    display: none !important;
  }
  .mobile_block {
    display: block !important;
  }

  /* ********** Header ****************************** */
  .header_wrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
  }
  .header_wrap .logo {
    height: 50px;
    margin-left: 10px;
    background-size: auto 70%;
  }
  .header_wrap .option-menu-mb {
    position: absolute;
    right: 10px;
    top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header_wrap .btn_gnb {
    width: 40px;
    height: 40px;
    background: url("/images/kor/common/icon-menu-mb.png") center center
      no-repeat;
    background-size: 100%;
    cursor: pointer;
  }

  .header_wrap .btn_gnb.tpCB {
    background: url("/images/kor/common/ic_nav_chatbot.png") no-repeat center
      center;
  }
  .header_wrap .btn_gnb.btnSR {
    background: url("/images/kor/common/icon-btn-search.png") no-repeat
      center center;
  }

  .header_wrap .gnb_wrap {
    position: fixed;
    right: -240px;
    top: 0;
    bottom: 0;
    width: 240px;
    background: #fff;
    z-index: 2;
    overflow-y: auto;
  }
  .header_wrap .gnb_wrap .gnb {
    width: 100%;
    padding-top: 50px;
  }
  .header_wrap .gnb_wrap .gnb .depth1 > li {
    display: block;
    padding: 0;
    text-align: left;
  }
  .header_wrap .gnb_wrap .gnb .depth1 > li > a {
    color: #3b3b3b;
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    background: #fff url("/images/kor/common/ic_gnb_down.png") right 20px center
      no-repeat;
  }
  .header_wrap .gnb_wrap .gnb .depth1 > li:hover > a {
    color: #3b3b3b;
    font-weight: 400;
  }
  .header_wrap .gnb_wrap .gnb .depth1 > li.active > a {
    color: #2f5bc1;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
  }
  .header_wrap .gnb_wrap .gnb .depth1 > li.on > a {
    color: #2f5bc1;
    font-weight: 500;
    background: #fff url("/images/kor/common/ic_gnb_up.png") right 20px center
      no-repeat;
  }
  .header_wrap .gnb_wrap .gnb .depth2 {
    position: static;
    height: auto;
    border-bottom: 1px solid #ddd;
  }
  .header_wrap .gnb_wrap .gnb .depth2 > ul {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    background: #fff;
  }
  .header_wrap .gnb_wrap .gnb .depth2 > ul:after {
    display: none;
  }
  .header_wrap .gnb_wrap .gnb .depth2 > ul > li {
    display: block;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0;
  }
  .header_wrap .gnb_wrap .gnb .depth1 > li .depth2 > ul:before {
    display: none;
  }
  .header_wrap .gnb_wrap .gnb .depth2 > ul > li > a {
    padding: 0 30px;
    border: 0;
    border-bottom: 1px solid #ddd;
    background: none;
  }
  .header_wrap .gnb_wrap .gnb .depth2 > ul > li > a.mobile_block {
    background: #fff url("/images/kor/common/ic_gnb_down_gray.png") right 30px
      center no-repeat;
  }
  .header_wrap .gnb_wrap .gnb .depth2 > ul > li:hover > a {
    color: #3b3b3b;
    border-color: #ddd;
  }
  .header_wrap .gnb_wrap .gnb .depth2 > ul > li.active > a {
    color: #2f5bc1;
    font-weight: 500;
    border-color: #ddd;
  }
  .header_wrap .gnb_wrap .gnb .depth2 > ul > li.on > a.mobile_block {
    color: #2f5bc1;
    font-weight: 500;
    background: #fff url("/images/kor/common/ic_gnb_up_gray.png") right 30px
      center no-repeat;
  }
  .header_wrap .gnb_wrap .gnb .depth3 {
    display: none;
    position: static;
    padding: 10px 30px;
    border-bottom: 1px solid #ddd;
  }
  .header_wrap .gnb_wrap .gnb .depth3.col-2 > li {
    width: 100% !important;
  }
  .header_wrap .gnb_wrap .gnb .depth3 > li > a {
    padding: 0 0 0 15px;
  }
  .header_wrap .gnb_wrap .utill_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
  }
  .header_wrap .gnb_wrap .utill_wrap .utill > li {
    width: 25%;
  }
  .header_wrap .gnb_wrap .utill_wrap .utill > li:last-child {
    display: none;
  }
  .header_wrap .gnb_wrap .utill_wrap .utill > li > a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    line-height: 80px;
  }
  .header_wrap .gnb_wrap .utill_wrap .utill > li > a.lan {
    line-height: 50px;
  }
  .header_wrap .opacity_bg {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .header_wrap .utl_wrap .utill_wrap {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      margin: 0;
    }

    .header_wrap .utl_wrap .utill_wrap .utill>li {
      width: 25%;
    }

    .header_wrap .utl_wrap .utill_wrap .utill>li:not(:last-child) {
      border-right: 1px solid #5C8DFF;
    }

    .header_wrap .utl_wrap .utill_wrap .utill>li>a {
      width: 100%;
      height: 50px;
      font-weight: 600;
      font-size: 11px;
      line-height: 80px;
      color: #fff;
    }
    
    .header_wrap .utl_wrap .utill_wrap .utill>li>button {
          width: 100%;
          height: 50px;
          font-weight: 600;
          font-size: 11px;
          line-height: 80px;
          color: #fff;
        }

    .header_wrap .utl_wrap .utill_wrap .utill>li>a.lang {
      line-height: 50px;
      background-color: #2F5BC1;
    }

    .header_wrap .utl_wrap .utill_wrap .utill>li>a.login-mn {
      background: #2F5BC1 url('/images/kor/common/icon-people.png') center top 4px no-repeat;
    }

    .header_wrap .utl_wrap .utill_wrap .utill>li>a.join-mn {
      background: #2F5BC1 url('/images/kor/common/icon-people-plus.png') center top 4px no-repeat;
    }

    .header_wrap .utl_wrap .utill_wrap .utill>li>a.logout-mn {
      background: #2F5BC1 url('/images/kor/common/icon-people-out.png') center top 4px no-repeat;
    }

    .header_wrap .utl_wrap .utill_wrap .utill>li>a.mypage-mn {
      background: #2F5BC1 url('/images/kor/common/icon-people-my.png') center top 4px no-repeat;
    }

    .header_wrap .utl_wrap .utill_wrap .utill>li>a.btn_search-mn {
      background: #2F5BC1 url('/images/kor/common/icon-search-mb.png') center top 6px no-repeat;
    }
    .header_wrap .utl_wrap .utill_wrap .utill>li>button.btn_search-mn {
          background: #2F5BC1 url('/images/kor/common/icon-search-mb.png') center top 6px no-repeat;
        }
  .mobile_quick > li > a {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 23px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.4) url("/images/kor/common/ic_link.png") right
      20px center no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .mobile_quick > li:last-child > a {
    border-bottom: 0;
  }
  .inner {
    max-width: 100%;
  }

  .total_search {
     position: fixed;
     top: 80px;
     z-index: 10;
   }

   .total_search .inner {
     position: relative;
     padding: 25px 0;
   }

   .total_search .inner>.text {
     width: calc(100% - 100px);
     height: 50px;
     font-size: 16px;
   }

   .total_search .inner>.btn_search {
     width: 50px;
     height: 50px;
     background-size: auto 30px;
   }

   .total_search .inner .btn_close {
     position: absolute;
     bottom: -40px;
     right: 0;
     width: 40px;
     height: 40px;
     background: #f0f0f0 url('/images/kor/common/ic_close.png') center center no-repeat;
     background-size: 20px;
   }

  /* FOOTER */

  .footer-top-links .lnk-gp {
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px 30px;
  }
  .footer-top-links .lnk-gp li:not(:first-child)::before {
   display: none;
  }
  .footer-middle {
    flex-direction: column;
    justify-content: center;
  }
  .footer-middle .footer-left {
    flex: 1 1 0;
    justify-content: center;
  }
  .footer-help {
    margin: auto;
  }
  .footer-top-links .lnk-gp li .lnk {
    font-size: 14px;
    color: #d1d5db;
  }
  .footer-top-links {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .header_wrap .utill_wrap_sitemap {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top-shared {
    padding: 16px 10px;
  }
  /* FOOTER */

  .footer-middle .footer-left .footer-logo .logo {
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-middle .footer-left {
    flex-direction: column;
    gap: 32px;
  }
  .footer-texts .footer-socials {
    margin-top: 0;
  }
  .ft-content .footer-top-links {
    padding: 24px 0;
  }
  .ft-content .footer-middle {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .search-wrapper .text_search {
    font-size: 14px;
  }
}

.mobile_quick>li>a.menu_blue {
  background-color: #395A9A;
}

.mobile_quick>li>a.menu_skyblue {
  background-color: #28A9E0;
}

.mobile_quick>li>a.menu_red {
  background-color: #EE1C1A;
}

/*======= FOCUS  =======*/

.header_wrap .gnb_wrap .gnb .depth1>li:focus-within>.depth2 {
  display: block;
}


.header_wrap:focus-within:has(.gnb_wrap .gnb .depth1:focus-within) .gnb_bg {
    display: block;
}


.top-header-left .logo:focus-visible {
  outline: 4px dotted red;
}

.search-wrapper .text_search:focus-visible {
  outline: 4px solid #2f5bc1;
}

.search-wrapper .btn_search:focus-visible {
  outline: 4px dotted red;
}

.social-icons a:focus-visible {
  outline: 4px dotted red;
}

.top-header-right>a:focus-visible {
  outline: 4px dotted red;
}

.header_wrap .gnb_wrap .gnb .depth1>li>a:focus-visible {
  outline: 6px dotted red;
}

.header_wrap .gnb_wrap .gnb .depth2>ul>li>a:focus-visible {
  outline: 4px dotted red;
}

.header_wrap .gnb_wrap .gnb .depth3>li>a:focus-visible {
  outline: 4px dotted red;
}

.web_header .utill_wrap_sitemap a:focus-visible {
  outline: 4px dotted red;
}

.site_map_wrap .site_map_header .logo:focus-visible {
  border: 6px dotted red;
}

.utill_wrap .utill_option .txt:focus-visible {
  outline: 4px dotted red;
}

.site_map_wrap .site_map_header .utill_wrap .utill>li>a:focus-visible {
  outline: 4px dotted red;
}

.site_map_wrap .site_map_contents>dl>dd>ul>li>a:focus-visible {
  outline: 4px dotted red;
}

.chatbot-float button:focus-visible {
  outline: 4px dotted red;
}

.footer-top-links .lnk-gp li .lnk:focus-visible {
  outline: 4px dotted red;
}

.footer-top-links .footer-select .select_box>button:focus-visible {
  outline: 4px dotted red;
}

.footer-select .select_box>ul>li>a:focus-visible {
  outline: 4px dotted red;
}

.footer-middle .footer-left .footer-logo .logo:focus-visible {
  outline: 4px dotted red;
}

.footer-texts .footer-socials a:focus-visible {
  outline: 4px dotted red;
}
.slc {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
}


