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

/* ****************** 공통레이아웃 ********************** */
@media all and (max-width:1650px){
	.area-box{padding:0 5%; max-width:none;}
}
@media all and (max-width:1408px){
	.area{padding:0 5%; max-width:none;}
}
@media all and (max-width:1280px){
	.area-wide,
	.area-box,
	.area{padding:0 5%;}
}

@media all and (max-width:1024px){
	.pc-min-br {display: none;}
}

/* ****************** HEADER ********************** */
/* @media all and ( max-width: 1634px ){
	#gnb > ul > li > a {font-size: 15px;}
} */

@media all and ( max-width: 1418px ){
	#header .logo{margin-left: -20px;}
	.header-lang-list{position: absolute; top: 0; left: 5.2%; right: auto; margin: 0; margin-left: -20px; padding-top: 30px;}
	#gnb > ul{width: 77%; padding: 0; padding-left: 2%;}
}
@media all and ( max-width: 1280px ){	/* 1024까지 레이아웃유지가 안될시 max-width: 컨텐츠너비+20px */
	#header,#headerInnerWrap{height:100px;}
	.fullpage-html #header{position:relative;}
	#headerInnerWrap{position:fixed; z-index:99;}
	#header .logo{margin-left: 0; padding:35px 0;}	/* padding값 적절히 바꿔주세요 */
	#header.top-fixed #headerInnerWrap{background-color:#fff; border-bottom:1px solid #eee;}
	
	/* -------- Header :: UTIL BOX -------- */
	.header-lang-list,
	.header-util-box{display: none;}
	/* 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:500px; 
		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:100px; overflow-y:auto;}	/* padding-top : Header 높이값 */
	.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0; height:calc(100% - 100px);}
	
	/* 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 30px; color:#333; font-size:17px; font-weight:700;}
	#navigation > li.active > a{color:var(--main-color);}
	#navigation > li.has-2dep > a:before{font-family:xeicon; content: "\e914"; position:absolute; top:50%; right:30px; font-size:1.3em; transform:translateY(-50%); font-weight: 400;}
	#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 > ul > li{height:auto !important;}
	#navigation > li .gnb-2dep > ul > li > a{display:block; color:#888; font-size:14px; padding:12px 30px;}
	#navigation > li .gnb-2dep > ul > li.on > a{color:#000; font-weight:700;}
	/* 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 :: 언어선택 및 회원메뉴 -------- */
	.header-util-menu-box{height:100px;}
	/* 언어선택 */
	.header-util-menu-box .lang-select{height:100px; box-sizing:border-box; padding:30px 30px;}
	.header-util-menu-box .lang-select li{position: relative; float:left; font-size:13px; margin-left:22px;}
	.header-util-menu-box .lang-select li:before{position: absolute; top: 50%; margin-top: -4.5px; left: -11px; display: block; width: 1px; height: 9px; content: ''; background-color: #333; opacity: 0.2;}
	.header-util-menu-box .lang-select li:first-child{margin-left:0;}
	.header-util-menu-box .lang-select li:first-child:before{display: none;}
	.header-util-menu-box .lang-select li a{display:block; position:relative; line-height:40px; color: #333; letter-spacing:-0.35px; font-weight:600; opacity:0.2; transition:all 0.2s;}
	.header-util-menu-box .lang-select li.cur a{opacity:1.0;}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:35px; right:5%; 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:28px; height:3px; background-color:#fff; margin: 4px auto;
		-webkit-transition: all 0.3s ease-in-out;
	     transition: all 0.3s ease-in-out;
	}
	.nav-open-btn.active{right: 30px;}
	.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(-7px) rotate(-45deg);
		  transform: translateY(-7px) rotate(-45deg);
	}
	
	#header.top-fixed .nav-open-btn .line{background-color:#333;}
	#header.top-fixed .logo a{background: url("/images/common/logo_cg.png") center/cover no-repeat;}
}
@media all and ( max-width: 800px ){
	#header,#headerInnerWrap{height:80px;}
	#header .logo{padding:28px 0;}	/* padding값 적절히 바꿔주세요 */
	#header .logo a{width: 93px; height: 24px;}

	/* Header :: 사이트맵, 네비게이션 버튼 */
	.nav-open-btn{top:24px; margin-top:0;}
	.nav-open-btn.active{right: 15px;}
	.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) */
	#gnbM{max-width:280px;}
	.gnb-navigation-wrapper{padding-top:80px} /* padding-top : Header 높이값 */
	#navigation > li > a{padding:15px 15px; font-size:15px;}
	#navigation > li.has-2dep > a:before{right: 15px;}
	#navigation > li .gnb-2dep > ul > li > a{padding:12px 15px; font-size:13px;}

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

