@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://webfontworld.github.io/goodchoice/Jalnan.css');
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');


body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body *{
  font-family: 'Pretendard', 'sans-serif';
  line-height: 1.3;
  word-break: keep-all;
  letter-spacing: -0.03em;
}
 
.jalnan{font-family: 'Jalnan', sans-serif !important;}
img{max-width: 100%;}

.inner{
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.gnb_nav .gnb {display: flex; gap: 45px; margin-right: 0px;}

.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}

.gnb_nav .gnb .depth1:hover > .depth1_a,
.gnb_nav .gnb .depth1.active > .depth1_a
{color: #A9806A;}

.gnb_nav .gnb .depth1_a {font-size: 18px; position: relative; white-space: nowrap; top : 2px;}

.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px; background-color: #A9806A; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}

.ham_open {width: 26px; height: 20px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
  display: none;
  }

.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px; background-color: #A9806A;}

.gnb_nav .snb .depth2 a:hover {color: #A9806A;}

.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; background: #A9806A; position: absolute; top: 0; right: 0; cursor: pointer;}

.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; border-top: 4px solid #A9806A; box-shadow: 0 3px 3px rgba(0, 0, 0, .1); transform: translateX(-50%) scaleY(0); transform-origin: top; transition: .5s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;}

.all_gnb_nav .depth2 a:hover {color: #A9806A;}

.all_gnb_nav .active p.depth1_a{
  color: #A9806A;
}

/* common */
.header {width: 100%; height: 120px; background-color: #fff; border-bottom: 1px solid transparent; position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.scr, .header.sub {border-color: #fff;}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;}
/* .header .logo img {display: block; width: 320px; position: relative; top: 0px;} */
.header .hd_call{border-radius: 8px;background-color: #005CFF;}
.header .hd_call a{align-items: center;gap: 14px;padding: 12px 18px;}
.header .hd_call a.pc{display: flex !important;}
.header .hd_call a.mo{display: none !important;}
.header .hd_call a span{font-size: 18px;color: #fff;line-height: 1.1;}
.header .hd_call a p{font-size: 22px;font-weight: 400;color: #13F9AE;}

.gnb_nav {display: flex; align-items: center;}


.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}


.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;}
.gnb_nav .snb .depth2 + .depth2 {margin-top: 17px;}

.snb.on {opacity: 1; transform: translateX(-50%) scaleY(1);}
.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; z-index: 99999; transform: translateY(-100%); opacity: 0; transition: 0.5s;}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 700; line-height: 1; position: relative;}
.all_gnb_nav p.depth1_a .arr {width: 30px; height: 30px; background: url(/html/img/ham_arr.svg) no-repeat center/cover; display: none;}
.all_gnb_nav .snb {display: block;}
.all_gnb_nav .depth2:first-child{
  margin-top: 35px;
}
.all_gnb_nav .depth2 {}
.all_gnb_nav .depth2 a {font-weight: 500; word-break: keep-all; font-size: 18px;
display: block;
padding: 10px 0;
}
.all_menu_wrap.on {opacity: 1; transform: translateY(0);}

@media screen and (max-width: 1415px){

}
@media screen and (max-width: 1024px){
  .ham_open{
    display: flex;
  }
	.header {height: 80px;}
	.header .logo img {width: 160px;}
	.gnb_nav .gnb {display: none;}
	.all_menu_wrap {width: 500px; top: 0; right: 0; transform: translate(100%, 0);}
	.all_menu_wrap.on {transform: translate(0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, .16);}
	.all_menu_wrap .all_menu_top {padding: 0 15px; justify-content: left;}
	.all_gnb_nav .gnb {display: block; text-align: left;}
	.all_gnb_nav .depth1 {width: 100%; padding: 0; border-bottom: 1px solid #eee;}
	.all_gnb_nav .depth1 + .depth1 {border-left: none;}
	.all_gnb_nav p.depth1_a {display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; font-size: 18px; line-height: 60px; cursor: pointer;}
	.all_gnb_nav p.depth1_a .arr {display: block; transition: 0.3s;}
	.all_gnb_nav p.depth1_a.on .arr {transform: rotate(-180deg);}
	.all_gnb_nav p.depth1_a::after {display: none;}
	.all_gnb_nav .snb {display: none; font-size: 16px; transition: none;}
	.all_gnb_nav .depth2 {margin-top: 0; padding-left: 15px; line-height: 1.3; border-top: 1px solid #eee; transition: none;}
	.all_gnb_nav .depth2 a {display: block;
  padding: 15px;
  font-size: 16px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }
  .header .hd_call a{gap: 10px;padding: 8px 10px;}
  .header .hd_call a span{font-size: 15px;}
  .header .hd_call a p{font-size: 16px;}
}
@media screen and (max-width: 768px){
  .header .logo img {width: 130px;}

  .header .hd_call{border-radius: 999px;}
  .header .hd_call a.pc{display: none !important;}
  .header .hd_call a.mo{display: block !important;}
  .header .hd_call a{padding: 12px 14px;}
  .header .hd_call a span{font-size: 13px;font-weight: 700;}
  }
@media screen and (max-width: 400px){
  .header .hd_call a p{display: none;}
}


/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  margin-top: 100px;
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 150px 0;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01.jpg);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.jpg);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.jpg);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.jpg);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.jpg);
}
.sub_visual .sub_tit {
  font-size: 55px;
  color: #fff;
}
.sub_visual .subtop-txtbox p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 7.2px;
  color: rgb(222, 181, 161);
  padding-bottom: 12px;
}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}
.sub_nav {
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #E5E5E5;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  border-right: 1px solid #E5E5E5;
  position: relative;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  background: #C29C89;
}
.sub_nav_ul .home a img{
  max-width: 40px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 240px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 23px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/html/img/icon_drop.png) no-repeat center; position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: .3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


