@charset "utf-8";
/* *******************************************************
 * filename : layout_responsive.css
 * description : 전체 레이아웃 반응형 CSS
 * date : 2019-09-03
******************************************************** */

/* ****************** 공통클래스 ********************** */
@media all and (max-width:1630px){
	.area-box{padding:0 15px;}
}
@media all and (max-width:1430px){
	.main-area{padding:0 15px;}
}
@media all and (max-width:1230px){
	.area{padding:0 15px;}
}
/* ****************** HEADER ********************** */
@media all and (max-width:1630px){
	#gnb > ul{margin: 0 15px; width: calc(100% - 30px); padding: 0;}
	#gnb > ul > li:first-child {margin-left: 12%;}
}
@media all and ( max-width: 1366px ){
	/* -------- Header :: Layout -------- */
	#headerInner{padding:0 15px}
	.header-menu-list{display: none;}
}
@media all and (max-width:1230px){
	/* #topMenu01 .side-menu-inner ul.sub-menu-solution{display: block; width: 100%;}
	#topMenu01 .side-menu-inner ul.sub-menu-solution li{display: block; width: 19%; float: left; margin: 0 0.5%;}
	#topMenu01 .side-menu-inner ul.sub-menu-solution li > a{font-size: 15px;} */
}
@media all and ( max-width: 1100px ){
	#header,#headerInnerWrap{height:80px;}
	#headerInnerWrap{position:fixed; z-index:99;}
	#header .logo{margin: 15px 0;}	/* padding값 적절히 바꿔주세요 */
	#header .logo img{height: 50px;}
	#header.fixed #headerInnerWrap{background-color:#fff; border-bottom:1px solid #eee;}
	
	#headerInner:before {position: absolute; top: 80px; left: 15px; display: block; content: ''; width: calc(100% - 30px); height: 1px; background-color: rgba(255,255,255,0.3);}

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:45px;}
	/* 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: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);  
		-oz-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
		-ms-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);		/* gnb OPEN 속도 */
		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:#f57f20;}
	#navigation > li.has-2dep > a{}
	#navigation > li.has-2dep.active > a{}
	#navigation > li .gnb-icon{position:absolute; top:50%; right:15px; margin-top:-10px;}
	#navigation > li .gnb-icon i{font-size:20px;}
	/* 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); transform:translateY(-20px);-webkit-transition:all 0s 0s;-moz-transition:all 0s 0s;-o-transition:all 0s 0s;-ms-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); transform:translateY(0px); -webkit-transition:transform 0.8s, opacity 0.8s;-moz-transition:transform 0.8s, opacity 0.8s;-o-transition:transform 0.8s, opacity 0.8s;-ms-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;-moz-transition-delay: 0.3s;-o-transition-delay: 0.3s;-ms-transition-delay: 0.3s;transition-delay:0.3s;}
	.gnb-style-full.open #navigation > li:nth-child(2){-webkit-transition-delay: 0.4s;-moz-transition-delay: 0.4s;-o-transition-delay: 0.4s;-ms-transition-delay: 0.4s;transition-delay:0.4s;}
	.gnb-style-full.open #navigation > li:nth-child(3){-webkit-transition-delay: 0.6s;-moz-transition-delay: 0.6s;-o-transition-delay: 0.6s;-ms-transition-delay: 0.6s;transition-delay:0.6s;}
	.gnb-style-full.open #navigation > li:nth-child(4){-webkit-transition-delay: 0.7s;-moz-transition-delay: 0.7s;-o-transition-delay: 0.7s;-ms-transition-delay: 0.7s;transition-delay:0.7s;}
	.gnb-style-full.open #navigation > li:nth-child(5){-webkit-transition-delay: 0.9s;-moz-transition-delay: 0.9s;-o-transition-delay: 0.9s;-ms-transition-delay: 0.9s;transition-delay:0.9s;}
	
	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:20px; right:15px; z-index:10000; 
		width: 40px; height:40px; border: 2px solid rgba(255,255,255,0.8);
		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);  
		-oz-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); 
		-ms-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; margin: 4px auto;
		-webkit-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}
	.nav-open-btn.active{border-color: #929292;}
	.nav-open-btn.active .line{background-color:#929292;}
	.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(6px) rotate(45deg);
		  -ms-transform: translateY(6px) rotate(45deg);
		  -o-transform: translateY(6px) rotate(45deg);
		  transform: translateY(6px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		 -webkit-transform: translateY(-6px) rotate(-45deg);
		  -ms-transform: translateY(-6px) rotate(-45deg);
		  -o-transform: translateY(-6px) rotate(-45deg);
		  transform: translateY(-6px) rotate(-45deg);
	}
	
	#header.fixed-header .nav-open-btn .line{background-color:#fff}
}
@media all and ( max-width: 800px ){
	#header,#headerInnerWrap{height:60px;}
	#header .logo{margin: 12.5px 0;}	/* padding값 적절히 바꿔주세요 */
	#header .logo img{height:35px;}

	#headerInner:before {top: 60px;}

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{padding-right:35px; margin-top: -15px;}
	/* Header :: 언어선택 */
	.header-lang {width:75px; height:30px; border:2px solid rgba(255,255,255,0.8); margin-left:0;}
	.header-lang .lang-open-btn {padding:0 10px; font-size:12px; line-height: 26px;}
	.header-lang .lang-open-btn .arrow{position:absolute; top:0px; right:0px;}
	.header-lang .lang-open-btn .arrow i{font-size:14px;}
	.header-lang > ul {top:26px;}
	.header-lang > ul > li > a{display:block; padding:0 10px; font-size:12px; line-height: 26px;}
	#header.fixed .header-lang > ul {border: 2px solid #929292;}

	/* Header :: 사이트맵, 네비게이션 버튼 */
	.nav-open-btn{width: 30px; height: 30px; top:15px; margin-top:0;}
	.nav-open-btn .line{width:14px; height:2px; margin: 3px auto;}
	.nav-open-btn.active .line:nth-child(1){
		 -webkit-transform: translateY(5px) rotate(45deg);
		  -ms-transform: translateY(5px) rotate(45deg);
		  -o-transform: translateY(5px) rotate(45deg);
		  transform: translateY(5px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		 -webkit-transform: translateY(-5px) rotate(-45deg);
		  -ms-transform: translateY(-5px) rotate(-45deg);
		  -o-transform: translateY(-5px) rotate(-45deg);
		  transform: translateY(-5px) 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;}
}

