@charset "UTF-8";

/* SkipToContent */
/*240802 (s)*/
body {
  position: relative;
}
/*240913 (s) width값 추가*/
#skipToContent {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 1000000009;
  width: 100%;
}
/*240802 (e)*/
/* #skipToContent > li > a {width: 100%;} */
#skipToContent li > a {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/*240913 (e)*/
#skipToContent a:hover,
#skipToContent a:active,
#skipToContent a:focus,
#skipToContent a:focus-visible {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 100000009 !important;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #333;
  color: #fff;
  text-align: center;
  clip: auto;
  clip-path: inset(0%);
}

/*웹접근성 아웃라인*/
/*241106 (s)*/
:focus-visible,
a:focus-visible,
a:focus-visible::after,
button:focus-visible,
button:focus-visible::-webkit-tap-highlight-color,
.btn:focus-visible,
.close_modal:focus-visible, 
input[type="radio"]:focus-visible,
input[type="checkbox"]:focus-visible,
input.item_radio[type="radio"]:focus-visible + label,
#searchKeyLabel input:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 1) !important;
  z-index: 99999997 !important;
}
/*//241106 (e)*/
/*241129 hy(s)*/
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  box-shadow: inset 0 0 0 1.5px rgba(0, 0, 0, 1) !important;
}
::placeholder {
  color: #666!important;
}

.card_swiper a:focus-visible {
  position: relative;
}
.card_swiper a:focus-visible::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 1) !important;
  z-index: 99999998 !important;
}
.small_able1:focus-visible,
.small_able4:focus-visible,
.middle_able1:focus-visible,
.middle_able4:focus-visible,
.TxtBoxBTN_1:focus-visible,
.TxtBoxBTN_4:focus-visible,
.edu_tab a.active:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(255, 0, 150, 1) !important;
  z-index: 99999998 !important;
}
footer :focus-visible,
footer a:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(255, 215, 0, 1) !important;
  z-index: 99999998 !important;
}

/* clearFix */
.clfix {
  /*zoom:1*/
  transform: scale(1);
}
.clfix:after,
.clfix:before {
  line-height: 0;
  display: table;
  content: "";
}
.clfix:after {
  clear: both;
}

/* text hide (aria-label 사용 권장)*/
.txt_hdie,
.txt_hide {
  position: absolute !important; /* Outside the DOM flow */
  height: 1px;
  width: 1px; /* Nearly collapsed */
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 7+ only support clip without commas */
  clip: rect(1px, 1px, 1px, 1px); /* All other browsers */
}
.text_hide:not(:focus):not(:active) {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* position: absolute;
    top: -99999px;
    width: 0;
    height: 0;
    overflow: hidden; */
}
/* Display */
.d-none {
  display: none !important;
}
.d-in {
  display: inline-block !important;
}
.d-bl {
  display: block !important;
}

