@charset "utf-8";

#wrap {
	position: relative;
	margin: 0 auto;
}

/* --- #Header ------------------ */
.fix_w {
	position: relative;
	z-index: 1;
	width: 980px;
	height: 62px;
	margin: 0 auto;
	padding-top: 38px;
}

.fix_w::after {
	content: "";
	display: block;
	clear: both;
}

#header {
	position: relative;
	z-index: 990; /* --- Common layout > Default Gnb ------------------ */
}

#header h1 {
	position: absolute;
	bottom: 10px;
	left: 0;
	overflow: hidden;
}

#header .tt_glb {
	display: inline-block;
	vertical-align: bottom;
	width: 78px;
	height: 20px;
	margin: 0 0 3px 3px;
	background: url("../image/tt_global.png") no-repeat;
	color: transparent;
}

#header .partners {
	position: absolute;
	top: 10px;
	left: 1000px;
}

#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("../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;
	letter-spacing: 0.5px;
	text-decoration: none;
}

#header .util > li a strong {
	display: block;
	padding-left: 19px;
	background: url("../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,
#header #header_full .util > li.cart a,
#header #header_full .util > li.fave a,
#header #header_full .util > li.mb a,
#header #header_full .util > li.qpost a {
	background: url("../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.m_bronze .name {
	color: #d77e1f;
}

#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: #50b13f;
	background-color: #50b13f;
}

#header .util .user_name .grade_badge.slv {
	border-color: #32baff;
	background-color: #32baff;
}

#header .util .user_name .grade_badge.gld {
	border-color: #ffae1f;
	background-color: #ffae1f;
}

#header .util .user_name .grade_badge.vip2 {
	border-color: #6b21ff;
	background-color: #6b21ff;
}

#header .util .user_name .grade_badge.qpr {
	border-color: #f51ba9;
	background-color: #fb3ebb;
}

#header .util .user_name .grade_badge.bronze {
	border-color: #d77e1e;
	background-color: #d77e1f;
}

#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("../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 .gnb_menu {
	position: relative;
	z-index: 0;
	clear: both;
	height: 34px;
	background: #527fef;
}

#header .gnb_menu ul::after {
	content: "";
	display: block;
	clear: both;
}

/* #header .gnb_menu a:hover{-webkit-transition:all ease-out .35s; -moz-transition:all ease-out .35s; transition:all ease-out .35s;} */
#header .gnb_menu .fix_w {
	height: auto;
	padding: 0;
}

#header .gnb_menu .major {
	padding-right: 45px;
}

#header .gnb_menu .major > li {
	position: relative;
	z-index: 1;
	float: left;
	width: 133px;
	text-align: center;
	white-space: nowrap;
}

#header .gnb_menu .major .drop {
	display: block;
	overflow: hidden;
	height: 34px;
	border-left: 1px solid #3553e9;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 34px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#header .gnb_menu .major .drop:hover {
	background: #466ccb;
}

#header .gnb_menu .btn_opn,
#header .gnb_menu .btn_clse {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	height: 34px;
	border: solid #3553e9;
	border-width: 0 1px;
	color: transparent;
	font-size: 0;
}

#header .gnb_menu .btn_opn::after,
#header .gnb_menu .btn_clse::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: solid #5581ef;
	border-width: 7px 14px;
	background: url("../image/layout.png") no-repeat;
}

#header .gnb_menu .btn_opn::after {
	background-position: -95px 0;
}

#header .gnb_menu .btn_clse {
	border-color: #2756ca;
}

#header .gnb_menu .btn_clse::after {
	border-color: #2756ca;
	background-color: #2756ca;
	background-position: -75px 0;
}

#header .gnb_menu .dropdown {
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 3;
	overflow: hidden;
	box-sizing: border-box;
	max-height: 535px;
	padding: 13px 4px 35px 24px;
	border: 1px solid #d3d3d3;
	border-top: 0 none;
	background-color: #fff;
	font-size: 0;
}

#header .gnb_menu .dropdown .grp {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	margin-right: 20px;
	text-align: left;
}

#header .gnb_menu .dropdown a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #787878;
	font-size: 12px;
	line-height: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#header .gnb_menu .dropdown a:hover {
	color: #527fef;
	text-decoration: none;
}

#header .gnb_menu .dropdown h4 a {
	position: relative;
	display: block;
	overflow: hidden;
	padding-right: 10px;
	border-bottom: 3px solid #f2f2f2;
	color: #444;
	font-weight: normal;
	font-size: 15px;
	line-height: 32px;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.2s;
}

#header .gnb_menu .dropdown h4 a::after {
	content: "";
	position: absolute;
	top: 13px;
	right: 2px;
	width: 7px;
	height: 7px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	transition: 0.2s;
	transform: rotate(-45deg);
}

