@charset "utf-8";
/* *******************************************************
 * filename : layout_responsive.css
 * description : 전체 레이아웃 반응형 CSS
 * date : 2022-01-25
******************************************************** */

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1660px){
	:root{
		--area-padding: 5%;
	}
}
@media all and (max-width:1280px){
	html{font-size:0.78125000vw} /*  10 px */
}
@media all and (max-width:1024px){
	html{font-size:0.97656250vw} /*  10 px */
}
@media all and (max-width:800px){
	html{font-size:1.25vw} /*  10 px */
}
@media all and (max-width:640px){
	html{font-size:1.5625vw} /* 10px */
}
@media all and (max-width:480px){
	html{font-size:2.08333333vw} /* 10px */
}
@media all and (max-width:412px){
	html{font-size:2.42718447vw} /* 10px */
}


/* ========================================================
 * LAYOUT
======================================================== */
/* ****************** 공통레이아웃 ********************** */
@media all and (max-width:1660px){	/* max-width : (area-box width) + 60px */
	.area-box{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1510px){
	.area-1450{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1260px){ /* max-width : (area width) + 60px */ 
	.area{padding:0 var(--area-padding); max-width:none;}
}

/* ****************** HEADER ********************** */
@media all and ( max-width: 1660px ){
	/* -------- Header :: Layout -------- */
	#headerInner{padding:0 var(--area-padding); }
	/* -------- Header :: GNB(PC) -------- */
	#gnb{padding-right:14%}
	/* Header :: 사이트맵버튼 */
	.sitemap-line-btn{right:var(--area-padding);}
	/* Header :: 언어선택 */
	.header-lang-list{left:18%}
}
@media all and ( max-width: 1220px ){	
	/* -------- Header :: GNB(PC) -------- */
	.active-page #header{top:4rem}
}
@media all and ( max-width: 1024px ){	
	.active-page #header{top:0}
	.fullpage-html #header{position:relative;}
	#headerInnerWrap{position:fixed; z-index:99;}
	#headerInner{padding:0 15px;}
	#header .logo{}
	#header .logo img{height:70px}
	#header.top-fixed #headerInnerWrap{background-color:#fff; border-bottom:1px solid #eee;}
	
	/* Header :: 언어선택 */
	.header-lang-list{left:auto; right:75px}
	.header-lang-list li{margin-left:15px}
	#header.top-fixed .header-lang-list li a{color:#000}
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn{display:none;}

	/* -------- Header :: GNB(Pc) -------- */
	#gnb{display:none;}
	.gnb-overlay-bg{display:none}

	/* -------- Header :: GNB(Mobile/기본스타일) -------- */
	.gnb-overlay-bg-m{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9998;}	
	#gnbM{ 
		display:block; 
		position:fixed; 
		top:0px; 
		right:-82%;
		width:80%; 
		height:100%;  
		max-width:280px; 
		background-color:#fff; 
		z-index:9999; 
		transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
		-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);  
		visibility:hidden;
	}
	#gnbM.open{
		right:0px; 
		visibility:visible;
	}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top:100px; overflow-y:auto;}
	
	/* GNB Mobile :: 메뉴영역 :: 1차 */
	#navigation > li{border-bottom:1px solid #e7e7e7;}
	#navigation > li:first-child{border-top:1px solid #e7e7e7}
	#navigation > li > a {position:relative; display:block; padding:15px; color:#333; font-size:17px; font-weight:500; }
	#navigation > li.active > a{color:var(--main-color);}
	#navigation > li.has-2dep > a:before{font-family:xeicon; content: "\e914"; position:absolute; top:50%; right:15px; font-size:1.3em; transform:translateY(-50%);}
	#navigation > li.has-2dep.active > a:before{content: "\e91b";}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:15px 0; background-color:#f2f2f2; }
	#navigation > li .gnb-2dep > ul > li{height:auto !important;}
	#navigation > li .gnb-2dep > ul > li > a{display:block; color:#888; font-size:14px; padding:12px 15px; }
	#navigation > li .gnb-2dep > ul > li.on > a{color:#000; font-weight:500;}
	/* GNB Mobile :: 메뉴영역 ::  3차 */
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep{display:none; padding:10px; background-color:#aaa; margin:0 10px}
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep > li > a{display:block; padding:8px 0; font-size:13px; color:#fff;}
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep > li > a:before{display:inline-block; content:"-"; margin-right:5px;}

	/* -------- GNB Mobile :: 스타일2 (Full Style) -------- */
	#gnbM.gnb-style-full{ 
		top:-100%; 
		right:0;
		width:100%; 
		height:100%;  
		max-width:none; 
	}
	#gnbM.gnb-style-full.open{
		top:0px; 
	}
	.gnb-style-full .gnb-navigation-wrapper{height:auto; width:100%; position:absolute; top:0px; bottom:0px; left:0; padding-top:0;}
	.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top:80px; }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:80px;}
	.gnb-style-full .gnb-navigation-inner{display:table; width:100%; height:100%;}
	.gnb-style-full #navigation{
		display:table-cell;
		vertical-align:middle;
	}
	.gnb-style-full #navigation > li{
		text-align:center; border:0; 
		opacity:0;filter:Alpha(opacity=0); 
		-webkit-transform:translateY(-20px);
		transform:translateY(-20px);
		-webkit-transition:all 0s 0s;
		transition:all 0s 0s;
	}
	.gnb-style-full #navigation > li:first-child {border:0}
	.gnb-style-full #navigation > li > a {}
	.gnb-style-full #navigation > li .gnb-icon i{display:none;}
	.gnb-style-full.open #navigation > li{
		opacity:1.0;filter:Alpha(opacity=100); 
		-webkit-transform:translateY(0px); 
		transform:translateY(0px); 
		-webkit-transition:transform 0.8s, opacity 0.8s;
		transition:transform 0.8s, opacity 0.8s;
	}
	.gnb-style-full.open #navigation > li:nth-child(1){-webkit-transition-delay: 0.3s; transition-delay:0.3s;}
	.gnb-style-full.open #navigation > li:nth-child(2){-webkit-transition-delay: 0.4s; transition-delay:0.4s;}
	.gnb-style-full.open #navigation > li:nth-child(3){-webkit-transition-delay: 0.6s; transition-delay:0.6s;}
	.gnb-style-full.open #navigation > li:nth-child(4){-webkit-transition-delay: 0.7s; transition-delay:0.7s;}
	.gnb-style-full.open #navigation > li:nth-child(5){-webkit-transition-delay: 0.9s; transition-delay:0.9s;}
	.gnb-style-full.open #navigation > li:nth-child(6){-webkit-transition-delay: 0.9s; transition-delay:0.9s;}


	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{display:block; position:fixed; top:38px;  right:15px; z-index:10000; }
	.nav-open-btn img{transition:opacity 0.3s}
	.nav-open-btn .bk,
	.nav-open-btn .close{position:absolute; top:0; right:0; opacity:0}
	.nav-open-btn .close{font-size:25px; color:#000; transition:opacity 0s 0.2s}
	#header.top-fixed .nav-open-btn .wh{opacity:0}
	#header.top-fixed .nav-open-btn .bk{opacity:1}
	.nav-open-btn.active img{opacity:0}
	.nav-open-btn.active .close{opacity:1}
}
@media all and ( max-width: 800px ){	
	#header,#headerInnerWrap,#headerInner{height:80px;}
	#header .logo img{height:60px}
	/* Header :: 언어선택 */
	.header-lang-list{right:65px}
	.header-lang-list li{font-size:13px}
	.header-lang-list li a:after{bottom:-5px}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{top:31px}
	.nav-open-btn img{height:22px}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper{padding-top:80px}
}