/* ****************** FOOTER ********************** */
@media all and ( max-width:1630px ){
	.area-box.footer-up {padding-top: 40px; padding-bottom: 25px;}
	.area-box.footer-bottom {padding-top: 25px; padding-bottom: 25px;}
}
@media all and (max-width:1220px){
	.footer-menu-list{width: 130px;}
	.footer-menu-list li.tit{font-size: 13px;}
	.footer-menu-list li a{font-size: 12px;}
}
@media all and ( max-width:1100px ){
	.footer-left-con{float: none; text-align: center;}
	.footer-right-con{float: none; display: none;}
	.privacy-open-btn {display: inline-block;}
	.area-box.footer-bottom {border-top: none; padding-top: 0; padding-bottom: 25px; text-align: center;}
	.footer-copyright, .to-top-btn{float: none;}
	.to-top-btn{margin-top: 15px; display: inline-block;}
}
@media all and (max-width:800px){
	/* -------- FOOTER :: 상단 -------- */
	.area-box.footer-up {padding-top: 20px; padding-bottom: 35px;}
	/* Footer :: 푸터로고 */
	.foot-logo{padding-bottom:10px;}
	.foot-logo img{height: 45px;}
	/* Footer :: 왼쪽정보 */
	.footer-address-list dl{font-size:11px; line-height:2; margin-left:11px;}
	.footer-address-list dl dt i{margin-right:3px; font-size:12px;}
	.privacy-open-btn{margin-top: 15px; width: 105px; line-height: 35px; border: 1px solid rgba(255,255,255,0.5); font-size: 11px;}
	/* -------- FOOTER :: 하단 -------- */
	.area-box.footer-bottom {padding-top: 0; padding-bottom: 20px;}
	/* Footer :: Copyright */
	.footer-copyright{font-size:10px; line-height: 1.3;}
	/* Footer :: TOP버튼 */
	.to-top-btn{margin-top: 15px; line-height:1; font-size: 12px;}
	.to-top-btn i{margin-left: 8px; font-size: 15px;}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1220px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con{padding:0}
	#visual .visual-txt-container{padding: 70px 15px 0; width: calc(100% - 30px);}
	/*  SUB LAYOUT :: 서브메뉴(스타일3) */
	#topMenu03 .area{padding:0;}
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content{padding:70px 15px 30px;}
}

