@charset "utf-8";


#wrap{
		position: relative;
		width:100%;
		height:100%;
		margin:0;
		padding:0;
		top: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%;
	top:0;
	height:90px;
	transition: 0.4s; 
}

body.bodyfixed .sub #Header
{
	position:fixed;
	transition: top 0.3s;
}
body.bodyfixed .sub #Header,
#Header.topmenuOn{
	background:rgba(255,255,255,1);   
		transition: 0.4s; 
}

#Header:after{
	content:'';
	display:block;
	background:rgba(255,255,255,.2);   
	width:100%;
	height:1px;
}
body.bodyfixed .sub #Header:after{
	background:rgba(0,0,0,.2);   
	transition: 0.4s; 
}
 
.sub #Header:after,
.fp-viewing-main #Header:after,
.fp-viewing-product #Header:after, 
.fp-viewing-rnd #Header:after, 
.fp-viewing-pr #Header:after 
{
	content:'';
	display:block;	
	background:rgba(255,255,255,.2);   
	width:100%;
	height:1px;
}
 
#Header .header_inner {
	min-width:320px;
	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;
	 
	margin:0 auto;
	
	 
} 
.header_inner h1.logo {
	position:absolute;
	left:40px;
	top:50%;
	width:299px; 
	height:40px;
	margin-top:-20px;
	 
}


body.bodyfixed .sub #Header .header_inner h1 > a,
#Header.topmenuOn .header_inner h1 > a{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	text-indent:-99900px;
	background:url(../image/logo_on-.png) center 0 no-repeat;
	background-size:100%;
		transition: 0.4s; 
	}
.header_inner h1 > a, 
.sub .header_inner h1 > a, 
.fp-viewing-main .header_inner h1 > a, 
.fp-viewing-product .header_inner h1 > a, 
.fp-viewing-rnd .header_inner h1 > a,
.fp-viewing-pr .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%;
}


.mobileTopmenu{display:none;}

/* gnb */
 

 
#gnb {
	 
	width: 70%;

	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;text-align:center;  }
#gnb > ul > li{ display:inline-block; margin:0 30px;position:relative;vertical-align:top;}
#gnb > ul > li > a{display:block;text-align:center;color:#fff;font-size:19px;padding: 30px 0px; z-index:100;letter-spacing:0pxposition:relative;}

.sub #gnb > ul > li > a,
.fp-viewing-main #gnb > ul > li > a,
.fp-viewing-product #gnb > ul > li > a,
.fp-viewing-rnd #gnb > ul > li > a,
.fp-viewing-pr #gnb > ul > li > a
{ color:#fff; }

body.bodyfixed .sub #gnb > ul > li > a{
	color:#000;
}


.pcOn #gnb > ul > li > a:after{
	content:'';
	display:block;
	background: linear-gradient(45deg, #3b7fff, #0bd17b);
	height:3px;
	width:0;
	top:100%;
	margin-top:3px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	transition:.3s;
}


 #gnb ul li ul{ 
			display:none;
			height:0;
			overflow:hidden;
			width:100%;
			margin:6px auto 0 auto;
			position:relative;
			
		  }

 
 

#gnb ul li ul li{ opacity:0;width:100%;text-align: center; transition:all .2s ease-in-out;	-webkit-transition:all .2s ease-in-out;	transform:translateY(6px);	-webkit-transform:translateY(6px);margin :10px 0;}
#gnb ul li ul li a{display:block;border-bottom:1px solid rgba(255,255,255,0.15);padding:0px 3px 10px 0;font-size:15px;text-decoration:none;color:#333;font-weight:500;letter-spacing:0px;line-height:1.2;}
#gnb ul li ul li:last-child > a,
#gnb ul li ul li.last-item > a{border-bottom:0}




		/*over on*/


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

		body.bodyfixed .sub  #gnb > ul > li.TopOn > a,
		 #gnb > ul > li.TopOn > a{color:#0854b2;}
	

		
		 #gnb ul.hover li ul{
			display:block;
			height:100%;
			min-height:150px;
		  
		}
		#gnb ul li.TopOn > ul { background:#002060; }

		.pcOn #gnb > ul > li.hover a:after{width:100%;}

		
		.intromain #gnb ul.hover  li > ul > li:nth-child(1){
			transition-delay: .1s;
			-webkit-transition-delay: .1s;
			opacity:1;

		}
		.intromain #gnb ul.hover  li > ul > li:nth-child(2){
			transition-delay: .2s;
			-webkit-transition-delay: .2s;
			opacity:1;

		}
		.intromain #gnb ul.hover li > ul > li:nth-child(3){
			transition-delay: .3s;
			-webkit-transition-delay: .3s;
			opacity:1;

		}
		.intromain #gnb ul.hover li > ul > li:nth-child(4){
			transition-delay: .4s;
			-webkit-transition-delay: .4s;
			opacity:1;

		}
		.intromain #gnb ul.hover  li > ul > li:nth-child(5){
			transition-delay: .5s;
			-webkit-transition-delay: .5s;
			opacity:1;

		}

		.sub #gnb ul.hover  li > ul > li{opacity:1;}


		
		#gnb ul li.TopOn > ul li a{color:#fff;	}
		/*.pcOn #gnb > ul > li.TopOn a:after{width:100%;}*/

		#gnb ul li ul li:hover > a,
		#gnb ul li ul li a:hover{color:#002060}


		#gnb ul li.TopOn ul li:hover > a,
		#gnb ul li.TopOn ul li a:hover{color:#fff}

 

 
 
