@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(255,255,255,1);
	/*background:rgba(16,124,44,1);   */

}
 

#Header.topmenuOn{
	background:rgba(255,255,255,1);  
 
	
}
 #Header:after{
	content:'';
	display:block;
	background:rgba(0,0,0,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:40px;
	top:50%;
	width:200px; 
	height:38px;
	margin-top:-19px;
	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%;
	}

 

#Header.topmenuOn .header_inner h1 > a {
	background:url(../image/logo_on.png) center 0 no-repeat;
	background-size:100%;
}
/* gnb */
 

.mobileTopmenu{display:none;}

/* gnb */
 

 
#gnb {
	 
	width: 55%;
	margin: 0 0 0 30%;
	padding-top:0px;
	position:relative;
	 
}
 
#gnb:after{
	display:block;
	clear:both;
}
 
#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%;z-index:2;}
#gnb > ul > li{float:left;width:16.666%;position:relative;vertical-align:top;z-index:1;}
#gnb > ul > li > a{display:block;color:#000;font-size:19px;padding: 30px 0px 0px 0; z-index:100;letter-spacing:-1px;font-weight:500;position:relative;}
#gnb > ul > li.hover > a{color:#000;}
 

.topmenuOn #gnb > ul > li:before{background: rgba(0,0,0,.5)}

.topmenuOn #gnb > ul > li.first:before{background:none;}


.topmenuOn #gnb > ul > li > a{ color:#333; }

.topmenuOn #gnb > ul > li.hover > a{color:#fff;}

 #gnb  > ul  > li  > ul{ 
	display:none;
	height:0;
	overflow:hidden;
	width:100%;
	margin:0px;
	position:absolute; 	 
	top:60px;
	opacity:0;
 
	
 	
  }

  #gnb > ul > li:after {content:""; position:absolute; left:0; top:0px; width:100%; height:0; background-color:#95a7a8; transition:all 0.3s; opacity:0;}
  #gnb > ul > li:hover:after {opacity:1;height:400px;}


 
 #gnb  > ul  > li.hover  > ul,
 #gnb  > ul.hover > li  > ul{
	
	height:100%;
	min-height:400px;
	padding-top:25px;
	z-index:2;
	transition:all 0.3s;
	opacity:1;
 
   
 
}

 
#gnb ul li.has-sub li{/*background:red;*/}

#gnb ul li ul li{  width:100%;text-align: center; transition:all .3s ease-in-out;	-webkit-transition:all .3s ease-in-out;	transform:translateY(5px);	-webkit-transform:translateY(5px);margin-bottom:1px;}
#gnb ul li.hover > ul > li{  transition:all 0.3s;	transform:translateY(0);	-webkit-transform:translateY(0);}
#gnb ul li ul li a{border-bottom:1px solid rgba(255,255,255,0.15);padding:4px 3px;font-size:15px;text-decoration:none;color:#333;font-weight:400;letter-spacing:-1px;line-height:1.2;}
#gnb ul li:hover ul li a{color:#fff;}

  

 
/*gnbback*/

 .gnb_back {
	overflow:hidden; 
	
	position:absolute; 
	left:0; 
	top:0px; 
	width:100%; 
	height:0; 
	background:#fff; 
	z-index:1;
	-webkit-transition:height 0.3s ease-in-out;
	transition:height 0.3s ease-in-out;

 
	}
 
 
 .gnb_back.active{
	 height:400px;
	 	-webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11);
    -moz-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11);
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.31);
	-webkit-transition: .3s; 
	transition:.3s;
	 
}
/*.sub  .gnb_back.active{
	background:#f7f7f7; 
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.31);
} */

 
 

.Mgnb_back{
	display:none;
}
 

 /*lang*/
.header_utilarea {
	 
	position:absolute;  
	right:20px;
	z-index:2; 
	height:90px;
	top:33px;
}
.header_utilarea div ul li{
	display:inline-block;
	margin-left:20px;
}
.header_utilarea div ul li a{
	display:block;
	color:#053b72;
	font-weight:500;
	letter-spacing:-1px;
}
  
.gnb_btn{
	position:relative;
	width:32px;
	height:38px;	 
	background:rgba(255,255,255,0);	 
	cursor:pointer;
	margin:0 auto;
	

}
.gnb_btn span{
	position:absolute;
	margin-left:0px;
	width:100%;
	height:3px;	 
	background-color:#000;
	 transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	left:0;

}
 
