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

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1280px){
	:root{
		--header-height: 80px;
		--header-top: 48px;
	}
}
@media all and (max-width:800px){
	:root{
		--area-padding: 5vw;
		--sub-visual-height: 60rem;
		--sub-menu-height: 60px;
	}
}

/* ========================================================
 * 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:1660px){	/* max-width : (area-box width) + 60px */
	.area-box{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1360px){ 
	.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;}
}
@media all and (max-width:800px){ 
	.pc-br2{display:none;}
}

/* ****************** HEADER ********************** */
@media all and ( max-width: 1280px ){
	.fullpage-html #header{position:relative;}
	/* #headerInnerWrap{position:fixed; z-index:99;}
	#header.top-fixed #headerInnerWrap{background-color:#fff; border-bottom:1px solid #eee;} */
	
	#header.top-fixed {position: fixed; top: 10px;}

	/* ****************** HEADER top ********************** */
	#headerTopCon{position:absolute; width:100%; height:var(--header-top-height); left:0; top:0; background-color: var(--main-color); z-index:9999; transition: all 0.8s ease-in-out;}
	#headerTopInner{position:relative; display:flex; align-items:center; justify-content:space-between; max-width: var(--area-box-width); height:100%; margin:0px auto; padding:0 var(--area-padding);}

	/* Header :: 게시글 */
	.header-top-board{max-width: none; width: 100%;}
	/* Header :: 회원관리 */
	.header-top-memu {display: none;}
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:50px;}
	.header-lang {display: none;}
	/* 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:rgba(0,0,0,0.27);
		backdrop-filter: blur(18px);
		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:150px; overflow-y:auto;}	
	.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0; height:calc(100% - 150px);}
	
	/* 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.5rem 0; color:#fff; font-size:2.4rem; font-weight:700;  }
	/* #navigation > li.active > a{color:var(--main-color);} */
	#navigation > li.has-2dep > a:before{font-family:xeicon; content: "\e942"; position:absolute; top:50%; right: 0; font-weight: 400; font-size:2.4rem; transform:translateY(-50%);}
	#navigation > li.has-2dep.active > a:before{content: "\e945";}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:3.5rem 0; border-top: 1px solid #fff; }
	#navigation > li .gnb-2dep > ul > li{height:auto !important;}
	#navigation > li .gnb-2dep > ul > li + li {margin-top: 3rem;}
	#navigation > li .gnb-2dep > ul > li > a{display:block; color:#fff; font-weight:600; font-size:2.2rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1.3;}
	/* #navigation > li .gnb-2dep > ul > li.on > a{color:#000; } */
	/* GNB Mobile :: 메뉴영역 ::  3차 */
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep{padding-top: 1rem; }
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep > li > a{display:block; padding: 0.6rem 0; font-size: 1.8rem; font-weight: 500; letter-spacing: -0.02em; color: rgba(255,255,255,0.5); line-height: 1.4;}
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep > li.on a {color: var(--main-color);}
	/* -------- 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: 0 var(--area-padding); -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
	.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top: 150px; }
	.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:left; 
		border-bottom: 1px solid rgba(255,255,255,0.1); 
		border-top: 0;
		opacity:0;
		transform:translateY(-20px);
		transition:all 0s 0s;
	}
	.gnb-style-full #navigation > li:first-child { border-top: 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 Mobile :: 언어선택 및 회원메뉴 -------- */
	.header-util-menu-box {padding: 0 var(--area-padding);}
	/* 언어선택 */
	.header-util-menu-box .lang-select {position:relative; width:14rem; height:4rem; z-index:100; background-color: rgba(255,255,255,0.3); backdrop-filter: blur(2rem); border-radius: 4rem; margin-top: 3rem;}
	.header-util-menu-box .lang-select .lang-open-btn {overflow:hidden; position:relative; display:block; width:100%; height:100%; border-radius: 4rem; text-align:left; z-index: 11; transition: var(--transition-custom); transition-property: background-color;}
	.header-util-menu-box .lang-select .lang-open-btn .txt{width: 100%; height: 100%; padding:0 1rem 0 1.5rem; font-size:1.8rem; line-height: 4rem; font-weight: 700; color:#fff; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box;}
	.header-util-menu-box .lang-select .lang-open-btn i {font-size:2.4rem; margin-top:0.2rem;}
	.header-util-menu-box .lang-select > ul {display:none; max-height: 23rem; overflow-y: auto;  position:absolute; top:calc(100% - 2rem); left:0; z-index:10; width:100%; background: var(--main-color); padding-top: 2rem; /* padding-bottom: 1rem;  */border-radius: 0 0 2rem 2rem; transition: var(--transition-custom); transition-property: background-color;}
	.header-util-menu-box .lang-select > ul::-webkit-scrollbar {width: 2px;}
	.header-util-menu-box .lang-select > ul::-webkit-scrollbar-track {background-color: rgba(255,255,255,0);border-radius: 20px}
	.header-util-menu-box .lang-select > ul::-webkit-scrollbar-thumb {background-color: #fff;border-radius: 20px}
	.header-util-menu-box .lang-select > ul > li > a{display:block; padding: 1rem 1.5rem; font-size: 1.4rem; font-weight: 600;  line-height: 1.3; color:#fff; word-break: keep-all; opacity: 0.5; transition: var(--transition-custom); transition-property: opacity;}
	.header-util-menu-box .lang-select > ul > li > a:hover{opacity: 1;}
	.header-util-menu-box .lang-select.open .lang-open-btn{background-color: var(--main-color);}
	.header-util-menu-box .lang-select.open .lang-open-btn .arrow i{transform:rotate(180deg);}

	/* 회원메뉴 */
	.member-menu-box{
		display:flex;
		justify-content: space-around;
		height:var(--header-height);
		text-align:center; 
		padding:10px 0; 
		padding-right:60px;
		box-sizing: border-box; 
	}
	/* 상단메뉴 */
	.header-top-memu-m {display: flex; align-items: center; margin-top: 2.5rem;}
	.header-top-memu-m li + li{margin-left: 2rem; position: relative;}
	.header-top-memu-m li + li:before{position: absolute; top: 50%; margin-top: -0.5rem; left: -1rem; width: 1px; height: 1rem; background-color: rgba(255,255,255,0.3); content: '';}
	.header-top-memu-m li a{display: block; padding: 0 0.5rem; font-size: 1.4rem; line-height: 2rem; color: #fff; transition: all 0.3s; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

	/* .member-menu-box li{float:left; width:50%; height:100%; position:relative;}
	.member-menu-box li:before{content:""; position:absolute; top:10px; bottom:10px; left:0px; width:1px; background-color:rgba(0,0,0,0.1); content:"";}
	.member-menu-box li:first-child:before{display:none;}
	.member-menu-box li a{display:block; color:#444;  padding:6px 0}
	.member-menu-box li a i{font-size:30px;}
	.member-menu-box li a strong{display:block; padding-top:5px; font-size:13px; letter-spacing:-0.5px; font-weight:400;}
	.header-util-menu-box .lang-select + .member-menu-box{border-top:1px solid #e7e7e7; padding-right:0;} */

	/* gnb full style일때 회원메뉴 위치이동 */
	.gnb-style-full .member-menu-box{position:absolute; bottom:0px; left:0px; right:0; margin-right:0px; padding:0; border-top:1px solid #e7e7e7;}
	.gnb-style-full .member-menu-box li a{padding:16px 0;}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:calc(var(--header-top) + 24px);  right:var(--area-padding); z-index:10000; 
		height:30px;
		transition:var(--transition-custom2); 
	}
	.nav-open-btn .line{
		display:block; width:32px; height:3px; background-color:#fff; margin: 4px auto;
	    transition:var(--transition-custom); 
	}
	.nav-open-btn.active .line{background-color:#fff;}
	.nav-open-btn.active .line:nth-child(2) {opacity: 0;}
	.nav-open-btn.active .line:nth-child(1){
		  transform: translateY(7px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		  transform: translateY(-7px) rotate(-45deg);
	}
	#header.top-fixed .nav-open-btn {top: 30px;}
	#header.top-fixed .nav-open-btn .line{background-color:#fff}

	/* 비쥬얼 영역 없을때 */
	.visual-none-wrap .nav-open-btn .line {background-color:#000}
	.visual-none-wrap .nav-open-btn.active .line{background-color:#fff;}
}
@media all and ( max-width: 800px ){
	/* Header :: 검색버튼 */
	.header-search-box{margin-left:5px;}
	.header-search-inner{
		position:fixed; 
		left:0; 
		top:var(--header-height); 
		height:38px; 
		width:100%;
		border-width:3px;
		padding-right:35px;
	}
	.header-search-inner .header-search-btn{right:40px;}
	.header-search-inner .header-search-close-btn{height:100%; width:38px; border-radius:0;}
}
@media all and ( min-width: 481px ) and ( max-width: 1280px ) {
	.nav-open-btn.active{right:20px;}
}
@media all and ( max-width: 480px ){
	/* Header :: GNB(Mobile) */
	#navigation > li > a{font-size:15px;}
	#navigation > li .gnb-2dep > ul > li > a{font-size:1.5rem;}
	#navigation > li .gnb-2dep > ul > li > .gnb-3dep > li > a {font-size: 1.4rem;}

	/* Header :: 언어선택 및 회원메뉴 */
	/* 언어선택 */
	/* .header-util-menu-box .lang-select li > a{height:38px; line-height:38px} */
	/* 회원메뉴 */
	.member-menu-box{padding:5px 0;}
	.member-menu-box li a{ padding:4px 0}
	.member-menu-box li a i{font-size:20px;}
	.member-menu-box li a strong{padding-top:5px;}
	.gnb-style-full .member-menu-box li a{padding:10px 0;}

	.header-top-memu-m li a {padding: 0; font-size: 1.3rem;}
	
}

/* ****************** FOOTER ********************** */
@media (min-width:801px) and (max-width:1280px){
	/* Footer :: 푸터메뉴 */
	.foot-menu{margin-block:-0.5rem}
	.foot-menu li{width:100%; padding-left:0; text-align:right; margin-block:0.5rem;}
}
@media all and (max-width:800px){
	#wrap .footer-wrap{padding:2rem var(--area-padding) !important;}
	#wrap .footer-wrap{flex-direction:column;}
	#wrap .footer-wrap > div{text-align:center !important;}
	#wrap .footer-wrap > div:not(.footer-right-con) {width:100% !important; }
	#wrap .footer-wrap .foot-sns-menu{order:1;}
	#wrap .footer-wrap .footer-left-con{order:2; margin-block:2.5rem 1rem !important;}
	#wrap .footer-wrap .footer-right-con{order:3; margin-top: 1rem;}

	#wrap.sub-wrap .footer-wrap{padding:2rem var(--area-padding) !important;}
	#wrap.sub-wrap .footer-wrap{flex-direction:column;}
	#wrap.sub-wrap .footer-wrap > div{text-align:center !important; width:100% !important; }
	#wrap.sub-wrap .footer-wrap .foot-sns-menu{order:1;}
	#wrap.sub-wrap .footer-wrap .footer-left-con{order:2; margin-block:2.5rem 1rem !important;}
	#wrap.sub-wrap .footer-wrap .footer-right-con{order:3; margin-top: 1rem;}

#wrap.sub-wrap .to-top-btn.bottom-fixed.abs-bottom{bottom:125px;}

	/* Footer :: 푸터메뉴 */
	#wrap .foot-menu li a{font-size:1.2rem !important;}
	/* Footer :: Copyright */
	#wrap .footer-copyright{font-size:1.2rem !important;}
	/* Footer :: SNS 리스트 */
	#wrap .foot-sns-menu{padding:0 !important;}
	#wrap .foot-sns-menu li a i{font-size:1.8rem !important;}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1280px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con{padding:0 var(--area-padding); box-sizing:border-box;}
	/*  SUB LAYOUT :: 서브메뉴(스타일2,3,4) */
	#topMenu02 .area,
	#topMenu03 .area,
	#topMenu04 .area{padding:0;}
	#topMenu02 .area,
	#topMenu03 .area{margin:0 -1px}	
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:10rem var(--area-padding)}
	#content.wide{padding:10rem 0 0 0}
}

@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con .table-cell-layout{padding-bottom:10rem;}
	#visual.txt-ver .visual-tit{font-size:5rem;}
	/* 비주얼 :: 기업소개 */
	#visual.sub-visual-why .visual-img-inner{background-position:top 0% left 30% !important;}
	/*  SUB LAYOUT ::  서브메뉴(스타일1,2,3) */
	#topMenu01,
	#topMenu02,
	#topMenu03{display:none}
	/*  SUB LAYOUT :: 서브메뉴(스타일4) */
	#topMenu04 .side-menu-inner{padding-left:var(--sub-menu-height); width:auto;}
	#topMenu04 .location-to-home-btn{position:absolute; width:var(--sub-menu-height); height:var(--sub-menu-height); left:0px; top:0px; border:0;}
	#topMenu04 .location-to-home-btn i{font-size:20px; line-height:var(--sub-menu-height);}
	#topMenu04 .menu-location{width:50%;}
	#topMenu04 .menu-location > .cur-location{height:var(--sub-menu-height); border-right:0; border-left:1px solid #ddd; padding:0 30px 0 10px}
	#topMenu04 .menu-location > .cur-location span{line-height:var(--sub-menu-height); font-size:15px;}
	#topMenu04 .menu-location .location-menu-con{top:var(--sub-menu-height); left:0; padding-bottom:10px}
	#topMenu04 .menu-location .location-menu-con li a{font-size:14px; padding:7px 10px;}
	
	/* -------- SUB LAYOUT :: 서브메뉴 모바일 -------- */
	#topMenuM{display:block; position:relative; height:0; z-index:99;} /* (+1 border height)*/
	#topMenuM .top-menu-wrapper{position:absolute; top:-2rem; left:var(--area-padding); right:var(--area-padding); transform:translateY(-100%); height:var(--sub-menu-height); background: rgba(255, 255, 255, 0.07); backdrop-filter: blur(2rem); border-radius: 5px;}
	#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; text-align:left; width: calc(100% - 1rem); height: calc(var(--sub-menu-height) - 1rem); padding:0 var(--area-padding); box-sizing:border-box; margin: 0.5rem; background:var(--main-color); border-radius:5px;}
	#topMenuM .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:calc(var(--sub-menu-height) - 1rem); color:#000; font-weight:700; font-size:1.6rem; text-align:center;}
	#topMenuM .menu-location > .cur-location .arrow{position:absolute; top:50%; right:10px; width:20px; height:20px; margin-top:-10px; font-size:20px; color:#000;}
	#topMenuM .menu-location .location-menu-con{display:none; position:absolute; top:calc(100% - 1rem); left:0.5rem; right:0.5rem; border-bottom:1px solid rgba(255,255,255,0.3); background-color:var(--main-color); z-index:11; border-radius:0 0 5px 5px;}
	#topMenuM .menu-location .location-menu-con li{}
	#topMenuM .menu-location .location-menu-con li a{display:flex; align-items:center; width:100%; height:35px; 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{position:relative;}
	#topMenuM .menu-location .location-menu-con li a{color:#000; font-weight:500; justify-content: center;}
	/* 2depth 일때 */
	#topMenuM.cm-3deps-menu .menu-location .location-menu-con > li:not(.on){display: none;}
	#topMenuM.cm-3deps-menu .menu-location .location-menu-con > li > a{display: none;}
	/* 2depth 있을때 */
	#topMenuM .menu-2dep{display:flex;}
	#topMenuM .menu-2dep .menu-location{width:100%;}
	/* Menu OPEN */
	#topMenuM .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-10px;}

	/*  SUB LAYOUT :: 상단정보 (공통) */
	#contentInfoCon{margin:30px 0; }
	#contentInfoCon .content-tit{font-size:24px}
	#contentInfoCon .content-tit:after{position:static; display:block; margin-top:15px;}
	#contentInfoCon .content-sub-tit{font-size:13px; line-height:18px; margin-top:15px;}
	/*  SUB LAYOUT :: 상단정보(스타일03) */
	#contentInfoCon.content-title-location{text-align:center;}
	#contentInfoCon.content-title-location .content-tit{float:none;}
	#contentInfoCon.content-title-location .location{float:none; padding-top:23px;}

	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:7rem var(--area-padding)}
	#content.wide{padding:7rem 0 0 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;}
}