.bo-inner{
  padding: 80px 0;
}

@media(max-width:1024px){
  #sub_container {
    margin-top: 80px;
  }
.subtop-con-wrap{
  padding: 60px 0;
}
.sub_visual .sub_tit {
  font-size: 30px;
}
.sub_nav_ul {
  font-size: 16px;
}
.sub_nav_ul .home{
  display: none;
}
.sub_nav_ul .home.nostr{
  display: flex;
}
.sub_nav_ul .home a{
  width: 50px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 50%;
}
.sub_nav_ul .depth_p {
  padding: 15px 10px;
}
.sub_visual .subtop-txtbox p{
  letter-spacing: 0.5px;
  padding-bottom: 6px;
}
.sub_nav_ul .depth_p::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
}

/* subtop */

/* qucik menu */
.quick_menu{position: fixed;bottom: 60px;right: 50px;z-index: 9999;}
.quick_menu .quick_btns{display: flex;flex-direction: column;align-items: end;gap: 16px;}
.quick_menu .quick_btns .link{position: relative;border-radius: 20px;background: linear-gradient(180deg, rgba(0,92,255,1) 0%, rgba(8,74,190,1) 100%);}
.quick_menu .quick_btns .link a{width: 176px;padding: 16px;}
.quick_menu .quick_btns .link .pc{display: block !important;}
.quick_menu .quick_btns .link .mo{display: none !important;}
.quick_menu .quick_btns .link p{font-size: 18px;font-weight: 700;color: #fff;}
.quick_menu .quick_btns .link span{display: flex;align-items: center;gap: 8px;font-size: 12px;font-weight: 400;color: #fff;margin-top: 36px;transition: gap 0.3s;}
.quick_menu .quick_btns .link a:hover span{gap: 12px;}
.quick_menu .quick_btns .link .img_box{position: absolute;right: 6px;bottom: 10px;}

.quick_menu .quick_btns .circle a{display: flex;flex-direction: column;gap: 4px;}
.quick_menu .quick_btns .circle .quick_pc{display: block !important;}
.quick_menu .quick_btns .circle .quick_mo{display: none !important;}
.quick_menu .quick_btns .circle span{font-size: 16px;font-weight: 700;color: #1E1B1B;text-align: center;}
.quick_menu .quick_btns .top_btn button{background-color: transparent;border: unset;}

@media screen and (max-width:1320px) {
  .quick_menu{right: 20px;}
}
@media screen and (max-width:1024px) {
  .quick_menu .quick_btns{gap: 12px;}
  
  .quick_menu .quick_btns .circle img{width: 70px;}
  .quick_menu .quick_btns .circle span{font-size: 15px;}
}
@media screen and (max-width:768px) {
  .quick_menu{bottom: 114px;}

  .quick_menu .quick_btns .link{position: absolute;bottom: -94px;right: 0;width: calc(100vw - 40px);max-width: 500px;order: 4;}
  .quick_menu .quick_btns .link a{width: 100%;padding: 15px;}
  .quick_menu .quick_btns .link .pc{display: none !important;}
  .quick_menu .quick_btns .link .mo{display: flex !important;align-items: center;justify-content: center;gap: 8px;flex-wrap: wrap;}
  .quick_menu .quick_btns .link span{font-size: 16px;font-weight: 600;color: #fff;margin-top: 0;}
  .quick_menu .quick_btns .link span.jalnan{font-size: 24px;font-weight: 400;color: #13F9AE;}

  .quick_menu .quick_btns .kakao{order: 2;}
  .quick_menu .quick_btns .inquiry{order: 1;}
  .quick_menu .quick_btns .top_btn{order: 3;}

  .quick_menu .quick_btns .circle .quick_pc{display: none !important;}
  .quick_menu .quick_btns .circle .quick_mo{display: block !important;width: 60px;}
  .quick_menu .quick_btns .circle span{display: none;}
  .quick_menu .quick_btns .top_btn{width: 60px;}
}



/* footer */
.footer{padding: 60px 0 86px;background-color: #1E1B1B;}
.footer .inner{max-width: 1480px;}
.footer .top{display: flex;justify-content: space-between;flex-wrap: wrap;gap: 20px;}
.footer .top .ft_logo{width: 201px;}
.footer .top .ft_info{display: flex;justify-content: space-between;flex-wrap: wrap;width: 930px;}
.footer .top .ft_info > li{width: 28.49%;}
.footer .top .ft_info > li h2{font-size: 16px;font-weight: 500;color: #CFCFCF;}
.footer .top .ft_info > li p{font-family: 'Nanum Gothic', sans-serif !important;font-size: 16px;font-weight: 400;color: #656565;margin-top: 10px;}
.footer .top .ft_info > li .call{display: inline-block;font-size: 24px;font-weight: 400;color: #13F9AE;margin-top: 10px;}

.footer .bottom{margin-top: 45px;padding-top: 45px;border-top: #464646 solid 1px;text-align: right;}
.footer .bottom span{font-size: 16px;font-weight: 400;color: #656565;}

@media screen and (max-width:768px) {
  .footer{padding: 40px 0 60px;}
  .footer .top .ft_logo{width: 180px;}
  .footer .top .ft_info{width: 100%;gap: 20px;}
  .footer .top .ft_info > li{width: 100%;}
  .footer .top .ft_info > li h2{font-size: 15px;}
  .footer .top .ft_info > li p{font-size: 15px;margin-top: 6px;}
  .footer .top .ft_info > li .call{font-size: 20px;margin-top: 6px;}

  .footer .bottom{margin-top: 30px;padding-top: 30px;}
  .footer .bottom span{font-size: 15px;}
}