@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:175px;}
	#visual .visual-txt-container{padding: 55px 15px 0; width: calc(100% - 30px);}
	#visual .visual-tit{font-size:20px; }
	/*  SUB LAYOUT ::  서브메뉴(스타일1,2) */
	#topMenu01,
	#topMenu02{display:none}
	
	/*  SUB LAYOUT :: 서브메뉴 모바일 (스타일1) */
	#topMenuM01{display:block; position:relative; height:50px;}
	#topMenuM01 .side-menu-inner{height:50px; background-color: #fff;}
	#topMenuM01 .menu-location{position:relative; float:left; width:50%;}
	#topMenuM01 .menu-location.location2{background-color: #f06421;}
	#topMenuM01 .menu-location.location2 > .cur-location{border-top-color: #f06421; border-bottom-color: #f06421;}
	#topMenuM01 .menu-location.location2 > .cur-location span, #topMenuM01 .menu-location.location2 > .cur-location .arrow{color: #fff;}
	#topMenuM01 .menu-location > .cur-location{position:relative; display:block; height:48px; padding:0 35px 0 20px; border-top: 1px solid #ddd; border-bottom:1px solid #ddd; border-left:1px solid #ddd;}
	#topMenuM01 .menu-location.location1 > .cur-location{border-left: none;}
	#topMenuM01 .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:48px; color:#333; font-weight:400; font-size:13px; letter-spacing: -0.5px;}
	#topMenuM01 .menu-location > .cur-location .arrow{position:absolute; top:50%; right:15px; width:20px; height:20px; margin-top:-10px; font-size:20px; color: #8b8b8b; font-weight: 300;}
	#topMenuM01 .menu-location > .cur-location.open .arrow{}
	#topMenuM01 .menu-location .location-menu-con{display:none; position:absolute; top:50px; 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 20px; font-size:13px; 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:#f06421; font-weight:500;}
	
	.fixed-sub-menu.fixed .side-menu-inner{position:fixed; width: 100%; top:60px; left:0px; z-index:999;}

	/*  SUB LAYOUT :: 상단정보 (공통) */
	.content-tit-con{padding-bottom:40px;}
	.content-tit-con:before{width:20px; height:2px; margin: 0 auto 15px;}
	.content-tit-con .content-tit{font-size:23px;}
	.content-tit-con.ver2 .content-tit{font-size:18px;}
	#org .org-img.ver2 {margin-top: 20px;}

	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content{padding:50px 15px}
}
/* ****************** MODAL LAYERPOPUP ********************** */
@media all and ( max-width: 800px ){
	/* modal layer content */
	.footer-modal-content h1{height:46px; line-height:46px; font-size:18px; text-align:left; padding:0 15px}
	.modal-close-btn i{font-size:24px}
	.footer-inner-box{padding:15px}
	.footer-inner{padding:10px; height:250px;}
	/* 사이트맵  */
	.sitemap-wrapper{padding:15px}
	.sitemap-wrapper > ul > li{float:none; 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:"";}
	.sitemap-wrapper > ul > li .sitemap-2dep li:nth-child(3n+1){clear:both;}
	.sitemap-wrapper > ul > li .sitemap-2dep a{padding:7px; border:1px solid #eee; font-weight:300; }

}
@media all and ( max-width: 480px ){
	/* 사이트맵  */
	.sitemap-wrapper > ul > li .sitemap-2dep li{width:48%;}
}