/*-----기본-----*/
html{font-size:20px;}
body{font-size:1rem}
.tablet{display:none;}
.mob{display:none;}
#wrap{position:relative; line-height:1.5; overflow:hidden; font-size: .9rem;}
#wrap img { border:none; }
#wrap i{vertical-align:inherit;}


/* 전체 스크롤바 스타일 */
::-webkit-scrollbar {
  width: 1px; /* 스크롤바 너비 */

}

/* 스크롤바 트랙 (배경) */
::-webkit-scrollbar-track {
  background: inherit;
  border-radius: 0;
}

/* 스크롤바 핸들 (움직이는 부분) */
::-webkit-scrollbar-thumb {
  background: #1060a1; /* 파란색 */
  border-radius: 0;
    border-radius:2px;
}

/* 스크롤바 핸들 호버 시 */
::-webkit-scrollbar-thumb:hover {
  background: #1060a1; /* 진한 파란색 */
}


/*헤더*/
#header{position: fixed; top:0; left: 0; width:100%;  z-index:100;-webkit-transition:all .3s;transition:all .3s;display:flex;justify-content:space-between;align-items: center;padding-left:1.2rem;transition-duration: 0.5s;}
#header.on {}
#header.open {}

/*처음 헤더효과*/
#header h1{transform:translateY(-100%);z-index:999;}
#header.on h1{transform:translateY(0);transition-duration: 0.5s;}
#header .header_inner #nav{transform:translateY(-100%);}
#header.on .header_inner #nav{transform:translateY(0);transition-duration: 0.5s;}
#header .btn-gnb-menu{transform:translateY(-100%);}
#header.on .btn-gnb-menu{transform:translateY(0);transition-duration: 0.5s;}


#header h1 a{display: block;}
#header .header_inner{position:relative; height:4.5rem;z-index:1;width:100%;text-align:center;}
#header .header_inner:after{content:""; display:block; clear:both;}


#header > .bg_box{position:absolute;background:#fff;width:100%;height:23.2rem;top:0;z-index:0;left:0;height:0;transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out;}
#header.over > .bg_box {height:23.2rem;}
#header > .bg_box .bg_box_img {padding-top:6.1rem;padding-left:1.35rem;width:17.6%;display:none;}
#header > .bg_box .bg_box_img img {max-width:100%;}
#header > .bg_box .bg_box_img img:nth-child(2){margin-top:1rem;}
#header > #menuAll{position:absolute;}

.bg_box_dim{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);left:0;top:0;z-index:1;display:none;}
.bg_box_dim.over {transition:height 0.3s ease-in-out, opacity 0.2s ease-in-out;height:100%;}

#header.open .white-logo{display:block;}
#header.open .color-logo{display:none;}
#header.open .btnAll span {    background-color: #fff;}


/*헤더 마우스 오버 효과*/
#header.over .header_inner #nav ul li ul {width:100%;}
#header.over .header_inner #nav ul li a {width:10rem; transition: all 0.4s ease-in-out;}
#header.over:after{content:'';display:block;position:absolute;width:100%;height:1px;background:#ddd;bottom:0;left:0;z-index:1;}

#header.over .header_inner #nav ul li a {color:#000;}
#header.over .color-logo{display:block;}
#header.over .white-logo{display:none;}
#header.over .btnAll span {background-color:#000;}



/*-----네비게이션-----*/
#header .header_inner #nav {display: flex; flex-direction: row; justify-content: center; align-items: center;}
#header .header_inner #nav{}
#header .header_inner #nav ul {clear:both;  position:relative; box-sizing:border-box;height:100%;}
#header .header_inner #nav ul li { display:inline-block;width: auto; float:none; vertical-align:top;position:relative;}
#header .header_inner #nav ul li {position:relative; }
#header .header_inner #nav ul li a{text-align:center; color:#fff; display:inline-block; height:4.5rem; line-height:4.5rem; text-transform: uppercase; position:relative;padding:0 1rem; transition: all 0.4s ease-in-out;font-size:0.9rem;font-weight:600; width:7.2rem;}

