@charset "utf-8";

/* -----------------------------------------------
    = LAYOUT
----------------------------------------------- */
#wrap {
	position: relative;
	margin: 0 auto;
	background: url("../image/bg_h_container40.png") repeat-x;
}

#page {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#content {
	position: relative;
	width: 980px;
	margin: 10px auto 0;
}

/* Layout Extension for SellerShop Template */
#wrap .page_extend {
	width: 100%;
}

.page_extend #content {
	width: 100%;
}

/* -----------------------------------------------
    = HEADER
----------------------------------------------- */
#header {
	position: relative;
	z-index: 103;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#header .gnb {
	height: 42px;
}

#header .gnb .mini_shop_ci > a {
	display: block;
	width: 60px;
}

#header .gnb .mini_shop_ci > a > img {
	max-width: 100%;
}

#header .srch_area {
	position: relative;
	float: left;
	height: 28px;
	margin: 6px 0 0 5px;
	padding-left: 30px;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	background: #fff url("../../common/image/layout.png") -257px 0 no-repeat;
	line-height: 28px;
}

#header .srch_area .btn_cate {
	position: absolute;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 28px;
	padding-left: 29px;
	border-right: 1px solid #dbdbdb;
	color: transparent;
}

#header .srch_form {
	position: relative;
	padding-right: 28px;
	background: #fff;
}

#header .srch_form .input_txt {
	display: block;
	box-sizing: border-box;
	width: 130px;
	height: 28px;
	padding: 5px 12px;
	border: 0 none;
	color: #b0b0b0;
	font-style: italic;
}

#header .srch_form .input_txt:focus {
	color: #333;
	font-style: normal;
}

#header .srch_form .btn_srch {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 28px;
	height: 0;
	padding-top: 28px;
	border: 0 none;
	background: url("../../common/image/layout.png") -287px 0 no-repeat;
	cursor: pointer;
}

#header h1 {
	position: static;
	float: left;
	margin: 6px 10px 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}

#header h1 em {
	color: #ff9b2d;
}

#header .util {
	position: absolute;
	top: 4px;
	right: 0;
}

#header .util ul {
	overflow: visible;
}

#header .util > li {
	float: left;
	overflow: visible;
	padding: 0 6px;
	background: url("../../common/image/bul_layout2.png") 0 -240px no-repeat;
}

#header .util > li:first-child,
#header .util > li.first {
	background: none;
}

#header .util > li > a {
	position: relative;
	display: block;
	vertical-align: middle;
	overflow: visible;
	border: 1px solid transparent;
	line-height: 20px;
	text-decoration: none;
}

#header .util > li a strong {
	display: block;
	padding-left: 19px;
	background: url("../../common/image/bul_layout.png") 0 -330px no-repeat;
	font-weight: normal;
}

#header .util > li.cart a,
#header .util > li.fave a,
#header .util > li.mb a,
#header .util > li.qpost a {
	background: url("../../common/image/bul_layout2.png") no-repeat;
}

#header .util > li.cart a {
	padding-left: 15px;
	background-position: 0 -160px;
}

#header .util > li.fave a {
	padding-left: 17px;
	background-position: 0 -200px;
}

#header .util > li.mb a {
	padding-left: 13px;
	background-position: 0 -180px;
}

#header .util > li.qpost a {
	padding-left: 17px;
	background-position: 0 -140px;
}

#header .util .user_name {
	padding: 0 4px;
	background: none;
}

#header .util .user_name a {
	display: inline-block;
	vertical-align: middle;
}

#header .util .user_name a.name {
	overflow: hidden;
	max-width: 90px;
	margin: 0 3px;
	color: #1e71e2;
	line-height: 20px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#header .util .user_name.m_green .name {
	color: #00b325;
}

#header .util .user_name.m_silver .name {
	color: #00a9e1;
}

#header .util .user_name.m_vip .name {
	color: #8a20dc;
}

#header .util .user_name.m_gold .name {
	color: #ff8a00;
}

#header .util .user_name .grade_badge {
	width: auto;
	min-width: 30px;
	height: 15px;
	margin: 2px 0 0;
	padding: 0 3px;
	border: 1px solid #069dcf;
	border-radius: 2px;
	background: #00a9e1;
	color: #fff;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
}

#header .util .user_name .grade_badge.grn {
	border-color: #00a651;
	background-color: #00b325;
}

#header .util .user_name .grade_badge.slv {
	border-color: #069dcf;
	background-color: #00a9e1;
}

#header .util .user_name .grade_badge.gld {
	border-color: #ff7200;
	background-color: #ff8a00;
}