/* Margin */
.mg0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt2 {
  margin-top: 0.2rem !important;
}
.mt5 {
  margin-top: 0.5rem !important;
}
.mt10 {
  margin-top: 1rem !important;
}
.mt15 {
  margin-top: 1.5rem !important;
}
.mt20 {
  margin-top: 2rem !important;
}
.mt25 {
  margin-top: 2.5rem !important;
}
.mt30 {
  margin-top: 3rem !important;
}
.mt35 {
  margin-top: 3.5rem !important;
}
.mb0 {
  margin-bottom: 0;
}
.mb2 {
  margin-bottom: 0.2rem !important;
}
.mb5 {
  margin-bottom: 0.5rem !important;
}
.mb10 {
  margin-bottom: 1rem !important;
}
.mb15 {
  margin-bottom: 1.5rem !important;
}
.mb25 {
  margin-bottom: 2.5rem !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mb35 {
  margin-bottom: 3.5rem !important;
}
.ml2 {
  margin-left: 0.2rem !important;
}
.ml3 {
  margin-left: 0.3rem !important;
}
.ml5 {
  margin-left: 0.5rem !important;
}
.ml10 {
  margin-left: 1rem !important;
}
.ml15 {
  margin-left: 1.5rem !important;
}
.ml20 {
  margin-left: 2rem !important;
}
.ml25 {
  margin-left: 2.5rem !important;
}
.ml35 {
  margin-left: 3.5rem !important;
}
.mr2 {
  margin-right: 0.2rem !important;
}
.mr3 {
  margin-right: 0.3rem !important;
}
.mr5 {
  margin-right: 0.5rem !important;
}
.mr10 {
  margin-right: 1rem !important;
}
.mr15 {
  margin-right: 1.5rem !important;
}
.mr20 {
  margin-right: 2rem !important;
}
.mr25 {
  margin-right: 2.5rem !important;
}
.mr35 {
  margin-right: 3.5rem !important;
}

/* Padding*/
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pr0 {
  padding-right: 0 !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pl0 {
  padding-left: 0 !important;
}
/*241129 (s)*/
/* Flex */
.flexflowrow{ flex-direction: row !important; }
/*//241129 (e)*/
/* Float */
.fl {
  float: left;
}
.fr {
  float: right;
}

/* Text-align */
.t-l {
  text-align: left !important;
}
.t-r {
  text-align: right !important;
}
.t-c {
  text-align: center !important;
}

/* word-break */
.wb-break {
  word-break: break-all !important;
}
.wb-keep {
  word-break: keep-all !important;
}

/*230605 hy(s)*/
/* width */
.w100 {
  width: 100% !important;
}
/*230605 hy(e)*/

/* Lay-Out */
.inner {
  width: 1400px;
  margin: 0 auto;
}
.sub {
  width: 100%;
  box-sizing: border-box;
  padding-top: 143px;
  min-height: calc(100vh - 199px);
}

/*header*/
/*rami 수정 // 웹접근성으로 인해 z-index 값 변경*/

/*기존헤더 지우면 x
header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99999999;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
}
*/

header {
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99999999;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
}


/*230802 hy(e)*/
header .home {
  display: flex;
  align-items: center;
}
header .home .logo {
  display: block;
  width: 100px;
  height: 100px;
  background: url("../images/logo_header.png") no-repeat;
  background-size: cover;
  background-position: center;
}

header .gnb:before {
  background: #fff;
  content: "";
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 143px;
  /* transition: all .1s ease-out; */
  visibility: hidden;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 30px 30px rgba(0,0,0,.15);
}
/*//241016 (e)*/
/* //ms0426(e) */
header.on .gnb:before,
header .pc_menu .gnb:has(li.on):before{
  visibility: visible;
  opacity: 1;
  height: 250px;
  /* transition: height 0.2s ease-out; */
}
/*//241106 (e)*/
/*240927 (e)*/
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  align-items: center;
}
header .gnb{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: calc(100% - 100px - 100px - 40px);
}
header .wrap {
  align-items: center;
  display: flex;
}
header .gnb > li {
  position: relative;
  width: calc(100% / 6);
  height: 100%;
}
header .gnb > li:first-child {
  margin-left: 0;
}
/*240927 (s) padding 값 수정*/
/*241016 (s)*/
header .gnb > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
  color: #121212;
  text-align: center;
  padding: 37.5px 0;
  transition: all 0.2s;
  word-break: keep-all;
  box-sizing: border-box;
}
/*//241016 (e)*/
/*240927 (e)*/
header .gnb > li > a:before {
  content: "";
  left: 20%;
  right: 20%;
  display: block;
  position: absolute;
  bottom: -1px;
  transition: all 0.5s;
  height: 1px;
  background: #1869c0;
  opacity: 0;
}
header .gnb > li:hover > a:before {
  left: 0;
  right: 0;
  opacity: 1;
}
header .gnb > li:hover > a,
header .pc_menu .depth-1 li:hover a {
  color: #1869c0;
  font-weight: 500;
}
/* ms0426(s) */
header .pc_menu .depth-1 {
  position: absolute;
  right: 0;
  left: 0;
  padding-top: 30px;
  visibility: hidden;
  opacity: 0;
}

header.on .pc_menu .depth-1,
header.on .pc_menu .gnb li.on .depth-1 {
  visibility: visible;
  opacity: 1;
  /* transition: all 0.2s ease-out;
  transition-delay: 0.1s; */
}
header.on .pc_menu .gnb li.on .depth-1 ul{height:auto;}
/*//241106 (e)*/
header .pc_menu .depth-1 li {
  text-align: left;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0 10px;
  word-break: keep-all;
  text-align: center;
}
/*//241016 (e)*/
header .pc_menu .depth-1 li:first-child {
  margin-top: 0px;
}
header .pc_menu .depth-1 li a {
  font-size: 16px;
  color: #444;
  font-weight: 400;
  transition: all 0.2s;
}
header .pc_menu a.btn_search_on {
  width: 40px;
  height: 40px;
  background: url("../images/icon_header_common.png") no-repeat -50px 0;
  background-size: cover;
  display: inline-block;
}
header .pc_menu a.btn_menu {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url("../images/icon_header_common.png") no-repeat -100px 0;
  background-size: cover;
}

