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

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1279px){
	:root{
		--header-height: 80px;
		--header-fixed-height: 70px;
	}
}
@media all and (max-width:800px){
	:root{
		--area-padding: 5vw;
		--sub-visual-height:18rem;
		--sub-menu-height: 45px;
	}
}

/* ========================================================
 * 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:1860px){
	.area-wide{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1560px){	/* max-width : (area-box width) + 60px */
	.area-box{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1460px){ 
	.area{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1279px){ 
	.pc-br{display:none;}
	.display-m{display:block;}
	.display-pc{display:none;}
}
@media all and (max-width:800px){ 
	.m-br{display:block;}
}

/* ****************** HEADER ********************** */
@media all and ( max-width: 1366px ){
	/* -------- Header :: GNB(PC) -------- */
	#gnb > ul > li > a{font-size:18px; padding:0 40px}
	#gnb > ul > li .gnb-2dep ul li a{font-size:14px; }
}
@media all and ( max-width: 1279px ){
	.fullpage-html #header{position:relative;}
	#headerInnerWrap{position:fixed; z-index:99;}
	
	/* -------- 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:#fff; 
		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{border-bottom:1px solid #e7e7e7;}
	#navigation > li:first-child{border-top:1px solid #e7e7e7}
	#navigation > li > a {position:relative; display:block; padding:3rem var(--area-padding); color:#222; font-size:2.4rem; font-weight:700; }

	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:15px 0; background-color:var(--main-color2); }
	#navigation > li .gnb-2dep > ul > li{height:auto !important;}
	#navigation > li .gnb-2dep > ul > li > a{display:block; color:rgba(255,255,255,0.6); font-size:1.6rem;font-weight:500; line-height: 1.3; padding:0.8rem var(--area-padding); }
	#navigation > li .gnb-2dep > ul > li.on > a{color:#fff; }
	/* 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: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 Mobile :: 언어선택 및 회원메뉴 -------- */
	/* 언어선택 */
	.header-util-menu-box .lang-select{width: calc(2*(var(--header-height))); height:var(--header-height); display:flex; align-items:center;  }
	.header-util-menu-box .lang-select li{float:left; width: 50%; border:1px solid #DDDDDD; box-sizing: border-box; border-left:0;}

	.header-util-menu-box .lang-select li > a{position:relative; display:block; min-width:18px; text-align:center ; height:var(--header-height); line-height:var(--header-height); font-size: 1.8rem; font-weight: 500; color: rgba(85,85,85,0.5); background-color: #F5F5F5;}	
	.header-util-menu-box .lang-select li.cur{position:relative; z-index:1;}
	.header-util-menu-box .lang-select li.cur a{color: var(--main-color2); background-color:#fff; z-index:1;}
	/* 회원메뉴 */
	.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; 
	}
	.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:flex; flex-wrap:wrap; justify-content: space-between; position:fixed; width:40px; height:40px; margin-left: 4rem; box-sizing:border-box; right:var(--area-padding); z-index:10000;  transition:var(--transition-custom); top: 20px;
	}
	.nav-open-btn .dot{display:block; width:10px; height:10px; border-radius: 10px; margin: 5px; background-color:#000; transition:var(--transition-custom);}
	.nav-open-btn .dot:nth-child(2) {background-color: var(--main-color2);}
	.nav-open-btn .dot:before{position: absolute; content:''; width:100%; height:100%; background:#000; top:0; left:0; border-radius:4px; transition: var(--transition-custom);}
	.nav-open-btn .dot:nth-child(1){transform:rotate(45deg);}
	.nav-open-btn .dot:nth-child(2){transform:rotate(135deg);}
	.nav-open-btn .dot:nth-child(3){transform:rotate(-45deg);}
	.nav-open-btn .dot:nth-child(4){transform:rotate(-135deg);}
	.nav-open-btn .dot:nth-child(1):before{background:var(--main-color2) !important;}
	/* active */
	.nav-open-btn.active .dot{width:9px; height:3px;}
	.nav-open-btn.active .dot:nth-child(2):before,
	.nav-open-btn.active .dot:before{background-color: #000 !important;}
	.nav-open-btn.active .dot:nth-child(1):before{width:20px;}
	.nav-open-btn.active .dot:nth-child(2):before{width:20px;}
	.nav-open-btn.active .dot:nth-child(3):before{width:20px;}
	.nav-open-btn.active .dot:nth-child(4):before{width:20px;}
	
	#header.top-fixed .nav-open-btn {top: 15px;}
	#header.top-fixed .nav-open-btn .line{background-color:#333}
}
@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: 1279px ) {
	.nav-open-btn.active{right:20px;}
}
@media all and ( max-width: 480px ){
	#header .logo img{height:30px;}

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:40px;}

	/* Header :: 언어선택 */
	.header-lang{width:60px; margin-left:5px}
	.header-lang strong{display:none;}
	.header-lang > ul{border-color:#ccc;}
	.header-lang > ul > li > a{padding:0; text-align:center;}


}

/* ****************** FOOTER ********************** */
@media all and (max-width:1279px){
	/* -------- FOOTER :: 레이아웃 -------- */
	/* Footer :: 사이트맵 */
	.footer-sitemap-list-con{display:none;}
	
}

@media all and (max-width:800px){
	.to-top-btn {width: 5rem; height: 5rem; border-radius:2rem;}
	.to-top-btn i {line-height: 5rem;}
	
	/* -------- FOOTER :: 레이아웃 -------- */
	.footer-left-con,.footer-right-con{float:none; }
	#footerTop .area-box {padding: 5rem 0 4rem !important;}
	#footerBottom .area-box {padding: 2rem 0 !important;}
	#footerTop .footer-left-con {display: block; width: 100%;}
	
	/* -------- FOOTER  -------- */
	/* Footer :: 푸터로고 */
	.foot-logo {width: auto;}
	/* Footer :: 푸터메뉴 */
	.foot-logo-menu-box {display: flex; flex-direction:column; justify-content: center; align-items: center; margin-bottom: 4rem;}
	.foot-menu {margin-top: 2rem;}
	.footer-address-info-box h5 {margin-bottom: 25px;}
	.footer-address-list dl dt, 
	.footer-address-list dl dd {font-size: 1.5rem;}
	.footer-address-list dl dt {width: 6.5rem;}
	.footer-address-list dl dd {width: calc(100% - 6.5rem);}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1279px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con{padding:0}
	#topMenu01 .side-menu-inner ul li > a {padding: 0 3rem;}
	/*  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:70px var(--area-padding)}
	#content.wide{padding:70px 0 0 0}
}

@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-img-con {border-radius: 3rem;}
	#visual .visual-txt-container {padding: 3rem 0 4rem;}
	#visual .visual-sub-tit {font-size: 2rem;}
	#visual .visual-tit{font-size:4.8rem; }
	
	/* SUB LAYOUT :: 위치정보(location) */
	.location li{font-size:12px;}
	.location li:before{margin:0 6px 0 4px; top:0px;}
	.location li i{margin-top:0px; font-size:16px;}
	/*  SUB LAYOUT :: 이전페이지,다음페이지 버튼 */
	.sub-page-controls-btn .sub-page-name{display:none}
	/*  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:var(--sub-menu-height); margin-top: calc(-1*(var(--sub-menu-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); padding:0 calc(var(--area-padding) + 5rem); }
	#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); background-color: #fff; padding: 0 var(--area-padding); box-sizing:border-box; border-radius: 3rem 3rem 0 0; z-index: 12; text-align: center;}
	#topMenuM .menu-location > .cur-location:before {position: absolute; content: ''; width: 15px; height:15px; bottom: 0; left: -14px; background: url(/images/common/sub_visual_point_left.svg)no-repeat center/100%;}
	#topMenuM .menu-location > .cur-location:after {position: absolute; content: ''; width: 15px; height:15px; bottom: 0; right: -14px; background: url(/images/common/sub_visual_point_right.svg)no-repeat center/100%;}
	
	#topMenuM .menu-location > .cur-location span{position: relative;display:inline-block; line-height:var(--sub-menu-height); color:var(--main-color2); font-weight:600; font-size:1.7rem; }
	#topMenuM .menu-location > .cur-location span:before {position: absolute; content: ''; left: 0; bottom: 0; width: 100%; height: 3px; border-radius: 3px; background-color: var(--main-color2); z-index: 3;}
	#topMenuM .menu-location > .cur-location .arrow{position:absolute; top:50%; right:2rem; width:20px; height:20px; margin-top:-10px; font-size:2rem; color: rgba(85,85,85,0.6);}
	#topMenuM .menu-location .location-menu-con{display:none; position:absolute; top:100%; left:-1px; right:-1px; border-bottom:1px solid #ddd; background-color:#fff; z-index:11; border-radius: 0 0 4rem 4rem; padding-bottom: 0.5rem;}
	#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; justify-content: 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; text-align: center;}
	#topMenuM .menu-location .location-menu-con li.on{position:relative;}
	#topMenuM .menu-location .location-menu-con li.on a{color:var(--main-color2); 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{border:1px solid #ddd; border-top:0; }
	/* Menu OPEN */
	#topMenuM .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-10px;}

	/*  SUB LAYOUT :: 상단정보 (공통) */
	#contentInfoCon{margin:2rem 0 5rem; }
	#contentInfoCon .content-tit{font-size:4.2rem}

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