@charset "utf-8";


#wrap{
		position: absolute;
		width:100%;
		height:100%;
		margin:0;
		padding:0;	 
}
 
.wrap{
	margin:0 auto;
	padding:0;	 
	position:relative;
	max-width:1600px;
}

.wide_wrap{
	margin:0 auto;
	padding:0; 
	position:relative;
	width:100%;
}	

/*topmenu*/
#Header {
	position:absolute;
	z-index:200;
	width:100%;
	background:rgba(0,0,0,.0);   

}
.topon #Header{
	background:rgba(0,0,0,.7);   
 }

#Header.topmenuOn{
	background:rgba(255,0,0,1);   
	
}
/*#Header:after{
	content:'';
	display:block;
	background:rgba(255,255,255,0.2);  
	width:100%;
	height:1px;
}*/

/*.sub #Header:after{
	content:'';
	display:block;
	background:rgba(0,0,0,.2);   
	width:100%;
	height:1px;
}*/
 
#Header .header_inner {
	position:relative;
	height:90px;
	z-index:20;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	 
} 
.header_inner h1.logo {
	position:absolute;
	left:100px;
	top:50%;
	width:175px; 
	height:60px;
	margin-top:-30px;
	z-index:2;
	 
}

.header_inner h1 > a {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	text-indent:-99900px;
	background:url(../image/logo.png) center 0 no-repeat;
	background-size:100%;
}
	.english .header_inner h1 > a {
		background:url(/eng/image/logo.png) center 0 no-repeat;
	}/*eng*/

 

/* gnb */
 
 
#gnb {
	 
	width: 70%;
	margin: 0 0 0 20%;
	padding-top:0px;
	 
}
 

 
#gnb ul,
#gnb ul li,
#gnb ul li a{
		
		position:relative;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box
}
#gnb ul li a{display:block;}
 
#gnb > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#gnb > ul{margin:0 auto; text-align:center;width:100%;}
#gnb > ul > li{ display:inline-block;width:15%;position:relative;vertical-align:top;}
#gnb > ul > li:before{position:absolute;content:'';display:block;top:50%;margin-top:0px;left:0; background:rgba(255,255,255,.0);width:2px;height:2px;}
#gnb > ul > li.first:before{background:none;}
#gnb > ul > li > a{display:block;color:#fff;font-size:19px;padding: 31px 0px 30px 0; z-index:100;letter-spacing:-1px;font-weight:500;position:relative;}
#gnb > ul > li.hover > a{color:#fff;}
 
.topmenuOn #gnb > ul > li > a{ color:#fff; }
 
.topmenuOn #gnb > ul > li.hover > a{color:#000;background:#fff;}

 .pcOn #gnb > ul > li.hover > ul:before{
	content:'';
	display:block;
	background: #ff0000;
	height:2px;
	width:90%;
	top:0px;
	margin-top:0px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	transition:.3s;
	 
}

 #gnb ul li ul{ 
	display:none;
	height:0;
	overflow:hidden;
	width:100%;
	margin:0px auto 0 auto;
	
	position:relative;
	background:#fff;
	 transform: translateY(-50em);
}

.pcOn #gnb ul li.hover > ul{
	display:block;
	height:100%;
	transform: translateY(0%);
	padding-top:13px;
	padding-bottom:13px;
}

 
#gnb ul li.has-sub li{/*background:red;*/}
#gnb ul li ul{border:0px solid #072444;}
#gnb ul li ul li{opacity:0; width:100%;text-align: center;background:#fff;	transition:all .2s ease-in-out;	-webkit-transition:all .2s ease-in-out;	transform:translateY(5px);	-webkit-transform:translateY(5px); }
#gnb ul li.hover > ul > li{opacity:1;	transform:translateY(0);	-webkit-transform:translateY(0);}
#gnb ul li ul li a{border-bottom:0px solid rgba(255,255,255,0);padding:8px 3px;font-size:15px;text-decoration:none;color:#333;font-weight:400;letter-spacing:-1px;}
#gnb ul li ul li:last-child > a,
#gnb ul li ul li.last-item > a{border-bottom:0}
#gnb ul li ul li:hover > a,
#gnb ul li ul li a:hover{color:#ff0000}

