@charset "utf-8";
/* *******************************************************
 * filename : layout_responsive.css
 * description : 전체 레이아웃 반응형 CSS
 * date : 2022-07-26
******************************************************** */

/* ========================================================
 * SETTING
======================================================== */

@media all and (max-width:800px){
	:root{
		--area-padding: 5vw;
		--sub-menu-height: 60px;
		--header-top:0px;
	}
}

/* ========================================================
 * FONT SIZE
======================================================== */
@media all and (max-width:1536px){
	html{font-size:0.6510vw;} /* 10 */
}
@media all and (max-width:1279px){
	html{font-size:0.8594vw;} /* 10 -> 11*/
}
@media all and (max-width:800px){
	html{font-size:1.375vw} /* 10 -> 11*/
}
@media all and (max-width:640px){
	html{font-size:1.7188vw}  /* 10 -> 11*/
}
@media all and ( max-width: 480px ){
	html{font-size:2.2vw}  /* 10 */
}
@media all and ( max-width: 412px ){
	html{font-size:2.4272vw}  /* 10 */
}
@media all and (max-width:390px){
	html{font-size:2.1795vw}  /* 10 -> 8.5 */
}

/* ========================================================
 * LAYOUT
======================================================== */
/* ****************** 공통클래스 ********************** */
@media all and (max-width:1820px){
	.area-wide{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1660px){
	.area-box{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1460px){ 
	.area-main{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1400px){ 
	.area{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1279px){ 
	.m-br{display:block;}
	.pc-br{display:none;}
	.display-m{display:block;}
	.display-pc{display:none;}
}
@media all and (max-width:800px){ 
	.display-m-800{display:block;}
	.display-pc-800{display:none !important;}
}

/* ****************** HEADER ********************** */
@media all and (max-width:1580px){
	#header.gnb-open .business-list-group.group-open .gnb-item, 
	#header.gnb-open .product-list-group.group-open .gnb-item{width: 17.5rem;}
}
@media all and ( max-width: 1279px ){
	.fullpage-html #header{position:relative;}
	#headerInnerWrap{position: absolute; z-index:99;}
	
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:50px;}
	/* 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:#000; 
		z-index:9999; 
		transition:var(--transition-custom);   
		visibility:hidden;
	}
	#gnbM.open{
		right:0px; 
		visibility:visible;
	}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top: calc(var(--header-top) + var(--header-height)); overflow-y:auto;}	
	.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0; height:calc(100% - var(--header-height));}
	
	/* 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:1.7rem var(--area-padding); color:#fff; font-size:3.2rem; font-weight:500; font-family:var(--font-family2); text-align: left;}
	#navigation > li.active > a{color:var(--main-color);}
	#navigation > li.has-2dep > a:before{font-family:xeicon; content: "\e942"; position:absolute; top:50%; right:var(--area-padding); font-size:3rem; transform:translateY(-50%);}
	#navigation > li.has-2dep.active > a:before{content: "\e945";}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:0 var(--area-padding) 1rem;}
	#navigation > li .gnb-2dep > ul > li{height:auto !important;}
	#navigation > li .gnb-2dep > ul > li > a{display:block; color:#fff; font-size:2.4rem; padding:1rem var(--area-padding); font-weight:600; text-align: left;}
	
	/* -------- 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:var(--header-height); bottom:0px; left:0; padding-top:0;}
	.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top:var(--header-height); }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:var(--header-height);}
	.gnb-style-full .gnb-navigation-inner{display:table; width:100%; height:100%;}
	.gnb-style-full #navigation{
		display:table-cell;
		vertical-align:top;
	}
	.gnb-style-full #navigation > li{
		text-align:center; 
		border:0; 
		opacity:0;
		transform:translateY(-20px);
		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;
		transform:translateY(0px); 
		transition:transform 0.8s, opacity 0.8s;
	}
	.gnb-style-full.open #navigation > li:nth-child(1){transition-delay:0.3s;}
	.gnb-style-full.open #navigation > li:nth-child(2){transition-delay:0.4s;}
	.gnb-style-full.open #navigation > li:nth-child(3){transition-delay:0.5s;}
	.gnb-style-full.open #navigation > li:nth-child(4){transition-delay:0.6s;}
	.gnb-style-full.open #navigation > li:nth-child(5){transition-delay:0.7s;}
	.gnb-style-full.open #navigation > li:nth-child(6){transition-delay:0.8s;}
	.gnb-style-full.open #navigation > li:nth-child(7){transition-delay:0.9s;}
	.gnb-style-full.open #navigation > li:nth-child(8){transition-delay:1s;}
	.gnb-style-full.open #navigation > li:nth-child(9){transition-delay:1.1s;}
	.gnb-style-full.open #navigation > li:nth-child(10){transition-delay:1.2s;}
	
	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn-box{position:absolute; top: 0; right:var(--area-padding); z-index:10000; display: block; transition:var(--transition-custom);}
	.nav-open-btn{position: relative; width: 6rem; height:var(--header-height); display:flex; flex-direction:column; justify-content: center; align-items: flex-end;}
	.nav-open-btn .line{
		display:block; width:6rem; height:3px; background-color:#fff; margin: 4.5px 0;
	    transition:var(--transition-custom); 
	}
	.nav-open-btn .line.line2{width:3.8rem;}
	.nav-open-btn.active .line.line2,
	.nav-open-btn.active .line{width:4.6rem; /* background-color:#000; */}
	.nav-open-btn.active .line:nth-child(1){
		transform: translateY(6px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(2){
		transform: translateY(-6px) rotate(-45deg);
	}
	
	/* -------- Header :: top-fixed -------- */
	header{backdrop-filter:none !important; }
	#header.top-fixed.scroll-down{top: calc(-1 * (var(--header-height) + 1px));}
	#header.top-fixed #headerInnerWrap {top: 0; background-color: #fff; border-bottom: 1px solid #eee;}
	#header.top-fixed .cm-logo-svg .cls-1{fill:#191a5b;}
	#header.top-fixed .cm-logo-svg .cls-2{fill:#001767;}
	#header.top-fixed .cm-logo-svg .cls-3{fill:#003d9a;}
	#header.top-fixed .cm-logo-svg .cls-4{fill:#83e3e0;}
	#header.top-fixed .nav-open-btn-box{top: 0;}
	#header.top-fixed .nav-open-btn .line{background-color:#000}
	#header.top-fixed .gnb-navigation-wrapper{padding-top: var(--header-height);}
	
	
	#header .nav-open-btn.active .line{background-color:#fff !important;}
	
	#header{transform:none !important}
}
@media all and ( max-width: 800px ){
	#header .logo a{height: 26px;}
}

/* ****************** FOOTER ********************** */
@media all and (max-width:1279px){
	#footerTop .footer-right-con{width: calc(100% - 50rem);}
	/* Footer :: 사이트맵 */
	.footer-sitemap-list-con > ul{flex-wrap: wrap;}
	.footer-sitemap-list-con > ul > li.gnb6 ~ *{margin-top: 4rem;}
	.footer-sitemap-list-con > ul > li.gnb7{margin-left: 0;}
}
@media all and (max-width:800px){
	/* -------- FOOTER :: 상단 -------- */
	#footerTop{padding:5rem 0 0;}
	#footerTop .area-box{justify-content: flex-start;}
	#footerTop .footer-right-con{display: none;}

	/* Footer :: 푸터로고 */
	.foot-logo{height: 3rem;}

	/* Footer :: 정보 */
	.footer-address-info-box{margin-top: 4rem;}
	.footer-address-tit{margin-bottom: 1.5rem; font-size: 2.6rem; line-height: 1.3;}
	.footer-address-list + .footer-address-list{margin-top: 0.5rem;}
	.footer-address-list dl{margin-left:2rem;}
	.footer-address-list dl:before{left:-1rem; width:1px; height:1.3rem; margin-top:-0.65rem;}
	.footer-address-list dl:first-child{margin-left:0}
	.footer-address-list dl dt,
	.footer-address-list dl dd{font-size:1.6rem; line-height: 1.5;}
	.footer-address-list dl dt{margin-right: 0.5rem;}

	/* Footer :: 사이트맵 */
	.footer-sitemap-list-con{display:none;}

	/* -------- FOOTER :: 하단 -------- */
	#footerBottom .area-box{padding-top: 3rem; padding-bottom: 3rem; border:none;}
	#footerBottom .footer-right-con{justify-content: center; flex-direction: column-reverse; align-items: flex-start;}

	/* Footer :: 푸터메뉴 */
	.foot-menu{margin-bottom: 2rem;}
	.foot-menu li{padding-left:2rem; line-height:2;}
	.foot-menu li:before{left:1rem; width:1px; height:1.3rem; margin-top:-0.65rem;}
	.foot-menu li:first-child{padding-left:0}
	.foot-menu li a{font-size:1.4rem;}

	/* Footer :: Copyright */
	.footer-copyright{margin-top: 2rem; font-size:1.4rem; line-height: 1.3; width: 100%; text-align: center;}

	/* Footer :: 패밀리사이트 */
	.family-site-box{margin-left: 0rem; width:19rem;}
	.family-site-box .family-site-open-btn{height:5rem; line-height: calc(5rem - 4px); padding:0 2.5rem; font-size:1.8rem;}
	.family-site-box .family-site-open-btn:after{right:2rem; font-size:2rem;}
	.family-site-list{bottom:calc(100% - 2px); left:0px; width:100%; padding:1rem 0;}
	.family-site-list a{padding: 0.8rem 2.5rem; font-size:1.5rem;}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1279px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{z-index: 100;}
	#visual .visual-txt-container{padding:5rem var(--area-padding); box-sizing:border-box;}
	#visual .visual-txt-con{padding:0}
	#visual .visual-sub-txt{margin-bottom:3rem;}
	/*  SUB LAYOUT :: 서브메뉴 */
	.sub-nav-bar-style ul li a{width:15rem; height:5rem; }
	.sub-nav-bar-style ul li a em{font-size:1.6rem;}
	
}

@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-container{padding-bottom:4rem;}
	#visual .visual-tit{font-size:8rem;}
	#visual .visual-sub-txt{font-size:2rem;}
	#visual .scroll-down-wrap{display: none;}
	
	/* -------- SUB LAYOUT :: 서브메뉴 모바일 -------- */
	#topMenuM{display:block; position:relative; height:calc(var(--sub-menu-height) + 1px); } /* (+1 border height)*/
	#topMenuM .top-menu-wrapper{position:absolute; top:0; left:0; right:0; height:var(--sub-menu-height); }
	#topMenuM .top-menu-inner{position:relative; height:var(--sub-menu-height); }
	#topMenuM .menu-location{position:relative; box-sizing:border-box; width:100%;}
	#topMenuM .menu-location > .cur-location{position:relative; display:block; width:100%; text-align:left; height:var(--sub-menu-height); padding:0 var(--area-padding); padding-right:calc(var(--area-padding) + 3rem); box-sizing:border-box; background:var(--main-color); border-radius:8px; z-index:99;}
	#topMenuM .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:var(--sub-menu-height); color:#fff; font-weight:500; font-size:2rem;}
	#topMenuM .menu-location > .cur-location .arrow{position:absolute; top:50%; right:var(--area-padding); width:2rem; height:2rem; margin-top:-1rem; font-size:2rem; color:#fff;}
	#topMenuM .menu-location .location-menu-con{display:none; position:absolute; top:calc(100% - (var(--sub-menu-height) / 2)); left:0; right:0; background-color:var(--main-color); z-index:11; padding-block:10px 4px; border-radius:0 0 8px 8px; overflow:hidden; box-shadow: 1rem 2rem 3rem -3px rgba(0,0,0,0.08); padding-top:calc(var(--sub-menu-height) / 2);}
	#topMenuM .menu-location .location-menu-con li{border-top:1px solid rgba(255,255,255,0.1);}
	#topMenuM .menu-location .location-menu-con li:first-child{border-top:0;}
	#topMenuM .menu-location .location-menu-con li a{display:flex; align-items:center; width:100%; height:3.5rem; padding:0 var(--area-padding); font-size:1.6rem; line-height:1.5; word-break:keep-all; box-sizing:border-box; opacity:0.5; color:#fff;}
	#topMenuM .menu-location .location-menu-con li.on{position:relative;}
	#topMenuM .menu-location .location-menu-con li.on a{opacity:1; font-weight:700;}
}

/* ****************** 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;}
}


/* ******************  사이트맵 ********************** */
@media all and ( max-width: 800px ){
	.sitemap-modal-inner-06,
	.sitemap-wrapper-style06 .sitemap-con > ul{display:block;}
	.sitemap-wrapper-style06 .sitemap-con > ul > li{float:none; display:block; width:auto; padding: 5% 0; margin-bottom:0; border-left: none; border-top: 1px solid rgba(255,255,255,0.1);} 
	.sitemap-wrapper-style06 .sitemap-con > ul > li:last-child{border-right: none;}
	.sitemap-wrapper-style06 .sitemap-con > ul > li:first-child{border-top: none;}
	.sitemap-wrapper-style06 .sitemap-con > ul > li > h3{min-height: auto;}
	.sitemap-wrapper-style06 .sitemap-con > ul > li .sitemap-2dep{overflow:hidden; margin:0 -1%; padding:0;}
	.sitemap-wrapper-style06 .sitemap-con > ul > li .sitemap-2dep li{float:left; position:relative; width:31.33%; margin: 0 1%; word-break:keep-all;}
	.sitemap-wrapper-style06 .sitemap-con > ul > li .sitemap-2dep li:before{position:absolute; top:0px; left:0; bottom:0px; width:1px; background-color:#eee; content:""; display:none;}
	.sitemap-wrapper-style06 .sitemap-con > ul > li .sitemap-2dep li:nth-child(3n+1){clear:both;}
	.sitemap-wrapper-style06 .sitemap-con > ul > li .sitemap-2dep a.has-3dep {margin-top: 0;}
	.sitemap-wrapper-style06 .sitemap-con > ul > li .sitemap-2dep .gnb-3dep li{width: 98%;}
}
@media all and ( max-width: 480px ){
	.sitemap-wrapper-style06 .sitemap-con > ul > li .sitemap-2dep li{width:48%;}
	.sitemap-wrapper-style06 .sitemap-con > ul > li .sitemap-2dep li:nth-child(3n+1){clear:none;}
	.sitemap-wrapper-style06 .sitemap-con > ul > li .sitemap-2dep li:nth-child(odd){clear:both;}
}