@charset "utf-8";

/* 첫 화면 style */

html, body {
	height: 100%;
}

#wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 398px;
	margin: -199px 0 0 -400px;
}

#top {
	position: relative;
	width: 800px;
	height: 108px;
	margin: auto auto auto auto;
	background: url(/img/fp_top_bg.gif) no-repeat top left;
	border: 1px;
}

#top h1 {
	display: none;
}

#member {
	position: absolute;
	left: 230px;
	bottom: 8px;
}

#member ul li {
    float: left;
    margin-right: 2px;
}

#searchText {
    position: absolute;
    bottom: 10px;
    left: 345px;
    width: 94px;
    height: 16px;
    border: 1px solid #cccccc;
}

#searchButton {
    position: absolute;
    bottom: 10px;
    left: 447px;
}

#topMenu ul {
	margin: 40px 0 0 0;
	padding: 0 0 0 1px;
	float: right;
	background: url(/img/bar.gif) repeat-y top left;
}

#topMenu ul li {
	padding: 0 4px 0 4px;
	float: left;
	line-height: 1.6em;
	font-size: 0.7em;
	color: #7d2428;
	background: url(/img/bar.gif) repeat-y top right;
}

#topMenu ul li a {
	color: #7d2428;
	text-decoration: none;
}

#middle {
	width: 800px;
	height: 140px;
	margin: auto auto auto auto;
}

#bottom {
    position: relative;
	width: 800px;
	height: 150px;
	margin: auto auto auto auto;
	background: url(/img/fp_bottom_bg.gif) no-repeat top left;
}

#bottom h2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

#shopList {
	margin: 0;
	padding: 0;
	float: right;
}

#shopList ul li a {
    display: block;
	color: #c7874c;
	text-decoration: none;
}

/*
.shopNoticeImage {
    margin-top: 2px;
}
*/

#iShop {
    position: absolute;
    right: 0;
    top: -187px;
}

#bottom .shop {
	margin: 9px 0 0 4px;
	padding: 0;
	float: left;
}

#bottom .shop ul {
	padding: 6px 0 0 0;
	width: 119px;
	display: none;
}

#bottom .shop ul li {
	padding: 2px 0 2px 9px;
	font-size: 0.68em;
	color: #c7874c;
	background: url(/img/fp_bullet.gif) no-repeat center left;
}

#agreement {
    margin-top: 9px;
    float: left;
	font-size: 0.75em;
	color: #7d2428;
}

#agreement ul {
}

#agreement ul li {
    float: left;
    background: url(/img/bar.gif) repeat-y top right;
}

#agreement ul .lastItem {
    background: none;
}

#agreement ul li a {
    margin-right: 1px;
    padding: 0 5px;
	color: #7d2428;
    text-decoration: none;
}

#agreement ul li a:link, #agreement ul li a:visited {
    background-color: transparent;
}

#agreement ul li a:hover, #agreement ul li a:active {
    background-color: #fef9ee;
}
