/* BASIC css start */
@charset "UTF-8";

#header {
	width:100%;
}
#header ul {
	overflow: hidden;
}
#header #gnb {
	width:100%;
	height:30px;
	background:url(/design/jikim/9648/0topbg01.gif) repeat-x;
	background-position:bottom;
	overflow: hidden;
}
#header #gnb_nav {
	height:16px;
	padding:7px 0;
	float:left;
}
#header #gnb_nav li {
	float: left;
}
#header #gnb_search {
	float: left;
}
#header #gnb_search input.input-search {
    width:108;
    margin-left:20px;
    border:0;
    border-bottom:solid 1px #dadada;
}
#header #gnb_search input[type="image"] {
	width:18px;
	height:13px;
	padding:8px 0 9px;
}
#header #gnb_bookmark {
	width:131px;
	height:16px;
	padding:7px 0;
	float: right;
}
/* LNB */
#header #lnb {
	position: relative;
	width:100%;
	height:150px;
}
#header #lnb h2 {
	position: absolute;
	top:45px;
	left:50%;
	margin-left:-500px;
	width:216px;
}
#header #lnb h3 {
	position: absolute;
	top:20px;
	left:50%;
	margin-left:270px;
	width:216px;
}
#header #lnb h1 {
	position: absolute;
	top:45px;
	left:50%;
	margin-left:-108px;
	width:216px;

}
#header #lnb #lnb_nav {
	position: absolute;
	top:120px;
	width:100%;
	height:49px;
	border-top:solid 1px #e2e2e2;
	border-bottom:solid 1px #e2e2e2;
}
#header #lnb #lnb_nav td {
	text-align: center;
	background:url(/design/jikim/9648/lnb_line.gif) no-repeat;
	background-position:left center;
    background-size:1px 24px; 
    
}
#header #lnb #lnb_nav td:first-child {
	background:none;
}
#header #lnb #lnb_nav td a {
    display:block;
    padding:17px 0;
	color:#a4b8c3;
	font-weight:bold;
    font-size:12px;
}
#header #lnb #lnb_nav td a:hover {
    color:#e99f8b;
}

/* BASIC css end */