/*gnbback*/

 .gnb_back {
	position:absolute;
	left:0;
	top:90px;
	width:100%;
	height:0;	 
	background:rgba(246,246,246,1); 
 	z-index:1;
	display:none;
 
	}
 .gnb_back span{
	display:block;
	background:url(../image/back_topmenuon.png) no-repeat 10px bottom;
	width:100%;
	position:relative;
	height:100%;
 }

 
 .gnb_back.active{
	 border-top:1px solid #ccc;
	height:150px !important;
	display:block;	 
	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;  
	left:30%;
	z-index:2222; 
	height:90px;
	top:30px;
	
	 
	
}
.langarea{
}
 

.langarea .orerlink{
	border:3px solid #87ae52;
	border-radius:20px
}
.langarea .orerlink a{
	display:block;
	color:#87ae52;
	padding:0 10px;
	font-weight:bold;
}
 

 
.allMenu{
	
	width:90px;
	height:100%;
	 
	top:0px;
	right:0;
	margin:0;
	vertical-align:top;
	position:absolute;
	 
	 
	 
	
}
.allMenu .btn{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-16px;
	margin-top:-19px;
 	 background:none;
	 
	
}
.gnb_btn{
	position:relative;
	width:32px;
	height:38px;	 
	background:none;	 
	cursor:pointer;
	margin:0 auto;
	

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

}
 .sub .gnb_btn span,
 .fp-viewing-main .gnb_btn span,
 .fp-viewing-pr .gnb_btn span{
	background-color:#fff;

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

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

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

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

}
 

.gnb_btn:hover span.mgb_bot{
	width:100%;

}
 
/* Responsive gnb */
.btn_nav {
	display: none;
}

 
@media ( max-width: 1530px ){
	 
	#gnb > ul{text-align:right;}
	#gnb > ul > li{margin:0 10px; }
}
@media ( max-width: 1280px ){
	.header_inner h1.logo{left:20px;/*width:200px;height:30px;*/}
	.header_inner .slogan{left:20px;font-size:14px;}
	#gnb > ul > li{margin:0 5px;}
	#gnb > ul > li > a{font-size:17px;padding: 32px 0px; }
	#gnb ul li ul li a{font-size:13px;}
	 
}
@media (max-width: 1100px ){
	.header_inner h1.logo{left:10px;}
	.header_inner .slogan{left:10px;font-size:13px;letter-spacing:-0.03em;}
	#gnb > ul > li > a{font-size:16px;padding: 33px 0px; letter-spacing:-0.03em;}
	#gnb ul li ul li a{ letter-spacing:-0.03em;}
}
 
@media (max-width: 1000px ){
	.allMenu{display:none;}
	
	#Header {position:fixed;height:60px;}

	.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 {
		 width:200px;height:27px;
		 margin-top:-13.5px;
		 z-index:9;
	}
	.m_open .header_inner h1.logo{ display:block; }
	.header_inner .slogan{top:40px;left:20px; }

	body.bodyfixed #Header .header_inner  .slogan{color:#333}
	body.bodyfixed  #Header .header_inner .slogan .t_A{color:#000}
 
	
 
	
	
	#Header.topmenuOn .header_inner h1 > a,
	/*.m_open .header_inner h1 > a,*/
	/*.m_open.fp-viewing-main .header_inner h1 > a,*/
     .m_fixed .header_inner h1 > a,
	 .m_fixed.fp-viewing-main .header_inner h1 > a,
	 .fp-viewing-product .header_inner h1 > a,
	.fp-viewing-rnd .header_inner h1 > a,
	.fp-viewing-pr .header_inner h1 > a,
	.fp-viewing-customer .header_inner h1 > a
	 
	{
		background:url(../image/logo_on-.png) center 0 no-repeat;
		background-size:90%;
	}
 	.header_inner h1 > a,
	.fp-viewing-main .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:fixed;
		  z-index:999999999;
		  left:20%;
		  width:80%;
		  height:100%;
		  background:#f7f7f7;

	}	
	

 .m_open .mobileTopmenu.on .mlogo{text-align:center;padding:30px 30px 30px 30px;;background:#fff;transition:.3s;}
 
  
 
#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:80%;background:#f7f7f7;left:20%; top:80px;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;}
#gnb ul li.first:before{display:block;content:'';background:#fff;width:100%;height:20px;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:#f7f7f7;}
#gnb > ul > li > a,
#gnb > ul > li.hover > a{color:#333;padding: 10px 10px}
.sub #gnb > ul > li > a,
.fp-viewing-main #gnb > ul > li > a,
.fp-viewing-product #gnb > ul > li > a,
.fp-viewing-rnd #gnb > ul > li > a,
.fp-viewing-pr #gnb > ul > li > a {color:#333;}

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

#gnb ul li ul{ 
	 background: #002060;	
	  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:center;padding-left:20px;background:none;}