/* GNB :: 2차메뉴 Over (높이변경) */
@media all and ( max-width: 1620px ){
	#gnb.open #gnbBg{height:555px;}
	#gnb.open > ul > li .gnb-2dep{height:415px;}
}
@media all and ( max-width: 1520px ){
	#gnb.open #gnbBg{height:605px;}
	#gnb.open > ul > li .gnb-2dep{height:465px;}
}

/* ****************** FOOTER ********************** */
@media all and (max-width:1220px){
	.foot-menu li{float:none; margin-top: 10px; margin-left: 0;}
	.foot-menu li:first-child{margin-top: 0;}
}
@media all and (max-width:1024px){
	.footer-right-con{margin-top: 55px; position: static;}
	.foot-menu li{float:left; margin-left: 10px; margin-top: 0;}
	.foot-menu li:first-child{margin-left: 0;}
}
@media all and (max-width:800px){
	#footerTop{padding: 55px 0 70px;}

	/* Footer :: 푸터로고 */
	.foot-logo{padding-bottom:15px;}
	.foot-logo img{height: 25px;}

	/* Footer :: 정보 */
	.footer-address{margin-bottom: 5px;}
	.footer-address .footer-address-txt{font-size:13px;}

	/* Footer :: 정보 style02 */
	.footer-address-info-box{margin-bottom:25px;}
	.footer-address-list dl{margin-left: 35px; font-size:13px;}
	.footer-address-list dl dt{margin-right:15px;}

	/* Footer :: Copyright */
	.footer-copyright{font-size:12px;}

	/* Footer :: 푸터메뉴 */
	.footer-right-con{margin-top: 30px;}
	.foot-menu{margin: -5px;}
	.foot-menu li,
	.foot-menu li:first-child{width: calc(50% - 10px); margin: 5px;}
	.foot-menu li a{padding: 0 40px 0 15px; width: 100%; height: 45px; font-size:13px;}
	.foot-menu li a i{margin-top: -9px; right:15px; font-size: 18px;}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1408px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con{padding:0 5%; -webkit-box-sizing: border-box; box-sizing: border-box;}
	#visual .visual-txt-container {margin-left: -20px;}
	.location{right: 5%;}
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:100px 5%}
}
@media all and ( max-width: 1280px ){
	#visual{height: 500px;}
	#visual .visual-txt-container {padding-top: 25px; margin-left: 0;}
}
@media all and ( max-width: 1024px ){
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:70px 5%;}
	#content.wide{padding:70px 0;}
	/*  SUB LAYOUT ::  서브메뉴(스타일1,2,3) */
	#topMenu01,
	#topMenu02,
	#topMenu03{display:none}
	/*  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:var(--main-color); 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:13px; letter-spacing:-0.5px;}
	#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: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:var(--main-color); font-weight:500;}
}
@media all and (max-width:800px){
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:315px;}
	#visual:before{top: -140px; right: -198px; width: 198px; height: 140px;}
	#visual .visual-tit{font-size:50px;}
	#visual .visual-sub-txt{font-size:14px; line-height:1.3; padding-top:5px}
	/* SUB LAYOUT :: 위치정보(location) */
	.location {bottom: 25px;}
	.location li{font-size:12px;}
	.location li:before{margin:0 6px 0 4px; top:0px;}
	.location li i{margin-top:0px; font-size:12px;}

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

	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content:not(.wide){padding:50px 5%;}
	#content.wide{padding:50px 0;}
}
@media all and (max-width:480px){
	#visual .visual-tit {font-size: 45px;}
}

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