#header .util .user_name .grade_badge.vip2 {
	border-color: #7514be;
	background-color: #8a20dc;
}

#header .util .user_name .grade_badge.qpr {
	border-color: #f51ba9;
	background-color: #fb3ebb;
}

#header .ly_util {
	position: relative;
	top: 0;
	z-index: 1000;
	width: auto;
	min-width: 75px;
	border: 1px solid #c6c9cd;
	border-radius: 3px;
	background: #fff;
	font-size: 11px;
	transition: ease 0.4s;
}

#header .ly_util:hover {
	border-color: #8e949b;
}

#header .ly_util .drop {
	display: block;
	height: 16px;
	padding: 2px 0;
	background: url("../../common/image/bul_layout2.png") right -1010px no-repeat;
	line-height: 16px;
	text-decoration: none;
}

#header .ly_util .drop span {
	display: block;
	overflow: hidden;
	margin: 0 15px 0 5px;
	padding: 0;
	background: none;
	color: #333;
	font-weight: normal;
	white-space: nowrap;
	cursor: pointer;
}

#header .ly_util .layer {
	position: absolute;
	top: 22px;
	left: -1px;
	z-index: 50;
	width: 100%;
	padding: 6px 0;
	border: 1px solid #c9cbcf;
	border-radius: 3px;
	background-color: #fff;
}

#header .ly_util .layer li a {
	display: block;
	height: 18px;
	padding: 0 5px;
	color: #606060;
	line-height: 18px;
	text-decoration: none;
}

#header .ly_util .layer li a:hover {
	background-color: #e6e6e6;
}

#header .ly_util .layer li.on a {
	color: #0b90fd;
	font-weight: bold;
}

#header .ly_util .layer li.on a:hover {
	background-color: transparent;
}

#header .ly_util .layer_slct li a {
	position: relative;
	padding-left: 15px;
}

#header .ly_util .layer_slct li.on a::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 4px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #0b90fd;
}

#header .util {
	top: 10px;
}

/* -----------------------------------------------
    = WING BANNER
----------------------------------------------- */

/* --- Quick Infomation :#quickInfo ------------------ */
#quickInfo {
	top: 80px;
}

/* --- Left Wing Banner :.leftwing ------------------ */
.leftwing {
	position: fixed;
	_position: absolute;
	left: 50%;
	width: 0;
	height: 100%;
	margin-left: -500px;
}

.leftwing .inner {
	position: absolute;
	top: 135px;
	right: 0;
}

.leftwing.md .inner {
	top: 50%;
}

.leftwing.btm .inner {
	top: auto;
	bottom: 20px;
}

/* -----------------------------------------------
    = FOOTER
----------------------------------------------- */
#footer {
	display: block;
	margin: 0 auto 40px;
}

#footer .util {
	height: 44px;
	background-color: #f7f6f6;
	line-height: 16px;
}

#footer .util .list {
	width: 980px;
	margin: 0 auto;
}

#footer .util .list li {
	float: left;
	color: #666;
}

#footer .util .list li a {
	display: inline-block;
	margin: 14px 0;
	padding: 0 15px;
	border-left: 1px solid #d6d6d6;
	color: #5f5f5f;
	text-decoration: none;
}

#footer .util .list li:first-child a {
	border-left: 0 none;
}

#footer .info {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 20px;
}

#footer .info address {
	float: left;
	margin: 0 27px 0 14px;
	color: #666;
	font-style: normal;
	line-height: 20px;
}

#footer .info address .ebay {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 43px;
	height: 16px;
	margin: 1px 0 0 2px;
	background: url("../../common/image/layout.png") -317px 0 no-repeat;
}

#footer .info address .ebay em {
	display: block;
	text-indent: -5000px;
}

#footer .info address .cprtn {
	display: block;
}

#footer .info .act_ntfctn {
	float: left;
	line-height: 20px;
	text-decoration: underline;
}

#footer .info .sponsor {
	float: right;
	margin-right: 4px;
}

#footer .info .sponsor a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 9px;
}

#footer .info .qoo10 {
	margin-top: 40px;
}

#footer::after,
#footer .info::after {
	content: "";
	display: block;
	clear: both;
}

#footer .help {
	position: relative;
}

#footer .help .layer {
	position: absolute;
	top: 30px;
	left: -175px;
	z-index: 1;
	overflow: hidden;
	width: 390px;
	padding: 0 5px;
	border: 1px solid #999;
	background-color: #fff;
	text-align: center;
}

#footer .help .layer .inner a {
	float: none;
	padding: 0 12px;
	border: 0 none;
	color: #666;
	white-space: nowrap;
}
