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

/* ========================================================
 * SETTING
======================================================== */
@media all and (max-width:1280px){
	:root{
		--header-height: 80px;
		--area-margin-left: 0;
	}
}
@media all and (max-width:800px){
	:root{
		--header-height: 60px;
		--sub-menu-height: 45px;
		--area-padding: 5vw;
	}
}

/* ****************** 공통레이아웃 ********************** */
@media all and (max-width:1540px){
	.area-box,
	.area{padding:0 30px; max-width:none;}
}
@media all and (max-width:1280px){
	.area-box,
	.area{padding:0 var(--area-padding)}
}
@media all and (max-width:800px){
	.area-box,
	.area{padding:0 var(--area-padding)}
}

/* ****************** HEADER ********************** */
@media all and (max-width:1780px){
	#header .logo{left: 0;}
	#gnb > ul {padding-left: 262px;}
}
@media all and (max-width:1640px){ 
	#headerInner{max-width: none; padding: 0 var(--area-padding);}
	.header-util-box{right: var(--area-padding);}
}
@media all and ( max-width: 1280px ){
	#header{position: absolute; height:var(--header-height); border-bottom: 0;}
	#headerInnerWrap{height:var(--header-height); position:fixed; z-index:99;}
	#headerInner{max-width: none; padding: 0 var(--area-padding) 0 calc(20px + var(--header-height));}

	.top-fixed #headerInnerWrap{background-color: #fff; border-bottom: 1px solid #e1e1e1;}

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{}
	/* 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);  
		visibility:hidden;
	}
	#gnbM.open{
		right:0px; 
		visibility:visible;
	}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top:var(--header-height); overflow-y:auto;}	/* padding-top : Header 높이값 */
	.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0; height:calc(100% - var(--header-height));}
	
	/* 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: var(--main-color);}
	#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 > ul > li{height:auto !important;}
	#navigation > li .gnb-2dep > ul > li > a{display:block; color:#888; font-size:14px; padding:12px 15px; }
	#navigation > li .gnb-2dep > 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 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:var(--header-height); }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:var(--header-height);}
	.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{position: absolute; top: 35px; left: 100px;}
	.header-util-menu-box a{display: inline-block; font-size: 18px; font-weight: 400; letter-spacing: -0.75px; color: #000;}
	.header-util-menu-box a i{position: relative; top: -2px; display: inline-block; vertical-align: middle; margin-left: 7px;}

	/* -------- Header :: 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:0; left:0; z-index:10000; 
		width: 80px; height:80px; background-color: #f7941d;
		-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:26px; 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);
	}

	/* -------- Header :: 개별리그 퀵메뉴 -------- */
	.cm-quick-menu{left: -140px; width: 40px; z-index: 9999; display: none !important;}
	/* Header :: 본사이동버튼 */
	.site-move-btn{bottom: 120px; left: -80px; width: 200px;}
	.site-move-btn a{font-size: 14px;}
	.site-move-btn a i{top: -2px; margin-left: 7px;}
}
@media all and ( max-width: 800px ){
	#header .logo img{height:30px;}

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{margin-top: -18px;}
	/* 로그인,회원가입 */
	.header-member-list li a{padding-top: 2px; width: 70px; height: 36px; font-size: 12px;}

	/* Header :: 사이트맵, 네비게이션 버튼 */
	.nav-open-btn{width: var(--header-height); height: var(--header-height);}
	.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:var(--header-height)}
	.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top:var(--header-height); }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:var(--header-height);}
	#navigation > li > a{font-size:15px;}
	#navigation > li .gnb-2dep > ul > li > a{font-size:13px;}

	/* -------- GNB Mobile :: 언어선택 및 회원메뉴 -------- */
	.header-util-menu-box{top: 25px; left: 75px;}
	.header-util-menu-box a{font-size: 14px;}
	.header-util-menu-box a i{top: -2px;margin-left: 5px;}
}

