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

/* ****************** 공통레이아웃 ********************** */
@media all and (max-width:1620px){	/* max-width : (area-box width) + 60px */
	.area-box{padding:0 30px; max-width:none;}
}
@media all and (max-width:1380px){ /* max-width : (area width) + 60px */ 
	.area{padding:0 30px; max-width:none;}
}
@media all and (max-width:1024px){
	.area-box,
	.area{padding:0 15px}
}

/* ****************** HEADER ********************** */
@media all and (max-width:1740px){
	#headerInner {padding:0 30px;}
	.header-util-box {right:20px;}
}
@media all and ( max-width: 1540px ){
	/* -------- Header :: GNB(PC) -------- */
	html[lang="ko"] #gnb > ul {padding-left:120px;}
	html[lang="ko"] #gnb > ul > li > a{font-size:19px; padding:0 19px;}
	html[lang="ko"] #gnb > ul > li > a > span{padding:0 12px;}
	html[lang="ko"] #gnb > ul > li .gnb-2dep ul li a{font-size:14px; }
	html[lang="ko"] .gnb-2dep-menu-txt {margin-left:0;}
}
@media all and (max-width:1380px){
	.gnb-2dep-inner {padding:40px 30px;}
	/* -------- Header :: GNB(PC) -------- */
	html[lang="ko"] #gnb > ul > li > a{font-size:17px; padding:0 0.4785vw;}
}
@media all and ( max-width: 1366px ){
	/* -------- Header :: Layout -------- */
	#headerInner{padding:0 30px}
	/* -------- Header :: GNB(PC) -------- */
	#gnb > ul {padding-left:120px;}
	#gnb > ul > li > a{font-size:17px; padding:0 0.4785vw;}
	#gnb > ul > li > a > span{padding:0 12px;}
	#gnb > ul > li .gnb-2dep ul li a{font-size:14px; }
	.gnb-2dep-menu-txt {margin-left:0;}

	.header-lang-list li a {width:34px;}
	.sitemap-line-btn{margin-left:0;}
}
@media all and (max-width:1100px){
	/* -------- Header :: GNB(PC) -------- */
	html[lang="ko"] #gnb > ul > li > a{font-size:16px; padding:0 0.4vw;}
	html[lang="ko"] #gnb > ul > li > a > span{padding:0 10px;}
}
@media all and ( max-width: 1024px ){	/* 1024까지 레이아웃유지가 안될시 max-width: 컨텐츠너비+20px */
	#wrap:before {width:122.5px; height:134.4px; background-size:auto 100%;}
	#header,#headerInnerWrap{height:80px;}
	#headerInnerWrap{position:fixed; z-index:99;}
	#headerInner{padding:0 15px;}
	#header .logo {padding:19.25px 0;}	/* padding값 적절히 바꿔주세요 */
	#header .logo img {height:38.5px; }
	#header.top-fixed #headerInnerWrap{background-color:#fff; box-shadow: 2px 2px 5px rgb(0,0,0,0.05);}
	
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box {right:48px; padding-top:24px;}
	.header-util-box .header-lang-list {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:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
		-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);  
		visibility:hidden;
	}
	#gnbM.open{
		right:0px; 
		visibility:visible;
	}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top:60px; overflow-y:auto;}	/* padding-top : Header 높이값 */
	.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0; height:calc(100% - 80px);}
	
	/* 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:15px; color:#333; font-size:17px; font-weight:500; }
	#navigation > li.active > a{color:#e41f44;}
	#navigation > li.has-2dep > a:before{font-family:xeicon; content: "\e914"; position:absolute; top:50%; right:15px; font-size:1.3em; transform:translateY(-50%); color:#999;}
	#navigation > li.has-2dep.active > a:before{content: "\e91b";}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:15px 0; background-color:#f2f2f2; }
	#navigation > li .gnb-2dep .gnb-2dep-menu-list > ul > li{height:auto !important; padding:0px 15px 12px;}
	#navigation > li .gnb-2dep .gnb-2dep-menu-list > ul > li:last-child{padding-bottom:0;}
	#navigation > li .gnb-2dep .gnb-2dep-menu-list > ul > li > a{display:block; color:#888; font-size:14px; padding-bottom:12px; border-bottom:1px solid #e7e7e7;}
	#navigation > li .gnb-2dep .gnb-2dep-menu-list > ul > li:last-child > a{padding-bottom:0; border-bottom:none;}
	#navigation > li .gnb-2dep .gnb-2dep-menu-list > ul > li.on > a{color:#000; font-weight:500;}
	/* 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-2dep-inner {padding:0;}
	.gnb-2dep-menu-txt {display:none;}

	/* -------- 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:80px; }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:80px;}
	.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;filter:Alpha(opacity=0); 
		-webkit-transform:translateY(-20px);
		transform:translateY(-20px);
		-webkit-transition:all 0s 0s;
		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;filter:Alpha(opacity=100); 
		-webkit-transform:translateY(0px); 
		transform:translateY(0px); 
		-webkit-transition:transform 0.8s, opacity 0.8s;
		transition:transform 0.8s, opacity 0.8s;
	}
	.gnb-style-full.open #navigation > li:nth-child(1){-webkit-transition-delay: 0.3s; transition-delay:0.3s;}
	.gnb-style-full.open #navigation > li:nth-child(2){-webkit-transition-delay: 0.4s; transition-delay:0.4s;}
	.gnb-style-full.open #navigation > li:nth-child(3){-webkit-transition-delay: 0.6s; transition-delay:0.6s;}
	.gnb-style-full.open #navigation > li:nth-child(4){-webkit-transition-delay: 0.7s; transition-delay:0.7s;}
	.gnb-style-full.open #navigation > li:nth-child(5){-webkit-transition-delay: 0.9s; transition-delay:0.9s;}
	.gnb-style-full.open #navigation > li:nth-child(6){-webkit-transition-delay: 0.9s; transition-delay:0.9s;}
	
	/* -------- GNB Mobile :: 언어선택 및 회원메뉴 -------- */
	.header-util-menu-box{/* height:80px; */text-align:center;}
	/* 언어선택 */
	.header-util-menu-box .lang-select{display: inline-block; height:80px; box-sizing:border-box; padding:19px 15px; }
	.header-util-menu-box .lang-select li{position: relative; float:left; /* border:1px solid #e5e5e5; */ margin-left:-1px}
	.header-util-menu-box .lang-select li:before{position: absolute; content:''; width:1px; height:12px; background:#e5e5e5; right:0px; top:15px;}
	.header-util-menu-box .lang-select li:last-child:before{display: none;}
	.header-util-menu-box .lang-select li:first-child{margin-left:0;}
	.header-util-menu-box .lang-select li > a{position:relative; display:block; min-width:18px; text-align:center ; height:40px; line-height:40px; padding:0 10px; color:#555; font-size:14px; font-weight:500;}	
	.header-util-menu-box .lang-select li.cur{/* border-color:#e41f44; */ position:relative; z-index:1; }
	.header-util-menu-box .lang-select li.cur a{color:#e41f44; z-index:1; font-weight:700;}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:25px;  right:15px; z-index:10000; 
		height:30px;
		-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
		transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
	}
	.nav-open-btn .line{
		display:block; width:20px; height:2px; background-color:#fff; border-radius:5px; margin: 4px auto;
		-webkit-transition: all 0.3s ease-in-out;
	     transition: all 0.3s ease-in-out;
	}
	.nav-open-btn.active .line{background-color:#333;}
	.nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4){opacity: 0;}
	.nav-open-btn.active .line:nth-child(1){
		 -webkit-transform: translateY(7px) rotate(45deg);
		  transform: translateY(7px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		 -webkit-transform: translateY(-5px) rotate(-45deg);
		  transform: translateY(-5px) rotate(-45deg);
	}
	
	#header.top-fixed .nav-open-btn .line{background-color:#333}
}

@media all and ( max-width: 800px ){
	#wrap:before {width:115px; height:110px;}
	/* Header :: 검색버튼 */
	.header-search-box{margin-left:5px;}
	.header-search-inner{
		position:fixed; left:0; top:80px; 
		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 ( max-width: 480px ){
/* 	#wrap:before {width:80px; height:90px;} */
	#header,#headerInnerWrap{height:60px;}
	#header .logo{padding:10.75px 0;}	/* padding값 적절히 바꿔주세요 */
	
	.header-util-box {padding-top:14px;}
	.header-search-inner {top:60px;}
	/* Header :: 사이트맵, 네비게이션 버튼 */
	.nav-open-btn{top:15px; margin-top:0;}
	.nav-open-btn .line{width:20px; height:2px;}
	.nav-open-btn.active .line:nth-child(1){
		 -webkit-transform: translateY(6px) rotate(45deg);
		  transform: translateY(6px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		 -webkit-transform: translateY(-6px) rotate(-45deg);
		  transform: translateY(-6px) rotate(-45deg);
	}
	/* Header :: GNB(Mobile) */
	.gnb-navigation-wrapper{padding-top:60px} /* padding-top : Header 높이값 */
	.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top:60px; }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:60px;}
	#navigation > li > a{font-size:15px;}
	#navigation > li .gnb-2dep > ul > li > a{font-size:13px;}

	/* Header :: 언어선택 및 회원메뉴 */
	.header-util-menu-box{/* height:60px; */}
	/* 언어선택 */
	.header-util-menu-box .lang-select{height:60px; padding:10px; }
	.header-util-menu-box .lang-select li > a{height:38px; line-height:38px}

}

/* ****************** FOOTER ********************** */
@media all and (max-width:1380px){
	#footer {padding-bottom: 80px;}
}
@media all and (max-width:800px){
	/* -------- FOOTER :: 레이아웃 -------- */
	#footer {padding:20px 0 }
	.footer-left-con,.footer-right-con{float:none; width:100%; text-align:center; }
	.footer-right-con {margin-top:17px; padding-top:13px; border-top:1px solid rgba(255,255,255,0.2);}
	/* Footer :: 푸터로고 */
	.foot-logo img{height:38.5px;}
	.footer-right-con .foot-logo{text-align:center;}
	/* Footer :: 푸터메뉴 */
	.foot-menu li {padding-left:25px}
	.foot-menu li:before{left:12px}
	.foot-menu li a{font-size:12px;}
	/* Footer :: 정보 */
	.footer-address{}
	.footer-address .footer-address-txt{font-size:12px;}
	.footer-address p:before{display:block;}
	.footer-address p.m-block {display:block;}
	.footer-address p.m-block:before {display:none;}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1380px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con{padding:0}
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:70px 15px}
	#content.wide{padding:70px 0}
}
@media all and (max-width:1220px){
	#topMenu01 .side-menu-inner ul li > a > span{padding:0 25px;}
}
@media all and (max-width:1024px){
	#visual:before{width:85px; height:225px; background-size:contain; top:calc(50% - 12.5px);}
	#wrap.search-page #content:not(.wide) {padding-top:150px;}
}
@media all and (max-width:800px){
	#middleArea{position: relative;}
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:355px;}
	#visual:before{width:35px; height:90px; top:calc(50% - 12.5px);}
	#visual .visual-txt-container{display: block; padding-left:40px; box-sizing:border-box; margin-top:-25px;}
	#visual .visual-tit{font-size:36px; }
	#visual .visual-sub-txt{font-size:20px; line-height:18px; padding-top:15px; margin-left:0;}
	#visual .visual-sub-txt br{display: none;}
	#visual .visual-sub-txt .m-none{display: none;}
	#visual .visual-cover{background-size:cover;}
	/* 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{height:45px; }
	#topMenu04 .side-menu-inner{height:44px; padding-left:44px; width:auto;}
	#topMenu04 .location-to-home-btn{position:absolute; width:44px; height:44px; left:0px; top:0px; border:0;}
	#topMenu04 .location-to-home-btn i{font-size:20px; line-height:44px;}
	#topMenu04 .menu-location{width:50%;}
	#topMenu04 .menu-location > .cur-location{height:44px; border-right:0; border-left:1px solid #ddd; padding:0 30px 0 10px}
	#topMenu04 .menu-location > .cur-location span{line-height:44px;font-size:15px;}
	#topMenu04 .menu-location .location-menu-con{top:44px; left:0; padding-bottom:10px}
	#topMenu04 .menu-location .location-menu-con li a{font-size:14px; padding:7px 10px;}
	
	/*  SUB LAYOUT :: 서브메뉴 모바일 (스타일1) */
	#topMenuM01{display:block; position:relative; height:45px; }
	#topMenuM01 .side-menu-inner{height:44px; padding-left:44px; border-bottom:1px solid #ddd; }
	#topMenuM01 .location-to-home-btn{position:absolute; width:44px; height:44px; left:0px; top:0px; background-color:#fff; text-align:center; }
	#topMenuM01 .location-to-home-btn i{color:#e41f44; font-size:20px; line-height:44px;}
	#topMenuM01 .menu-location{position:relative; float:left; width:50%;}
	#topMenuM01 .menu-location > .cur-location{position:relative; display:block; width:100%; text-align:left; height:44px; padding:0 30px 0 10px; border-left:1px solid #ddd;}
	#topMenuM01 .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:44px; color:#222; font-weight:400; font-size:15px;}
	#topMenuM01 .menu-location > .cur-location .arrow{position:absolute; top:50%; right:10px; width:20px; height:20px;margin-top:-10px; font-size:20px;}
	#topMenuM01 .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-10px;}
	#topMenuM01 .menu-location .location-menu-con{display:none; position:absolute; top:44px; left:0px; width:calc(100% - 2px); border:1px solid #ddd; border-top:0; background-color:#fff; z-index:11; }
	#topMenuM01 .menu-location.location1 .location-menu-con{width:calc(100% - 1px)}
	#topMenuM01 .menu-location .location-menu-con li a{display:block; padding:7px 10px; font-size:14px; line-height:1.5; word-break:keep-all;}
	#topMenuM01 .menu-location .location-menu-con li.on{position:relative;}
	#topMenuM01 .menu-location .location-menu-con li.on a{color:#e41f44; font-weight:500;}
	/* 선택된메뉴앞에 bullet 넣을때 */
	/* #topMenu04 .menu-location .location-menu-con li.on a{padding-left:25px;}
	#topMenu04 .menu-location .location-menu-con li.on a:before{content:""; position:absolute; top:50%; left:10px; width:7px; height:3px; margin-top:-1px; background-color:#e41f44} */
	
	/*  SUB LAYOUT :: 서브메뉴 모바일 (스타일2) */
	#topMenuM02{display:block; position:absolute; height:50px; width:100%; top:-50px; z-index:12; /* background:#fff; */}
	#topMenuM02 .side-menu-inner{height:50px; border-bottom:1px solid #ddd; }
/* 	#topMenuM02 .location-to-home-btn{position:absolute; width:44px; height:44px; left:0px; top:0px; background-color:#fff; text-align:center; }
	#topMenuM02 .location-to-home-btn i{color:#e41f44; font-size:20px; line-height:44px;} */
	#topMenuM02 .menu-location{position:relative;}
	#topMenuM02 .location-to-home-btn + .menu-location{margin-left:44px}
	#topMenuM02 .menu-location > .cur-location{position:relative; display:block; width:100%; text-align:left; height:50px; padding:0 30px 0 15px; /* border-left:1px solid #ddd; */}
	#topMenuM02 .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:50px; color:#222; font-weight:400; font-size:18px; font-weight:500;}
	#topMenuM02 .menu-location > .cur-location .arrow{position:absolute; top:50%; right:30px; width:20px; height:20px;margin-top:-10px; font-size:23px; color:#e4142e;}
	#topMenuM02 .menu-location.open > .cur-location .arrow:before{content:'\e930';}
	#topMenuM02 .menu-location .location-menu-con{display:none; position:absolute; top:51px; left:0px; width:calc(100% - 2px); border-bottom:1px solid #ddd; border-top:0; background-color:#fff; z-index:11; }
	#topMenuM02 .menu-location.location1 .location-menu-con{width:calc(100% - 1px)}
	#topMenuM02 .menu-location .location-menu-con li a{display:block; padding:7px 15px; font-size:14px; line-height:1.5; word-break:keep-all;}
	#topMenuM02 .menu-location .location-menu-con li.on{position:relative;}
	#topMenuM02 .menu-location .location-menu-con li.on a{color:#e41f44; font-weight:500;}

	#topTabMenu{padding-top:40px;}
	#topTabMenu + #content{padding-top:0;}
	#topTabMenu + #content #contentInfoCon{margin-bottom:30px;}

	/*  SUB LAYOUT :: 상단정보 (공통) */
	#contentInfoCon{/* margin:30px 0; */ margin:10px 0 30px;}
	#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:50px 15px */ padding:10px 15px 50px;}
	#content.wide{/* padding:50px 0 */ padding:10px 0 50px;}
	#wrap.search-page #content:not(.wide) {padding-top:100px;}
}
@media all and ( max-width: 480px ){
	/*  SUB LAYOUT :: 비주얼 */

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