#header .header_inner #nav ul li ul {z-index: 10;position: absolute; width:100%;  left:0; top:4.5rem; padding:1.5rem 0 .5rem; box-sizing:border-box; text-align:center; border-radius: .5rem; height:auto;   display: none;}
#header .header_inner #nav ul li ul li {display:block;margin:0; margin-bottom:13px; line-height:1.5;}
#header .header_inner #nav ul li ul li a{display:block;color:#919191; font-size:0.8rem; padding:0; height:auto; font-weight: 400; line-height:1.5;}
#header .header_inner #nav ul li ul li a span{overflow:hidden;line-height:1;position:relative;display: inline-block;}
#header .header_inner #nav ul li ul li a span:before{content: attr(data-label);position:absolute;top:0;left:0;width:0;height:100%;color:#1060A1;white-space:nowrap;transition: all 0.2s ease-in-out;overflow:hidden;}
#header .header_inner #nav ul li ul li a:hover span:before{width:100%;}


#header .header_inner #nav ul li ul li a:hover{color:#083C6B; }
#header .header_inner #nav ul li.active > div > a{}
#header .header_inner #nav ul li.active ul li:after{display:none;}

#header.over .header_inner #nav ul li ul li a {color:#919191; }
#header .header_inner #nav ul li ul li a.on {color:#1060A1}
#header .header_inner #nav ul li ul li a.on span:before {display:none;}


/*메뉴 선택 했을 경우*/

#header .header_inner #nav ul li.active > div > a {color:#1060A1;position:relative;transition: all 0.4s ease-in-out;}
#header .header_inner #nav ul li.active > div > a:after{transition: all 0.4s ease-in-out;content:'';position:absolute;left:0;bottom:0;width:0;left:50%;height:3px;background:#1060A1}
#header.over .header_inner #nav ul li.active > div > a:after{width:calc(100% - 2rem);left:1rem;transition: all 0.4s ease-in-out;transition-delay: 0.2s;}


/* 기본 상태 */
#header .header_inner #nav ul li > div > a {
  position: relative;
  transition: color 0.4s ease-in-out;
}

#header .header_inner #nav ul li > div > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #1060A1;
  width: 0;
  left: 50%;
  transition: all 0.4s ease-in-out;
}

/* over-on 상태 */
#header .header_inner #nav ul li.over-on > div > a {
  color: #1060A1;
}

#header.over .header_inner #nav ul li.over-on > div > a:after {
  width: calc(100% - 2rem);
  left: 1rem;
}