#gnb ul li ul li:hover{background:#1e3454;} 
#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: 5px 10px;text-align:center;color:#fff;}
#gnb ul li ul li a:hover{color:#fff} 
#gnb ul li ul li a:before{
	content:'';
	display:inline-block;
	position: relative;
	width:3px;
	height:3px;
	background:red;
	left:-10px;
	top:-5px;
}
 
 
	#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 #fff;border-bottom:2px solid #fff;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:#fff;content:''}
	.m_button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:13px;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:13px;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:13px;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:13px;background:#000;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}

	.sub .m_button{width:55px;height:50px;position:absolute;right:0;top:5px;cursor:pointer;  z-index:999999999999;}
	.sub .m_button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #fff;border-bottom:2px solid #fff;content:''}
	.sub .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:#fff;content:''}
	.sub .m_button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:13px;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)}
	.sub .m_button.menu-opened:before{top:13px;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 .sub .m_button{width:55px;height:50px;position:absolute;right:0;top:5px;cursor:pointer;  z-index:999999999999;}
	.m_fixed .sub .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 .sub .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 .sub .m_button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:13px;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 .sub .m_button.menu-opened:before{top:13px;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:20px;}
	#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:#01419a;content:''}
	#gnb ul ul .submenu-button:after{top:15px;right:13px}
	#gnb .submenu-button.submenu-opened:after{background:#01419a}
	#gnb .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#01419a;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.5);   
		 z-index:2;
	}
	 

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



	 /*lang*/
	.header_utilarea {
		 
		position:absolute;  
		left:auto;
		right:50px;
		z-index:2222; 
		height:90px;
		top:18px;
		 
		
	}

   .m_open .header_utilarea {
		display:none;
   }

.langarea .orerlink{
	border:2px solid #87ae52;
	border-radius:20px
}
.langarea .orerlink a{
	font-size:13px;
}
 
	 
 	 
}

@media (max-width: 460px ){
	.header_inner .slogan{font-size:12px;}
}

@media (max-width: 380px ){
	.header_inner h1.logo {left:5px;}
	.header_inner .slogan{left:15px;font-size:10px;}
	#gnb > ul > li > a{font-size:14px;}
}


 


 

/*footer*/

/**/
#footer{
	position:relative;
	background:#212627;
	padding-bottom:30px;
	z-index:2;


}
.sub #footer{background:#0d1b38}
.bottom_wrap{margin:0 auto;max-width:1400px;width:90%;}
#footer  .bottomlogo{
	
 
	padding-top:30px;
}
#footer  .bottomlogo .imgara{
 display:inline-block;
 vertical-align:middle;
 

 }

#footer .bottomlink {
 text-align:left;	 
  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: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:#f7f7f7;
	text-decoration:none;	 
 	 
 } 


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



/**/

#footer .companyinfo{
	clear:both;
 	padding-left:0px;
 	padding-top:0px;
	letter-spacing:0px;
 	 
 	}

#footer  .companyinfo .head_local{
	margin-bottom:20px;
}
#footer  .companyinfo .head_local .leftT{
	color:#f7d7b4;
}


#footer .companyinfo span{
	margin-right:10px;
 	color:#aaaaaa;
 	display:inline-block;
	letter-spacing:0px;
 	}
#footer .companyinfo strong{
 	font-weight:400;
 	}
 
#footer .companyinfo p.cpyright{
	color:#5e6262;
 	font-size:12px;
 	 letter-spacing:0px;
	 padding-bottom:10px;
 	}
 
@media(max-width:900px){
	#footer  .bottomlogo{
 		width:100%;
		text-align:left;

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

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

}
@media(max-width:540px){
	#footer .bottomlink ul li{margin-right:3px;padding:3px 0;}
	#footer  .bottomlink ul li a {
		padding-left:5px;
		font-size:13px;
		
	 }
	 #footer  .bottomlink ul li a:after{top:8px;}
	 #footer .companyinfo{margin-top:10px;}
}