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

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

/* ****************** HEADER ********************** */
@media all and ( max-width: 1680px ){
	/* -------- Header :: Layout -------- */
	#headerInner{padding:30px;}
	#header.top-fixed #headerInner{padding: 20px 30px;}

	/* -------- Header :: GNB(PC) -------- */
	#gnb{top:30px;}
	#gnbBg:after{left:30px; right:30px;}
	#gnb > ul > li > a{padding:25px 45px; font-size:15px;}
	#gnb.total-menu > ul > li .gnb-2dep{padding-left:40px}
	#gnb.total-menu > ul > li .gnb-3dep li a{font-size:13px}
	/* -------- Header :: UtilMenu -------- */
	.header-util-box{right:30px; top:52px;}
}
@media all and ( max-width: 1280px ){
	#header,#headerInnerWrap, #header.top-fixed{height:80px;}
	#header.top-fixed{background-color: transparent;}
	.fullpage-wrapper #header{position:relative;}
	#headerInnerWrap{position:fixed; z-index:99;}
	#headerInner, #header.top-fixed #headerInner{padding:0 15px;}
	#header .logo{padding:13px 0;}
	#header .logo img{transition:transform 0.3s; transform-origin:left center;}
	#header.top-fixed #headerInnerWrap{background-color:#151f3c;}

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{}
	/* Header :: 사이트맵 버튼 */
	.sitemap-line-btn, .sitemap-custom-btn{display:none;}
	/* Header :: 외국어선택 */
	.header-lang-m{display:block; position:fixed; top:29px; right:80px;}
	/* -------- 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; 
		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:before{
		position:absolute; top:0px; left:0px; width:100%; height:0; content:"";
		transition:all 0.7s cubic-bezier(0.25, 0.1, 0.07, 0.82) 0.5s;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#21274b+0,624e5a+51,9c7649+100 */
		background: rgb(33,39,75); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(33,39,75,1) 0%, rgba(98,78,90,1) 51%, rgba(156,118,73,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(33,39,75,1) 0%,rgba(98,78,90,1) 51%,rgba(156,118,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(33,39,75,1) 0%,rgba(98,78,90,1) 51%,rgba(156,118,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21274b', endColorstr='#9c7649',GradientType=0 ); /* IE6-9 */
	}

	#gnbM.open{
		right:0px; 
		visibility:visible;
	}
	#gnbM.open:before{
		height:100%;
		transition-delay:0s;
	}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top:80px; overflow-y:auto;}
	
	/* GNB Mobile :: 메뉴영역 :: 1차 */
	#navigation > li{border-bottom:1px solid #e7e7e7; font-size:28px; }
	#navigation > li:first-child{border-top:1px solid #e7e7e7}
	#navigation > li > a {position:relative; display:block; padding:25px 10px; color:#fff; font-size:1em; font-weight:600; }
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep{display:none; padding:15px 0; }
	#navigation > li .gnb-2dep > li{height:auto !important;}
	#navigation > li .gnb-2dep > li > a{display:block; color:#fff; font-size:0.67em; padding:12px 15px; opacity:0.7;filter:Alpha(opacity=70);}
	#navigation > li .gnb-2dep > li > a span{line-height:1.3}
	#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-bottom:15px; }
	#navigation > li .gnb-2dep > li > .gnb-3dep > li > a{display:block; padding:8px 0; font-size:0.5em; color:#fff;}
	
	/* -------- GNB Mobile :: 스타일2 (Full Style) -------- */
	#gnbM.gnb-style-full{ 
		top:0; 
		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;
		-webkit-transform: scale(0.8) translate3d(0, 80%, 0);
		transform: scale(0.8) translate3d(0, 80%, 0);
		transition: opacity .3s ease 0s, transform .6s ease 0s, -webkit-transform .6s ease 0s;
		will-change: opacity, transform
	}
	.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;
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0)
	}
	.gnb-style-full.open #navigation > li:nth-child(1) {
		-webkit-transition-delay: .55s;
		transition-delay: .55s
	}
	.gnb-style-full.open #navigation > li:nth-child(2) {
		-webkit-transition-delay: .6s;
		transition-delay: .6s
	}
	.gnb-style-full.open #navigation > li:nth-child(3) {
		-webkit-transition-delay: .65s;
		transition-delay: .65s
	}
	.gnb-style-full.open #navigation > li:nth-child(4) {
		-webkit-transition-delay: .7s;
		transition-delay: .7s
	}
	
	/* -------- GNB Mobile :: 언어선택 및 검색 -------- */
	.header-util-box{top:27px; right:70px; left:30px; display:flex; justify-content:space-between; opacity:0; visibility:hidden;}
	.header-util-box.active{opacity:1.0; visibility:visible;}
	/* 검색 */
	.header-search-box i{font-size:27px}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:24px;  right:15px; z-index:10000; 
		width:30px; 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:28px; height:3px; background-color:#fff; margin: 5px auto;
		-webkit-transition: all 0.3s ease-in-out;
	     transition: all 0.3s ease-in-out;
	}
	.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(8px) rotate(45deg);
		  transform: translateY(8px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		 -webkit-transform: translateY(-8px) rotate(-45deg);
		  transform: translateY(-8px) rotate(-45deg);
	}
}
@media all and (min-width:801px){
	#header.top-fixed .logo img{transform:scale(0.8)}
}
@media all and (max-width:800px){
	#header .logo{padding:20px 0;}
	#header .logo img{height:42px;}
}
@media all and ( max-width: 480px ){
	#header,#headerInnerWrap, #header.top-fixed{height:60px;}
	#header .logo{padding:14px 0;}	/* padding값 적절히 바꿔주세요 */
	#header .logo img{height:35px;}

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{top:20px; right:53px; left:20px;}
	/* Header :: 검색버튼 */
	.header-search-box i{font-size:21px;}

	/* 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(7px) rotate(45deg);
		  transform: translateY(7px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		 -webkit-transform: translateY(-7px) rotate(-45deg);
		  transform: translateY(-7px) 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{padding:18px 10px;}
	/* Header :: 외국어선택 */
	.header-lang-m{top:19px; right:65px;}
}