.Mgnb_back{
	display:none;
}
 

 /*lang*/
.header_utilarea {
	 
	position:absolute;  
	right:0;
	z-index:1; 
	height:90px;
	 
	
}
.langarea{
	right:110px;
	vertical-align:top;
	position:absolute;
	top:50%;
	margin-top:-8px;
	border-radius:10px;
	background:  rgba(255,255,255,.1);
	 z-index:1; 

 }
 .langarea a{
	font-size:12px;
	
}
 .langarea .caret{
	 
	background:url(../image/arrow_w.png) no-repeat right 5px;
	width:10px;
	height:13px;
	position:absolute;
	right:5px;
 }

 
.allMenu{
	
	width:80px;
	height:100%;
	 
	top:0px;
	right:0;
	margin:0;
	vertical-align:top;
	position:absolute;
	z-index:1; 
	
}
.allMenu .btn{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-10px;
 	background:none;
}
.gnb_btn{
	position:relative;
	width:32px;
	height:38px;	 
	cursor:pointer;
	margin:0 auto;
}
.gnb_btn span{
	position:absolute;
	margin-left:0px;
	width:10px;
	height:6px;
	background-color:#ff0000;
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	left:0;

}
.topmenuOn .gnb_btn span{
	background-color:#ffffff;
}
/*on*/
 
.gnb_btn span.mgb_one{
	top:8px;
	 
	 

}
.gnb_btn span.mgb_two{
	top:8px;
	left:50%;
	 
	 

}
.gnb_btn span.mgb_three{
	top:18px;
 

}

.gnb_btn span.mgb_four{
	top:18px;
	left:50%;
	 
	 

}
 
 
/* Responsive gnb */
.btn_nav {
  display: none;
}
@media (max-width: 1300px ){

.sub .header_inner h1.logo {
	 
	left:30px;
	 
}

}
  
@media (max-width: 1000px ){
	.allMenu{display:none;}
	#Header {
		position:fixed;
		
 	 }
	 .m_fixed #Header:after{
 		background:rgba(0,0,0,.3);   
		width:100%;
		height:1px;
		content:'';
		display:block;
		position:relative;
 	}
	.m_fixed #Header {
		background:rgba(255,255,255,1); 
	}
	#Header .header_inner {
 		height:70px;
 	} 

 
	.header_inner h1.logo {
		padding-left:10px;
		left:0;
		margin-top:-25px;
	}
	.m_open .header_inner h1.logo{
		
		display:block;
		
	}
	.header_inner h1 > a {
		background-size:90%;
	}
 
	#Header.topmenuOn .header_inner h1 > a,	 
	.m_open .header_inner h1 > a,
	.m_fixed .header_inner h1 > a{
		background:url(../image/logo_color.png) center 0 no-repeat;
		background-size:90%;
	}
	.english  .header_inner h1 > a,	
	#Header.topmenuOn .header_inner h1 > a,	 
	.m_open .english .header_inner h1 > a,
	.m_fixed .english .header_inner h1 > a{
		background:url(/eng/image/logo_color.png) center 0 no-repeat;
		background-size:90%;
	}



	.gnb-wrap{
			max-width:100%;
		}

 	 
 
.m_open #gnb {padding-top:0px;width: 100%;margin: 0 auto 0 0; position:absolute;height:100%;  z-index:9999999;}
 

#gnb > ul{padding-top:0px;width:70%; background:#fff;right:0; position:fixed; z-index:999999999;height:100%;transform:translateX(100%);transition:.3s;}
.m_open #gnb > ul{ transform:translateX(0%); ;}
 
