@charset "utf-8";
/* *******************************************************
 * filename : layout_responsive.css
 * description : ÀüÃ¼ ·¹ÀÌ¾Æ¿ô ¹ÝÀÀÇü CSS
 * date : 2019-09-03
******************************************************** */

/* ****************** °øÅëÅ¬·¡½º ********************** */
@media all and (max-width:1620px){
	.area-box{padding:0 15px;}
}
@media all and (max-width:1220px){
	.area{padding:0 15px;}
}
/* ****************** HEADER ********************** */
#gnb > ul{margin-left:440px}

@media all and (max-width:1850px){
	#gnb > ul{margin-left:380px}
	#gnb .gnb-2dep-inner{/*margin-left:327px*/}
	.gnb-2dep-menu-list{float:left; width:50%;}
	.gnb-2dep-menu-txt{float:right; /* margin-left:30px;  width:50%;  */ width:calc(50% - 30px);}
	.gnb-2dep-menu-txt .gnb-2dep-menu-info,
	.gnb-2dep-menu-txt .gnb-2dep-menu-img{width:50%;}
	.gnb-2dep-menu-txt .gnb-2dep-menu-img img{width:100%;}
}
@media all and ( max-width: 1366px ){
	/* -------- Header :: Layout -------- */
	#headerInner{padding:0 30px}
	/* -------- Header :: GNB(PC) -------- */
	#gnb > ul{margin-left:175px}
	#gnb > ul > li > a{font-size:16px; padding:0 20px}
	#gnb > ul > li .gnb-2dep ul li a{font-size:14px; }
	#gnb .gnb-2dep-inner{/*margin-right:100px; margin-left:100px*/}
	.gnb-2dep-menu-txt{margin-left:0}
	.gnb-2dep-menu-txt .gnb-2dep-menu-info dl dt{font-size:28px;}
	.gnb-2dep-menu-txt .gnb-2dep-menu-info dl dd{font-size:12px;}
}
@media all and ( max-width: 1220px ){
	#header,#headerInnerWrap{height:80px;}
	#headerInnerWrap{z-index:99; background-color:#fff; z-index:10000}
	.index-wrapper #header{position:fixed; z-index:99}
	.index-wrapper #headerInnerWrap{position:fixed;}
	#header .logo .pc-logo{/*display:none;*/}
	#header .logo img{height:45px;}
	#header .logo .m-logo{display:block; }
	
	/* -------- Header :: Sub Çì´õ  ¼û±â±â  -------- */
	#header.sub-hidden{
		/* top:-81px; */
		-ms-transform: translateY(-81px); 
		-o-transform: translateY(-81px); 
		-moz-transform: translateY(-81px);
		-webkit-transform: translateY(-81px); 
		 transform: translateY(-81px);
		
	}
	/* #header.content-menu-fixed.up{top:-81px;} */

	/* -------- Header :: UTIL BOX -------- */
	.header-util-box{right:0px;/*padding-right:70px;*/}
	/* Header :: »çÀÌÆ®¸Ê ¹öÆ° */
	.sitemap-line-btn, .sitemap-custom-btn{display:none;}
	/* Header :: ¾ð¾î¼±ÅÃ¹öÆ° */
	.index-wrapper .header-lang.mobile-gnb-open{background-color:#000; border-color:#000}
	.index-wrapper .header-lang.mobile-gnb-open .lang-open-btn{color:#fff;}
	.index-wrapper .header-lang.mobile-gnb-open > ul{background-color:#000; border-color:#000}
	.index-wrapper .header-lang.mobile-gnb-open > ul > li > a{color:#fff;}


	/* -------- 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:-100%;
		width:100%; 
		height:100%;  
		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; margin:0 15px;}	/* padding-top : Header ³ôÀÌ°ª */
	.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0}
	
	/* GNB Mobile :: ¸Þ´º¿µ¿ª :: 1Â÷ */
	#navigation > li{border-bottom:1px solid #e5e5e5;}
	#navigation > li:first-child{border-top:1px solid #e5e5e5}
	#navigation > li > a {position:relative; display:block; padding:15px; color:#222; font-size:17px; font-weight:700; }	
	#navigation > li > a .kr{font-weight:400;}
	#navigation > li .gnb-icon{position:absolute; top:50%; right:15px; margin-top:-10px; }
	#navigation > li .gnb-icon i{font-size:20px; color:#999;}
	#navigation > li.active{border-bottom-color:transparent;}
	#navigation > li.active > a{color:#ed1c24;}
	#navigation > li.active > a .gnb-icon i{color:#ed1c24; transform:rotate(-180deg)}
	/* GNB Mobile ::  ¸Þ´º¿µ¿ª :: 2Â÷ */
	#navigation > li .gnb-2dep{display:none; background-color:#f5f5f5; padding:0 15px; border:1px solid #e5e5e5;}
	#navigation > li .gnb-2dep > li{position:relative; height:auto !important; border-bottom:1px solid #e5e5e5;}
	#navigation > li .gnb-2dep > li:last-child{border-bottom:0}
	#navigation > li .gnb-2dep > li > a{display:block; color:#999; font-size:14px; padding:12px 0px; }
	#navigation > li .gnb-2dep > li > a .gnb-icon{right:0px;}
	#navigation > li .gnb-2dep > li.on{border-bottom-color:#ed1c24}
	#navigation > li .gnb-2dep > li.on > a,
	#navigation > li .gnb-2dep > li.on > a .gnb-icon i{color:#ed1c24;}
	/* 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;}
	
	/* -------- Header :: ¾ð¾î¼±ÅÃ -------- */
	.lang-select-list{padding:30px 0; text-align:center;}
	.lang-select-list a{position:relative; color:#999; font-size:13px; margin:0 10px}
	.lang-select-list a:before{position:absolute; top:2px; left:-12px; width:1px; height:12px; background-color:#eee; content:"";}
	.lang-select-list a:first-child:before{display:none;}
	.lang-select-list a.cur{color:#222; font-weight:700}

	/* -------- Header :: ³×ºñ°ÔÀÌ¼Ç ¿ÀÇÂ ¹öÆ° -------- */
	.nav-open-btn{
		display:block; position:fixed; top:24px;  right:20px; width:30px; height:30px; z-index:10000; 
		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:18px; height:2px; background-color:#222; margin: 3px auto;
		-webkit-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}
	.index-wrapper .nav-open-btn .line{background-color:#fff;}
	/* .nav-open-btn.active .line{background-color:#fff;} */
	.nav-open-btn.active .line{background-color:#222;}
	.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(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.sub-hidden .nav-open-btn,
	#header.content-menu-fixed .nav-open-btn{transform:translateY(-80px)}
	#header.sub-hidden.up .nav-open-btn{transform:translateY(0)}
	#header.content-menu-fixed.up .nav-open-btn{transform:translateY(-80px)}
	/* -------- Header :: FIXED -------- */
	#header.fixed #headerInnerWrap{/* background-color:#fff; border-bottom:1px solid #eee; */}
	#header.fixed .language-select{border-color:#eee; background-color:#eee;}
	#header.fixed .language-select .lang-open-btn{color:#222;}
	#header.fixed .language-select > ul{background-color:#eee; border-color:#eee}
	#header.fixed .language-select > ul > li > a{color:#222}
	#header.fixed .language-select > ul > li > a:hover{background-color:rgba(0,0,0,0.1); }
	#header.fixed .partners-select{background-color:#000; border-color:#000}
	#header.fixed .partners-select .lang-open-btn{color:#fff;}
	#header.fixed .partners-select > ul{background-color:#000; border-color:#000}
	#header.fixed .partners-select > ul > li > a{color:#fff}
	#header.fixed .partners-select > ul > li > a:hover{background-color:rgba(255,255,255,0.2); }
	#header.fixed .nav-open-btn .line{background-color:#222}

	
	/* -------- Header :: »çÀÌÆ®¸Ê ¼û±â±â  -------- */
	#sitemapContent{display:none}
}

@media all and ( max-width: 991px ){
	/* -------- Header :: GNB(Pc) -------- */
		#gnb{display:none;}
		.gnb-overlay-bg{display:none}
}

@media all and ( max-width: 640px ){
	#headerInner{padding:0 15px;}
	.language-select{display:none;}
}
@media all and ( max-width: 480px ){
	#header,#headerInnerWrap{height:60px;}
	#header .logo{padding:22px 0;}	/* padding°ª ÀûÀýÈ÷ ¹Ù²ãÁÖ¼¼¿ä */
	#header .logo img{height:15px;}

	/* -------- Header :: Sub Çì´õ  ¼û±â±â  -------- */
	#header.sub-hidden{
		/* top:-61px; */
		-ms-transform: translateY(-61px); 
		-o-transform: translateY(-61px); 
		-moz-transform: translateY(-61px);
		-webkit-transform: translateY(-61px); 
		 transform: translateY(-61px);
		
	}
	/* #header.content-menu-fixed.up{top:-61px;} */

	/* Header :: ¾ð¾î¼±ÅÃ */
	.header-lang{width:85px;}
	.header-lang .lang-open-btn,
	.header-lang > ul > li > a{font-size:10px; padding:0 7px}
	/* Header :: »çÀÌÆ®¸Ê, ³×ºñ°ÔÀÌ¼Ç ¹öÆ° */
	.nav-open-btn{top:15px; margin-top:0;}
	/* 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: 359px ){
	#header .logo{padding:24px 0;}
	#header .logo img{height:12px;}
	.header-util-box{padding-right:60px}
}

/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1220px){
	/*  SUB LAYOUT :: Çì´õ ¼­ºê¸Þ´º */
	/*  SUB LAYOUT :: ºñÁÖ¾ó */
	#visual{margin-top:80px; min-height:400px}
	#visual .visual-txt-con{padding:0; padding-top:50px; margin-top:0; height:calc(100% - 45px);}
	/*  SUB LAYOUT :: ¼­ºê¸Þ´º */
	#topMenu01 .area{padding:0}
	#topMenu01 .side-menu-inner ul li{width:147px}
	/*  SUB LAYOUT :: ÄÁÅÙÃ÷ ·¹ÀÌ¾Æ¿ô */
	#content{padding:70px 15px}
}
@media all and (max-width:1024px){
	/*  SUB LAYOUT :: Çì´õ ¼­ºê¸Þ´º */
	#headerSubMenu .cm-top-menu{padding:0px;}
	#headerSubMenu .location-to-home-btn{width:48px; text-align:center;}
	/*  SUB LAYOUT :: ºñÁÖ¾ó */
	#visual{height:470px; min-height:auto}
	/*  SUB LAYOUT ::  ¼­ºê¸Þ´º(½ºÅ¸ÀÏ1,2) */
	#topMenu01{display:none}
	/*  SUB LAYOUT :: ¼­ºê¸Þ´º ¸ð¹ÙÀÏ (½ºÅ¸ÀÏ2) */
	#topMenuM02{position:relative; margin:-15px 0 20px; width:100%; display:block; height:45px; background-color:rgba(0,0,0,0.7); z-index:11}
	#topMenuM02 .side-menu-inner{height:45px }
	#topMenuM02 .menu-location{position:relative;}
	#topMenuM02 .menu-location > .cur-location{position:relative; display:block; height:44px; padding:0 30px 0 15px; }
	#topMenuM02 .menu-location > .cur-location span{display:block; white-space:nowrap; overflow:hidden; font-size:15px; 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:-8px; font-size:20px; color:#fff;}
	#topMenuM02 .menu-location > .cur-location .arrow i{color:#fff;}
	#topMenuM02 .menu-location > .cur-location.open .arrow{transform:rotate(-180deg); margin-top:-10px;}
	
	#topMenuM02 .menu-location .location-menu-con{display:none; position:absolute; top:44px; left:0px; width:100%; background-color:rgba(0,0,0,0.9); z-index:11; }
	#topMenuM02 .menu-location.location1 .location-menu-con{width:calc(100% - 1px)}
	#topMenuM02 .menu-location .location-menu-con li{position:relative;}
	#topMenuM02 .menu-location .location-menu-con li a{display:block; padding:7px 15px; font-size:15px; line-height:1.5; word-break:keep-all; color:#fff;}
	#topMenuM02 .menu-location .location-menu-con li a .gnb-icon{position:absolute; top:5px; right:10px; }
	#topMenuM02 .menu-location .location-menu-con li.on a{color:#ed1c24; font-weight:700;}

}

@media all and (max-width:800px){
	/*  SUB LAYOUT :: Çì´õ ¼­ºê¸Þ´º */
	#headerSubMenu .cm-top-menu{padding-left:48px}
	#headerSubMenu .location-to-home-btn{position:absolute; top:0px; left:0px;}
	#headerSubMenu .menu-location{width:33.33%; min-width:auto; max-width:180px;}
	/*  SUB LAYOUT :: ºñÁÖ¾ó */
	#visual{height:335px;}
	#visual .visual-tit{font-size:28px; }
	#visual .visual-sub-txt{font-size:10px; padding-bottom:5px;margin-bottom:12px}
	#visual .visual-business-txt{display:none;}
	/*  SUB LAYOUT :: ÄÁÅÙÃ÷ ·¹ÀÌ¾Æ¿ô */
	#content{padding:50px 15px}
}
@media all and (max-width:480px){
	/*  SUB LAYOUT :: Çì´õ ¼­ºê¸Þ´º */
	#headerSubMenu{height:35px}
	#headerSubMenu .side-menu-inner{height:33px}
	#headerSubMenu .cm-top-menu{padding-left:35px}
	#headerSubMenu .location-to-home-btn{width:35px}
	#headerSubMenu .location-to-home-btn i{line-height:33px;}
	#headerSubMenu .menu-location:before{top:10px; bottom:10px;}
	#headerSubMenu .menu-location > .cur-location{height:33px; padding:0 25px 0 10px}
	#headerSubMenu .menu-location > .cur-location span{line-height:35px; font-size:11px }
	#headerSubMenu .menu-location > .cur-location .arrow{width:15px; height:15px; right:0px; margin-top:-11px; }
	#headerSubMenu .menu-location > .cur-location.open .arrow{margin-top:-5px; right:3px;}
	#headerSubMenu .menu-location > .cur-location .arrow i{font-size:12px; line-height:15px; vertical-align:middle;}
	#headerSubMenu .menu-location .location-menu-con{top:34px;}
	#headerSubMenu .menu-location .location-menu-con li a{font-size:11px; padding:7px 10px}
	#headerSubMenu .menu-location .location-menu-con li a .gnb-icon{top:8px; right:3px;}
	/*  SUB LAYOUT :: ºñÁÖ¾ó */
	#visual{margin-top:60px}
}
/* ****************** 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%;}
}