#header .gnb_menu .dropdown h4 a:hover::after {
	border-color: #555;
}

#header .gnb_menu .dropdown h4 ~ h4 {
	margin-top: 25px;
}

#header .gnb_menu .dropdown h4 + h4 {
	margin-top: 15px;
}

#header .gnb_menu .dropdown h4 + ul {
	margin-top: 0;
}

#header .gnb_menu .dropdown ul {
	margin-top: 45px;
}

#header .gnb_menu .dropdown li {
	margin-top: 10px;
}

#header .gnb_menu .dropdown .lnk {
	margin-top: 35px;
}

#header .gnb_menu .dropdown .lnk a {
	display: block;
	margin-top: 10px;
	color: #2756ca;
}

#header .gnb_menu .dropdown .lnk a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	height: 2px;
	margin: -2px 6px 0 0;
	border-radius: 50%;
	background: #2756ca;
}

#header .gnb_menu .sub {
	position: absolute;
	top: 34px;
	left: 0;
	display: table;
	overflow: hidden;
	width: 978px;
	padding-bottom: 34px;
	border: 1px solid #d3d3d3;
	border-top: 0 none;
	background: #fff;
}

#header .gnb_menu .sub ul {
	position: relative;
	z-index: 0;
	display: table-cell;
	overflow: hidden;
	width: 132px;
	border-left: 1px solid #f2f2f2;
}

#header .gnb_menu .sub ul:first-child {
	border-left: 0 none;
}

#header .gnb_menu .sub li {
	vertical-align: top;
	margin: 10px 0;
	padding: 0 10px 0 15px;
	line-height: 16px;
}

#header .gnb_menu .sub li a {
	color: #666;
}

#header .gnb_menu .sub li a:hover {
	color: #527fef;
	text-decoration: none;
}

#header .gnb_menu .nav_deal {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 34px;
	border-top: 1px solid #f2f2f2;
}

#header .gnb_menu .nav_deal a {
	float: left;
	width: 16.6666%;
	height: 20px;
	padding: 7px 0;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

#header .gnb_menu .nav_deal a:hover {
	border-color: #c0c0c0 #b8b8b8 #b1b1b1 #c0c0c0;
}

#header .gnb_menu .nav_deal a strong {
	display: inline-block;
	height: 20px;
	padding-left: 25px;
	background: url("../image/ic_gnb.png") no-repeat;
	line-height: 20px;
}

#header .gnb_menu .nav_deal a.ts strong {
	background-position: 0 0;
}

#header .gnb_menu .nav_deal a.dd strong {
	background-position: 0 -20px;
}

#header .gnb_menu .nav_deal a.gb strong {
	padding-left: 28px;
	background-position: 0 -40px;
}

#header .gnb_menu .nav_deal a.ex strong {
	padding-left: 32px;
	background-position: 0 -60px;
}

#header .gnb_menu .nav_deal a.qa strong {
	background-position: 0 -80px;
}

#header .gnb_menu .nav_deal a.ql strong {
	background-position: 0 -100px;
}

#header .gnb_menu .nav_deal a.qs strong {
	background-position: 0 -120px;
}

#header .gnb_menu .nav_deal a.rw strong {
	background-position: 0 -140px;
}

#header .gnb_menu .nav_deal a.pnt strong {
	background: url("../image/new_ic_gnb.png") no-repeat;
	background-position: 0 -80px;
}

.gnb_deal {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	width: 980px;
	background: #527fef;
}

.gnb_deal ul {
	padding-right: 46px;
}

.gnb_deal li {
	float: left;
	width: 20%;
}

.gnb_deal li a {
	display: block;
	height: 20px;
	padding: 7px 0;
	line-height: 20px;
	text-align: center;
}