/* ****************** FOOTER ********************** */
@media all and (max-width:1420px){
	.footer-left-con{width:calc(100% - 350px);}
}
@media all and (max-width:1024px){
	/* -------- FOOTER :: 레이아웃 -------- */
	#footer{text-align:center; padding:50px 0;}
	.footer-left-con,.footer-right-con{float:none; display:block; width:auto;}
	.footer-left-con{margin-bottom:25px;}
	/* Footer :: 푸터로고 */
	.foot-logo{display:block; margin:0 0 12px 0;}

	/* Footer :: 정보 */
	.footer-address .footer-address-txt{font-size:12px; margin-bottom:15px;}
	.footer-address .footer-address-txt p:first-child{display:block; text-align:left;}
	/* Footer :: Copyright */
	.footer-copyright{font-size:11px;}
	/* Footer :: SNS 리스트 */
	.foot-sns-menu{text-align:center; margin-bottom:10px;}
	.foot-sns-menu li,
	.foot-sns-menu li:first-child{margin:0 3px}
	.foot-sns-menu li a i{font-size:18px; line-height:25px;}
	/* Footer :: 푸터메뉴 */
	.foot-menu{text-align:center;}
	.foot-menu li {padding-left:25px}
	.foot-menu li a{font-size:12px;}
}
@media all and (max-width:480px){
	/* -------- FOOTER :: 레이아웃 -------- */
	#footer{padding:25px 0;}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1680px){
	#visual .visual-txt-container{margin:0 30px 50px}
}
@media all and (max-width:1420px){
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:100px 30px}
}
@media all and (max-width:1280px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:420px}
	#visual .visual-txt-container{margin:0 15px 30px}
	#visual .visual-tit{font-size:50px;}
	#visual .visual-sub-txt{font-size:15px;}
	/* SUB LAYOUT :: 3차메뉴 */
	#topMenu04 .menu-location{width:168px; margin-left:15px;}
	#topMenu04 .menu-location > .cur-location{height:32px; border-bottom-width:3px;}
	#topMenu04 .menu-location > .cur-location:before{top:-2px;}
	#topMenu04 .menu-location > .cur-location span{font-size:16px; line-height:27px; }
	#topMenu04 .menu-location .location-menu-con{top:32px; }
	#topMenu04 .menu-location .location-menu-con li a{height:32px; font-size:12px;}
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:70px 15px}
	#content.wide{padding:70px 0 0 0}
}
@media all and (max-width:1024px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:300px;}
	#visual .visual-txt-con .table-cell-layout{vertical-align:middle;}
	#visual .visual-txt-container{position:static; margin:0 15px; text-align:center;}
	#visual .visual-tit{font-size:45px; }
	#visual .visual-sub-txt{font-size:13px; padding-top:10px;}
	/* SUB LAYOUT :: 3차메뉴 */
	#topMenu04{bottom:10px; left:10px; right:10px; }
	#topMenu04 .menu-location{float:none; display:inline-block; width:130px; text-align:left; margin:0 5px 8px}
	#topMenu04 .menu-location > .cur-location span{font-size:13px;}
	
	/*  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:#f57f20; 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:#f57f20; 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:#f57f20} */
	
	/*  SUB LAYOUT :: 서브메뉴 모바일 (스타일2) */
	#topMenuM02{display:block; position:relative; height:45px; }
	#topMenuM02 .side-menu-inner{height:44px; 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:#f57f20; 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:44px; 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:44px; color:#222; 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;}
	#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:#f57f20; font-weight:500;}


	/*  SUB LAYOUT :: 상단정보 (공통) */
	#contentInfoCon{margin:0px 0 30px; }
	.content-tit{font-size:34px}

	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:50px 15px}
	#content.wide{padding:50px 0 0 0}
}
@media all and ( max-width: 480px ){
	.content-tit{font-size:30px}
}
/* ****************** 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:-8px; width:35px; height:35px; }
	.modal-close-btn i{font-size:18px; line-height:32px;}
	.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;}
}