#gnb > ul{text-align:left;}
#gnb ul li{background:#ff0000;display:block;margin:0;width:100%;border-top:1px solid #d7d7d7;text-align:left;}
#gnb ul li.first:before{display:block;content:'';background:#ff0000;width:100%;height:70px;position:relative;}
#gnb ul li.first{padding-top:0px;position:relative;border-top:0px solid #d7d7d7;}
#gnb > ul > li.first  > a{border-top:1px solid #d7d7d7;}
#gnb > ul > li:last-child{border-bottom:1px solid #d7d7d7;}
#gnb ul li.m_on,
#gnb ul li:hover{background:#2a2e36;}
#gnb ul li ul{ 
	 background: #2a2e36;	
	  position: relative;
	  top: 0px;
	  left: 0px;
	  padding: 0px 0 0 0;
	  margin-top:0;
	  height:0;
	   transform: translateY(0);
	   
}
 #gnb ul li.m_on > ul {
	position: relative;
	left:0;
	display:block;
	/* transition: all .3s;*/
	 top: 0px;	  
	 padding: 0px 0 30px 0;
	 margin-top:0px;	
 	 border-top:1px solid #636363; 
	 height:100%;
	   
	 

}
#gnb ul li ul li{display:block;opacity:1 ;border-top:0px solid #d7d7d7;text-align:left;padding-left:0px;background: url(../image/icon_dot3.png) no-repeat 10px 12px}
#gnb ul li ul li,
#gnb ul li.m_on ul > li{height:auto}
#gnb ul li:hover a,
#gnb ul li a,
#gnb ul li ul li a{width:100%;border-bottom:0;text-align:left;color:#fff;}
#gnb ul li  a{padding: 5px 10px 5px 20px;}
#gnb ul li ul li a{padding: 5px 10px 5px 30px;}
#gnb ul li ul li a:hover{color:#fff;background:rgba(255,255,255,.1);} 
 
 
 
	#gnb   .gnb-depth_sub.subA,
	#gnb   .gnb-depth_sub.subB,
	#gnb   .gnb-depth_sub.subC,
	#gnb  .gnb-depth_sub.subD,
	#gnb  .gnb-depth_sub.subE{
		width:100%;
		margin-left:0;
	}

 
	.m_button{width:55px;height:50px;position:absolute;right:0;top:10px;cursor:pointer;  z-index:999999999999;}
	.m_button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #636363;border-bottom:2px solid #636363;content:''}
	.m_button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#636363;content:''}
	.m_button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
	.m_button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}

 
	
 

	#gnb .submenu-button{position:absolute;z-index:999999;right:0;top:0;display:block;height:40px;width:46px;cursor:pointer;}
	#gnb .first .submenu-button{top:70px;}
	#gnb .submenu-button.submenu-opened{}
	#gnb ul ul .submenu-button{height:34px;width:34px}
	#gnb .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
	#gnb ul ul .submenu-button:after{top:15px;right:13px}
	#gnb .submenu-button.submenu-opened:after{background:#fff}
	#gnb .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
	#gnb ul ul .submenu-button:before{top:12px;right:16px}
	#gnb .submenu-button.submenu-opened:before{display:none}
 
 
 
	.m_open .Mgnb_back{
		display:block;
		position:fixed;
 		top:0px;
		width:100%;
		height:100%;
		 background:rgba(0,0,0,0.8);   
		 z-index:2;
	}
	 

	 .langarea{
			right:50px;
			margin-top:-20px;
		 }

	.m_fixed .langarea{
		background:  rgba(0,0,0,.1);

	}

	 

}





 

/*footer*/

/**/
#footer{
	background:url(../image/back_bottom.jpg) repeat center 0;
	 

}
.bottom_wrap{margin:0 auto;max-width:1300px;width:90%;}

#footer  .bottomlogo{
 	padding-top:0px;
}
#footer  .bottomlogo .imgara{
	 border-top: 1px solid #f2f2f2;
	 text-align:center;  
	 padding-top:20px;

}