/*on*/
/*.sub .gnb_btn span,*/
.topmenuOn .gnb_btn span
{
	background-color:#000;
}
.gnb_btn span.mgb_top{
	top:8px;
	width:100%;

}
.gnb_btn span.mgb_mid{
	top:18px;
	width:80%;
	 

}
.gnb_btn span.mgb_bot{
	top:28px;
	width:100%;

}
.gnb_btn:hover span.mgb_top {
	width:80%;

}
 
.gnb_btn:hover span.mgb_mid {
	width:100%;

}
.gnb_btn:hover span.mgb_bot{
	width:80%;

}
 
/* Responsive gnb */
.btn_nav {
  display: none;
}
@media (max-width: 1200px ){
	.header_inner h1.logo {
		left:20px;
	}
	#gnb {
		width: 60%;
		margin: 0 0 0 25%;

	}
	.header_utilarea div ul li{
		margin-left:10px;
	}
}
  
@media (max-width: 1000px ){
	.allMenu{display:none;}
	
	#Header {
		position:fixed;
		
 	 }
	 .m_fixed #Header:after{
 		background:rgba(0,0,0,.3);   
 	}
	
	.m_fixed #Header {
		background:rgba(255,255,255,1); 
	}
	#Header .header_inner {
 		height:60px;
 	} 
	.m_open #Header .header_inner{background:#fff;}
	.m_fixed .m_open #Header .header_inner{background:#fff;}
	.header_inner h1.logo {
		padding-left:10px;
		left:0; 
		margin-top:-18px;
		z-index:2;
	}
	.m_open .header_inner h1.logo{
		
		display:block;
		
	} 

	
	#Header.topmenuOn .header_inner h1 > a,
	.m_open .header_inner h1 > a,
    .m_fixed .header_inner h1 > a
	 
	{
		background:url(../image/logo_on.png) center 0 no-repeat;
		background-size:90%;
	}
 	.header_inner h1 > a
	 
	{
		background:url(../image/logo.png) center 0 no-repeat;/*Èò»ö*/
		background-size:90%;
	}

 

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


	.mobileTopmenu{ }
	.m_open .mobileTopmenu.on{
		  display:block;
		  position:relative;
		  z-index:999999999;
		  left:30%;
		  width:70%;
		  background:#fff; 
	}	
	

 .m_open .mobileTopmenu.on .mlogo{text-align:center;padding:30px 30px 30px 30px;;background:#fff;}
 .m_open .mobileTopmenu.on .mlogin{ position:relative;  margin: -30px auto 0 auto;padding:10px;z-index:11}
 .m_open .mobileTopmenu.on .mlogin div{display:block;background:#107c2c;padding:10px; text-align:center;}
 .m_open .mobileTopmenu.on .mlogin div a { display:inline-block;color:#fff; margin: 0 20px;}	 
 
#gnb {padding-top:0px;width: 100%;margin: 0 auto 0 0; position:absolute;height:100%;  z-index:1;}
.m_open #gnb {z-index:10;}

#gnb > ul{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:#fff;display:block;margin:0;width:100%;border-top:1px solid #d7d7d7;text-align:left;padding-top:0;padding-bottom:0;}
#gnb > ul > li.first{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:#f7f7f7;}
#gnb > ul > li > a,
#gnb > ul > li.hover > a{color:#333;padding: 5px 5px}
 

#gnb > ul > li.hover > a{color:#333;}

  #gnb > ul > li:after {display:none;content:""; position:absolute; left:0; top:0px; width:0; height:0px; background-color:#95a7a8; transition:all 0s; opacity:0;}
  #gnb > ul > li:hover:after {opacity:0;}

#gnb ul li ul{ 
	 background: #95a7a8;	
	  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 20px 0;
	 margin-top:0px;	
 	 border-top:1px solid #636363; 
	 height:100%;
	 opacity:1;
	   
	 

}
#gnb ul li ul li{border-top:0px solid #d7d7d7;text-align:left;padding-left:20px;background: url(../image/icon_dot3.png) no-repeat 10px 12px;}
#gnb ul li ul li:hover{background:rgba(0,0,0,.3);} 
#gnb ul li ul li,
#gnb ul li.m_on ul > li{height:auto}
 
#gnb ul li ul li a{width:100%;border-bottom:0;padding: 2px 10px;text-align:left;color:#fff;}
#gnb ul li ul li a:hover{color:#fff} 

 
 
	#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:5px;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{top:0px;}
	.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:#000;-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:#000;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}


 	.m_fixed .m_button{width:55px;height:50px;position:absolute;right:0;top:5px;cursor:pointer;  z-index:999999999999;}
	.m_fixed .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_fixed .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_fixed .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:#000;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
	.m_fixed .m_button.menu-opened:before{top:23px;background:#000;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:0px;}
	#gnb .submenu-button.submenu-opened{}
	#gnb ul ul .submenu-button{height:34px;width:34px}
	#gnb .submenu-button:after{position:absolute;top:20px;right:19px;width:8px;height:2px;display:block;background:#95a7a8;content:''}
	#gnb ul ul .submenu-button:after{top:13px;right:13px}
	#gnb .submenu-button.submenu-opened:after{background:#95a7a8}
	#gnb .submenu-button:before{position:absolute;top:17px;right:22px;display:block;width:2px;height:8px;background:#95a7a8;content:''}
	#gnb ul ul .submenu-button:before{top:10px;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.5);   
		 z-index:2;

	}
	 
		.header_utilarea {
			 
			display:none;
		}
 
  
		 
	 
	  .gnb_back,
	  .gnb_back.active 
	   
	  {
			display:none;
			height:0;
			height:0px !important;
			border-top:0;
	  }


	 
 	 
}

@media(max-width:340px){
.header_inner h1.logo {
		padding-left:0px;
		width:180px;
		margin-top:-18px;
		 
	}

}



 




 

/*footer*/

/**/
#footer{
	background:#f6f6f6;
	border-top: 1px solid #ccc;

}
.bottom_wrap{margin:0 auto;max-width:1300px;width:90%;}
#footer  .bottomlogo{
	text-align:center;
	background:url(../image/back_bottom.png) repeat-x 0 0;;
	padding:50px 0 10px 0 ;
}
#footer  .bottomlogo .imgara{
 display:inline-block;
 vertical-align:middle;
 

 }

