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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

@font-face {
  font-family: "gmarket";
  font-weight: 300;
  src: url(../font/GmarketSansLight.woff2) format("woff2");
  src: url(../font/GmarketSansLight.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: 500;
  src: url(../font/GmarketSansMedium.woff2) format("woff2");
  src: url(../font/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: 700;
  src: url(../font/GmarketSansBold.woff2) format("woff2"); 
  src: url(../font/GmarketSansBold.woff) format("woff");
}


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: 'Noto Sans KR', 'sans-serif';
  word-break: keep-all;
}
 
.gmarket{
  font-family: 'gmarket', sans-serif !important;
}
img{
  max-width: 100%;
}

.inner{
  max-width: 1400px;
  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;  position: relative; transition: .3s;}

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

.gnb_nav .gnb .depth1_a {display: inline-block;font-size: 20px;font-weight: 700;color: #274e45;line-height: 85px; position: relative; white-space: nowrap; top : 2px;}

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

.hd_right_box{display: flex;gap: 40px;justify-content: center;align-items: center;width: 150px;height: 85px;background-color: #274e45;}
.hd_right_box a{font-size: 14px;font-weight: 700;color: #faf7ea;line-height: 85px;}
.hd_right_box a br{display: none;}
.hd_right_box .ham_open {width: 26px; height: 20px; display: none; flex-direction: column; justify-content: space-between; cursor: pointer;}
.hd_right_box .ham_open .bar {display: block; width: 100%; height: 2px; background-color: #faf7ea;}

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

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

.all_gnb_nav .active p.depth1_a{
  color: #274e45;
}

/* 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 {border-color: #C6C6C6;background-color: #fff;}
.header:hover{background-color: #fff;}
.header .inner {max-width: unset;padding: 0; height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo{padding-left: 110px;}
.header .logo img {display: block; max-width: 185px; 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: 1700px){
  .header .inner{padding-left: 20px;}
  .header .logo{padding-left: 0;}
}
@media screen and (max-width: 1600px){
  .gnb_nav .gnb{gap: 40px;}
  .hd_right_box{width: 180px;gap: 20px;}
}
@media screen and (max-width: 1240px){
  .gnb_nav .gnb{gap: 20px;}
  .gnb_nav .gnb .depth1_a{font-size: 18px;}
  .hd_right_box{width: 180px;gap: 20px;}
}
@media screen and (max-width: 1024px){
  .hd_right_box{width: 115px;height: 80px;gap: 14px;}
  .hd_right_box a{font-size: 12px;line-height: 1.2;text-align: center;}
  .hd_right_box a br{display: block;}
  .hd_right_box .ham_open{display: flex;}


	.header {height: 80px;}
  .header .inner{padding-left: 12px;}
	.header .logo{max-width: 160px;width: calc(100% - 120px);}
  .header .logo img{width: 100%;}
	.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{
  position: relative;
  width: 100%;
  padding: 420px 0;
}
.subtop-con-wrap::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 70px;
  background-color: #fff;
  margin-left: calc(50vw - 680px);
  transform: translateX(-50%);
}
.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.sv07 {
  background-image: url(/html/img/sub_visual07.jpg);
}
.sub_visual.sv08 {
  background-image: url(/html/img/sub_visual08.jpg);
}
.sub_visual.sv09 {
  background-image: url(/html/img/sub_visual09.jpg);
}
.sub_visual.sv10 {
  background-image: url(/html/img/sub_visual10.jpg);
}
.sub_visual.sv11 {
  background-image: url(/html/img/sub_visual11.jpg);
}
.sub_visual .sub_tit {
  font-size: 65px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.sub_visual .subtop-txtbox p{
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
.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;
}


@media(max-width:1360px){
  .subtop-con-wrap::after{display: none;}
  .subtop-con-wrap{padding: 300px 0;}  
}
@media(max-width:1024px){
  /* #sub_container {
    margin-top: 80px;
  } */
.subtop-con-wrap{
  padding: 140px 0 60px;
}
.sub_visual .sub_tit {
  font-size: 30px;
}
.sub_visual .subtop-txtbox p{
  font-size: 18px;
  margin-top: 10px;
}

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





/* Footer 푸터 */
.fixed_link{position: fixed;top: 360px;right: -110px;display: flex;gap: 24px;transform: rotate(-90deg);z-index: 999;}
.fixed_link a{min-width: 124px;font-size: 14px;font-weight: 700;color: #faf7ea;text-align: center;background-color: #274e45;padding: 18px 20px 16px;}

@media screen and (max-width:1024px) {
  .fixed_link{top: 250px;right: -82px;gap: 20px;}
  .fixed_link a{min-width: 90px;font-size: 13px;padding: 15px 10px 6px;}
}

.foot_wrap{padding: 140px 0 120px;}
.foot_wrap .inner{max-width: 1590px;}
.foot_wrap h2{font-size: 53px;font-weight: 700;color: #020910;}
.foot_wrap .info_list{display: flex;gap: 20px 70px;flex-wrap: wrap;margin-top: 60px;}
.foot_wrap .info_list > li h3{font-size: 14px;font-weight: 700;color: #020910;}
.foot_wrap .info_list > li p{font-size: 14px;font-weight: 700;color: #717171;line-height: 1.5;margin-top: 10px;}
.foot_wrap .map_box{width: 100%;height: 450px;margin-top: 40px;}
.foot_wrap .map_box .wrap_map{height: 100%;}
.foot_wrap .map_box .root_daum_roughmap{width:100% !important;height: 100% !important;}
.foot_wrap .map_box .map{width: 100%;height: 450px;}
.foot_wrap .map_box .map_border{display: none;}
.foot_wrap .copy_box{display: flex;gap: 30px;align-items: center;margin-top: 40px;flex-wrap: wrap;}
.foot_wrap .copy_box .ft_logo{width: 154px;}
.foot_wrap .copy_box p{width: calc(100% - 184px);font-size: 13px;font-weight: 500;color: #9c9c9c;}

@media screen and (max-width:1024px) {
  .foot_wrap{padding: 100px 0 80px;}
  .foot_wrap h2{font-size: 36px;}
  .foot_wrap .map_box{height: 300px;}
  .foot_wrap .map_box .map{height: 300px;}
}
@media screen and (max-width:768px) {
  .foot_wrap h2{font-size: 30px;}
  .foot_wrap .info_list{gap: 16px;margin-top: 40px;}
  .foot_wrap .info_list > li{width: 100%;}
  .foot_wrap .info_list > li p{margin-top: 6px;}
  .foot_wrap .map_box{height: 200px;}
  .foot_wrap .map_box .map{height: 200px;}
  .foot_wrap .copy_box{gap: 20px;}
  .foot_wrap .copy_box .ft_logo{width: 60%;max-width: 154px;}
  .foot_wrap .copy_box p{width: 100%;}
}






/* 게시판 페이징 */
.pg_wrap{float: none;display: block;text-align: center;margin-top: 60px;}
.pg_current{min-width: 32px;height: 32px;background-color: #274e45;border: #E5E5E5 solid 1px;font-size: 14px;font-weight: 700;border-radius: 4px;}
.pg_page{min-width: 32px;height: 32px;background-color: #fff;border: #DFE3E8 solid 1px;font-size: 14px;font-weight: 700;color: #212B36;}

@media screen and (max-width:1024px) {
  .pg_wrap{margin-top: 40px;}
}