/* ****************** FOOTER ********************** */
@media all and (max-width:1780px){
	.foot-logo img{left: 0;}
}
@media all and (max-width:1640px){ 
	#footerInner .area-box{max-width: none; padding: 0 var(--area-padding);}
	.footer-right-con{right: var(--area-padding);}
}
@media all and (max-width:1280px){ 
	#footer{padding: 60px 0 80px;}
	.footer-left-con{display: block;}
	.foot-logo{width: 100%;}
	.foot-info-group{padding-top: 30px; width: 100%;}
	.foot-menu{padding-bottom: 20px; text-align: left;}
	.footer-right-con{position: static;}
	.foot-partner-logo{margin-top: 20px;}
}
@media all and ( max-width: 800px ){
	.sub-wrap #footer,
	#footer{padding: 40px 0 60px;}

	.foot-info-group{padding-top: 30px;}
	/* Footer :: 푸터메뉴 */
	.foot-menu{padding-bottom:20px; display: flex; flex-wrap:wrap; align-items: center; text-align: center;}
	.foot-menu li{padding: 0; width: 26.66%; line-height:1.5;}
	.foot-menu li:first-child{width: 20%;}
	.foot-menu li a{display: block; width: 100%; padding: 0 5px; font-size:13px; box-sizing: border-box;}
	.foot-menu li .m-br{display: block;}

	/* Footer :: 왼쪽정보 style02 */
	.footer-address-info-box{margin-bottom: 20px;}
	.footer-address-list dl{display: flex; flex-wrap:wrap; margin-right:0px; font-size:13px; line-height:1.3;}
	.footer-address-list dl dt,
	.footer-address-list dl dd{width: calc(100% - 80px); padding-right: 0;}
	.footer-address-list dl dt{width: 80px;}
	#dl-col-1 {display: flex; flex-wrap:wrap; margin-right:0px; font-size:13px; line-height:1.3;}
	#dl-col-2 {display: flex; flex-wrap:wrap; margin-right:0px; font-size:13px; line-height:1.3;}
	/* Footer :: Copyright */
	.footer-copyright{font-size:12px; line-height: 1.3;}

	/* Footer :: 오른쪽정보 :: 파트너사 리스트 */
	.foot-partner-logo + .foot-partner-logo{margin-left: 20px;}
	.foot-partner-logo img{height: 24px;}
}


/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1280px){
	.sub-wrap{padding-top: 120px;}
	/*  SUB LAYOUT :: 비주얼 */
	#visual .visual-txt-con{padding:0;}
	/* SUB LAYOUT :: 서브메뉴(스타일2) */
	#topMenu02{width:160px;}
	#topMenu02 .side-menu-inner ul li > a{padding: 2px 25px 0 15px; font-size:16px;}
	#topMenu02 .side-menu-inner ul li > a:before{margin-top: -10px; right: 10px; font-size: 14px;}
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content{width: calc(100% - 190px);}
}
@media all and (max-width:1024px){
	/* #visual .visual-img-con {background-size: 200% !important; background-position-x: 55% !important; background-position-y: 50% !important;} */
	/* SUB LAYOUT :: 서브메뉴(스타일2) */
	#topMenu02{display: none;}
	/*  SUB LAYOUT :: 서브메뉴 모바일 (스타일2) */
	#topMenuM02{display:block; position:relative; height:45px;}
	#topMenuM02 .side-menu-inner{height:45px; background-color: var(--main-color);}
	#topMenuM02 .menu-location{position:relative;}
	#topMenuM02 .menu-location > .cur-location{position:relative; display:block; width:100%; text-align:left; height:45px; padding:0 30px 0 15px;}
	#topMenuM02 .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:45px; color:#fff; font-weight:600; 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; font-weight: 400;}
	#topMenuM02 .menu-location.open > .cur-location .arrow{transform:rotate(-180deg); margin-top:-10px;}
	#topMenuM02 .menu-location .location-menu-con{display:none; position:absolute; top:45px; 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:var(--main-color); font-weight:500;}
	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content{width: 100%; float: none; padding: 50px 0 140px;}
}
@media all and (max-width:800px){
	.sub-wrap{padding-top: 90px;}
	/*  SUB LAYOUT :: 비주얼 */
	#visual{height:240px;}
	#visual .table-cell-layout{padding-bottom: 50px;}
	#visual .visual-txt-con:before{bottom: 45px;}
	#visual .en-tit{font-size:14px; letter-spacing: 3px;}
	#visual .visual-tit{padding-top:15px; font-size:40px;}
	#visual .visual-sub-txt{padding-top: 10px; font-size: 15px;}
	
	/*  SUB LAYOUT :: 상단정보 (공통) */
	#contentInfoCon{margin-bottom: 20px;}
	#contentInfoCon .content-tit{font-size:24px}

	/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
	#content{padding: 40px 0 80px; min-height: 200px;}
}
@media all and ( max-width: 480px ){
	
}

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