#footer .bottomlink {
 text-align:center;	 
  margin:0;
  padding:0px 0 0 20px; 
  display:inline-block;
   vertical-align:middle;
 
}

#footer .bottomlink ul{
	text-align:left;
	  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:#838385;
 	position:absolute;
 	top:18px;
	

}

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

}
#footer  .bottomlink ul li a {
 	padding-left:20px;
	
 }
#footer  .bottomlink ul li.first a {
	 
	padding-left:0px;
	
 }

#footer  .bottomlink ul li a,
#footer  .bottomlink ul li a:hover{
	color:#333;
	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:#333;
 	 display:inline-block;
	letter-spacing:-1px;
 	}
#footer .companyinfo strong{
 	font-weight:400;
 	}
 
#footer .companyinfo p.cpyright{
	color:#333;
 	font-size:12px;
 	 letter-spacing:0px;
	 padding-bottom:10px;
 	}
 
@media(max-width:780px){
	#footer  .bottomlogo{
 		width:100%;
		text-align:center;

	}
	#footer  .bottomlogo img{max-width:130px;}
	#footer .bottomlink ul{text-align:center;}
	#footer .bottomlink ul li{
		padding:10px 0;
	}
	#footer  .bottomlink ul li a {
 	padding-left:10px;
	
 }

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

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


 


 

/*allmenu*/
 
 
.sitebox{
	padding:20px;
	position:relative;
	width:16.666%;
	float:left;
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
	height:100%; 
	-webkit-transform:translateX(-5%);
	transform:translateX(-50%);
	 
	 

}
.sitebox:after{
	position:absolute;  
	content:"";
	display:block; 	
	top:0;
	width:100%; 
	height:100%; 
	background: #c2c2c2;
	-webkit-transition: all 1s 0s;
    transition: all 1s 0s;

}
.modal.in .sitebox:after{
 width:0%; 

}
.modal.in .sitebox{
	background: #fff; opacity:1;
	-webkit-transition: all 0.8s 0s;
    transition: all 0.8s 0s;
	 
	-webkit-transform:translateX(0);
	transform:translateX(0);
}


.sitebox .titA{
	font-size:25px;
	 font-weight:700;
	letter-spacing:-1px;
	 
}
.sitebox .titA a{
	color:#05133e;

}
.sitebox .sitelist{
	position:relative;
	padding-left:10px;

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

}
.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;
  }
.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;

}
 