/*-----회원서비스-----*/
.log_menu{position:absolute;right:8rem;top:50%;transform:translateY(-50%); color:#fff; font-size:0.75rem;}
.log_menu li{display:inline-block; margin-right:10px;}
.log_menu li a{color:#fff;}

/*-----언어별-----*/
.select_btn{position:absolute;right:4.5rem;top:50%;transform:translateY(-50%); color:#fff;}
.option_list { display:none; position: absolute;  top: 4.3rem;  right:4.3rem; z-index:1000; background: #fff;  border: solid 1px #d9d9d9;  padding: 15px 25px;}
.option_list li { margin-top: 5px;}
.option_list li a { display: block;  font-size: 15px;  color: #353535;}
.option_list li a:hover { text-decoration: underline !important;}
.option_list li:first-child { margin-top: 0;}


/*-----사이트맵 버튼-----*/
#header .btn-gnb-menu{width:4.5rem; height:4.5rem; cursor:pointer; z-index:9999;text-align:center; -webkit-transition: all 0.25s; transition: all 0.25s;}
#header .btnAll {position:relative; display:block; width:1.95rem; height:1.2rem; margin:0 auto; top:50%;  transform:translateY(-50%);outline: none; z-index:9999;}
#header .btnAll span { display: inline-block; width: 100%; height: 2px; position: absolute; background-color: #fff; -webkit-transition: all 0.25s; transition: all 0.25s; }
#header .btnAll > span:nth-child(1) { top: 0; right:0;}
#header .btnAll > span:nth-child(2) { top: 0.5rem; right:0;}
#header .btnAll > span:nth-child(3) { top: 1rem; right:0;}
#header.open .btnAll > span{}
#header.open .btnAll > span:nth-child(1) { top: 0.5rem; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); width: 1.5rem;}
#header.open .btnAll > span:nth-child(2) { top: 0; opacity: 0; width: 1.5rem;}
#header.open .btnAll > span:nth-child(3) { top: 0.5rem; -webkit-transform: rotate(135deg); transform: rotate(135deg); width: 1.5rem;}
@keyframes slide_down {
  from {
    transform: translateX(0px) translateY(-30px);
	opacity:0;
  }
  to {
    transform: translateX(0px) translateY(0px);
	opacity:1;
  }
}


/* 기본 스크롤 숨김 */
/* body에서 기본 스크롤 숨기지 않음 */


/*사이트맵*/
#header #navi{background:#1060A1; position:fixed; top:0; left:-100%; width:100%; height:100%; padding-top:0; overflow:hidden;  z-index:20; transition:left 0.45s;overflow-y:scroll;}
#header.open #navi{transition:left 0.45s; left:0px;}
#header #navi .mobile_top{height:100%;position:relative;}
#header #navi .mobile_top .navi-tit {font-size:2.25rem;color:rgba(255,255,255,0.5);font-weight:700;text-align:center;padding-top:10.45rem;}
#header #navi .mobile_top .navi-tit span {position:relative;line-height:1.2;display:inline-block;}
#header #navi .mobile_top .navi-tit span:after{-webkit-transition: all 0.5s;transition: all 0.5s;content: attr(title);display: block;position: absolute;top: 0;left: 0;width: 0%;white-space: nowrap;overflow: hidden;color: #fff;-webkit-transition: all 0.5s;line-height:1.2;}
#header.open #navi .mobile_top .navi-tit span:after {width: 100%;-webkit-transition: all 0.5s;transition-delay: 0.2s;line-height: 1.2;}


#header #navi .site-bg{position:absolute;z-index:1;width:0;margin:0 auto;height:100%;}
#header #navi .site-bg .bg{position: fixed;width:0;left: 0;top: 0;max-height: 980px;height: 100vh;margin-left: 0;background: url(/images/default/main/sitemap1.jpg) left no-repeat;background-size: cover;transition-duration: 0.5s;  animation-delay:1s; transition: all 0.5s cubic-bezier(.16,1,.64,1);}
#header #navi  .mbtop{width:0;background:#1060A1;transition-duration: 0.5s;padding:4rem 8.75rem;height:100vh;display:flex;padding-top:4.5rem;}
#header #navi  .mbtop li a{color:#fff;}
#header #navi  .mbtop > li > ul {display:block;}


#header #navi{
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

#header.open #navi .site-bg.open .bg {width:30%;transition: all 0.8s cubic-bezier(.16,1,.64,1);}
#header.open #navi .mbtop{width:100%;transition-duration: 0.5s;}
#header.open .white-logo {display:block !important;}
#header.open .color-logo{display:none !important;}
#header.open .btnAll span {    background-color: #fff !important ;}


#header #navi  .mbtop > li {border-bottom:1px solid rgba(255,255,255,0.3);opacity: 0;transform:translateX(-50%);transition-duration: 0.5s;}
#header #navi  .mbtop > li > ul {margin-top:1.75rem;}
#header #navi  .mbtop > li > ul > li > a{font-size:.9rem;font-weight:200;position:relative;}
#header #navi  .mbtop > li > ul > li > a:hover{font-weight:700;}
#header #navi  .mbtop > li > ul > li > a:after{content:'';display:block;position:absolute;width:0;height:1px;background:#fff;left:0;bottom:-2px;transition-duration: 0.5s;
}
#header #navi  .mbtop > li > ul > li > a:hover:after{width:100%;transition-duration: 0.5s;
}
#header #navi  .mbtop > li > ul > li:not(:last-child) {margin-bottom:0.95rem;}

#header.open #navi  .mbtop > li  {opacity: 1;margin-left: 0px;transition-duration: 0.5s;    animation-delay: .4s;width:calc(100% / 7);text-align:center;transform:translateY(0);}
#header #navi  .mbtop > li:first-child{padding-top:0;}
#header #navi  .mbtop > li:first-child{padding-top:0;}
#header #navi  .mbtop > li > a{font-size:1.5rem;font-weight:700;}
#header #navi  .mbtop .depth1-div{margin-top:0.75rem;}
#header #navi  .mbtop .depth1-div > ul {display:flex;}
#header #navi  .mbtop .depth1-div > ul > li:not(:last-child){margin-right:7rem;}
#header #navi  .mbtop .depth1-div > ul > li > a{font-size:0.9rem;color:rgba(255,255,255,0.7);font-weight:600;margin-top:0.75rem;}
#header #navi  .mbtop .depth1-div > ul > li .depth2 > ul {margin-top:0.75rem;}
#header #navi  .mbtop .depth1-div > ul > li .depth2 > ul > li > a{font-size:15px;color:rgba(255,255,255,0.4);position:relative;padding-left:0.5rem;display:inline-block;}
#header #navi  .mbtop .depth1-div > ul > li .depth2 > ul > li > a:before{content:'';display:block;position:absolute;width:5px;height:1px;background:rgba(255,255,255,0.4);top:0.5rem;left:0;}
#header #navi  .mbtop .depth1-div > ul > li .depth2 > ul > li > a:after{content:'';display:block;width:100%;height:1px;background:#fff;left:0;bottom:0;opacity:0;}

#header #navi  .mbtop .depth1-div > ul > li:hover > a {color:#fff;}
#header #navi  .mbtop .depth1-div > ul > li .depth2 > ul > li > a:hover:after{opacity:1;}
#header #navi  .mbtop .depth1-div > ul > li .depth2 > ul > li > a:hover{color:#fff;}
#header #navi  .mbtop .depth1-div > ul > li .depth2 > ul > li > a:hover:before{background:#fff;}


#header.open #menuAll .mobile_top > ul > li:nth-child(1){    transition-delay: .2s;transition-duration: 0.5s;padding-top:0;}
#header.open #menuAll .mobile_top > ul > li:nth-child(2){    transition-delay: .4s;transition-duration: 0.5s;}
#header.open #menuAll .mobile_top > ul > li:nth-child(3){    transition-delay: .6s;transition-duration: 0.5s;}
#header.open #menuAll .mobile_top > ul > li:nth-child(4){    transition-delay: .8s;transition-duration: 0.5s;}
#header.open #menuAll .mobile_top > ul > li:nth-child(5){    transition-delay: 1.0s;transition-duration: 0.5s;}
#header.open #menuAll .mobile_top > ul > li:nth-child(6){    transition-delay: 1.2s;transition-duration: 0.5s;}
#header.open #menuAll .mobile_top > ul > li:nth-child(7){    transition-delay: 1.4s;transition-duration: 0.5s;}
#header.open #menuAll .mobile_top > ul > li:nth-child(8){    transition-delay: 1.6s;transition-duration: 0.5s;}

@media (max-width:1800px){
	#header > .bg_box .bg_box_img{width:14%;}
}
@media (max-width:1730px){
	#header .header_inner #nav{width:100%;}
	#header .header_inner #nav ul{width:100%;}
	#header .header_inner #nav > ul > li {   transition: all 0.4s ease-in-out;width: calc(100% / 9);}
	#header.over .header_inner #nav > ul > li {width:calc(100% / 7);    transition: all 0.4s ease-in-out;}
	#header.over .header_inner #nav ul li a {width:100%;}
}

@media (max-width:1650px){
	#header #navi .mbtop{}
	#header #navi .mbtop{padding:2rem 1rem;}

	#header #navi .mobile_top{display:flex;flex-direction: column;align-items: center;justify-content: center;}
	#header #navi .mobile_top .navi-tit{padding-top:0;}
	#header #navi .mbtop{padding:0 1rem;height:auto;padding-top:1.5rem;}
}
@media (max-width:1300px){
	#header #navi .mbtop .depth1-div > ul > li:not(:last-child){margin-right:5rem;}
	#header h1 a img {width:10rem;}
}
@media (max-width:1125px){
	#header .btn-gnb-menu{width :1.95rem;}

}


@media (max-width:1030px){
	#header #navi .site-bg{display:none;}
	#header #navi .mbtop{padding:0;}
	#header #navi .mbtop .depth1-div > ul{display:none;}
	#header #navi:after{background:#1060A1;}
	#header #navi .mobile_top .navi-tit span:after{top:1px;}
	#header.open #navi .mobile_top .navi-tit span:after{display:none;}

	#header #navi .mobile_top .navi-tit{color:#fff;}
	#header.over > .bg_box{display:none;}
	#header.over .btnAll span{    background-color: #fff;}
	.bg_box_dim{display:none !important;}
	#header.over .color-logo{display:none;}
	#header.over .white-logo{display:block;}
	#header.header-b.over .white-logo {display:none;}


}

body.fixed {
  overflow: hidden;
  height: 100vh;/* 스크롤 가능하게 설정 */
}


/*푸터*/
#footer{background:#222;}
#footer .inner{display:flex;}
#footer .inner > div {padding-top:3.65rem;padding-bottom:2rem;}
#footer .inner > div.left{padding-right:11rem;min-width:23.65rem;}
#footer .inner > div.left .phone-tit{display:flex;align-items:center;color:#fff;font-size:1rem;font-weight:700;}
#footer .inner > div.left .phone-tit img{margin-right:5px;}
#footer .inner > div.left .number {font-size:2.25rem;color:#fff;font-weight:700;line-height:1;margin-top:0.45rem;}
#footer .inner > div.left .naver-btn {width:7.5rem;height:2.25rem;border:1px solid #fff;display:flex;justify-content:center;align-items:center;color:#fff;font-size:0.8rem;border-radius:5px;margin-top:1.15rem;}
#footer .inner > div.left .naver-btn img{width:0.8rem;margin-right:0.4rem;}
#footer .time-bx{margin-top:4.25rem;}
#footer .time-bx .time-tit{display:flex;align-items:center;font-size:1rem;font-weight:700;color:#fff;}
#footer .time-bx .time-tit img{margin-right:5px;}
#footer .time-bx .time-list{margin-top:0.45rem;}
#footer .time-bx .time-list li {display:flex;}
#footer .time-bx .time-list li span{display:flex;justify-content:space-between;width:2.25rem;font-size:.9rem;color:#fff;}
#footer .time-bx .time-list li b{font-size:.9rem;color:#fff;font-weight:700;margin-left:0.5rem;}
#footer .time-bx .time-list li:not(:last-child){margin-bottom:0.05rem;}
#footer .time-bx .stxt {color:#878787;font-size:0.9rem;margin-top:0.45rem;}

#footer .inner > div.center{padding:3.65rem 1rem 0 4.5rem;border-left:1px solid #525252;border-right:1px solid #525252;min-width:32rem;}
#footer .inner > div.center .map-tit{display:flex;align-items:center;color:#fff;font-size:1rem;font-weight:700;}
#footer .inner > div.center .map-tit img {margin-right:5px;}
#footer .inner > div.center .map-txt{margin-top:0.35rem;}
#footer .inner > div.center .map-txt .exit-tit {font-size:0.9rem;color:#fff;}
#footer .inner > div.center .map-txt .exit-txt {font-size:0.8rem;color:#fff;display:flex;margin-top:0.15rem;margin-left:0.2rem;}
#footer .inner > div.center .map-txt .exit-txt span {width:1rem;height:1rem;display:flex;justify-content:center;align-items:center;font-size:0.6rem;color:#fff;font-weight:600;border-radius:50%;margin-right:0.2rem;}
#footer .inner > div.center .map-txt .exit-txt span.g {background:#3cb44a}
#footer .inner > div.center .map-txt .exit-txt span.y {background:#d4a556}
#footer .inner > div.center .map-btn {display:flex;margin-top:0.75rem;}
#footer .inner > div.center .map-btn a{width:7.5rem;height:2.25rem;border-radius:5px;background:#222222;border:1px solid #fff;border-radius:5px;font-size:0.8rem;color:#fff;display:flex;justify-content:center;align-items:center;}
#footer .inner > div.center .map-btn a img{margin-right:0.4rem;}
#footer .inner > div.center .map-btn a.naver-map{margin-right:0.5rem;}
#footer .inner > div.center .map-btn a.naver-map img{width:0.65rem;}
#footer .inner > div.center .map-btn a.kakao-map img{width:0.75rem;}
#footer .inner > div.center .cont {display:none !important;}
#footer .inner > div.center .root_daum_roughmap_landing {margin-top:1.45rem;}

#footer .inner > div.right{padding-left:4rem;width:calc(100% - 32rem - 23.65rem);position:relative;padding-top:4.15rem;}
#footer .inner > div.right ul li{display:flex;font-size:.9rem;color:#c0c0c0;}
#footer .inner > div.right ul li:not(:last-child) {margin-bottom:0.3rem;}
#footer .inner > div.right ul li b{color:#fff;width:4.75rem;}
#footer .inner > div.right .footer-sns {display:flex;gap:0.5rem;position:absolute;right:0.15rem;bottom:2.05rem;}
#footer .inner > div.right .footer-sns a{width:2rem;height:2rem;border-radius:0.25rem;display:flex;justify-content:center;align-items:center;background:#333333;}
#footer .inner > div.right .footer-sns a:first-child img{width:1.2rem;}
#footer .inner > div.right .footer-sns a:nth-child(2) img{width:1.3rem;}
#footer .inner > div.right .footer-sns a:nth-child(3) img{width:1.15rem;}

#footer .footer-bottom{border-top:1px solid #525252}
#footer .footer-bottom .bottom-inner{width:1600px;margin:0 auto;display:flex;justify-content:space-between;padding:1.25rem 0 2rem 0;}
#footer .footer-bottom p.copy {color:#848383;font-size:0.75rem;}
#footer .footer-bottom .footer-bottom-list {display:flex;}
#footer .footer-bottom .footer-bottom-list a {font-size:0.75rem;color:#c0c0c0;position:relative;padding:0 0.75rem;}
#footer .footer-bottom .footer-bottom-list a:first-child{padding-left:0;}
#footer .footer-bottom .footer-bottom-list a:last-child{padding-right:0;}


#footer .footer-bottom .footer-bottom-list a:not(:last-child):after{content:'';display:block;position:absolute;width:4px;height:4px;background:#525252;border-radius:50%;right:0;top:50%;margin-top:-2px;transform:translateX(50%);}
#footer .footer-bottom .footer-bottom-list a:first-child {color:#fff;}



/*팝업 롤링 추가*/
.layerPopup {position:absolute;top:230px;left:10rem; width:450px; background:#fff;line-height:auto;z-index:99999;border:10px solid #15334F;box-shadow:0 0 4px rgba(0,0,0,0.2); padding-bottom:40px;}
.layerPopWrap{position:relative; width:100%; height:100%;}
.layerPopup ul li img{width:100%;}


@media (max-width:1600px){
	#footer .footer-bottom .bottom-inner {width:100%;padding:1.25rem 1rem;}
	#footer .inner > div{width:calc(100% / 3) !important;min-width:auto !important;padding:2rem 1rem 2rem 1rem;}
	#footer .inner > div.left{padding-right:1rem;padding-left:0;}
	#footer .inner > div.center{padding:2rem 1rem 0 1rem;}
	#footer .inner > div.right{padding-right:0;padding-left:1rem;padding-top:2rem;}
	#footer .inner > div.center .root_daum_roughmap_landing{width:100% !important;}

		#header{padding:0 1rem;}
}

/********************************************************
■ 레이아웃 변경
********************************************************/
@media (max-width:1300px){
	/*헤더*/
	#header .header_inner{width: 100%;}
	#header .header_inner #nav ul{}
	#header .header_inner #nav ul li a {font-size: .9rem; padding: 0 1rem;}
	#header h1 a img {width:8rem;}
	#footer ul{left:80%;}
}



/********************************************************
■ 태블릿
********************************************************/
@media (max-width:1030px){
	html{font-size:16px;}
    body{font-size:1rem}
	#wrap{font-size:1rem;}
	.tablet{display:block;}


	/*헤더*/
	#header h1 img,
	#footer h3 img{width: 6rem; vertical-align:middle; }
	#header .header_inner {height: 4rem;}
	#header .header_inner #nav {display: none;}
	#header.header-b{background:#fff;}
	#header.header-b .color-logo{display:block !important;}
	#header.header-b .btnAll span {background-color:#000 !important;}
	#header.over:after{display:none;}

	#header.open .white-logo{display:block !important;}
	#header.open .color-logo{display:none !important;}

	#header.open .btnAll span{background-color:#fff !important;}

	/*언어*/
	.option_list{top:4rem;right:4rem;}

	/*-----사이트맵 버튼-----*/
	#header .btn-gnb-menu{width: 4rem; height: 4rem;}

	/*-----회원서비스-----*/
	#wrap .log_menu{display:none;}
	#menuAll h3{text-align:center; padding:15px 0 10px; font-weight:normal; font-size:1.2rem; color:#fff;}
	#menuAll .log{display:block; width: 100%; position:absolute; left:0; top:0; padding-left:1.5rem; box-sizing:border-box; z-index:10;}
	#menuAll .log li{display:inline-block; height:4rem; line-height:4rem; color: #fff; position:relative;}
	#menuAll .log li a{padding: 0 1rem;}
	#menuAll .log li:after{right: .75rem; background: #000; width: 2px;}
	#menuAll .log li b{font-size:1.1rem;}
	#menuAll .log li.log_join a{padding-left:0;}
	#menuAll .log li.log_join:after{content : ""; display : block; position : absolute; right:0; top: 35%; width :1px; height : 30%; background:rgba(255, 255, 255, .3);}

	/*-----마이페이지-----*/
	#menuAll .membership{display: block; margin-top:4rem;}
	#menuAll .membership {clear:both;overflow:hidden;  }
	#menuAll .membership li {position: relative; float:left;width: 50%; border-bottom:1px solid rgba(255, 255, 255, .3); text-align:center; line-height:1;padding:1.3rem 0;}
	#menuAll .membership li:after{content : ""; display : block; position : absolute; right:0; top: 0; width :1px; height : 100%; background:rgba(255, 255, 255, .3);}
	#menuAll .membership li:nth-of-type(2n):after{display: none;}
	#menuAll .membership li a{color:#fff;}
	#menuAll .membership li i{vertical-align:middle; margin-right:5px; font-size:1.1rem;}

	/*전체메뉴*/

	#header #navi{ background : #fff; overflow-y:scroll;}
	#header #navi:after{content:'';display : block; position : absolute; left :0; top:0; width :100%; height : 4rem;}  


	#menuAll .mobile_top{width:100%;height:auto; background:#1060A1; margin-top:4rem;}
	#menuAll .mobile_top:before,
	#menuAll .mobile_top:after{display: none;}
	


    /*1차*/
	#menuAll .mobile_top .mbtop{border: 0; width: 100%; padding:0; }
	#menuAll .mobile_top .mbtop > li{width: 100%; margin:0 !important;}
	#menuAll .mobile_top .mbtop > li:before{display:none;}
	#menuAll .mobile_top .mbtop > li > a{border:0; border-radius: 0; font-size:1.1rem; padding: 20px 1.5rem 14px; color:#333; }
	#menuAll .mobile_top .mbtop > li > a:before{display:none;}
    #navi ul.mbtop {width:100%; margin:0; padding:0;}
    #navi ul.mbtop li{margin:0; float:none; width:100%; border-bottom:1px solid rgba(0, 0, 0, .1); position:relative;}
	#navi ul.mbtop li:after{ content :"\e913"; display : block; position : absolute; right:1.5rem;  top:1rem; font-size:1.15rem; font-family:'xeicon'; font-weight:500; color:#fff; }
	#header #navi .mbtop > li > a{font-size:1.1rem;}
	#navi ul.mbtop li.nosub:after{display:none;}
	#header #navi .mbtop > li{padding:0;}

	#header #navi .mbtop {display:block;}
	#header.open #navi .mbtop > li{width:100%;}
	#header #navi .mobile_top{justify-content: flex-start;}
	#header #navi .mobile_top .navi-tit{padding:1rem ;font-size:1.5rem;}


	#navi ul.mbtop > li > a {padding:0; background: none; text-align:left; display:block; width:100%; padding: 1rem;box-sizing:border-box; font-size:1.15rem;  font-weight: 700;  color:#262626;}
    #navi ul.mbtop li.open_li{position:relative;}
	#navi ul.mbtop > li.open_li > a{    border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
    #navi ul.mbtop li.open_li:after{ content :"\e91a";}

    /*2차*/
    #navi ul.mbtop li ul {display:none; float:none; position:relative; left:0; top:0; width:auto; height:auto; visibility:visible; padding: 0rem 1.5rem 1rem 1.5rem; margin-top:0; margin-left: 0;flex-wrap:wrap;gap:1rem;}
	#header #navi .mbtop > li > ul {display:none; }
    #navi ul.mbtop li ul.on{display:block;}
	#navi ul.mbtop li ul li {float:none;border:none; box-sizing:border-box;  background: none; padding-left:0;width:calc(100% / 2 - 0.5rem);text-align:left;}
	#header.open #navi .mbtop > li > ul > li:not(:last-child){margin-right:0;margin-bottom:0;}
    #navi ul.mbtop li ul li a {background:url(none);  height:auto; padding-left:0;  font-size:1rem; color:#333;}	
    #navi ul.mbtop li ul li:after,
	#navi ul.mbtop li ul li:before{display:none;}
    /*3차*/
    #navi ul.mbtop li ul li ul{display:none;border:none; height:0;background:none; margin:0; padding:0;}
    #navi ul.mbtop li ul li ul li {display:none;}
	

	/*팝업 롤링 추가*/
	.layerPopup {left:50% !important;  transform:translateX(-50%);}

	/*푸터*/
	#footer .inn{width:100%; }
	#footer .inner{display:block;padding:2rem 5vw;}
	#footer .inner > div{width:100% !important;padding:0;}
	#footer .time-bx{margin-top:1.5rem;}
	#footer .inner > div.center{padding:1.5rem 0  0 0 ;border-left:none;border-right:none;}
	#footer .inner > div.right{padding-top:1.5rem;padding-left:0;}


}


/********************************************************
■ 모바일
********************************************************/
@media (max-width:767px){
	html,body,#wrap{height:auto;}
	html{font-size:14px;}
    body{font-size:1rem; position:relative;}
	.web{display:none;}
	.mob{display:block;}

	/*팝업 롤링 추가*/
	.mobile_dim{width: 100%; height:100%; position: absolute; top: 0; left: 0; margin: 0; z-index: 1039; display: inline-block; background: rgba(0,0,0,0.5);}
	.layerPopup img{width:100% !important;}
	.layerPopup {left:5% !important;  transform:translateX(0%); width:90% !important; height:auto !important; top:130px;}
	.chkvsb{font-size:0.7rem !important;}

	#footer .footer-bottom .bottom-inner{ flex-direction: column-reverse; cursor: pointer;}
	#footer .footer-bottom .footer-bottom-list{margin-bottom:1rem;}

}


/*퀵버튼*/
.quick{position:fixed;right:1.5rem;bottom:2rem;display:flex; flex-direction:column;justify-content:flex-end;align-items: flex-end;gap:6px;z-index:888;}
.quick a.naver-quick,
.quick a.kakao-quick{display:flex;width:3rem;height:3rem;border-radius:1.5rem;}
.quick a.naver-quick i,
.quick a.kakao-quick i{width:3rem;height:3rem;border-radius:50%;display:flex;justify-content:center;align-items:center;
}
.quick a.naver-quick i img {width:1rem;}
.quick a.kakao-quick i img {width:1.4rem;}
.quick a.kakao-quick span,
.quick a.naver-quick span{width:calc(100% - 3rem);display:flex;font-size:0.7rem;height:3rem;display:flex;justify-content:center;align-items:center;opacity:0;}

.quick a.kakao-quick span {color:#371c1d;}
.quick a.naver-quick span {color:#fff;}
.quick a.kakao-quick {background:#fedc00;}


.quick a.top-quick {width:3rem;height:3rem;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#fff;box-shadow: 8px 0 15px rgb(0 0 0 / 10%);}
.quick a.naver-quick {background:#00c402;}


.quick a.naver-quick:hover,
.quick a.kakao-quick:hover{display:flex;width:7.5rem;height:3rem;border-radius:1.5rem;transition-duration: 0.5s;}
.quick a.kakao-quick span,
.quick a.naver-quick span {
  opacity: 0;
}

.quick a.kakao-quick:hover span,
.quick a.naver-quick:hover span {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.5s; /* 0.5초 후에 나타남 */
}

.quick a.kakao-quick:not(:hover) span,
.quick a.naver-quick:not(:hover) span {
  transition: none; /* 호버 해제 시 즉시 사라짐 */
}

.quick a.top-quick i img{    vertical-align: middle;}


/*팝업영역*/
.pop-con {position:fixed;z-index:9999;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%);width:23.75rem;padding: 2rem;border-radius:0.75rem;padding-top:1.25rem;display:none;}
.pop-con .pop-tit{font-size:1.35rem;color:#333;font-weight:600;text-align:center;}

.pop-con .pop-stxt{color:#666;font-size:0.8rem;text-align:center;margin:1rem 0 1.5rem}
.pop-con .pop-input-bx {display:flex;}
.pop-con .pop-input-bx input{width:calc(100% - 5.75rem + 0.5rem);height:2.75rem;border-radius:5px;}
.pop-con .pop-input-bx a {width:5.75rem;margin-left:0.5rem;border:1px solid #000;height:2.75rem;display:flex;justify-content:center;align-items:center;font-size:14px;color:#000;border-radius:5px;}
.pop-con .pop-input-bx a:hover{background:#000;color:#fff;}
.pop-con .pop-input-bx a.on {background:#000;color:#fff;}

.pop-con .pop-btn{display:flex;justify-content:center;align-items:center;margin-top:3rem;gap:0.7rem;}
.pop-con .pop-btn a,
.pop-con .pop-btn input{width:7.5rem;height:2.75rem;display:flex;justify-content:center;align-items:center;font-size:0.8rem;border-radius:2.5rem;}

.pop-con .pop-btn a{border:1px solid #000;color:#333;}
.pop-con .pop-btn input{background:#1060A1;border:1px solid #1060A1;color:#fff;}
.pop-con .pop-x {text-align:right;cursor:pointer;margin-bottom:1.6rem;margin-right:-0.65rem;}

.pop-con.pop-con03{padding:3rem 2rem 2rem 2rem;}
.pop-con.pop-con03 .pop-btn {margin-top:2rem;}
.pop-con.pop-con03 .pop-tit {font-size:1rem;font-weight:600;}

@media (max-width:1030px){
	.pop-con{width:35rem;}
	.pop-con .pop-input-bx a{width:7rem;}
	.pop-con .pop-input-bx input{    width: calc(100% - 7rem + 0.5rem);}

}
@media (max-width:767px){
	.pop-con .pop-btn a {font-size:15px;}
}

@media (max-width:500px){
	.pop-con{width:90%;}
}

