@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://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css');
@import url('https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap');


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;
}
 
img{
  max-width: 100%;
}
.nanum{font-family: 'Nanum Gothic', sans-serif !important;}
.mts{font-family: 'Montserrat', sans-serif !important;}
.suit{font-family: 'SUIT', sans-serif !important;}
.noticia{font-family: 'Noticia Text', sans-serif !important;}

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

}


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

.gnb_nav .gnb .depth1 { position: relative; transition: .3s;}

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

.gnb_nav .gnb .depth1_a {display: inline-block; font-size: 18px; font-weight: 500; line-height: 100px; color: #fff; position: relative; white-space: nowrap; top : 2px; transition: color 0.3s;}
.header.scr .gnb_nav .gnb .depth1_a{color: #191919;}

.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px; background-color: #00406D; 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; }

.ham_open .bar {display: block; width: 100%; height: 1px; background-color: #fff;transition: background-color 0.3s;}
.ham_open .bar1, .ham_open .bar3{width: 77%;}
.ham_open .bar3{margin-left: auto;}
.header.scr .ham_open .bar{background-color: #00406D;}

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

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

.all_gnb_nav .active p.depth1_a{
  color: #00406D;
}

/* 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.scr, .header.sub {border-color: #C6C6C6;}
.header.scr{background-color: #fff;}
.header .inner {max-width: 1840px;height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo img {display: block; max-width: 136px; position: relative; top: 0px; transition: filter 0.3s;}
.header.scr .logo img{filter: invert(1) brightness(0);}
.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);}

.all_menu_wrap .logo img{filter: invert(1) brightness(0);}

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

}
@media screen and (max-width: 1024px){
  .ham_open{
    display: flex;
  }
	.header {height: 80px;}
	.header .logo img {max-width: 120px;}
	.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){

	.ham_open {width: 22px; height: 16px;}
	.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: 230px 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: 70px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}
.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 {
  margin-top: 40px;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav .inner{display: flex;justify-content: space-between;flex-wrap: wrap;}
.sub_nav .sub_nav_tit{font-size: 60px;font-weight: 400;color: #191919;}
.sub_nav_ul {
  display: flex;
  align-items: center;
  font-size: 16px;
  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 > li:nth-child(n + 2)::before{content: '';position: absolute;top: 50%;left: 0;width: 1px;height: 10px;background-color: #ccc;transform: translateY(-50%);}
.sub_nav_ul .home {}
.sub_nav_ul .home a {}
.sub_nav_ul .home a img{}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 240px;
}
.sub_nav_ul .depth_p {
  position: relative;
  width: 100%;
  padding: 20px 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: 30px;
  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: 120px 0 100px;
}
.sub_visual .sub_tit {
  font-size: 30px;
}
.sub_nav{margin-top: 20px;}
.sub_nav .inner{gap: 10px;}
.sub_nav .sub_nav_tit{width: 100%;font-size: 32px;}
.sub_nav .sub_nav_ul{width: 100%;}
.sub_nav_ul > li:nth-child(2)::before{display: none;}

.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 */




/* Quick menu */
.quick_box{position: fixed;right: 45px;bottom: 45px;display: flex;flex-direction: column;align-items: end;z-index: 9999;}
.quick_box > li:nth-child(n + 2){margin-top: 12px;}
.quick_box > li a{display: flex;justify-content: center;align-items: center;width: 80px;height: 80px;border-radius: 999px;box-shadow: 6px 6px 22px 0 rgba(0, 0, 0, 0.12);transition: width 0.3s;overflow: hidden;}
.quick_box > li.q_contact a{background-color: #fff;}
.quick_box > li.top-btn{display: flex;justify-content: center;align-items: center;width: 80px;height: 80px;border-radius: 999px;box-shadow: 6px 6px 22px 0 rgba(0, 0, 0, 0.12);transition: width 0.3s;overflow: hidden;background: linear-gradient(180deg,rgba(31, 120, 255, 1) 0%, rgba(0, 240, 172, 1) 100%);cursor: pointer;}
.quick_box > li a span{display: none;font-size: 20px;font-weight: 700;color: #000;padding-left: 10px;white-space: nowrap;}
.quick_box > li.hov:hover a{width: 210px;}
.quick_box > li.hov:hover a span{display: block;}

@media screen and (max-width:1024px) {
  .quick_box{right: 10px;bottom: 20px;}
  .quick_box > li:nth-child(n + 2){margin-top: 10px;}
  .quick_box > li a{width: 60px;height: 60px;}
  .quick_box > li a img{width: 30px;}
  .quick_box > li.top-btn{width: 60px;height: 60px;}
  .quick_box > li.top-btn img{width: 30px;;}


  .quick_box > li.hov:hover a{width: 60px;}
  .quick_box > li.hov:hover a span{display: none;}
}



/* FOOTER */
.foot_wrap{padding: 70px 0 60px;background-color: #0E0E0E;}
.foot_wrap .top_box{display: flex;justify-content: space-between;align-items: center;}
.foot_wrap .top_box h1 img{max-width: 136px;}
.foot_wrap .top_box .links{display: flex;gap: 40px;flex-wrap: wrap;}
.foot_wrap .top_box .links > li a{font-size: 20px;font-weight: 500;color: #eee;}
.foot_wrap .info_box{margin-top: 70px;padding-top: 70px;border-top: rgba(255, 255, 255, 0.2) solid 1px;}
.foot_wrap .info_box .info{display: flex;flex-wrap: wrap;}
.foot_wrap .info_box .info:nth-child(n + 2){margin-top: 8px;}
.foot_wrap .info_box .info > li{font-size: 18px;font-weight: 400;color: #DEDEDE;}
.foot_wrap .info_box .info > li b{font-weight: 700;}
.foot_wrap .info_box .info > li:nth-child(n + 2)::before{content: '|';padding: 0 10px;color: #9E9E9E;}
.foot_wrap .info_box .copy{font-size: 18px;font-weight: 200;color: #7E7E7E;margin-top: 40px;}

@media screen and (max-width:1024px) {
  .foot_wrap{padding: 60px 0;}
  .foot_wrap .top_box{gap: 20px;flex-wrap: wrap;}
  .foot_wrap .top_box h1{width: 100%;}
  .foot_wrap .top_box .links{width: 100%;gap: 10px 30px;}
  .foot_wrap .top_box .links > li a{font-size: 18px;}
  .foot_wrap .info_box{margin-top: 50px;padding-top: 50px;}
  .foot_wrap .info_box .info > li{font-size: 16px;}
  .foot_wrap .info_box .copy{font-size: 16px;}
}
@media screen and (max-width:768px) {
  .foot_wrap .top_box h1 img{max-width: 120px;}
  .foot_wrap .top_box .links{gap: 10px 20px;}
  .foot_wrap .top_box .links > li a{font-size: 16px;}
  .foot_wrap .info_box{margin-top: 30px;padding-top: 30px;}
  .foot_wrap .info_box .info{gap: 8px;}
  .foot_wrap .info_box .info > li{width: 100%;}
  .foot_wrap .info_box .info > li:nth-child(n + 2)::before{display: none;}
}


/* 게사판  */
.bo_inner{padding-top: 90px;padding-bottom: 250px;}
.sub-btn-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 0 1rem;
}
.sub-btn-wrap.center{
  justify-content: center;
}
.board-btn-wrap{
  margin-top: 30px !important;
}
.board-btn-wrap.sub-btn-wrap a, 
.board-btn-wrap.sub-btn-wrap button{
  display: block;
  font-size: 16px;
}
.sub-btn-wrap a,
.sub-btn-wrap button {
  border-radius: 8px;
  font-size: 16px;
  padding: 20px;
  min-width: 150px;
  border: 0;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.sub-btn-wrap .cancel {
  border: 1px solid #e0e0e0;
}
.sub-btn-wrap .submit {
  color: #fff;
  border-color: #00406D;
  background: #00406D;
}

@media screen and (max-width:1024px) {
  .bo_inner{padding-top: 60px;padding-bottom: 150px;}

  .sub-btn-wrap a,
  .sub-btn-wrap button {
    font-size: 14px;
    padding: 16px;
    min-width: unset;
  }
  @media screen and (max-width:768px) {
    .bo_inner{padding-top: 40px;padding-bottom: 120px;}
  }
}