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

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1280px){
	:root{
		--header-top: 30px;
		--header-height: 70px;
	}
}
@media all and (max-width:800px){
	:root{
		--area-padding: 5vw;
		--sub-visual-height: 28rem;
		--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:1860px){
	.area-wide{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1680px){
	.area-box02{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1560px){
	.area-box{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:1280px){ 
	.pc-br{display:none;}
}
@media all and (max-width:1260px){
	.area{padding:0 var(--area-padding); max-width:none;}
}
@media all and (max-width:800px){
	.m-br{display:block;}
	.display-m{display:block;}
	.display-pc{display:none;}
}
 
/* ****************** 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: 1280px ){
	#header.gnb-m-open #headerInnerWrap {background-color: #fff;}
	#header.gnb-m-open .logo {display: none;}
	
	#header .logo a{height:44px}
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right: 5rem;}
	.header-lang {display: none !important;}
	#header.gnb-m-open .header-util-box {display: block;}
	#header.gnb-m-open .header-lang-list {display: block;}
	/* Header :: 언어선택2 */
	.header-lang-list {position:relative; z-index:100;}
	.header-lang-list ul{display: flex; gap: 0 3rem; background:rgba(255,255,255,0.05); border-radius:4rem;}
	.header-lang-list li{position: relative; font-size:2rem; font-weight:600;}
	.header-lang-list li:before{position: absolute; content:''; width:1px; height:1.5rem; top:50%; right:-1.6rem; transform:translateY(-50%); background:rgba(255,255,255,0.2);}
	.header-lang-list li:last-child:before{display: none;}
	.header-lang-list li a{display:block; position:relative; color:rgba(136, 136, 136, 0.6); transition:var(--transition-custom);}
	.header-lang-list li a::before {position: absolute; content: ""; left: 50%; bottom: -1rem; width: 100%; height: 3px; border-radius: 1rem; background-color: var(--main-color); transform: translateX(-50%); opacity: 0; transition: all 0.3s;}
	.header-lang-list li.cur a,
	.header-lang-list li a:hover{color:var(--main-color);}
	.header-lang-list li.cur a::before,
	.header-lang-list li a:hover::before {opacity: 1;}
	
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn{display:none;}

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

	/* -------- Header :: GNB(Mobile/기본스타일) -------- */
	#header {top: 0;}
	.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:9997;}	
	#gnbM{ 
		display:block; 
		position:fixed; 
		top:0px; 
		right:-82%;
		width:80%; 
		height:100%;  
		max-width:280px; 
		background-color:#fff; 
		z-index:9998; 
		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); font-size: 3rem; font-weight: 600; color: rgba(34, 34, 34, 0.5);}
	#navigation > li.active > a{color:#222;}
	/* #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:var(--main-color); }
	#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:16px; font-weight: 500; letter-spacing: -0.05em; padding:12px 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:100%; width:100%; position:relative; bottom:0px; left:0; padding-top:14.5rem;}
	.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;}
	
	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn-box{position:absolute; top:0; right:var(--area-padding); height: var(--header-height); display: flex; align-items: center; z-index:10000;}
	.nav-open-btn{position: relative; width: 40px; height:40px;}
	.nav-open-btn i{
		position: absolute; top: 50%; left: 50%; margin-top: -2rem; margin-left: -2rem; color: #fff; font-size: 4rem; transition: var(--transition-custom); transition-property: color, opacity, visibility;
	}
	.nav-open-btn .close{opacity: 0; visibility: hidden;}
	/* active */
	.nav-open-btn.active i{color: #222;}
	.nav-open-btn.active .open{opacity: 0; visibility: hidden;}
	.nav-open-btn.active .close{opacity: 1; visibility: visible;}
	
	/* Header :: 모바일 오픈 ver. */
	#header.gnb-m-open .logo .color{opacity: 1; visibility: visible;}
	#header.gnb-m-open .logo .white{opacity: 0; visibility: hidden;}
	#header.gnb-m-open .header-lang .lang-open-btn{color: #222;}
	#header.gnb-m-open .header-lang.open .lang-open-btn{color: #fff;}
	
	/* Header :: fixed ver. */
	#header.top-fixed .nav-open-btn-box{position: fixed;}
	#header.top-fixed .nav-open-btn i{color:#222;}
}

@media all and (max-width: 800px) {
	#header {top: var(--header-top);}
	.header-util-box {padding-right:3rem;}
	.header-util-box .mypage-btn,
	.header-util-box .logout-btn  {width: 4rem; height: 4rem; margin-right: 0; font-size: 2.8rem;}
	.nav-open-btn {width: auto; height: auto;}
	.nav-open-btn i{margin-top: -1.5rem; margin-left: -2.5rem; font-size: 2.8rem;}
	
	/* #navigation > li > a {font-size: 3rem; font-weight: 600; color: rgba(34, 34, 34, 0.5);} */
}

@media all and ( max-width: 480px ){
	#header .logo img{height:44px;}

	/* -------- Header :: UTIL BOX -------- */

	/* 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;}
	
	/* Header :: 사이트맵, 네비게이션 버튼 */
	.nav-open-btn{top:0; margin-top:0;}
	.nav-open-btn .line{width:20px; height:2px;}
	.nav-open-btn.active .line:nth-child(1){
		  transform: translateY(6px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		  transform: translateY(-6px) rotate(-45deg);
	}
	/* Header :: GNB(Mobile) */
	/* #navigation > li > a{font-size:15px;}
	#navigation > li .gnb-2dep > ul > li > a{font-size:13px;} */

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

}

/* ****************** FOOTER ********************** */
@media all and (max-width:1280px){
	/* Footer :: 사이트맵 */
	#footerTop .footer-right-con,
	.footer-sitemap-list-con{display:none;}
}
@media all and (max-width:800px){
	/* -------- FOOTER :: 상단 -------- */
	#footerTop{padding:6rem 0 3.2rem;}
	#footerTop .area-box02{justify-content: center; text-align: center;}
	
	/* Footer :: 푸터로고 */
	.foot-logo{display:block;}

	/* Footer :: 정보 */
	.footer-address{margin-top: 3.1rem;}
	.footer-address strong{font-size: 2rem; line-height: 1.3;}
	.footer-address p{margin-top: 2.8rem; font-size: 1.5rem; line-height: 1.6;}

	/* Footer :: 정보 style02 */
	.footer-address-info-box{margin-top: 3rem;}
	.footer-address-list{justify-content: center;}
	.footer-address-list dl{margin-left: 3rem;}
	.footer-address-list dl:first-child{margin-left:0}
	.footer-address-list dl dt,
	.footer-address-list dl dd{font-size: 1.5rem; line-height: 1.73;}
	.footer-address-list dl dt{margin-right: 0.5rem;}
	.footer-address-list dl dt i{top: 0.1rem; margin-right: 0.5rem;}

	/* -------- FOOTER :: 하단 -------- */
	#footerBottomInner{border-radius: 1.5rem 1.5rem 0 0;}
	#footerBottom .area-box02{padding-top: 4rem !important; padding-bottom: 2.5rem !important; justify-content: center;}

	/* Footer :: 푸터메뉴 */
	.foot-menu{width: 100%; justify-content: center;}
	.foot-menu li{padding-left:4rem;}
	.foot-menu li:before{left: calc(2rem - 1px); width:2px; height:1rem; margin-top:-0.5rem;}
	.foot-menu li:first-child{padding-left:0}
	.foot-menu li a{font-size:1.6rem; line-height: 3.2rem;}

	/* Footer :: SNS 리스트 */
	.foot-sns-menu{margin-top: 1.5rem; margin-left: 0; width: 100%; justify-content: center;}
	.foot-sns-menu li{margin-left:2rem}
	.foot-sns-menu li:first-child{margin-left:0}
	.foot-sns-menu li a svg{height: 1.6rem;}
	.foot-sns-menu li a i{font-size: 2rem; line-height: 3.2rem;}

	#footerBottom .footer-right-con{margin-top: 1.3rem;}

	/* Footer :: Copyright */
	.footer-copyright{padding-right: 4rem; font-size:1.5rem; line-height: 1.3;}
	.footer-copyright:before{right: calc(2rem - 1px); width:2px; height:1rem; margin-top:-0.5rem;}

	/* Footer :: TOP버튼 */
	.to-top-btn em{font-size: 1.4rem;}
	.to-top-btn i{margin-left: 0.5rem;}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width: 1560px) {
	#topMenu04 .side-menu-inner {width: calc(100% - var(--area-padding) * 2); padding: 0;}
}

@media all and (max-width:1280px){
	/* SUB LAYOUT :: 비주얼
	#visual .visual-txt-con{padding:0} */
	/*  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}
}

@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-tit{font-size:4.4rem; }
	#visual .visual-sub-txt{font-size:13px; line-height:18px; padding-top:15px}
	#visual .visual-txt-container {margin-top: 60px;}
	/* 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 {display: none;} */
	#topMenu04 {position: relative; top: 0;}
	#topMenu04 .side-menu-inner{width:auto; border: none; padding: 0 var(--area-padding); background-color: var(--main-color);}
	#topMenu04 .side-menu-inner .cm-top-menu {width: 100%;}
	/* #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 .location-to-home-btn {display: none;}
	#topMenu04 .menu-location{width:100%; margin-left: 0;}
	#topMenu04 .menu-location::before {display: none;}
	#topMenu04 .menu-location.location1 {display: none;}
	#topMenu04 .menu-location > .cur-location{height:var(--sub-menu-height); border-right:0; border-left:none; padding:0 30px 0 0}
	#topMenu04 .menu-location > .cur-location span{line-height:var(--sub-menu-height); font-size:18px; font-weight: 700; letter-spacing: -0.02em; color: #fff;}
	#topMenu04 .menu-location .location-menu-con{width: calc(100% + var(--area-padding) * 2); top:var(--sub-menu-height); left:calc(1px - var(--area-padding) - 1px); padding: 10px var(--area-padding); transform: none; border-radius: 0; box-sizing: border-box; border-top: 1px solid rgba(255, 255, 255, 0.5);}
	#topMenu04 .menu-location .location-menu-con li a{font-size:14px; padding:7px 0; text-align: left;}
	#topMenu04 .side-menu-inner .top-menu-txt {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); border-bottom:1px solid #ddd; }
	#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;}
	#topMenuM .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:var(--sub-menu-height); color:#222; font-weight:400; font-size:15px;}
	#topMenuM .menu-location > .cur-location .arrow{position:absolute; top:50%; right:10px; width:20px; height:20px; margin-top:-10px; font-size:20px;}
	#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; }
	#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: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.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:50%; border-left:1px solid #ddd;}
	#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-bottom:5rem;}
	.content-tit{margin-top: 2rem; font-size:4rem; line-height: 1.3;}
	.content-kr-tit {margin-top: 2rem; font-size: 2rem;}
	.content-tit:after{position:static; display:block; margin-top:15px;}
	.content-sub-tit{font-size:13px; line-height:18px; margin-top:15px;}
	/*  SUB LAYOUT :: 상단정보(스타일03) */
	.content-title-location{text-align:center;}
	.content-title-location .content-tit{float:none;}
	.content-title-location .location{float:none; padding-top:23px;}

	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content.wide{padding:8rem 0 6rem}

}

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