@charset "utf-8";
@import "/layouts/default/_theme/style01/reset.css";

.wrap {width:1000px;margin:auto;}

#header {background:white; border-bottom:1px solid #222;}
#header h1 {height: 50px; line-height:55px; overflow:hidden;}
#header h1 img {}
#header h1 a {text-decoration:none; font-size:22px;}
#header .logo {float:left; position:relative; padding:0; margin:0;}

#header .login {float:right; position:relative;}
#header .login a {}

#header .search {float:right; position:relative; margin:0 0 0 20px;}
#header .search form {display:block; width:228px; height:25px; background:white;border-radius:6px;}
#header .search .keyword {
	float:left; 
	width:186px; 
	height:100%; 
	padding-left:10px;
	font-size:11px; 
	font-family:"돋움", "dotum", sans-serif;
	color:#888;
	border:none;
	background:transparent;
}
#header .search .keyword:focus {font-weight:bold;font-size:12px;font-family:gulim;color:#222222;}
#header .search .sbtn {float:left;padding:5px;position:relative;top:-1px;left:4px;}

#topmenu {background:#777; color:white; height:40px; line-height:40px; font-size:16px;}

#footer .logo {float:left; margin-top:23px;}
#footer .slinks {float:left; margin-left:40px;}