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

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

/* ****************** HEADER ********************** */
@media all and ( max-width: 1740px ){	
	/* -------- Header :: UTIL BOX -------- */
	/* Header :: 언어선택 */
	.header-lang-list{left:230px}
}
@media all and ( max-width: 1220px ){
	/* -------- Header :: GNB(PC) -------- */
	#gnb > ul > li > a{padding:0 18px; font-size:15.5px}
	/* Header :: 언어선택 */
	.header-lang-list{left:210px}
}
@media all and ( max-width: 1024px ){	
	/* -------- Header :: GNB(PC) -------- */
	#header{position:absolute;}
	#headerInnerWrap{background-color:transparent; border-bottom:1px solid rgba(255,255,255,0.5)}
	#header, #headerInnerWrap{height:80px}
	.fullpage-wrapper #header{position:relative;}
	#headerInnerWrap{position:fixed; z-index:99;}
	#headerInner{padding:0 15px;}
	#header .logo{padding:14px 0;}	
	#header.top-fixed #headerInnerWrap{background-color:#fff; border-bottom:1px solid #eee;}


	/* 헤더 상단 파트너스 링크 */
	.top-partners-link{display:none}

	
	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{display:none}
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn{display:none;}
	/* Header :: 언어선택 */
	.header-lang-list{margin-top:-25px; left:auto; right:70px}
	.header-lang-list li a{color:#fff; opacity:0.5}
	.header-lang-list li.cur a{opacity:1}
	.header-lang-list li a:after{background-color:#fff}
	#header.top-fixed .header-lang-list li a{color:#333}
	#header.top-fixed .header-lang-list li a:after{background-color:#e8320d}

	/* -------- 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:80px; overflow-y:auto;}	/* padding-top : Header 높이값 */
	.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0}
	
	/* 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:#ee7400;}
	#navigation > li.has-2dep > a:before{font-family:xeicon; content: "\e914"; position:absolute; top:50%; right:15px; 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:15px 0; background-color:#f2f2f2; }
	#navigation > li .gnb-2dep > li{height:auto !important;}
	#navigation > li .gnb-2dep > li > a{display:block; color:#444; font-size:14px; padding:12px 15px; opacity:0.7;filter:Alpha(opacity=70);}
	#navigation > li .gnb-2dep > li.on > a{opacity:1.0;filter:Alpha(opacity=100); font-weight:500;}
	/* GNB Mobile :: 메뉴영역 ::  3차 */
	#navigation > li .gnb-2dep > li > .gnb-3dep{display:none; padding:10px; background-color:#aaa; margin:0 10px}
	#navigation > li .gnb-2dep > li > .gnb-3dep > li > a{display:block; padding:8px 0; font-size:13px; color:#fff;}
	#navigation > li .gnb-2dep > 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: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}
	.header-site-box{position:relative; width:150px; top:22px; left:12px; z-index:9}
	.link-list-open-btn{border:1px solid #111; color:#000; background-color:#fff; text-align:left; width:100%; font-size:13px; font-weight:700; height:42px; padding:0 10px; box-sizing:border-box; position:relative; text-transform:uppercase}
	.link-list-open-btn i{position:absolute; right:3px; top:50%; font-size:19px; margin-top:-9px}
	#headerFamilyList{display:none; background:#111; text-align:center}
	#headerFamilyList li{border-bottom:1px solid rgba(255,255,255,0.3)}
	#headerFamilyList li a{font-size:12px; font-weight:700; color:rgba(255,255,255,0.5); display:block; padding:13px 15px; text-align:left; text-transform:uppercase}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:27px; right:15px; z-index:10000; color:#fff; font-size:24px;
		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 .close{display:none}
	.nav-open-btn.active{color:#000}
	.nav-open-btn.active .open{display:none}
	.nav-open-btn.active .close{display:block}
	
	#header.top-fixed .nav-open-btn{color:#333}
}

@media all and ( max-width: 800px ){	
	/* 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;}
	#headerInner{background-color: unset}
}
@media all and ( max-width: 480px ){
	.cert {width: 100%}
	#header,#headerInnerWrap{height:60px;}
	#header .logo{padding:12px 0;}
	#header .logo img{width:150px;}

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:20px;}
	/* Header :: 검색버튼 */
	.header-search-inner{top:60px;}

	/* Header :: 언어선택 */
	.header-lang-list{margin-top:-36px; right:52px}
	.header-lang-list li a{font-size:11px;}

	/* 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 > li > a{font-size:13px;}

}
@media all and (max-width:480px){	
	/* -------- GNB Mobile :: 관련사이트-------- */
	.header-util-menu-box{height:60px}
	.header-site-box{top:10px}
	/*.link-list-open-btn{height:34px}
	.link-list-open-btn i{font-size:18px; right:7px;}
	#headerFamilyList li a{padding:10px 0 10px 15px}*/
}

/* ****************** FOOTER ********************** */
@media all and (max-width:1024px){	
	/* -------- FOOTER :: 레이아웃 -------- */
	#footer{padding:80px 0}
	/* Footer :: 푸터메뉴 */
	.footer-right-con{position:relative; margin-top:40px}
	.foot-menu li{float:left; margin-right:10px}
}

@media all and (max-width:800px){	
	/* -------- FOOTER :: 레이아웃 -------- */
	#footer{
		padding:50px 0;
		background-image: unset;
	}
	/* Footer :: 푸터로고 */
	.foot-logo{padding-bottom:25px}
	.foot-logo img{width:150px}
	/* Footer :: 정보 */
	.footer-address-info-box{margin-bottom:20px}
	.footer-address-list dl{font-size:12px; margin-bottom:7px}
	/* Footer :: Copyright */
	.footer-copyright{font-size:11px;}
	/* Footer :: 푸터메뉴 */
	.foot-menu{float:none}
	.foot-menu li{width:calc(50% - 7px); max-width:180px; height:45px;}
	.foot-menu li:last-child{margin-right:0}
	.foot-menu li a{font-size:13px}
	.foot-menu li a i{font-size:16px; right:15px}

}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1740px){
	.sub-visual-wrap{padding-left:30px}	
	/*  SUB LAYOUT :: 서브메뉴(스타일4) */
	#topMenu04{left:-15px}
	#topMenu01{left:-1%; width:90%}
}
@media all and (max-width:1220px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con{padding:0}
	/*  SUB LAYOUT :: 서브메뉴(스타일4) */
	#topMenu04 .area{padding:0;}
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:70px 15px}
	#content.wide{padding:70px 0 0 0}
}
@media all and (max-width:1024px){
	.sub-visual-wrap{padding:0px}	
	/*  SUB LAYOUT :: 서브메뉴 */
	#topMenu04,
	#topMenu01{left:0; width:100%; padding:0 15px; box-sizing:border-box}
	#topMenu01 .side-menu-inner ul li > a > span{padding:0 28px}
}
@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:300px;}
	#visual .visual-txt-container{top:15px}
	#visual .visual-tit{font-size:32px; }
	#visual .visual-sub-txt{font-size:14px; padding-top:10px}
	/*  SUB LAYOUT :: 이전페이지,다음페이지 버튼 */
	.sub-page-controls-btn.sub-prev-page-btn{left:15px}
	.sub-page-controls-btn.sub-next-page-btn{right:15px}
	.sub-page-controls-btn .sub-page-name{display:none}
	.sub-page-controls-btn span i{font-size:25px}

	/*  SUB LAYOUT :: 서브메뉴(스타일4) */
	#topMenu04{height:45px; margin-top:-25px}
	#topMenu04 .menu-location{width:50%;}
	#topMenu04 .menu-location > .cur-location{height:44px; /*border-right:0;*/ padding:0 30px 0 10px}
	#topMenu04 .menu-location > .cur-location span{line-height:44px;font-size:14px;}
	#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;}
	#topMenu04 .menu-location > .cur-location .arrow{right:15px}
	
	#topMenu01{display:none}
	#topMenuM02{display:block; position:relative; height:45px; margin-top:-25px; left:0; width:100%; padding:0 15px; box-sizing:border-box; z-index:10}
	#topMenuM02 .side-menu-inner{background-color:#ee7400 }
	#topMenuM02 .menu-location{position:relative;}
	#topMenuM02 .menu-location > .cur-location{position:relative; display:block; width:100%; text-align:left; height:44px; padding:0 30px 0 15px;}
	#topMenuM02 .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:44px; color:#fff; font-weight:400; font-size:15px;}
	#topMenuM02 .menu-location > .cur-location .arrow{position:absolute; top:50%; right:10px; width:20px; height:20px;margin-top:-10px; font-size:20px; color:#fff}
	#topMenuM02 .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-10px;}
	#topMenuM02 .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; }
	#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:#ee7400; font-weight:500;}


	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:50px 15px}
	#content.wide{padding:50px 0 0 0}

	/*  SUB LAYOUT :: 상단타이틀 */
	#contentInfoCon{margin-bottom:30px}
	#contentInfoCon .content-tit{font-size:28px}
}
@media all and ( max-width: 480px ){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:260px}

	#topMenu04 .menu-location > .cur-location{padding:0 15px 0 10px}
	#topMenu04 .menu-location > .cur-location span{font-size:12px}
	#topMenu04 .menu-location > .cur-location .arrow{font-size:18px; right:3px}
}
/* ****************** 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;}
}

/* ****************** 사이트맵 ********************** */
@media all and ( max-width: 1366px ){
	/* -------- 사이트맵 02 -------- */
	/* 사이트맵 02 :: 메뉴 */
	.sitemap-wrapper-style02 > ul > li > h2{margin:80px 20px 20px; font-size:16px;}
	.sitemap-wrapper-style02 > ul > li .sitemap-2dep a{padding:15px 5px 15px 20px; font-size:13px; }
}
@media all and ( max-width: 1024px ){
	/* -------- 사이트맵 02 -------- */
	/* 사이트맵 02 :: Layout */
	#sitemapContent,
	#sitemapContent.open{display:none;}
}
@media all and ( max-width: 800px ){
	/* -------- 사이트맵 01 -------- */
	/* 사이트맵 01 */
	.sitemap-wrapper{padding:15px}
	.sitemap-wrapper > ul{display:block;}
	.sitemap-wrapper > ul > li{float:none; display:block; width:auto; margin-bottom:15px;}
	.sitemap-wrapper > ul > li > h2{font-size:16px; margin:0; margin-bottom:5px;}
	.sitemap-wrapper > ul > li .sitemap-2dep{overflow:hidden; margin:0 -1%; padding:0;}
	.sitemap-wrapper > ul > li .sitemap-2dep li{float:left; position:relative; width:31.33%; margin:1%; word-break:keep-all;}
	.sitemap-wrapper > ul > li .sitemap-2dep li:before{position:absolute; top:0px; left:0; bottom:0px; width:1px; background-color:#eee; content:""; display:none;}
	.sitemap-wrapper > ul > li .sitemap-2dep li:nth-child(3n+1){clear:both;}
	.sitemap-wrapper > ul > li .sitemap-2dep a{padding:7px; font-weight:300; }
}
@media all and ( max-width: 480px ){
	/* -------- 사이트맵 01 -------- */
	/* 사이트맵 01 */
	.sitemap-wrapper > ul > li .sitemap-2dep li{width:48%;}
	.sitemap-wrapper > ul > li .sitemap-2dep li:nth-child(3n+1){clear:none;}
	.sitemap-wrapper > ul > li .sitemap-2dep li:nth-child(odd){clear:both;}
}