.gnb_deal li strong {
	display: inline-block;
	height: 20px;
	padding-left: 30px;
	background: url("../image/ic_gnb.png") no-repeat;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

.gnb_deal li.ts strong {
	background-position: 0 -200px;
}

.gnb_deal li.dd strong {
	background-position: 0 -240px;
}

.gnb_deal li.gb strong {
	background-position: 0 -280px;
}

.gnb_deal li.ex strong {
	padding-left: 35px;
	background-position: 0 -320px;
}

.gnb_deal li.qa strong {
	background-position: 0 -360px;
}

.gnb_deal li.ql strong {
	background-position: 0 -400px;
}

.gnb_deal li.qs strong {
	background-position: 0 -440px;
}

.gnb_deal li.rw strong {
	background-position: 0 -480px;
}

.gnb_deal li.qpnt strong {
	background: url("../image/new_ic_gnb.png") no-repeat;
	background-position: 0 -360px;
}

.gnb_deal li.on.ts {
	background: #52b1ff;
}

.gnb_deal li.on.ts strong {
	background-position: 0 -220px;
}

.gnb_deal li.on.dd {
	background: #ff5960;
}

.gnb_deal li.on.dd strong {
	background-position: 0 -260px;
}

.gnb_deal li.on.gb {
	background: #fe9b21;
}

.gnb_deal li.on.gb strong {
	background-position: 0 -300px;
}

.gnb_deal li.on.ex {
	background: #f3be0e;
}

.gnb_deal li.on.ex strong {
	background-position: 0 -340px;
}

.gnb_deal li.on.qa {
	background: #26b6e1;
}

.gnb_deal li.on.qa strong {
	background-position: 0 -380px;
}

.gnb_deal li.on.ql {
	background: #c677f4;
}

.gnb_deal li.on.ql strong {
	background-position: 0 -420px;
}

.gnb_deal li.on.qs {
	background: #0dbad2;
}

.gnb_deal li.on.qs strong {
	background-position: 0 -460px;
}

.gnb_deal li.on.rw {
	background: #ed2f3d;
}

.gnb_deal li.on.rw strong {
	background-position: 0 -500px;
}

.gnb_deal li.on.qpnt {
	background: #26b6e1;
}

.gnb_deal li.on.qpnt strong {
	background: url("../image/new_ic_gnb.png") no-repeat;
	background-position: 0 -380px;
}

.gnb_svclnk {
	position: absolute;
	right: -7px;
	bottom: 13px;
}

.gnb_svclnk a {
	float: left;
}

#gnb_search {
	position: relative;
	top: 12px;
	z-index: 999;
	width: 404px;
	height: 40px;
	margin: 0 auto;
}

#gnb_search .formbox {
	position: relative;
	display: block;
	overflow: hidden;
	height: 32px;
	padding-right: 70px;
	border: 4px solid #527fef;
}

#gnb_search .ip_text {
	display: block;
	width: 300px;
	height: 32px;
	margin: 0 auto;
	padding: 0 13px;
	border: 0 none;
	color: #666;
	font-weight: bold;
	font-size: 13px;
	line-height: 32px;
}

#gnb_search .ip_text_ads {
	color: #4f8ac2;
	font-weight: bold;
	text-align: center;
}

#gnb_search .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 32px;
	border: 0 none;
	background: #527fef;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 31px;
	text-align: center;
}

#gnb_search .btn:link,
#gnb_search .btn:hover,
#gnb_search .btn:active,
#gnb_search .btn:visited {
	text-decoration: none;
}

#gnb_search .form_srchin {
	position: absolute;
	right: 73%;
	bottom: 105%;
	padding: 6px 10px;
	border: 2px solid #7895db;
	border-radius: 3px;
	background: #f6f9ff;
	color: #454545;
	white-space: nowrap;
}

#gnb_search .form_srchin label {
	margin-left: 8px;
	color: #3661cc;
	font-weight: bold;
}

#gnb_search .form_srchin::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 15px;
	height: 10px;
	margin-left: -8px;
	background: url("../image/layout.png") -150px 0 no-repeat;
}

/* --- #Header_full ------------------ */
#header_full {
	position: relative;
	padding: 0;
	background: url("../../minishop/image/bg_h_container40.png") repeat-x;
}

#header_full h1 {
	float: left;
	margin: 10px 10px 0 30px;
}

#header_full .gnb {
	position: relative;
	max-width: 1900px;
	height: 42px;
	margin: 0 auto;
	text-align: left;
}

#header_full .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("../image/layout.png") -257px 0 no-repeat;
	line-height: 28px;
}

#header_full .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_full .srch_form {
	position: relative;
	padding-right: 28px;
	background: #fff;
}

#header_full .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_full .srch_form .input_txt:focus {
	color: #333;
	font-style: normal;
}

#header_full .srch_form .btn_srch {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 28px;
	height: 0;
	padding-top: 28px;
	border: 0 none;
	background: url("../image/layout.png") -287px 0 no-repeat;
	cursor: pointer;
}

#header_full .btn_share {
	position: absolute;
	top: 10px;
	right: 15px;
	overflow: hidden;
	width: 64px;
	height: 20px;
	margin-left: 5px;
	padding: 0 5px;
	border: 1px solid #d5d5d7;
	border-radius: 3px;
	background-color: #f6f6f6;
}

#header_full .btn_share span {
	display: inline-block;
	padding-left: 20px;
	background: url("../image/bul_layout2.png") 2px -1030px no-repeat;
	color: #666;
	line-height: 20px;
}

#header_full .util {
	position: absolute;
	top: 4px;
	right: 0;
}

#header_full .util ul {
	overflow: visible;
}