@media all and ( max-width: 480px ){
	#header, #headerInnerWrap, #headerInner{height:65px;}
	#header .logo img{height:48px;}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{top:22px}
	/* Header :: GNB(Mobile) */
	.gnb-navigation-wrapper{padding-top:65px}
	#navigation > li > a{font-size:15px;}
	#navigation > li .gnb-2dep > ul > li > a{font-size:13px;}

}

/* ****************** FOOTER ********************** */
@media all and (max-width:1024px){	
	/* Footer :: 레이아웃 */
	#footer .footer-area{display:block}
	.footer-left-con{width:100%; padding:0 0 8rem}
	.footer-right-con{width:100%; text-align:left}
}
@media all and (max-width:800px){	
	/* Footer :: 레이아웃 */
	#footer.sub-ft,
	#footer.main-ft .footer-area{padding:7rem 0}
	.footer-left-con{display:block}
	/* Footer :: 푸터로고 */
	.foot-logo img{height:8rem}
	/* Footer :: 정보 */
	.foot-address-copy{margin:4rem 0 0}
	/* Footer :: 푸터메뉴 */
	.foot-menu li + li{margin-left:1rem}
	.foot-menu li{width:calc(33% - 1rem)}
}
@media all and (max-width:640px){	
	/* Footer :: 푸터메뉴 */
	.foot-menu li a{text-align:center; padding-bottom:1rem; font-size:12px}
	.foot-menu li i{display:none;}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1260px){
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:70px 15px}
	#content.wide{padding:70px 0 0 0}
}

@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:350px;}
	#visual .visual-tit{font-size:4rem}
	#visual .visual-sub-txt{font-size:1.6rem}
	/*  SUB LAYOUT :: 서브메뉴(스타일4) */
	#topMenu04{bottom:3rem}
	#topMenu04 .menu-location{margin-left:2.7rem}
	#topMenu04 .menu-location:after{left:-2.6rem}
	#topMenu04 .menu-location > .cur-location{height:5rem; padding-right:20px}
	#topMenu04 .menu-location > .cur-location span{font-size:14px; line-height:5rem}
	#topMenu04 .menu-location > .cur-location .arrow{font-size:15px}
	#topMenu04 .menu-location .location-menu-con li a{font-size:14px; padding:10px}
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:50px 15px}
	#content.wide{padding:50px 0 0 0}
}
@media all and ( max-width: 480px ){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:300px}
	/*  SUB LAYOUT :: 서브메뉴(스타일4) */
	#topMenu04 .menu-location{margin-left:2rem; width:calc(50% - 4.4rem)}
	#topMenu04 .menu-location:after{font-size:1.6rem; left:-2rem}
}
/* ****************** MODAL LAYERPOPUP ********************** */
@media all and ( max-width: 800px ){
	/* modal layer content */
	.footer-modal-content{width:auto; margin:50px 15px}
	.footer-modal-content h1{font-size:18px; text-align:left; padding:0 30px 15px 0}
	.modal-close-btn{right:-3px; top:-3px;}
	.modal-close-btn i{font-size:24px}
	.footer-inner-box{padding:15px}
	.footer-inner{padding:10px; height:250px;}
}