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

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1280px){
	:root{
		--header-top: 0;
		--header-height: 100px;
		--sub-layout-padding: 12rem;
	}
}
@media all and (max-width:800px){
	:root{
		--area-padding: 5vw;
		--sub-visual-height: 53rem;
		--sub-menu-height: 6rem;
		--sub-layout-padding: 10rem;
	}
}
@media all and ( max-width: 480px ){
	:root{
	
	}
}

/* ========================================================
 * FONT SIZE
======================================================== */
@media all and (max-width:1536px){
	html{font-size:0.6510vw;} /* 10 */
}
@media all and (max-width:1280px){
	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:1780px){
	.area-wide{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1700px){
	.area-box{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1380px){
	.area{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1280px){ 
	.m-br{display:block;}
	.pc-br{display:none;}
	.display-m{display:block;}
	.display-pc{display:none;}
}

/* ****************** HEADER ********************** */
@media all and ( max-width:1700px){
	#gnb.each-menu > ul > li .gnb-2dep {width: 60rem; margin-left: -30rem;}
	#gnb.each-menu > ul > li .gnb-2dep.open .bg {height: 25rem;}
}
@media all and ( max-width: 1280px ){
	.fullpage-html #header{position:relative;}
	#headerInnerWrap{position:fixed; z-index:10000;}
	#header.top-fixed #headerInnerWrap{background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(3rem);}
	#header .logo a {width: 194px; height: 48px;}
	
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:60px;}
	/* Header :: 링크버튼 */
	.header-btn-list a {padding: 0 1.5rem; height: 30px; text-align: center; font-size: 0rem; border-radius: 15px;}
	.header-btn-list a i{font-size: 18px; display: block;}
	.header-btn-list .header-shop-btn {width: auto; border: 1px solid #fff;}
	.header-btn-list .header-installer-btn {margin-left: 5px; width: auto;}
	#header.menu-open .header-btn-list{visibility: hidden; opacity: 0;}

	/* 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:#000000; 
		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: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{}
	#navigation > li > a {position:relative; display:block; padding:1.5rem var(--area-padding); color:rgba(255,255,255,0.4); font-size:1.8rem; font-weight:400; }
	#navigation > li.active {padding: 1.5rem 0;}
	#navigation > li.active > a{background: #165da3; color: #fff; padding: 3rem var(--area-padding) 0;}
	/* #navigation > li.has-2dep > a:before{font-family:xeicon; content: "\e914"; position:absolute; top:50%; right:var(--area-padding); 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:2rem 0; background-color:#165da3; visibility: visible !important; opacity: 1 !important;}
	#navigation > li .gnb-2dep ul {width: 100%; padding-right: 0;}
	#navigation > li .gnb-2dep ul > li{height:auto !important;}
	#navigation > li .gnb-2dep ul > li > a{display:block; color:#fff; font-size:14px; padding:0.7rem var(--area-padding); }
	#navigation > li .gnb-2dep ul > li > a span {position: relative; display: block; padding-left: 1.9rem;}
	#navigation > li .gnb-2dep ul > li > a span:before {position: absolute; content: ''; width: 1rem; height: 1px; background: #fff; top: 50%; left: 0; margin-top: -0.5px;}
	#navigation > li .gnb-2dep ul > li.on > a{color:#000; font-weight:500;}
	#navigation > li .gnb-2dep .gnb-2dep-img {display: none;}
	/* 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:80px; 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:middle;
	}
	.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.6s;}
	.gnb-style-full.open #navigation > li:nth-child(4){transition-delay:0.7s;}
	.gnb-style-full.open #navigation > li:nth-child(5){transition-delay:0.9s;}
	.gnb-style-full.open #navigation > li:nth-child(6){transition-delay:0.9s;}
	
	/* gnb full style일때 회원메뉴 위치이동 */
	.gnb-style-full .header-util-menu-box{position:absolute; bottom:0; left:0px; right:0; height: 80px; display: flex; align-items: center; justify-content: center;}

	/* Header :: 링크버튼 */
	.header-btn-list-m {}
	.header-btn-list-m a { display: inline-flex; align-items: center; justify-content: center; height: 28px; text-align: center; font-size: 13px; font-weight: 500; border-radius: 14px; letter-spacing: -0.015em; color: #fff; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.4s;}
	.header-btn-list-m .header-shop-btn {width: 90px; border: 1px solid #fff; margin-right: 1rem;}
	.header-btn-list-m .header-installer-btn {width: 140px; color: var(--main-color); border: 1px solid var(--main-color);}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:31px;  right:var(--area-padding); z-index:10000; 
		height:30px;
		transition:var(--transition-custom); 
	}
	.nav-open-btn .line{
		display:block; width:40px; height:3px; background-color:#fff; margin: 10px auto;
	    transition:var(--transition-custom); 
	}
	.nav-open-btn.active .line{}
	.nav-open-btn.active .line:nth-child(1){
		  transform: translateY(7px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(2){
		  transform: translateY(-7px) rotate(-45deg);
	}
	
	.visual-none-wrap .nav-open-btn .line {background-color:var(--color-dark);}
	/* .visual-none-wrap #gnbM {background: #fff;}
	.visual-none-wrap  #navigation > li > a {color: rgba(0,0,0,0.4);}
	.visual-none-wrap  #navigation > li.active > a {color: #fff;} */
	
	.sub-wrap.visual-none-wrap #header.top-fixed .logo img.logo_w {opacity: 1;}
	.sub-wrap.visual-none-wrap #header.top-fixed .logo img.logo_c {opacity: 0;}
	.sub-wrap #header.top-fixed .header-btn-list .header-installer-btn,
	.sub-wrap.visual-none-wrap #header.top-fixed .header-btn-list .header-shop-btn {border: 1px solid #fff; color: #fff;}
	.sub-wrap.visual-none-wrap #header.top-fixed .header-btn-list .header-shop-btn:hover {background: #fff; color: #000;}
	.sub-wrap #header.top-fixed .header-btn-list .header-installer-btn {color: var(--main-color); border: 1px solid var(--main-color);}
	.sub-wrap #header.top-fixed .header-btn-list .header-installer-btn:hover{color: #fff; border: 1px solid var(--main-color);}
	.sub-wrap.visual-none-wrap #header.top-fixed .nav-open-btn .line {background-color: #fff;}
	.sub-wrap.visual-none-wrap #header.menu-open .logo img.logo_w {opacity: 1;}
	.sub-wrap.visual-none-wrap #header.menu-open .logo img.logo_c {opacity: 0;}
	.sub-wrap.visual-none-wrap .nav-open-btn.active .line {background-color:#fff;}
}

@media all and (max-width: 800px ) {
	.header-btn-list .header-shop-btn {color: var(--color-dark); border-color: var(--color-dark);}
	.header-btn-list .header-installer-btn.white-ver {color: var(--main-color); border: 1px solid var(--main-color);}
	.header-btn-list .header-installer-btn:hover {color: #fff;}
	.nav-open-btn .line {background-color: var(--color-dark);}

	.sub-wrap #header.top-fixed .header-btn-list .header-shop-btn {border: 1px solid #fff; color: #fff;}
	.sub-wrap #header.top-fixed .header-btn-list .header-installer-btn {color: var(--main-color); border: 1px solid var(--main-color);}
	.sub-wrap #header.top-fixed .nav-open-btn .line {background-color: #fff;}
}

@media all and ( min-width: 481px ) and ( max-width: 1280px ) {
	.nav-open-btn.active{right:20px;}
}
@media all and ( max-width: 480px ){
	#header .logo a {width: 194px; height: 48px; width: 169px; height: 42px;}

	/* Header :: 링크버튼 */
	.header-btn-list a {padding: 0 1.5rem;}
	.header-btn-list a i{font-size: 16px;}
	/* .header-util-box{position: absolute; bottom: -2.8rem; left: var(--area-padding); width: calc(100% - 2*(var(--area-padding))); height: 2.8rem;}
	.header-btn-list {display: flex; margin: 0 -0.5rem;}
	.header-btn-list .header-shop-btn,
	.header-btn-list .header-installer-btn {width: calc(50% - 1rem); margin: 0 0.5rem;}*/
}

/* ****************** FOOTER ********************** */
@media all and (max-width:1280px){
	/* -------- FOOTER :: 레이아웃 -------- */
	/* Footer :: TOP버튼 */
	.to-top-btn.bottom-fixed {left: var(--area-padding); }
	/* Footer :: 공통 퀵메뉴 */
	.qiuck-menu-list.bottom-fixed {right: var(--area-padding);}
}

@media all and (max-width:800px){
	.footer-left-con,.footer-right-con{float:none; }
	#footerTop {padding: 6rem 0 4rem;}
	#footerBottom {padding: 3rem 0 6rem;}
	/* Footer :: TOP버튼 */
	.to-top-btn {width: 5rem; height: 5rem; bottom: 3rem;}
	/* Footer :: 공통 퀵메뉴 */
	.qiuck-menu-list  { bottom: 3rem;}
	
	.foot-logo img {height: 51px;}

	.footer-address .footer-address-txt {font-size: 1.6rem;}

	/* Footer :: SNS 리스트 */
	.foot-sns-menu {padding: 1.5rem 0;}
	.foot-sns-menu ul { justify-content: start;}
	/* Footer :: 퀵메뉴 */
	.foot-quick-menu ul {flex-direction: row; justify-content: center; margin: 0 -3px;}
	.foot-quick-menu ul li {width: calc(50% - 6px); margin: 0 3px; height: 5.2rem; }
	.foot-quick-menu ul li a {padding: 0 1.5rem 0 1.8rem; font-size: 1.5rem;}
	.foot-quick-menu ul li span {font-size: 1.7rem;}
	.footer-copyright {margin-top: 0.5rem;}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1380px){
	#visual .visual-txt-con{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
}
@media all and (max-width:1280px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-container {height: calc(100% - var(--header-height) - 143px);}
	/*  SUB LAYOUT :: 서브메뉴(스타일2,3,4) */
	#topMenu02 .side-menu-inner {padding: 0 var(--area-padding); -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
	#topMenu02 .area,
	#topMenu03 .area,
	#topMenu04 .area{padding:0;}
	#topMenu02 .area,
	#topMenu03 .area{margin:0 -1px}	
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:var(--sub-layout-padding) var(--area-padding)}
	#content.wide{padding:var(--sub-layout-padding) 0 0 0}
}

@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual {position: relative;}
	#visual .visual-tit{font-size:4.8rem;}
	#visual .visual-sub-txt{font-size: 2rem; padding-top: 1.2rem;}
	#visual .visual-txt-container {height: 100%;}
	.visual-menu-container {display: none;}
	/*  SUB LAYOUT ::  서브메뉴(스타일1,2,3) */
	#topMenu01,
	#topMenu02,
	#topMenu03{display:none}
	
	/* -------- SUB LAYOUT :: 서브메뉴 모바일 -------- */
	#topMenuM{display:block; position: absolute; top: calc(-1*(var(--sub-menu-height) + 3rem)); width: 100%; height:var(--sub-menu-height) ; z-index: 10; } /* (+1 border height)*/
	#topMenuM .top-menu-wrapper{position:absolute; top:0; left:0; right:0; height:var(--sub-menu-height); padding: 0 var(--area-padding); -webkit-box-sizing: border-box;	-moz-box-sizing: border-box;box-sizing: border-box; }
	#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); background: #277cd1; border-radius: 0.8rem; box-sizing:border-box;}
	#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:400; font-size:1.6rem;}
	#topMenuM .menu-location > .cur-location .arrow{position:absolute; top:50%; right:10px; width:20px; height:20px; margin-top:-10px; font-size:20px; color: #fff;}
	#topMenuM .menu-location .location-menu-con{display:none; position:absolute; top:100%; left:-1px; right:-1px; background: #fff; border: 1px solid #277cd1; z-index:11; margin-top: 0; border-radius: 0.8rem; }
	#topMenuM .menu-location .location-menu-con li{border-top:1px solid #eee;}
	#topMenuM .menu-location .location-menu-con li a{display:flex; align-items:center; width:100%; height:40px; padding:0 var(--area-padding); font-size:14px; line-height:1.5; word-break:keep-all; box-sizing:border-box;}
	#topMenuM .menu-location .location-menu-con li.on{position:relative;}
	#topMenuM .menu-location .location-menu-con li.on a{color:var(--main-color); font-weight:500;}
	/* Home 버튼 있을때 */
	#topMenuM .location-to-home-btn + .top-menu-inner{padding-left:var(--sub-menu-height)}
	#topMenuM .location-to-home-btn{position:absolute; width:var(--sub-menu-height); height:var(--sub-menu-height); left:0px; top:0px; text-align:center; }
	#topMenuM .location-to-home-btn i{color:var(--main-color); font-size:20px; line-height:var(--sub-menu-height);}
	/* 2depth 있을때 */
	#topMenuM .menu-2dep{display:flex;}
	#topMenuM .menu-2dep .menu-location{width:100%;}
	#topMenuM .menu-2dep .menu-location.location2 {}
	#topMenuM .menu-2dep .menu-location .location-menu-con{}
	/* Menu OPEN */
	#topMenuM .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-10px;}

	/*  SUB LAYOUT :: 상단정보 (공통) */
	#contentInfoCon{margin:0 0 4rem 3rem;}
	#contentInfoCon .content-tit{font-size:3.6rem; text-align: center;}
	#contentInfoCon .content-tit-sm {font-size: 3.2rem;}
	/* 우측 버튼추가 */
	#contentInfoCon.btn-ver{position: static; padding-right: 0;}
	#contentInfoCon.btn-ver .content-link-btn{margin: 3rem auto 0; position: static; padding: 0 2.5rem 0 3rem; width: 23rem; height: 5.4rem;}
	#contentInfoCon.btn-ver .content-link-btn span{font-size: 1.5rem;}
	#contentInfoCon.btn-ver .content-link-btn i{font-size: 2rem;}

	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:var(--sub-layout-padding) var(--area-padding);}
	#content.wide{padding:var(--sub-layout-padding) 0 0 0}

	/*  ***********************************
		SUB LAYOUT :: 서브비주얼 X ver. 
	*********************************** */
	/* 타이틀 영역 */
	.visual-none-wrap #middleArea {margin-top: 5.5rem; margin-top: 0;}
	.visual-none-wrap #visual {position: relative;  height: 450px; height: auto;}
	.visual-none-wrap #visual .visual-txt-container {height: 100%; height: auto;}
	.visual-none-wrap #visual .visual-tit{font-size:5rem;}
	.visual-none-wrap #visual .visual-sub-txt{padding-top: 2rem; font-size:1.7rem;}
	.visual-none-wrap .visual-txt-container-inner {padding-top: 140px;}
	/* 컨텐츠 레이아웃 */
	.visual-none-wrap #content:not(.wide),
	.visual-none-wrap #content.wide{padding-top: 5rem;}
	.visual-none-wrap #topMenuM {margin-bottom: var(--sub-layout-padding); position: relative; top: 0;}
	.visual-none-wrap #content:not(.wide) #topMenuM .top-menu-wrapper{position: relative; padding: 0;}
}

/* ****************** 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;}
}

/********** 250627 색상 모드 버튼 추가 **********/
@media all and (max-width: 1280px) {
	.color-mode-box {display: none;}
	.color-mode-box.mobile-ver {display: flex; position: static; border-color: #fff; width: 47.55px; height: 28px; border-radius: 15.5px; margin-left: 1.2rem;}

	.color-mode-box.mobile-ver .box #lightModeM + label::before {position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background-color: #fff; z-index: -1; transition: all 0.3s;}
	.color-mode-box.mobile-ver .box #darkModeM + label i {color: #fff;}
	/* .color-mode-box .box #lightMode:checked + label {background-color: #fff;} */
	.color-mode-box.mobile-ver .box #lightModeM:not(:checked) + label::before {left: 19px; background-color: #000;}
	.color-mode-box.mobile-ver .box #lightModeM:checked + label i {color: #000;}

	.visual-none-wrap .color-mode-box.mobile-ver .box label i {font-size: 12px;}
	.visual-none-wrap .color-mode-box.mobile-ver .box #darkModeM + label i {color: #fff;}
	.visual-none-wrap .color-mode-box.mobile-ver .box #lightModeM + label::before {background-color: #eee;}
	.visual-none-wrap .color-mode-box.mobile-ver .box #lightModeM:not(:checked) + label::before {background-color: #414141;}
}