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

@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.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.04em;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Pretendard', 'sans-serif';
  word-break: keep-all;
}
 
.suit{
  font-family: 'SUIT', 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: #0072BC;} */

.gnb_nav .gnb .depth1_a {display: inline-block;font-size: 18px;font-weight: 600;color: #fff;line-height: 1.5; position: relative; white-space: nowrap;}
.header.scr .gnb_nav .gnb .depth1_a, 
.header.sub .gnb_nav .gnb .depth1_a{color: #555;}
.gnb_nav .gnb .depth1_a::after{content: '';position: absolute;top: 100%;right: 0;width: 0;height: 2px;background-color: #fff;transition: width 0.3s;}
.header.scr .gnb .depth1_a::after, 
.header.sub .gnb .depth1_a::after{background-color: #555;}

.gnb_nav .gnb .depth1:hover .depth1_a::after{width: 100%;left: 0;right: unset;}

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

.ham_open {width: 30px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;}

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

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

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

.gnb_nav .snb {width: auto; min-width: 200px; padding: 24px 30px;background: #fff;transition: 0.5s; opacity: 0; position: absolute; /* top: 80%; */ left: -20px; z-index: -1;border-radius: 20px;bottom: 100%;box-shadow: rgba(0, 0, 0, .16) 0 0 16px 0;}
.gnb_nav .snb .depth2 a{display: block;font-size: 18px;line-height: 1.5;color: #757575;padding: 6px 0;transition: color 0.3s;}

.all_gnb_nav .depth2 a:hover {color: #0072BC;}

.all_gnb_nav .active p.depth1_a{color: #0072BC;}

/* common */
.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
}
.header {width: 100%; border-bottom: 1px solid transparent; position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.scr, 
.header.sub{background-color: #fff;border-color: #C6C6C6;}
.header .inner {max-width: 1820px;height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo img {display: block; max-width: 212px; position: relative; top: 0px;}
.gnb_nav {display: flex; align-items: center;}


.snb.on {opacity: 1; transform: scaleX(1);top: 80%;bottom: unset;}
.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);}


/* 언어변경 버튼 */
header .language_btn{font-size: 0;position: relative;}
header .language_btn button {outline: none;border: none;display: block;background-color: transparent;}
header .language_btn button img{max-width: 100%;}
header.sub .language_btn button img{filter: invert(1);}
header .language_btn .lang_list{display: none;position: absolute;top: 150%;left: 50%;background-color: #fff;border: rgba(0, 0, 0, 0.05) solid 1px;border-radius: 8px;box-shadow: rgba(0, 0, 0, 0.05) 0 0 25px 0;transform: translateX(-50%);padding: 12px 10px; z-index: 9;}
header .language_btn .lang_list > li:nth-child(n + 2){margin-top: 10px;}
header .language_btn .lang_list > li a{display: block;font-size: 12px;font-weight: 400;color: #1D1D1D;line-height: 2;padding: 0 20px;transition: color 0.3s;white-space: nowrap;}
header .language_btn .lang_list > li a:hover{color: #3561FD;}


.right-btn-area{
  display: flex;
  align-items: center;
  gap: 20px;
}
.right-btn-area > div{
  width: 30px;
  cursor: pointer;
}
.header.scr .right-btn-area > div img, 
.header.sub .right-btn-area > div img{filter: brightness(1) invert(1);}


@media screen and (max-width: 1200px){
  .gnb_nav .gnb{gap: 40px;}
  .gnb_nav .gnb .depth1_a {font-size: 16px;}
  .gnb_nav .snb{padding: 16px 20px;}
  .gnb_nav .snb .depth2 a{font-size: 16px;}
}
@media screen and (max-width: 1024px){
  .ham_open{
    display: flex;
  }
	.header {height: 80px;}
  .header .logo{width: calc(100% - 70px);max-width: 150px;}
	.header .logo img {width: 100%;}
	.gnb_nav .gnb {display: none;}
	.all_menu_wrap {max-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;
  }
  .right-btn-area{
    gap: 10px;
  }
  .right-btn-area > div{
    width: 24px;
  }
  .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_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 150px 0 100px;
  position: relative;
  z-index: 2;
}
.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.sv06 {
  background-image: url(/html/img/sub_visual06.jpg);
}
.sub_visual .sub_tit {
  font-size: 72px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-top: 16px;
}
.sub_visual .subtop-txtbox p.eng{
  font-size: 20px;
  font-weight: 900;
  color: #0072BC;
  text-align: center;
}
.sub_nav {
  margin-top: 50px;
}
.sub_nav_ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.sub_nav_ul > li {
  position: relative;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li{
  width: 210px;
}
.en_page .sub_nav_ul .depth1_li,
.en_page .sub_nav_ul .depth2_li{
  width: 240px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 16px 48px 16px 24px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 999px;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(/html/img/icon_drop.png) no-repeat center; position: absolute;
  top: 50%;
  right: 24px;
  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;
  border-radius: 12px;
  overflow: hidden;
  z-index: 55;
}
.sub_nav_ul .drop_menu li {
  font-size: 16px;
  font-weight: 400;
  color: #5C5C5C;
}
.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: 60px 0;
  }
  .sub_visual .sub_tit {
    font-size: 30px;
    margin-top: 10px;
  }
  .sub_visual .subtop-txtbox p.eng{
    font-size: 16px;
  }
  .sub_nav_ul {
    gap: 8px;
    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{margin-top: 20px;}
  .sub_nav_ul .depth1_li,
  .sub_nav_ul .depth2_li{
    width: calc(50% - 4px);
    max-width: 210px;
  }
  .en_page .sub_nav_ul .depth1_li,
  .en_page .sub_nav_ul .depth2_li{
    width: calc(50% - 4px);
    max-width: 240px;
  }
  .sub_nav_ul .depth_p {
    padding: 12px 38px 12px 20px;
    font-size: 16px;
  }
  .sub_nav_ul .depth_p::after {
    width: 18px;
    height: 18px;
    right: 18px;
  }
  .sub_nav_ul .drop_menu li{font-size: 15px;}
  .sub_nav_ul .drop_menu li a{padding: 10px 12px;}
}
@media(max-width:480px){
  .en_page .sub_nav_ul{flex-wrap: wrap;}
  .en_page .sub_nav_ul .depth1_li{width: 100%;z-index: 22;}
  .en_page .sub_nav_ul .depth2_li{width: 100%;z-index: 11;}
  .sub_nav_ul .depth_p {
    font-size: 16px;
  }
}

/* subtop */


.sub_top_menu{background-color: #F7F7F7;border-bottom: #DDDDDD solid 1px;}
.sub_top_menu ul{display: flex;flex-wrap: wrap;}
.sub_top_menu ul > li{flex: 1;}
.sub_top_menu ul > li a{display: block;font-size: 20px;font-weight: 500;color: #999;text-align: center;padding: 24px 10px;transition: color 0.3s;}
.sub_top_menu ul > li:hover a{color: #0072BC;}
.sub_top_menu ul > li.on a{color: #0072BC;border-bottom: #0072BC solid 3px;}

@media screen and (max-width:1024px) {
  .sub_top_menu ul > li{min-width: 33.333%;}
  .sub_top_menu ul > li a{font-size: 16px;padding: 18px 10px;}
}
@media screen and (max-width:640px) {
  .sub_top_menu ul > li{min-width: 50%;}
  .sub_top_menu ul > li a{font-size: 15px;padding: 10px;}
}







.foot-sec01{
  padding: 64px 0;
  background-color: #303030;
}
.foot-sec01 .inner{
  max-width: 1640px;
}
.foot-sec01 .top-line{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 29px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.1);
}
.foot-sec01 .top-line .logo{
  width: 171px;
}
.foot-sec01 .top-line .sub-navbox{
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}
.foot-sec01 .top-line .sub-navbox > a{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #D1D1D1;
}
.foot-sec01 .bottom-info-wrapper .infobox p{
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  margin-bottom: 4px;
}
.foot-sec01 .bottom-info-wrapper .infobox p:last-child{
  margin-bottom: 0;
}
.foot-sec01 .bottom-info-wrapper .infobox p > span{
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.32px;
  color: #8E8E8E;
}
.foot-sec01 .bottom-info-wrapper .infobox p > span::after{
  content: "";
  background-color: #5C5C5C;
  display: block;
  width: 1px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: -8.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.foot-sec01 .bottom-info-wrapper .infobox p > span:last-child::after{
  display: none;
}
.foot-sec01 .bottom-info-wrapper .copyright{
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.28px;
  color: #8E8E8E;
}

@media(max-width:1200px){
  .foot-sec01 .top-line .sub-navbox{gap: 40px;}
}
@media(max-width:1024px){
  .foot-sec01{
    padding: 40px 0px;
  }
  .foot-sec01 .top-line{
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 19px;
  }
  .foot-sec01 .top-line .logo{
    width: 100%;
  }
  .foot-sec01 .top-line .logo img{
    max-width: 150px;
    width: 100%;
    display: inline-block;
  }
  .foot-sec01 .top-line .sub-navbox{
    display: none;
    gap: 12px;
    /* display: none; */
  }
  .foot-sec01 .top-line .sub-navbox > a{
    font-size: 16px;
  }
  .foot-sec01 .bottom-info-wrapper .infobox p{
    gap: 4px;
    margin-bottom: 4px;
  }
  .foot-sec01 .bottom-info-wrapper .infobox p > span{
    font-size: 14px;
  }
  .foot-sec01 .bottom-info-wrapper .copyright{
    font-size: 13px;
  }
}

@media(max-width:767px){
  .foot-sec01 .bottom-info-wrapper .infobox p > span{
    width: 100%;
  }
  .foot-sec01 .bottom-info-wrapper .infobox p > span::after{
    display: none;
  }
  .foot-sec01 .top-line .sub-navbox{
    gap: 8px 10px;
  }
}

@media(max-width:400px){
  .foot-sec01 .top-line .sub-navbox{
    gap: 8px;
    /* display: none; */ 
  }
  .foot-sec01 .top-line .sub-navbox > a{
    font-size: 14px;
  }
}





/* Fixed button */
.fixed_btns{display: flex;flex-direction: column;gap: 0px;position: fixed;bottom: 0%;right: 0px;z-index: 999;width: 80px;
}
.fixed_btns .fixed_button{position: relative;border-radius: 41.1%;box-shadow: 0 0 20px rgb(0, 0, 0, 0.08);}
.fixed_btns .fixed_button > img{width: 80px;}
.fixed_btns .fixed_button .fixed_hover{position: absolute;top: 0;right: 0;width: 0;height: 100%;transition: width 0.3s;overflow: hidden;}
.fixed_btns .fixed_button .fixed_hover img{position: absolute;top: 0;right: 0;height: 100%;}
.fixed_btns .fixed_button .call_hover img{min-width: 180px;}
.fixed_btns .fixed_button:hover .call_hover{width: 180px;}
.fixed_btns .fixed_button .kakao_hover img{min-width: 168px;}
.fixed_btns .fixed_button:hover .kakao_hover{width: 168px;}

.fixed_btns .fixed_button:hover .fixed_hover2{
  width: 205px;
}
.fixed_btns .fixed_button:hover .fixed_hover3{
  width: 205px;
}
.fixed_btns .fixed_button .fixed_hover2 img,
.fixed_btns .fixed_button .fixed_hover3 img
{min-width: 205px;}

@media screen and (max-width: 1024px) {
  .fixed_btns{width: 70px;}
  .fixed_btns .fixed_button .call_hover img{min-width: 158px;}
  .fixed_btns .fixed_button:hover .call_hover{width: 158px;}

}
@media screen and (max-width: 768px) {
  .fixed_btns{width: 60px;}
  .fixed_btns .fixed_button .call_hover img{min-width: 135px;}
  .fixed_btns .fixed_button:hover .call_hover{width: 135px;}
}



/* 개인정보 팝업 */
.p-popup-wrap{position: fixed;z-index: 99;background: rgba(0, 0, 0, .8);width: 100%;height: 100vh;top: 0;left: 0;display: none;}
.p-popup-wrap .popupbox{max-width: 800px;width: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);background: #fff;}
.p-popup-wrap .popupbox .popup-titline{display: flex;align-items: center;justify-content: space-between;position: relative;padding: 20px 25px;background: #0072BC;}
.p-popup-wrap .popupbox .popup-titline h3{color: #fff;font-size: 22px;font-weight: 500;text-align: left;}
.p-popup-wrap .popupbox .popup-titline .popup-close{font-size: 30px;font-weight: 400;color: #fff;cursor: pointer;}
.p-popup-wrap .popupbox .popup-content{padding: 30px 25px;background: #fff;max-height: 50vh;overflow-y: auto;}
.p-popup-wrap .popupbox .popup-content::-webkit-scrollbar {width: 4px;background-color: rgb(209, 209, 209);}
.p-popup-wrap .popupbox .popup-content::-webkit-scrollbar-thumb {background-color: rgb(92, 91, 91);}
.p-popup-wrap .popupbox .popup-content p,
.p-popup-wrap .popupbox .popup-content,
.p-popup-wrap .popupbox .popup-content div{font-size: 16px !important;font-weight: 400 !important;line-height: 1.5 !important;}


@media(max-width:1024px){
  .p-popup-wrap .popupbox{width: calc(100% - 40px);}
  .p-popup-wrap .popupbox .popup-titline{padding: 16px 15px;}
  .p-popup-wrap .popupbox .popup-titline h3{font-size: 16px;}
  .p-popup-wrap .popupbox .popup-titline .popup-close{font-size: 24px;}
  .p-popup-wrap .popupbox .popup-content{padding: 30px 15px;}
  .p-popup-wrap .popupbox .popup-content p,
  .p-popup-wrap .popupbox .popup-content,
  .p-popup-wrap .popupbox .popup-content div{font-size: 14px !important;}
} 
/*  */

.bo_inner{
  padding: 100px 20px 250px;  
}
.bo_inner .sub_top_tit{
  margin-bottom: 60px;
}

@media(max-width:1024px){
  .bo_inner{
    padding: 80px 20px 200px;
  }
  .bo_inner .sub_top_tit{
    margin-bottom: 30px;
  }
}
@media(max-width:1024px){
  .bo_inner{
    padding: 80px 20px 150px;
  }
}

/* board */

.sub-wrap{
  padding: 100px 0 60px;
}

@media(max-width:1024px){
  .sub-wrap{
    padding: 80px 0 60px;
  }
}



/* 게시판 페이징 */
.pg{margin-top: 0;}
.pg_wrap{float: none;display: block;text-align: center;margin-top: 70px;}
.pg_current{min-width: 40px;height: 40px;background-color: #222;border: unset;font-size: 20px;font-weight: 500;color: #fff;line-height: 40px;border-radius: 50%;}
.pg_page{min-width: 40px;height: 40px;background-color: #fff;border: unset;font-size: 20px;font-weight: 500;line-height: 40px;color: #222;border-radius: 50%;}
.pg_end {background: url(/html/img/pg_end.png) no-repeat 50% 50% #fff;}
.pg_start {background: url(/html/img/pg_start.png) no-repeat 50% 50% #fff;}
.pg_next {background: url(/html/img/pg_next.png) no-repeat 50% 50% #fff;}
.pg_prev {background: url(/html/img/pg_prev.png) no-repeat 50% 50% #fff;}

@media screen and (max-width:1024px) {
  .pg_wrap{margin-top: 40px;}
  .pg_current{min-width: 30px;height: 30px;font-size: 16px;line-height: 30px;}
  .pg_page{min-width: 30px;height: 30px;font-size: 16px;line-height: 30px;}
}