#footer .bottomlink {
	margin:0;
	padding:0px 0 0 0px;  
	background:#111820;
	 
}

#footer .bottomlink ul{
	display:block;
	text-align:center;
	margin:0;
    padding:0;
 
}
#footer .bottomlink ul li{
	display:inline-block;
 	margin-right:10px;
 	padding:10px;  
 	position:relative;
 	 
	
}

#footer .bottomlink ul li.first{
	
 	background:none;
	

}
#footer  .bottomlink ul li a:after{
	display: block;
 	content:' ';
 	width:1px;
 	height:10px;
 	background:#333;
 	position:absolute;
 	top:16px;
	

}

#footer  .bottomlink ul li.first a:after{
	 
	width:0px;
 	background:none;
 	 

}
#footer  .bottomlink ul li a {
 	padding-left:20px;
	letter-spacing:-1px;
	color:#fff;
	
}
#footer  .bottomlink ul li.first a {
	 
	padding-left:0px;
	
}

#footer  .bottomlink ul li a,
#footer  .bottomlink ul li a:hover{
	 
	text-decoration:none;	 
 	 
} 


#footer .bottomlink ul li.pesornal a{
 	font-weight:bold;
}



/**/

#footer .companyinfo{
	clear:both;
 	padding-left:0px;
 	padding-top:20px;
	letter-spacing:0px;
	text-align:center;
}
#footer .companyinfo span{
	margin-right:10px;
 	color:#111820;
 	display:inline-block;
	letter-spacing:-1px;
}
#english #footer .companyinfo span{letter-spacing:0;}
#footer .companyinfo strong{
 	font-weight:400;
}
 
#footer .companyinfo p.cpyright{
	color:#7b8184;
 	font-size:12px;
 	 letter-spacing:0px;
	 padding-bottom:10px;
}
 
@media(max-width:780px){
	#footer  .bottomlogo{
 		width:100%;
		text-align:center;

	}
	#footer .bottomlink ul{text-align:center;}
	#footer .bottomlink ul li{
		padding:10px 0;
	}

	#footer .customerarea{
		width:100%;
		text-align:center;
		padding-top:10px;
	}

	 #footer  .bottomlogo .imgara img{
		max-width:150px;
	 }

}
@media(max-width:400px){
	#footer .bottomlink ul li{margin-right:5px;}
	#footer  .bottomlink ul li a {
		padding-left:5px;
		font-size:14px;
		
	 }
	
}



/*allmenu*/
 
 
.sitebox{
	
	clear:both;
	border-bottom:0px solid #ccc;
	padding:20px;
	position:relative;
	width:100%;
	max-width:1300px;
	margin:0 auto;


}
.sitebox:after{
	clear:both;
	content:" ";
	display:block;
	height:20px;

}
.sitebox .titA{
	font-size:25px;
	 font-weight:500;
	letter-spacing:-1px;
	position:absolute;

}
.sitebox .titA a{
	color:#1f8dfe;

}
.sitebox .sitelist{
	position:relative;
	padding-left:180px;
	min-height:30px;

}
.sitebox .sitelist > ul > li{
	width:15.666%;
	float:left;

}
.english .sitebox .sitelist > ul > li{
	width:auto;
	margin-right:20px;
}
.sitebox .sitelist ul > li.hassub{
	
	min-height:100%;

}
.sitebox .sitelist ul > li.largemenu{
	min-height:280px;
}
.sitebox .sitelist ul > li a{
	font-size:18px;
	font-weight:500;
	padding:10px 0;
	display:block;
	color:#fff;
  }
.sitebox .sitelist ul > li.hassub ul li{
	float:none;
	background: url(../image/site_line.png) no-repeat 0 10px;
	padding-left:10px;
	width:100%;
 }
.sitebox .sitelist ul >  li.hassub ul li a{
	font-size:15px;
	font-weight:300;
	padding:2px 0;

}
/*# sourceMappingURL=bootstrap.min.css.map */

 