@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://use.typekit.net/wqc6dbk.css');


body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body *{
  line-height: 1.3;
  word-break: keep-all;
  letter-spacing: -0.02em;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Pretendard', 'sans-serif';
  word-break: keep-all;
}

.mts{
  font-family: 'Montserrat', sans-serif !important;
}
.utile{
  font-family: 'utile-display', sans-serif !important;
}
 
img{
  max-width: 100%;
}

.inner{
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.mobile{display: none;}

@media screen and (max-width:1024px) {
  .pc{display: none;}
  .mobile{display: block;}
}

.gnb_nav .gnb {display: flex; gap: 70px; 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: #C3996B;}

.gnb_nav .gnb .depth1_a {display: inline-block; font-size: 18px; font-weight: 500; color: #191919; line-height: 120px; position: relative; white-space: nowrap; top : 2px;}
.header.sub .gnb_nav .gnb .depth1_a{color: #fff;}
.header.sub.scr .gnb_nav .gnb .depth1_a{color: #191919;}
.header.sub .ham_box > p{color: #fff;}
.header.sub.scr .ham_box > p{color: #191919;}

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

.ham_box{display: flex;gap: 20px;align-items: center;}
.ham_box > p{font-size: 16px;font-weight: 500;color: #191919;}
.ham_open {width: 62px; height: 62px; display: flex;gap: 4px; flex-direction: column; justify-content: center; cursor: pointer; padding: 18px; background-color: #C3996B;border-radius: 5px;}

.ham_open .bar {display: block; width: 100%; height: 3px; background-color: #fff;}
.ham_open .bar1, .ham_open .bar3{width: 76%;}
.ham_open .bar3{margin-left: auto;}

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

.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; background: #C3996B; 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 #C3996B; 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: #C3996B;}

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

/* common */
.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
}
.header {width: 100%; background-color: transparent; border-bottom: 1px solid transparent; position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header .inner{max-width: 1840px;}
.header.scr{background-color: #fff; border-color: #C6C6C6;}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo img {display: block; max-width: 180px; position: relative; top: 0px;}
.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;
  }
  .ham_box > p{display: none;}  
	.ham_open {width: 40px; height: 40px;padding: 10px;}
  .ham_open .bar{height: 2px;}

	.header {height: 80px;}
	.header .logo img {max-width: 150px;}
	.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;
  }
}
@media screen and (max-width: 1200px){
	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 15px;}
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 20px;
  }

	.all_gnb_nav .snb {font-size: 16px;}
}


/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
/* #sub_container {
  margin-top: 100px;
} */
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 220px 0 130px;
}
/* .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: 65px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
}
.sub_visual .subtop-txtbox p{
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 25px;
}
.sub_visual .subtop-txtbox p span{
  font-weight: 400;
}
.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;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  position: relative;
}
.sub_nav_ul > li:nth-child(n + 2):before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #DDD;
  transform: translateY(-50%);
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
}
.sub_nav_ul .home a img{
  max-width: 40px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 250px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 29px 30px;
  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;
}


@media(max-width:1024px){
  /* #sub_container {
    margin-top: 80px;
  } */
.subtop-con-wrap{
  padding: 100px 0 60px;
}
.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{
  font-size: 18px;
  margin-top: 18px;
}
.sub_nav_ul .depth_p::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
}

/* subtop */



/* 하단 문의 */
.foot_inquiry{
  background: url(/html/img/foot_bg.jpg) no-repeat center / cover;
  padding: 150px 0;
}
.foot_inquiry .iq_box{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.foot_inquiry .iq_box > .left{
  width: calc(100% - 560px);
}
.foot_inquiry .iq_box > .right{
  width: 540px;
}
.foot_inquiry .iq_box > .left .tit_box p{font-size: 24px;font-weight: 700;color: #fff;opacity: 0.67;}
.foot_inquiry .iq_box > .left .tit_box h3{font-size: 60px;font-weight: 800;color: #fff;margin-top: 10px;}
.foot_inquiry .iq_box > .left .info{margin-top: 60px;}
.foot_inquiry .iq_box > .left .info > li:nth-child(n + 2){margin-top: 34px;}
.foot_inquiry .iq_box > .left .info > li .tit{display: inline-block;font-size: 20px;font-weight: 800;color: #E8D0B7;}
.foot_inquiry .iq_box > .left .info > li p{font-size: 24px;font-weight: 400;color: #fff;margin-top: 10px;}
.foot_inquiry .iq_box > .left .info > li p.num{font-size: 40px;font-weight: 900;}

.frmbox{
  padding: 54px 60px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border: solid 1px rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.24);
}
.frmbox .con-titbox{
  margin-bottom: 40px;
}
.frmbox .con-titbox h3{
  margin-bottom: 8px;

  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.6px;
  color: rgb(255, 255, 255);
}
.frmbox .con-titbox p{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  color: rgb(255, 255, 255);
}
.frmbox .iptbox{
  margin-bottom: 14px;
}
.frmbox .iptbox input,
.frmbox .iptbox textarea
{
  width: 100%;
  padding: 12px 14px;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);

  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.15px;
  color: rgba(255, 255, 255, 1);
}
.frmbox .iptbox input::placeholder,
.frmbox .iptbox textarea::placeholder{
  color: rgba(255, 255, 255, 0.6);
}
.frmbox .iptbox textarea{
  resize: none;
  height: 212px;
  overflow-y: auto;
}
.frmbox .submitbox button{
  padding: 22px 10px;
  border-radius: 5px;
  background-color: #C3996B;


  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.15px;
  color: #fff;
  text-align: center;

  border: none;
  outline: none;
  width: 100%;
}
.frmbox .submitbox button:hover{
  text-decoration: underline;
}

@media(max-width:1024px){
  .foot_inquiry{
    padding: 60px 0;
  }
  .foot_inquiry .iq_box{
    gap: 30px;
  }
  .foot_inquiry .iq_box > .left{
    width: 100%;
  }
  .foot_inquiry .iq_box > .right{
    width: 100%;
  }
  .foot_inquiry .iq_box > .left .tit_box p{font-size: 16px;}
  .foot_inquiry .iq_box > .left .tit_box h3{font-size: 36px;}
  .foot_inquiry .iq_box > .left .info{margin-top: 40px;}
  .foot_inquiry .iq_box > .left .info > li:nth-child(n + 2){margin-top: 16px;}
  .foot_inquiry .iq_box > .left .info > li .tit{font-size: 16px;}
  .foot_inquiry .iq_box > .left .info > li p{font-size: 18px;margin-top: 6px;}
  .foot_inquiry .iq_box > .left .info > li p.num{font-size: 24px;}

  .frmbox{
    padding: 30px 20px;
    border-radius: 16px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .frmbox .con-titbox{
    margin-bottom: 20px;
  }
  .frmbox .con-titbox h3{
    margin-bottom: 6px;
    font-size: 24px;
  }
  .frmbox .iptbox{
    margin-bottom: 8px;
  }
  .frmbox .iptbox input,
  .frmbox .iptbox textarea
  {
    padding: 8px 12px;
  }
  .frmbox .iptbox textarea{
    height: 130px;
  }
  .frmbox .submitbox button{
    padding: 8px 12px;
  }


  .foot-bottom{
    padding: 40px 0;
  }
  .foot-bottom .foot-conbox .foot-logo{
    width: 120px;
    margin-bottom: 20px;
  }
  .foot-bottom .foot-conbox > p:not(.copyright){
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .foot-bottom .foot-conbox > p span{
    width: 100%;
    display: block;
    font-size: 14px;
  }
  .foot-bottom .foot-conbox > p span::after{
    display: none;
  }
  .foot-bottom .foot-conbox > p.copyright{
    margin-top: 30px;
    font-size: 12px;
  }
}




/* 푸터 */
footer .inner{max-width: 1620px;}
footer .link_box{display: flex;gap: 40px;flex-wrap: wrap;padding: 50px 0;}
footer .link_box > li a{font-size: 20px;font-weight: 600;color: #1F2732;}
footer .link_box > li a:hover{text-decoration: underline;}

footer .info_box{display: flex;gap: 100px;flex-wrap: wrap;padding: 50px 0 110px;border-top: rgba(86, 95, 108, 0.25) solid 1px;}
footer .info_box .left{width: 180px;}
footer .info_box .right{width: calc(100% - 280px);}
footer .info_box .right .detail{display: flex;gap: 0 20px;flex-wrap: wrap;}
footer .info_box .right .detail > li{position: relative;font-size: 14px;font-weight: 400;color: #565F6C;line-height: 1.5;}
footer .info_box .right .detail > li:nth-child(n + 2):before{content: '|';position: absolute;left: -12px;font-size: 14px;color: #565F6C;}
footer .info_box .right .copyright{font-size: 14px;font-weight: 400;color: #565F6C;margin-top: 10px;}

@media screen and (max-width: 1024px){
  footer .link_box{gap: 10px 20px;padding: 20px 0;}
  footer .link_box > li a{font-size: 16px;}

  footer .info_box{gap: 40px;padding: 20px 0 80px;}
  footer .info_box .left{width: 100%;}
  footer .info_box .left img{max-width: 180px;}
  footer .info_box .right{width: 100%;}
  footer .info_box .right .detail{gap: 0 16px;}
  footer .info_box .right .detail > li:nth-child(n + 2):before{display: none;}
}



/* 게시판 */
.bo_inner{max-width: 1280px;padding-bottom: 250px;}