#header{
	width:100%;
	position:absolute;
	padding:1em 3%;
	box-sizing:border-box;
	display:inline-block;
	z-index:9;
}

#sub #header{
	width:100%;
	position:relative;
	padding:1em 3%;
	box-sizing:border-box;
	display:inline-block;
	z-index:9;
	border-bottom:1px solid #e5e5e5;
}

#header .logo{
	width:242px;
	display:inline-block;
}

#header .logo img{
	width:100%;
}

#header .menu{
	width:40px;
	display:inline-block;
	float:right;
	margin-top:0.5em;
}

#header .menu img{
	width:100%;
	display:inline-block;
	float:right;
	margin-top:0.5em;
}

@media screen and (max-width: 425px){
	#header{
		width:100%;
		position:absolute;
		padding:1em 3%;
		box-sizing:border-box;
		display:inline-block;
		z-index:9;
	}
	
	#header .logo{
		width:180px;
		display:inline-block;
	}
	
	#header .logo img{
		width:100%;
	}
	
	#header .menu{
		width:35px;
		display:inline-block;
		float:right;
		margin-top:0.5em;
	}
	
	#header .menu img{
		width:100%;
		display:inline-block;
		float:right;
		margin-top:0.5em;
	}
}


#footer{
	width:100%;
	background:#222;

}


#footer .top{
	width:100%;
	border-bottom:1px solid #777;
	padding:15px 3%;
	box-sizing:Border-box;
	display:inline-block;
}

#footer .top .topMenu{
	display:inline-block;
	margin:0 auto;
}

#footer .top .topMenu li{
	font-size:13px;
	display:inline-block;
	color:#777;
	margin:5px 5px;
	font-family:'roboto','noto sans kr';
	background:#2f2f2f;
	padding:5px 20px;
	border-radius:5px;
}

#footer .top .topMenu li:first-child{
	margin-left:0px;
}


#footer .top .topMenu li a{
	color:#777;
}


#footer .top .withCompany{
	display:inline-block;
	float:right;
}

#footer .top .withCompany select{
	border:1px solid #777;
	color:#777;
	padding:5px;
	box-sizing:border-box;
	display:inline-block;
	margin-top:3px;
	background:#222;
	vertical-align:middle;
}

#footer .top .withCompany input{
	border:1px solid #777;
	color:#777;
	background:#222;
	padding:4px 10px;
	font-size:13px;
	vertical-align:middle;
	margin-top:2px;
}



#footer .bottom{
	width:94%;
	margin:0 auto;
	padding:1.5em 0px;
}

#footer .bottom .customerCenter{
	width:100%;
	display:inline-block;
	vertical-align:top;
}
#footer .bottom .customerCenter .subject{
	font-size:15px;
	color:#777;
}

#footer .bottom .customerCenter .line{
	width:30px;
	height:1px;
	background:#777;
	margin:20px 0px;
}

#footer .bottom .customerCenter .call{
	font-size:24px;
	font-family:'roboto';
	color:#e5e5e5;
}




#footer .bottom .customerCenter .time{
	font-size:13px;
	color:#777;
	margin-top:10px;
	font-family:'roboto','noto sans kr';
}

#footer .bottom .info{
	display:block;
	vertical-align:top;
	width:100%;
}



#footer .bottom li{
	display:block;
	color:#777;
	font-size:14px;
	margin-top:30px;
}


#footer .bottom li span{
	display:block;
	margin-bottom:10px;
	font-weight:bold;
}





#footer .bottom .snsList{
	width:100%;
	display:inline-block;
}

#footer .bottom .snsList li{
	width:30px;
	display:inline-block;
	margin-right:5px;
}


#footer .bottom .snsList li img{
	width:100%;
}