/* 메뉴버튼 */
header .btn_group {
  display: flex;
  align-items: center;
  gap: 20px;
}
header a.menu {
  position: relative;
  height: 20px;
  display: inline-block;
  width: 28px;
  border-radius: 100px;
  z-index: 99;
}
header a.menu:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #111;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  border-radius: 100px;
}
header a.menu:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #111;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  border-radius: 100px;
}
header a.menu span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  top: 50%;
  right: 0;
  background: #111;
  margin-top: -1px;
  transition: 0.3s;
  border-radius: 100px;
}
header a.menu.on:before {
  top: 50%;
  margin-top: -2px;
  transform: rotate(45deg);
  transition: all 0.3s transform 0.4s;
}
header a.menu.on span {
  right: -10px;
  transition: all 0.2s;
  opacity: 0;
}
header a.menu.on:after {
  bottom: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transition: all 0.3s transform 0.4;
}
header .pc_menu a.menu {
  display: none;
}

/* 로그인/회원가입 버튼 */
/*241022 (s) - 로그아웃 버튼 밑줄 제거*/
header .pc_menu div.util {
  box-sizing: border-box;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
/*//241022 (e)*/
/*240322 (s)*/
header .pc_menu .util ul.inner {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
header .pc_menu .util ul.inner li a {
  position: relative;
  /* padding-right: 11px; */
  color: #666;
  font-size: 14px;
}


/* 전체메뉴 */
header .all_menu {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  overflow: auto;
  height: 100vh;
  box-sizing: border-box;
  padding-bottom: 100px;
}
/*241202 hy(s)*/
header .all_menu .inner{position:relative;}
header .all_menu.on {
  opacity: 1;
  visibility: visible;
  z-index:100000000;
}
/* 241129 hy(s) */
header .all_menu.on a.btn_off {
  position: absolute;
  top:30px;
  right:0;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url("../images/icon_header_common.png") no-repeat -150px 0;
  background-size: cover;
}
/* //241129 hy(e) */
/*//241202 hy(e)*/
header .all_menu .middle {
  margin-top: 35px;
}
header .all_menu .big_menu {
  display: flex;
  gap: 2%;
}
header .all_menu .big_menu > li {
  width: calc(100% / 6);
}

header .all_menu .big_menu .strong {
  box-shadow: inset 0 -1px 0 0 #ddd;
  color: #121212;
  display: block;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 40px;
  transition: box-shadow 0.2s;
}

.sitemap .all_menu {
  width: 100%;
  background-color: #fff;
  transition: all 0.3s;
  box-sizing: border-box;
  padding-bottom: 100px;
}
.sitemap .all_menu .middle {
  margin-top: 35px;
  width: 100%;
}
.sitemap .all_menu .big_menu {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 15px;
}
.sitemap .all_menu .big_menu > li {
  width: 180px;
  margin-bottom: 30px;
}

.sitemap .all_menu .big_menu .strong {
  box-shadow: inset 0 -1px 0 0 #ddd;
  color: #121212;
  display: block;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px;
  transition: box-shadow 0.2s;
}
/* 모바일 hover 제어 */
@media (hover: hover) and (pointer: fine) {
  .sitemap header .all_menu .big_menu li:hover .strong {
    box-shadow: inset 0 -1px 0 0 #1869c0;
    color: #1869c0;
  }
  .sitemap header .all_menu .big_menu li:hover > a {
    color: #1869c0;
  }
  .sitemap header .gnb > li:hover > a,
  .sitemap .all_menu .depth-2 li:hover a {
    color: #1869c0;
  }
}
.sitemap .all_menu .small_menu > li {
  margin-top: 25px;
}
.sitemap .all_menu .small_menu > li:first-child {
  margin-top: 25px;
}
.sitemap .all_menu .small_menu > li > a {
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  line-height: 1.4;
  word-break: keep-all;
}
.sitemap .all_menu .depth-2 li:first-child {
  margin-top: 10px;
}
.sitemap .all_menu .depth-2 li {
  margin-top: 10px;
}
.sitemap .all_menu .depth-2 li a {
  color: #444;
  font-size: 16px;
  word-break: keep-all;
}
.sitemap .all_menu {
  display: block;
}
@media screen and (max-width: 1024px) {
  .sitemap .all_menu .big_menu > li {
    width: calc((100% - 30px) / 3);
  }
  .sitemap .all_menu .big_menu .strong {
    font-size: 20px;
    font-weight: 500 !important;
  }
  .sitemap .all_menu .small_menu > li,
  .sitemap .all_menu .small_menu > li:first-child {
    margin-top: 15px;
  }
  .sitemap .all_menu .small_menu > li > a {
    font-size: 16px;
    font-weight: 700;
  }
  .sitemap .all_menu .depth-2 li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sitemap .all_menu .big_menu > li {
    width: 100%;
  }
  .sitemap .all_menu .small_menu > li,
  .sitemap .all_menu .small_menu > li:first-child,
  .sitemap .all_menu .depth-2 li,
  .sitemap .all_menu .depth-2 li:first-child {
    margin-top: 20px;
  }
}

/* 모바일 hover 제어 */
@media (hover: hover) and (pointer: fine) {
  header .all_menu .big_menu li:hover .strong {
    box-shadow: inset 0 -1px 0 0 #1869c0;
    color: #1869c0;
  }
  header .all_menu .big_menu li:hover > a {
    color: #1869c0;
  }
  header .gnb > li:hover > a,
  header .all_menu .depth-2 li:hover a {
    color: #1869c0;
  }
}

header .all_menu .small_menu > li {
  margin-top: 35px;
}
header .all_menu .small_menu > li:first-child {
  margin-top: 45px;
}
header .all_menu .small_menu > li > a {
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  padding-right: 25px;
  line-height: 1.4;
  word-break: keep-all;
}
header .all_menu .depth-2 li:first-child {
  margin-top: 20px;
}
header .all_menu .depth-2 li {
  margin-top: 10px;
}
header .all_menu .depth-2 li a {
  color: #444;
  font-size: 16px;
  word-break: keep-all;
}

/*241108 (s)*/
/* 검색창 */
header .search_menu {
  position: fixed;
  width: 100%;
  left: 50%;
  right: 50%;
  margin: auto;
  top: calc(50% - 268px);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  border-bottom: 1px solid #e8e8e8;
  transition: translate(-50%, -50%)
}
header .search_menu form{width:100%;}
.search_menu .form{width:100%;}
/* 모달 컨테이너 */
.search_menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  background: #fff;
  padding: 2rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  opacity: 0; /* 초기 숨김 */
  visibility: hidden; /* 초기 숨김 */
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border-radius: 8px;
}

/* 모달 활성화 시 */
.search_menu.on {
  opacity: 1;
  visibility: visible;
}

/* 검색 필드 스타일 */
.search_area {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 1rem;
}

/* 검색 인풋 필드 */
.search_bar {
  flex: 1;
  border: none;
  padding: 0.5rem;
  font-size: 1.6rem;
  outline: none;
}

/* 검색 버튼 */
.btn_search {
  width: 24px;
  height: 24px;
  background: url("../images/icon_search.png") no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  margin-left: 0.5rem;
}

/* 삭제 버튼 */
.clear_search {
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  font-size: 1.5rem;
  margin-left: 0.5rem;
  display: none; /* 기본적으로 숨김 */
}

/* 닫기 버튼 */
.search_close {
  display: inline-block;
  margin-top: 1rem;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 2.4rem;
  color: #000;
  /* background-color: #333; */
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}
/*241108 (e)*/
header .search_menu.on {
  opacity: 1;
  visibility: visible;
}
/*241108 (s)*/
header .search_wrap {
  width: 100%;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
/*//241108 (e)*/
header .search_wrap .search_area {
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #e5e5e5;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 10px;
}
/*241022 (s) - 검색창*/
header .search_wrap .search_area label{width: calc(100% - 40px); height: 100%;margin: 0;}
header .search_area .search_bar { width: 100%; height: 100%; border: none; box-shadow: none;margin-right: 0;padding: 0;}
/*//241022 (e)*/
/* 240716 (s) */
header .search_area .btn_search {
  width: 40px;
  height: 40px;
  background: url("../images/icon_header_common.png") no-repeat 0px 0;
  background-size: cover;
  display: inline-block;
  /* filter: invert(0.5) brightness(0.5) opacity(0.3);
    transition: 0.2s; */
}
/* header .search_area.focused {
    border-color: #1869c0;
    transition: 0.3s;
}
header .search_area.focused .btn_search {
    filter: unset;
} */
/* 240716 (e) */
/* 모바일 전체메뉴 */
header .mob_menu {
  top: 0;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
/*241202 hy(s)*/
header .mob_menu.on {
  opacity: 1;
  visibility: visible;
  z-index: 100000000;
}
/*//241202 hy(e)*/
header .btn_group .btn_menu.mob_menu_on {
  display: none;
}
header .mob_menu .middle {
  margin-top: 0;
  border-top: 1px solid #e8e8e8;
}
header .mob_menu .big_menu {
  display: inline-block;
  width: 140px;
  height: 100vh;
  border-right: 1px solid #eee;
  background-color: #ffffff;
  box-sizing: border-box;
}
header .mob_menu .big_menu > li {
  width: 100%;
}
header .mob_menu .big_menu .strong {
  width: 100%;
  height: 80px;
  line-height: 80px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  box-shadow: none;
  padding-bottom: 0;
  text-align: center;
  transition: 0.2s;
}
header .mob_menu .big_menu .strong.util.first {
  border-top: 1px solid #eee;
}
header .mob_menu .big_menu .strong.util {
  color: #666;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
header .strong.tab_container_item.active.strong {
  color: #fff;
  background-color: #1869c0;
  font-weight: 500;
}
header .mob_menu .small_menu.depth-1 > li.active > a {
  color: #1869c0;
}
header .mob_menu .small_menu .depth-2 > li.active {
  background-color: #f2f6fa;
}
header .mob_menu .small_menu .depth-2 > li.active > a {
  color: #1869c0;
  font-weight: 500;
}
header .mob_menu .small_menu > li > a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  box-sizing: border-box;
  padding-right: 25px;
  line-height: 1.4;
  word-break: keep-all;
}
header .mob_menu .small_menu > li:first-child {
  margin-top: 0;
}
header .mob_menu .content_container {
  position: absolute;
  top: 80px;
  right: 0;
  width: calc(100% - 140px);
  height: 100vh;
  box-sizing: border-box;
  display: block;
  overflow: auto;
  box-sizing: border-box;
  padding: 20px 0px 100px;
}
header .mob_menu .small_menu > li {
  margin-top: 30px;
}
header .mob_menu .small_menu li {
  width: 100%;
  padding-right: 0;
  font-size: 15px;
  color: #555;
}
header .mob_menu .small_menu > li > a {
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  padding-left: 20px;
  line-height: 1.4;
  word-break: keep-all;
  display: block;
  width: 100%;
}
header .mob_menu .small_menu > li > a.accordionTitle,
header .mob_menu .small_menu > li > a.accordionTitle.is-open {
  position: relative;
}
header .mob_menu .small_menu > li > a.accordionTitle:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/icon_blue-arrow-down.png") no-repeat 0 0;
  background-size: cover;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(-90deg);
  transition: 0.3s;
  filter: grayscale(1) opacity(0.5);
}
header .mob_menu .small_menu > li > a.accordionTitle.is-open:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/icon_blue-arrow-down.png") no-repeat 0 0;
  background-size: cover;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(0);
  filter: none;
  transition: 0.3s;
}
header .mob_menu .depth-2 li a {
  display: block;
  color: #444;
  font-size: 16px;
  word-break: keep-all;
  box-sizing: border-box;
  padding: 8px 30px;
}
header .mob_menu .depth-2 li:first-child {
  margin-top: 5px;
}

header .mob_menu .small_menu.content_container_content {
  display: none;
}
header .mob_menu .small_menu.content_container_content.target {
  display: block;
}
header .mob_menu .home_user {
  margin-left: 10px;
  font-size: 15px;
  color: #111;
  display: flex;
}
header .mob_menu .home_user .user_name {
  font-weight: 600;
  display: block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.small_menu .accordionContent {
  display: none;
}

.accordionTitle.is-open + .accordionContent {
  display: block;
}

/* Footer */
footer {
  width: 100%;
  background: #1b2430;
  box-sizing: border-box;
  padding-bottom: 40px;
}
footer .footer_links_box {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_links {
  display: flex;
  gap: 40px;
}
footer .footer_links li a {
  font-size: 16px;
  color: #ccc;
}
footer .footer_links li:first-child a {
  font-weight: 600;
  color: #fff;
}
footer .footer_sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

footer .footer_sns li a {
  display: block;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  background-color: #3d454f;
  border-radius: 6px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  transition: 0.3s;
}
footer .footer_sns li a.blog {
  background-image: url("../images/icon_group_footer.png");
  background-size: cover;
  background-position: -34px;
}
footer .footer_sns li a.facebook {
  background-image: url("../images/icon_group_footer.png");
  background-size: cover;
  background-position: -80px;
}
footer .footer_sns li a.instagram {
  background-image: url("../images/icon_group_footer.png");
  background-size: cover;
  background-position: -126px;
}
footer .footer_sns li a.youtube {
  background-image: url("../images/icon_group_footer.png");
  background-size: cover;
  background-position: -172px;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer_sns li a:hover {
    background-color: #fff;
    background-blend-mode: difference;
  }
}
footer .footer_etc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
footer .footer_etc > div {
  display: flex;
  gap: 80px;
}
footer .footer_etc h2.logo {
  width: 143px;
  height: 44px;
  background: url("../images/logo_footer-kisa.png") no-repeat;
  background-position: center;
  background-size: contain;
}
footer .footer_etc h2.logo a {
  display: block;
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  transition: 0.3s;
}
footer .footer_etc .footer_address {
  width: calc(100% - 183px);
}
footer .footer_etc .footer_address li {
  color: #999;
  font-size: 15px;
  margin-top: 5px;
}
/* footer .footer_etc .footer_address span {
    margin-left: 60px;
} */
footer .footer_etc .footer_address li:nth-child(1) span {
  margin-left: 80px;
}
footer .footer_etc .footer_address li:nth-child(2) span {
  margin-left: 68px;
}
footer .footer_etc .footer_address li:last-child {
  margin-top: 20px;
}
footer .footer_etc .footer_mark li a.wa {
  width: 110px;
  height: 76px;
  display: block;
  background: url("../images/accessibility_mark.png") no-repeat;
  background-size: cover;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  transition: 0.3s;
}
/* 230509(s) */
footer a.phone_number {
  color: #ddd;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
}
/* //230509(e) */

/* Media-query */

@media screen and (min-width: 1025px) {
  .mob_menu {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .inner,
  .mob_menu .top {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .mob_menu .inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  /* footer .footer_etc .footer_address {
        width: 100%;
    } */
}
@media screen and (max-width: 1200px) {
  /*241016 (s)*/
  header .gnb {
    width: calc(100% - 200px);
  }
  /*//241016 (e)*/
  header .gnb > li {
    width: calc(100% / 6);
  }
  header .gnb > li > a {
    padding: 37.5px 0;
    text-align: center;
  }
  header .pc_menu .depth-1 li a {
    font-size: 15px;
  }
  footer .footer_etc > div {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .sub {
    padding-top: 80px;
  }
  header .home .logo {
    width: 80px;
    height: 80px;
  }
  header .gnb,
  header .pc_menu .util,
  header .pc_menu a.btn_menu.all_menu_on,
  .all_menu {
    display: none;
  }
  header .btn_group .btn_menu.mob_menu_on {
    display: inline-block;
  }
  header .search_menu {
    top: 0;
  }
  header .search_wrap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px 20px 20px;
    position: absolute;
    top: 80px;
    margin: auto;
    left: 0;
    right: 0;
    justify-content: center;
  }
  header .search_wrap .search_area {
    width: 100%;
    justify-content: space-between;
  }
  footer .footer_etc .footer_address li:nth-child(1) span,
  footer .footer_etc .footer_address li:nth-child(2) span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

@media screen and (max-width: 920px) {
  /* footer */
  footer .footer_etc {
    align-items: unset;
    /* flex-flow: column; */
  }
  /* footer .footer_etc > div{
        flex-flow: column;
    } */
  footer .footer_etc .footer_address {
    width: 100%;
  }
  /* footer .footer_etc .footer_address li {
        display: flex;
        justify-content: space-between;
    } */
  footer .footer_etc .footer_address span {
    margin-left: 0;
  }
  /* footer .footer_mark {
        margin-top: 30px;
    } */
  footer .footer_etc .footer_mark li a.wa {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 768px) {
  header .pc_menu a.btn_search_on {
    width: 36px;
    height: 36px;
    background: url("../images/icon_header_common.png") no-repeat -45px 0;
    background-size: cover;
    display: inline-block;
  }
  header .search_area .btn_search {
    width: 36px;
    height: 36px;
    background: url("../images/icon_header_common.png") no-repeat 0px 0;
    background-size: cover;
    display: inline-block;
    filter: invert(0.5) brightness(0.5) opacity(0.3);
    transition: 0.2s;
  }
  header a.btn_menu {
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url("../images/icon_header_common.png") no-repeat -90px 0;
    background-size: cover;
  }
  /*241202 hy(s)*/
  header .mob_menu a.btn_off {
    position: relative;
    width: 36px;
    height: 36px;
    display: block;
    /* 241108 (s) */
    background: url("../images/icon_header_common.png") no-repeat -135px 0;
    /* 241108 (e) */
    background-size: cover;
  }
  header .mob_menu .bottom{position:absolute; top:22px;right:10px;}
	/*//241202 hy(e)*/
  header .mob_menu .wrap {
    min-height: 80px;
  }
  /*241108 (s)*/
  /* 모바일에서 모달의 최대 너비 */
  .search_menu {
    width: 100%;
    max-width: none;
    top: 10%;
    transform: translate(-50%, 0);
  }
  /*241108 (e)*/
  /* footer */
  footer .footer_etc .footer_address li {
    font-size: 14px;
    margin-top: 0;
  }
  footer .footer_links li a {
    font-size: 14px;
  }
  /* footer .footer_etc .footer_address li {
        font-size: 13px;
    } */
  footer .footer_etc {
    flex-flow: column;
    gap: 15px;
  }
  footer .footer_etc > div {
    flex-flow: column;
    gap: 15px;
  }
  footer .footer_etc .footer_address li:nth-child(1) span,
  footer .footer_etc .footer_address li:nth-child(2) span {
    margin-top: 0;
  }
  footer .footer_etc .footer_address li:last-child {
    margin-top: 15px;
  }
}

@media all and (max-width: 600px) {
  footer .footer_etc h2.logo {
    width: 97px;
    height: 30px;
  }
  footer .footer_etc .footer_address li {
    justify-content: unset;
    flex-flow: column;
    gap: 5px;
  }
  /* footer .footer_etc .footer_mark {
        display: none;
    } */
  footer {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 520px) {
  .sub {
    padding-top: 60px;
  }
  header .home .logo {
    width: 60px;
    height: 60px;
  }
  header .mob_menu .wrap {
    min-height: 60px;
  }
  header .search_wrap {
    top: 60px;
  }
  header .pc_menu a.btn_search_on {
    width: 30px;
    height: 30px;
    background: url("../images/icon_header_common.png") no-repeat -38px 0;
    background-size: cover;
    display: inline-block;
  }
  header .search_area .btn_search {
    width: 30px;
    height: 30px;
    background: url("../images/icon_header_common.png") no-repeat 0px 0;
    background-size: cover;
    display: inline-block;
    filter: invert(0.5) brightness(0.5) opacity(0.3);
    transition: 0.2s;
  }
  header a.btn_menu {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("../images/icon_header_common.png") no-repeat -76px 0;
    background-size: cover;
  }
  header a.btn_off {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    /* 241108 (s) */
    /* background: url("../images/icon_header_common.png") no-repeat -114px 0; */
    /* 241108 (e) */
    background-size: cover;
  }
  header .mob_menu .home_user .user_name {
    max-width: 80px;
  }
  header .mob_menu .big_menu {
    width: 110px;
  }
  header .mob_menu .content_container {
    width: calc(100% - 110px);
    top: 60px;
  }
  header .mob_menu .big_menu .strong {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  header .mob_menu .big_menu .strong.util {
    font-size: 14px;
  }
  header .mob_menu .small_menu > li > a {
    font-size: 15px;
  }
  header .mob_menu .depth-2 li a {
    font-size: 14px;
  }
}

@media all and (max-width: 420px) {
  footer .footer_links_box {
    padding: 20px 0 10px;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
  }
  footer .footer_links {
    gap: 20px;
  }
  footer .footer_sns {
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }
}
/*240913 (s) 320해상도 이하 스크롤 표시*/
@media all and (max-width: 320px) {
  body{width: 320px; overflow: scroll;}
}
/*240913 (e)*/