@charset "utf-8";
	
#wrap{
	position: absolute;
 	width:100%;
 	height:100%;
 	margin:0;
 	padding:0;
	min-width:1200px;
 	 
}
 
.wrap{
	 min-width:1200px;
 	 padding-left:30px;
	 padding-right:30px;
 	}

 


 #topmenuarea{
	position: fixed;
 	width: 100%;
 	top:0;
 	left:0;
 	z-index: 1000;
 	-webkit-transition : all 0.3s ease-out;
 	transition : all 0.3s ease-out; 	 
 	z-index:100000;
	padding:0;
	margin:0;
	height:100px;
	
	}
  #topmenuarea:after{
	position:relative;
	display:block;
	content:'';
  }

 #TopGnbMenu{
	width: 100%;
 	margin-right: auto;
	margin-left: auto;
	position:relative;
	 max-width:1300px;
 	   
	}

 

 


.logo{position:relative;
	z-index:123;
 	padding:30px 10px;		 
	float:left;
	width:30%;
	
	-webkit-transition : all 0.3s ease-out;
 	transition : all 0.3s ease-out;
	
	}

.logo a{ 

}
.logo .logo_w{
	display:block;
}
.logo .logo_b{
	display:none;
}
#TopGnbMenu,
#TopGnbMenu ul,
#TopGnbMenu ul li,
#TopGnbMenu ul li a{
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	}
#TopGnbMenu:after,
#TopGnbMenu > ul:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0}
 

#TopGnbMenu ul.gnb{
		float:right;
		margin-left: auto !important; 
		position:relative;
		top:20px;
		 
		width:70%;		 
		-webkit-transition : all 0.3s ease-out;
 		transition : all 0.3s ease-out;
		
		}
.sub #TopGnbMenu ul.gnb,
.scroll-on #TopGnbMenu ul.gnb{
	top:0px;
	 
	-webkit-transition : all 0.3s ease-out;
 	transition : all 0.3s ease-out;
	
	}

#TopGnbMenu > ul > li{float:left; padding:10px 20px;position:relative;}
#TopGnbMenu > ul > li > a{
	display:block;
	padding:17px 15px 50px 15px;
	font-size:20px;
	letter-spacing:-1px;
 	font-weight:400;
	text-align:center;
	color:#fff;

	
	}
.sub .scroll-off #TopGnbMenu > ul > li > a,
.hover .scroll-off #TopGnbMenu > ul > li > a,
.scroll-on #TopGnbMenu > ul > li > a{
	color:#292929;
}

#TopGnbMenu > ul > li:hover > a,
.sub #TopGnbMenu > ul > li:hover  > a,
.hover #TopGnbMenu > ul > li:hover  > a{
	
	color:#2764f4;

	}
#TopGnbMenu > ul > li:hover{
	
	-webkit-transition:background .3s ease;
	-ms-transition:background .3s ease;
	transition:background .3s ease;
	}
 
 
#TopGnbMenu ul ul{
	display:none;
	position:absolute; 
	top:80px; 
	left:0px;  
	width:100%; 
	text-align:left; 
 	
 	
	}
 
#TopGnbMenu ul ul li{ 
	background:#383a4a;
	position:relative;
	margin:0 auto; 
	text-align:center; 
	overflow:hidden;
	 
	}
 


 
#TopGnbMenu ul ul li a{
	 
	padding:10px 0;
	display:block;
	position:relative;	
	font-size:14px;	
	color:#fff;
	
	}
	 

#TopGnbMenu ul ul li a:hover{color:#fff;background:#00a0e0;}

.sub .scroll-off,
.hover .scroll-off,
.scroll-on {
	/*box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);*/
 	padding: 0px 0;
	border-bottom:1px solid #c4c5c8; 
	background:#fff;
 	
 	
}
.sub .scroll-off  .logo,
.scroll-on  .logo {
	padding: 15px 0;
	-webkit-transition : all 0.3s ease-out;
 	transition : all 0.3s ease-out;
}
.sub .scroll-off .logo img,
.hover .scroll-off .logo img,
.scroll-on .logo img{
	 
 	-webkit-transition : all 0.3s ease-out;
 	transition : all 0.3s ease-out;
	
}
.sub .scroll-off .logo_w,
.hover .scroll-off .logo_w,
.scroll-on .logo .logo_w{
	display:none;
}
.sub .scroll-off .logo_b,
.hover .scroll-off .logo_b,
.scroll-on .logo .logo_b{
	display:block;
}
.sub #topmenuarea,
.scroll-on#topmenuarea{
	 
	height:80px;
	}
 


 
 
/*footer*/
#footer{
	clear:both;
 	position:relative;
 	width:100%;
 	background:#fff;
 	letter-spacing:0;
	border-top: 1px solid #cacaca;
 	
}
 

 
#footer:after{
	clear:both;
 	content:'';
 	display:block;
	
}


.bottom_wrap{
	position:relative;
 	margin:0 auto;
 	max-width:1200px;
	 
	padding:10px 20px;
	
}

#footer .bottomlink {
	 
 	width:100%;
	border-bottom: 1px solid  #ededed;
	 
 
}

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

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

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

}

#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:#5e6262;
	text-decoration:none;	 
 	 
 } 


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

#footer  .bottomlogo{
	float:left;
	width:200px;
	padding-top:30px;
}
#footer .companyinfo{
	float:left;
 	width:50%;
 	 
 	padding-left:0px;
 	padding-top:20px;
	letter-spacing:0px;
 	font-size:13px;
 	}
#footer .companyinfo span{
	margin-right:10px;
 	color:#5e6262;
 	display:inline-block;
 	}
#footer .companyinfo strong{
 	font-weight:400;
 	}
 
#footer .companyinfo p.cpyright{
	color:#5e6262;
 	font-size:12px;
 	 letter-spacing:0px;
	 padding-bottom:10px;
 	}
 
#footer .customerarea{
	float:left;

}
#footer .customerarea span{
	font-size:14px;
	font-weight:500;
	color:#000;
}
#footer .customerarea strong{
	display:block;
	line-height:1;
	font-size:30px;
	font-weight:bold;
	color:#000;
}


 