#header_full .util > li {
	float: left;
	overflow: visible;
	padding: 0 6px;
	background: url("../image/bul_layout2.png") 0 -240px no-repeat;
}

#header_full .util > li:first-child,
#header_full .util > li.first {
	background: none;
}

#header_full .util > li > a {
	position: relative;
	display: block;
	vertical-align: middle;
	overflow: visible;
	border: 1px solid transparent;
	line-height: 20px;
	text-decoration: none;
}

#header_full .util > li a strong {
	display: block;
	padding-left: 19px;
	background: url("../image/bul_layout.png") 0 -330px no-repeat;
	font-weight: normal;
}

#header_full #header .util > li.cart a,
#header_full #header .util > li.fave a,
#header_full #header .util > li.mb a,
#header_full #header .util > li.qpost a,
#header_full .util > li.cart a,
#header_full .util > li.fave a,
#header_full .util > li.mb a,
#header_full .util > li.qpost a {
	background: url("../image/bul_layout2.png") no-repeat;
}

#header_full .util > li.cart a {
	padding-left: 15px;
	background-position: 0 -160px;
}

#header_full .util > li.fave a {
	padding-left: 17px;
	background-position: 0 -200px;
}

#header_full .util > li.mb a {
	padding-left: 13px;
	background-position: 0 -180px;
}

#header_full .util > li.qpost a {
	padding-left: 17px;
	background-position: 0 -140px;
}

#header_full .util .user_name {
	padding: 0 4px;
	background: none;
}

#header_full .util .user_name a {
	display: inline-block;
	vertical-align: middle;
}

#header_full .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_full .util .user_name.m_green .name {
	color: #00b325;
}

#header_full .util .user_name.m_silver .name {
	color: #00a9e1;
}

#header_full .util .user_name.m_vip .name {
	color: #8a20dc;
}

#header_full .util .user_name.m_gold .name {
	color: #ff8a00;
}

#header_full .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_full .util .user_name .grade_badge.grn {
	border-color: #00a651;
	background-color: #00b325;
}

#header_full .util .user_name .grade_badge.slv {
	border-color: #069dcf;
	background-color: #00a9e1;
}

#header_full .util .user_name .grade_badge.gld {
	border-color: #ff7200;
	background-color: #ff8a00;
}

#header_full .util .user_name .grade_badge.vip2 {
	border-color: #7514be;
	background-color: #8a20dc;
}

#header_full .util .user_name .grade_badge.qpr {
	border-color: #f51ba9;
	background-color: #fb3ebb;
}

#header_full .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_full .ly_util:hover {
	border-color: #8e949b;
}

#header_full .ly_util .drop {
	display: block;
	height: 16px;
	padding: 2px 0;
	background: url("../image/bul_layout2.png") right -1010px no-repeat;
	line-height: 16px;
	text-decoration: none;
}

#header_full .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_full .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_full .ly_util .layer li a {
	display: block;
	height: 18px;
	padding: 0 5px;
	color: #606060;
	line-height: 18px;
	text-decoration: none;
}

#header_full .ly_util .layer li a:hover {
	background-color: #e6e6e6;
}

#header_full .ly_util .layer li.on a {
	color: #0b90fd;
	font-weight: bold;
}

#header_full .ly_util .layer li.on a:hover {
	background-color: transparent;
}

#header_full .ly_util .layer_slct li a {
	position: relative;
	padding-left: 15px;
}

#header_full .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_full .util {
	top: 10px;
	right: 92px;
}

#header_full .partners {
	float: right;
	margin-top: 15px;
}

#header_full .lst_hot {
	float: left;
	overflow: hidden;
	width: 294px;
	height: 35px;
}

#header_full .lst_hot li {
	float: left;
	margin: 10px 0 0 5px;
}

#header_full .lst_hot li a {
	padding: 0 5px 0 11px;
	background: url("../image/bul_layout.png") 0 -962px no-repeat;
	color: #fff;
	font-weight: normal;
}

#header_full .lst_hot li.firstchild a {
	padding: 0 5px 0 0;
	background: none;
}

/* --- #Container ------------------ */
#page {
	position: relative;
	_display: inline-block;
	width: 980px;
	margin: 0 auto;
}

#page::after {
	content: "";
	display: block;
	clear: both;
}

#content {
	position: relative;
	overflow: visible;
	_overflow: hidden;
	width: 980px;
	margin: 9px auto 20px;
	border-top: 1px solid transparent;
}

/* --- #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("../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;
}

/* --- #quickInfo ------------------ */
#quickInfo {
	top: 16px;
}

#quickSmartView {
	top: 78px;
}

#quickSmartView .arrow {
	top: 130px;
	right: -10px;
}

#quickSmartView.cartOn .arrow {
	top: 50px;
}

.m_ad_bnnr {
	top: 137px;
}
