@charset "utf-8";

/* ##### maint.(nn).skin.php, list.(nn).skin.php 공통 적용 시작 ##### */
/* 공통 */
.sct_wrap {
	clear: both;
	margin: 0 0 30px;
	zoom: 1
}

.sct_wrap:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.sct_wrap header {
	margin: 0 0 20px;
	zoom: 1
}

.sct_wrap header:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.sct_wrap h2 {
	padding: 10px 0 0;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.3em
}

.sct_wrap h2 a {
	text-decoration: none
}

.sct_wrap h2 a:hover {
	color: #34b5a1
}

.sct_wrap_hdesc {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

.sct_noitem {
	padding: 50px 0;
	text-align: center
}

.sct_icon img {
	margin: 0 1px 0 0
}

.sct_sns a {
	display: inline-block;
	margin: 0 4px 0 0
}

.sct_sns button {
	margin: 0 4px 0 0;
	padding: 0;
	border: 0
}

.mli_btn button {
	background: url('img/mainlist_btn.gif') no-repeat;
	width: 30px;
	height: 30px;
	border: none;
	text-indent: -9999px
}

.mli_btn button.mli_pre {
	position: absolute;
	top: 0;
	left: 10px
}

.mli_btn button.mli_next {
	background-position: -33px 0;
	position: absolute;
	top: 0;
	right: 10px
}


/*왼쪽배너*/
#sbn_side {
	width: 250px !important;
}

#sbn_side .item img {
	max-width: 250px;
	height: auto;
}

#sbn_side {
	position: fixed;
	left: 50px;
	bottom: 20px;
	z-index: 99
}

#sbn_side h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#sbn_side .itme {
	width: auto
}

#sbn_side .owl-prev {
	position: absolute;
	bottom: 30px;
	left: 20px;
	z-index: 99;
	background: url(img/pv_btn_1.gif) no-repeat 50% 50%;
	width: 13px;
	height: 17px;
	overflow: hidden;
	display: inline-block;
	text-indent: -999px;
}

#sbn_side .owl-next {
	position: absolute;
	bottom: 30px;
	left: 35px;
	z-index: 99;
	background: url(img/nx_btn_1.gif) no-repeat 50% 50%;
	width: 13px;
	height: 17px;
	overflow: hidden;
	display: inline-block;
	text-indent: -999px;
}

#sbn_side_close {
	position: absolute;
	bottom: 0;
	left: 0;
	background: none;
	border: 0;
	font-size: 0.92em;
	background: #333;
	padding: 3px;
	color: #fff
}

@media (max-width: 970px) {
	#sbn_side {
		left: 100px;
	}
}

@media (max-width: 640px) {
	#sbn_side {
		bottom: 10px;
		left: 10px;
		width: 150px;
	}

	#sbn_side .item img {
		max-width: 150px;
		height: auto
	}
}

/*이벤트*/
#sev {
	padding: 0
}

#sev:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#sev .ev_li {
	float: left;
	width: 25%;
	padding: 10px;
}

#sev .ev_li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#sev .ev_li_wr {
	border: 1px solid #ddd;
	background: #f3f3f3
}

#sev .ev_li .sev_img img {
	width: 100%;
	height: auto;
	display: block;
}

#sev .ev_prd {
	text-align: left;
	padding: 10px 15px
}

#sev .ev_prd li {
	border-top: 1px solid #ddd;
	padding: 10px;
	position: relative;
	min-height: 80px
}

#sev .ev_prd .ev_prd_1 {
	border: 0
}

#sev .more_btn {
	display: block;
	padding: 10px 0;
	font-size: 0.92em;
	color: #000;
	background: #ddd
}

#sev .more_btn:hover {
	background: #7089ce;
	color: #fff;
	transition: all 0.3s ease;
}

#sev .ev_txt_wr {
	padding-left: 60px;
}

#sev .ev_prd_img {
	position: absolute;
	top: 10px;
	left: 0px
}

#sev .ev_prd_tit {
	display: block;
	margin-bottom: 5px;
	line-height: 1.4em
}

#sev .ev_prd_price {
	color: #7089ce;
	line-height: 1.5em;
	font-size: 0.92em
}

#sev .ev_prd .no_prd {
	text-align: center;
	padding: 100px 0;
	height: 240px;
	color: #999;
	border: 0
}


@media (max-width: 1200px) {
	#sev .ev_li {
		padding: 5px
	}
}

@media (max-width: 970px) {
	#sev .ev_li {
		width: 50%;
		padding: 5px
	}

	#sev .ev_li:nth-child(2n+1) {
		clear: both
	}
}

@media (max-width: 640px) {
	#sev .ev_li {
		width: 100%;
		padding: 5px 0
	}

	#sev .ev_li_wr {}

	#sev .ev_prd {
		display: none
	}

}

/* 메인(베스트) 상품목록 스킨 10 */
.sct_10{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.sct_10 li {
	text-align: center;
	float: left;
	width: 25%;
}
.sct_10 .sct_txt a{
	font-size: 16px;
    font-weight: 600;
    padding: 10px 0 0;
	display: block;
}
.sct_10 .sct_img {
	display: block;
	border: 1px solid #ddd;
	/*border-radius:50%; */
	overflow: hidden;
}

.sct_10 .sct_img img {
	width: 100%;
	height: auto;
}

.sct_10 .sct_cost {
	color: #e64343;
	font-weight: bold;
	padding: 5px 10px 10px;
	font-size: 1.2em
}

.sct_10 .sct_cost .cust_price {
	display: block;
	color: #696969;
	font-size: 11px;
	font-weight: normal;
	text-decoration: line-through
}

.sct_10 .sct_tit {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.li_more {
	text-align: center;
	display: block;
}

.li_more img {
	width: 30px;
	margin: 5px 0
}

.li_more p {
	color: #aaa;
	margin-top: 5px;
	display: none;
}

.li_more .li_more_btn {
	clear: both;
	width: 100%;
	display: block;
}

.li_more button {
	background: #ff5b63;
	width: 205px;
	padding: 10px 0;
	font-size: 0.917em;
	color: #fff;
	margin: 40px 0 20px;
	border: none;
	text-align: center
}

/* 메인(최신) 상품목록 스킨 20 */
.sct_20 li {
	text-align: center;
	margin-bottom: 20px;
}

.sct_20 .sct_img {
	display: block;
	padding: 10px
}

.sct_20 .sct_img img {
	width: 100%;
	height: auto;
}

.sct_20 .sct_txt {
	text-align: center
}

.sct_20 .sct_cost {
	color: #ff405e;
	font-weight: bold;
	text-align: center
}

.sct_20 .sct_cost .cust_price {
	display: block;
	color: #696969;
	font-size: 11px;
	font-weight: normal;
	text-decoration: line-through
}

.sct_20 .sct_tit {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* 관련상품 목록 스킨 10 */
#sit_rel {
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 10px
}

#sit_rel h2 {
	background: #f5f5f5;
	color: #000;
	padding: 10px;
	border: 1px solid #e9e9e9;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold
}

/* 베스트상품 스킨 10 */
#best_item {
	margin-top: 10px;
	padding: 20px 0 10px 5px;
	overflow: hidden;
	position: relative;
}

#best_item h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#best_item #sbest_list {
	width: 100%;
	overflow: hidden;
}

#best_item .slide-wrap {
	margin: 0px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

#best_item .sct_best {
	width: 100%;
	position: relative;
	padding: 0;
	float: left;
}

#best_item .best_on {}

.sct_best .sct_li {
	position: relative;
	float: left;
}

.sct_best .sct_li .inner-bd {
	margin: 10px;
	border: 1px solid #e6e6e6;
	background: #fff
}

.sct_best .sct_li:hover .inner-bd {
	border-color: #ffd600
}

.sct_best .sct_last {
	margin: 0 0 15px !important
}

.sct_best .sct_clear {
	clear: both;
	margin-left: 0
}

.sct_best .sct_a {
	text-align: center;
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sct_best .sct_cost {
	text-align: center;
	color: #ff405e;
	font-weight: bold;
}

.sct_best .sct_txt .sct_a {
	margin: 0 0 5px;
	padding-top: 10px
}

.sct_best .sct_a img {
	width: 100%;
	height: auto
}

.sct_best .sct_id {
	display: block;
	margin: 0 0 5px
}

.sct_best .sct_basic {
	margin: 0 0 10px
}

.sct_best .sct_cost {
	display: block;
	margin: 0 0 10px;
	font-size: 0.917em
}

.sct_best .sct_icon {
	margin: 0 0 10px
}

.sct_best .sct_sns {
	margin: 15px 0 0
}

.sct_best .sct_img {
	position: relative;
	margin: 0 5px 5px;
	padding: 10px
}

.sct_best .best_icon {
	background: url('img/prd_icon.png') no-repeat;
	position: absolute;
	top: 0;
	left: -5px;
	font-size: 0;
	width: 55px;
	height: 55px;
	display: inline-block;
	z-index: 999;
	overflow: hidden;
	text-indent: -99999px
}

.bst_silde_btn {
	text-align: center;
	margin: 5px 0 10px
}

.bst_silde_btn button {
	background: url('img/best_btn.gif') no-repeat -25px 5px;
	width: 25px;
	height: 20px;
	margin: 0 3px;
	text-indent: -999px;
	font-size: 0;
	border: none;
}

.bst_silde_btn button.bst_sl {
	background-position: 0px 5px
}

@media (max-width:768px) {
	.sct_best .sct_li {
		width: 50% !important;
	}
}

/*개인결제 목록 */
#sct_wrap_bd {
	display: inline-block;
	width: 100%;
}

#sct_wrap {
	padding: 0;
	margin: 0;
	width: 100%;
}

#sct_wrap li {
	width: 25%;
	float: left;
	padding: 0 10px;
}

@media (max-width:768px) {
	#sct_wrap li {
		width: 50%
	}

}

@media (max-width:430px) {
	#sct_wrap li {
		width: 50%;
	}

	.sct_10 .sct_img {
		width: auto;
		height: auto;
		border-radius: 0;
		border: 0;
	}

	#sct_wrap .sit_icon img {
		width: auto;
	}
}

#sct_wrap li .inner-bd {
	margin: 10px;
	background: #fff
}

#sct_wrap li:hover .inner-bd {
	border-color: #aaa
}

.sct_pv .sct_li {
	text-align: center;
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin: 10px 0
}

.sct_pv .sct_img img {
	width: 100%;
}

#sct_wrap .sct_txt {
	padding: 10px
}

#sct_wrap .sct_txt a {
	overflow: hidden;
	display: block;
	height: 22px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

#sct_thtml {
	clear: both
}

@media (max-width:430px) {
	#sct_wrap li .inner-bd {
		border: 1px solid #ececec;
		padding: 5px;
		margin: 5px 5px 10px 5px;
	}

	#sct_wrap .sct_txt {
		padding: 3px
	}
}


/* ##### maint.(nn).skin.php, list.(nn).skin.php 공통 적용 끝 ##### */

/* 상품 목록 */
#sct:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.sct_admin {
	margin: 0 0 10px;
	text-align: right
}

/* 상품 목록 현재 위치 */
#sct_location {
	/*border:1px solid #e9e9e9;background:#f2f5f9;letter-spacing:-4px;*/
	border: 0;
	text-align: right;
}

#sct_location a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 0 !important;
}

.sct_here {
	font-weight: bold
}

.sct_bg {
	padding-right: 13px !important;
	background: url('img/sct_bg_toright.gif') right 12px no-repeat
}

/* 상품 목록 카테고리 목록 */
.sct_ct {
	text-align: center;
	width: 100%;
}

.sct_ct h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

.sct_ct ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 5px 0
}

.sct_ct ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.sct_ct ul li {
	display: inline-block;
	background: url(img/sbmn_bg.gif) no-repeat left 50%;
	padding: 0 15px 0 20px;
	font-size: 1.15em;
	line-height: 30px
}

.sct_ct ul li:first-child {
	background: none
}

.sct_ct a {
	text-decoration: none;
	color: #656565
}

.sct_ct_parent {
	font-weight: bold
}

.sct_ct_here {
	color: #ff3600 !important
}

#sct_ct_2 li {
	margin: 0 0 10px
}

#sct_ct_2 a {
	display: inline-block;
	width: 120px
}

#sct_ct_3 li {
	float: left;
	margin: 0 10px 10px 0;
	width: 120px
}


/**카테고리 및 상품정렬**/
/* Cate */
.list-category {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
}

.list-category ul {
	list-style: none;
	background: #F7F7F7;
	border-left: 1px solid #ddd;
}

.list-category li {
	border-right: 1px solid #ddd;
}

.list-category .active a,
.list-category .selected a {
	color: crimson;
	font-weight: bold !important;
}

#categoryLabel {
	background: #465ec8;
	color: #fff;
}

.dropdown .caret {
	margin-left: 5px;
}

/* Sort */
.list-sort {
	margin: 15px 0px 20px;
}

.list-sort ul {
	list-style: none;
}

.list-sort .on {
	font-weight: bold;
	color: crimson !important;
}

.list-sort .pull-left a,
.list-sort .pull-right a {
	display: inline-block;
}

.pull-left {
	padding-left: 5px;
}

.pull-left a {
	font-size: 1em;
	color: #999;
}

.pull-left a:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #E3E3E3;
	vertical-align: middle;
	margin: 0 8px;
}

.pull-left a:last-child:after {
	display: none;
}

#sortLabel {
	background: #000;
	color: #fff;
}


/* 상품 정렬 */
#sct_sort {
	padding: 10px 0;
	margin: 17px;
	clear: both
}

#sct_sort:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#sct_sort h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#sct_sort ul {
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
}

#sct_sort ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#sct_sort li {
	float: left;
	position: relative;
	margin-left: -1px;
	width: 33.4%
}

#sct_sort li a {
	display: inline-block;
	text-align: center;
	color: #8d8d8d;
	background: #fff;
	border-color: #e9e9e9;
	font-size: 0.917em;
	border-radius: 0;
	width: 100%
}

#sct_sort li a:hover {
	color: #63a1b8;
}

/* 상품 리스트 스타일 선택 */
#sct_lst {
	float: right;
	margin: 10px 0;
	padding: 0;
	list-style: none
}

#sct_lst:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#sct_lst li {
	position: relative;
	float: left;
	margin: 0 0 0 -1px
}

#sct_lst button {
	position: relative;
	margin: 0 0 0 -1px;
	padding: 0;
	width: 25px;
	height: 25px;
	border: 1px solid #ccc
}

#sct_lst button span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../shop/img/is_button.gif')
}

#sct_lst button.sct_lst_list span {
	background-position: 0 0
}

#sct_lst button.sct_lst_list span.sct_lst_on {
	background-position: 0 -30px
}

#sct_lst button.sct_lst_gallery span {
	background-position: -30px 0
}

#sct_lst button.sct_lst_gallery span.sct_lst_on {
	background-position: -30px -30px
}

/* 상품 상세보기 */
#sit {
	padding-top: 10px;
}

#sit:after {
	content: "";
	display: block;
	clear: both;
}

.sit_admin {
	margin: 10px 10px 0;
	text-align: right
}

.sit_empty {
	padding: 30px 0;
	text-align: center
}

/* 상품상세 */
#info_content {
	padding: 0 10px 30px;
	zoom: 1
}

#info_content:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#info_content h3 {
	margin: 0 0 10px
}

.if_tit {
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #e9e9e9;
}

.win_desc_if {
	border: 1px solid #e9e9e9;
	padding: 10px;
	border-top: none;
}

.win_desc {
	margin-top: 10px
}

/* 상품 상세보기 - 개요 */
#sit_ov_wrap {
	margin: 0 0 20px;
	background: #fff;
	padding: 10px;
}

#sit_ov_wrap:after,
#sit_ov:after,
#sit_pvi:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

@media (max-width:768px) {
	#sit_ov_wrap {
		padding: 0;
	}
}

#sit_pvi {
	position: relative;
	text-align: center;
	padding: 0 10px 0 0 !important;
	overflow: hidden;
}

#sit_pvi:after {
	content: "";
	display: block;
	clear: both;
}

.sit_pvi_btn {
	display: none;
	z-index: 10;
	width: 20px;
	border: 0;
	background: #f2f5f9
}

#sit_pvi img {
	width: 100%;
	height: auto;
}

#sit_pvi_nw h1 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#sit_pvi_nwbig {
	padding: 10px 0;
	text-align: center
}

#sit_pvi_nwbig span {
	display: none
}

#sit_pvi_nwbig span.visible {
	display: inline
}

#sit_pvi_nw ul {
	margin: 0 0 20px;
	padding: 0 10px;
	list-style: none;
	zoom: 1
}

#sit_pvi_nw ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#sit_pvi_nw li {
	float: left;
	margin: 0 0 1px 1px
}

#sit_pvi_nw li img {
	width: 60px;
	height: 60px
}



/* 상품 상세보기 - 간략정보 및 구매기능 */
#sit_ov {
	position: relative;
	padding: 0;
	height: auto !important;
	padding: 0 10px;
}

#sit_ov:after {
	content: "";
	display: block;
	clear: both;
}

#sit_ov h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#sit_ov h3 {
	margin: 0 0 10px;
	font-size: 15px;
}

#sit_ov section {
	padding-bottom: 10px
}

#sit_title {
	display: block;
	margin: 10px 0;
	font-size: 1.5em;
}

#sit_desc {
	display: inline-block;
	margin: 0 0 10px;
	color: #999
}

#sit_opt_info {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

.sit_icon {
	display: block;
	margin: 0 0;
}

.sit_icon img {
	margin: 0 1px 0 0;
	vertical-align: top;
	margin: 0 1px
}

#sit_star {
	color: #b8afa2;
	font-size: 0.95em;
	padding: 0 10px;
	line-height: 2.2em
}

#sit_star span {
	display: inline-block;
	margin: 0 5px 0 0;
	color: #666;
	letter-spacing: 0
}

#sit_star .sit_star {
	position: relative;
	top: -2px;
	margin: 0 5px 0 0
}

#sit_star a {
	display: inline-block;
	vertical-align: middle
}

#sit_star button {
	margin: 0;
	padding: 0;
	border: 0
}

.sit_ov_tbl {
	margin-bottom: 10px;
	background: #f6f6f6;
	padding: 0 10px;
	border-top: 1px solid #e9e9e9;
	border: 1px solid #e9e9e9;
}

.sit_ov_tbl:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.sit_ov_tbl table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
	font-size: 1.05em
}

.sit_ov_tbl th {
	border-top: 1px solid #e9e9e9;
	font-weight: 600;
	color: #333;
	text-align: left;
	padding: 9px 0;
}

.sit_ov_tbl td {
	padding: 5px 0;
	border-top: 1px solid #e9e9e9
}

.sit_ov_tbl tr:first-child td,
.sit_ov_tbl tr:first-child th {
	border: none
}

.sit_ov_ro {
	padding: 2px 2px 3px;
	border: 0;
	background: transparent;
	text-align: right;
	vertical-align: middle
}

.sit_ov_opt {
	padding: 2px 2px 3px;
	border: 0;
	background: transparent;
	vertical-align: middle
}

.sit_ov_input {
	height: 1.8em;
	border: 1px solid #b8c9c2;
	background: transparent;
	vertical-align: middle
}

.sit_ov_tbl button {
	margin: 0
}

.sit_op_sl {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e9e9e9;
}

.sit_op_sl th {
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 10px;
}

.sit_op_sl td {
	text-align: left;
	padding: 9px 10px 9px 0
}

.sit_sel_btn {
	position: relative;
	top: -15px;
	right: -2px
}

/* 선택옵션용 추가 버튼 */
.sit_sel_btn button {
	width: 100%
}

#sit_ov_soldout {
	margin: 0 0 20px;
	color: #ff3061;
	font-weight: bold;
	text-align: center
}

#sit_ov_btn {
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 1.1em;
}

#sit_ov_btn:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#sit_ov_btn a {
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	text-decoration: none;
	line-height: 50px;
	height: 50px;
	font-weight: bold
}

#sit_ov_btn a.w100 {
	width: 100%;
}

#sit_ov_btn input {
	padding: 0;
	border: none;
	height: 50px;
	line-height: 50px;
	font-weight: bold
}

#sit_btn_cart {
	background: #e5e8e8;
	color: #161b2f;
	width: 33%
}

#sit_btn_buy {
	background: #b1a483;
	color: #fff;
	width: 33%;
}

.sit_btn_buy_alarm {
	width: 66% !important;
}

#sit_btn_wish {
	background: #f3435d;
	color: #fff;
	width: 33%
}

#sit_btn_buy {
	float: left
}

#sit_btn_wish {
	float: right
}

#sit_btn_rec {
	background: url(img/rcd_icon.png) no-repeat;
	font-size: 0.92em;
	color: #fff;
	padding: 0 3px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	text-indent: -9999px
}

#sit_sns {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 10px
}

/*#sit_sel_option,#sit_tot_price{padding:0 10px}*/
#sit_sel_option {
	margin-top: 0px
}

/* 상품 상세보기 - 다른 상품 보기 */
#sit_siblings {
	text-align: center;
	position: relative;
}

#sit_siblings h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#sit_siblings a {
	display: inline-block;
	background: #383838;
	color: #fff
}

#sit_siblings a#siblings_prev {
	position: absolute;
	bottom: 20px;
	left: 10px;
	background: url(img/mainlist_btn.gif) #F5F5F5 no-repeat;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden
}

#sit_siblings a#siblings_next {
	position: absolute;
	bottom: 20px;
	right: 10px;
	background: url(img/mainlist_btn.gif) #F5F5F5 no-repeat 100% -33px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden
}

#sit_siblings a span {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#sit_siblings.bt {
	height: 30px;
	margin-top: 10px;
}

#sit_siblings.bt a#siblings_prev,
#sit_siblings.bt a#siblings_next {
	font-size: 12px;
	bottom: auto;
	color: #fff;
	width: 80px;
	top: 0;
	text-indent: 0px;
	line-height: 28px;
	padding: 0 10px;
}

#sit_siblings.bt a#siblings_prev {
	left: 0px;
	text-align: right;
	background: url(img/mainlist_btn2.gif) #4D4D4D no-repeat;
}

#sit_siblings.bt a#siblings_next {
	right: 0px;
	text-align: left;
	background: url(img/mainlist_btn2.gif) #4D4D4D no-repeat 100% -33px;
}

/* 상품 상세보기 - 상품정보 */
.close_btn {
	margin: 30px 10px 10px;
}

#iteminfo_close {
	width: 100%;
	background: #000;
	border: none;
	color: #fff;
	padding: 10px 0;
}

#sit_inf_basic {
	margin: 0 0 20px
}

#sit_inf_explan {
	margin: 0 0 10px;
	line-height: 1.5em
}

#sit_inf_explan img {
	max-width: 100%;
	height: auto
}

#sit_inf_open {
	margin: 0;
	padding: 0;
	list-style: none
}

#sit_inf_open:after {
	content: "";
	display: block;
	clear: both;
}

#sit_inf_open li {
	margin: 0px 0 1px;
	padding: 8px 5px;
	background: #fff;
	border: 1px solid #f2f2f2;
	border-top: none;
	color: #727272;
	float: left;
	width: 50%;
}

#sit_inf_open li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#sit_inf_open strong {
	clear: both;
	float: left;
	padding: 0 1%;
	width: 30%;
	letter-spacing: -0.1em
}

#sit_inf_open span {
	float: left;
	margin: 0;
	padding: 0 1%;
	width: 68%
}

#sit_inf h2 {
	background: #f5f5f5;
	color: #444;
	padding: 10px;
	border: 1px solid #e9e9e9;
	text-align: center;
}

@media (max-width:768px) {
	#sit_inf_open li {
		padding: 8px 10px;
		float: none;
		width: 100%;
	}

	#sit_inf_open strong {
		float: left;
		width: 50%;
		text-align: left;
	}

	#sit_inf_open span {
		float: right;
		width: 50%;
		text-align: right;
	}
}

/* 상품 상세보기 - 사용후기 */
.tit_no {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#sit_use {
	margin: 0 0 10px;
	padding: 10px 10px 20px;
	border-bottom: 1px solid #e9e9e9
}

#sit_use_ol {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #e9e9e9;
	list-style: none
}

.sit_use_li {
	position: relative;
	padding: 0 0 10px;
	border-bottom: 1px solid #e9e9e9;
}

.sit_use_li_title {
	display: block;
	margin: 0;
	padding: 10px;
	width: 100%;
	border: 0;
	background: transparent;
	text-align: left
}

.sit_use_li_title b {
	font-weight: normal;
	margin-right: 2px
}

.sit_use_dl {
	margin: 0;
	padding: 0 10px;
	position: relative
}

.sit_use_dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.sit_use_dl dt {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

.sit_use_dl dd {
	float: left;
	margin: 0 10px 0 0;
	color: #888;
	font-size: 0.917em
}

.sit_use_star {
	margin: 0 !important;
	position: absolute;
	bottom: 0;
	right: 10px
}

.sit_use_con {
	display: none;
	padding: 10px 10px 0
}

.sit_use_p {
	margin: 0 0 10px;
	padding: 10px;
	background: #f2f2f2
}

.sit_use_cmd {
	text-align: right
}

.sit_use_cmd a.btn01 {
	padding: 5px;
	border-radius: 5px
}

#sit_use_wbtn {
	margin: 0 0 5px;
	text-align: center
}

#sit_use_wbtn a {
	display: inline-block;
	text-decoration: none
}

#sit_use_wbtn .qa_wr {
	background: #b1a483;
	width: 205px;
	padding: 9px 0;
	font-size: 0.917em;
	color: #fff;
	margin-top: 15px;
}

#sit_use_write {}

#sit_use_write #is_subject {
	width: 100%
}

#sit_use_write ul {
	margin: 5px 0 0
}

#sit_use_write li {
	margin: 0 0 5px
}

#sit_use_write li label {
	display: inline-block;
	width: 80px
}

#sit_use_write_star {
	margin: 0;
	padding: 0;
	list-style: none
}

/* 상품 상세보기 - 상품문의 */
#sit_qa {
	margin: 0 0 10px;
	padding: 10px 10px 20px;
	border-bottom: 1px solid #e9e9e9
}

#sit_qa_ol {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #e9e9e9;
	list-style: none
}

.sit_qa_li {
	position: relative;
	padding: 0 0 10px;
	border-bottom: 1px solid #e9e9e9;
}

.sit_qa_li_title {
	display: block;
	margin: 0;
	padding: 10px;
	width: 100%;
	border: 0;
	background: transparent;
	text-align: left
}

.sit_qa_li_title b {
	font-weight: normal;
	margin-right: 2px
}

.sit_qa_dl {
	margin: 0;
	padding: 0 10px;
	position: relative
}

.sit_qa_dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.sit_qa_dl dt {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

.sit_qa_dl dd {
	float: left;
	margin: 0 10px 0 0;
	color: #888;
	font-size: 0.917em
}

.sit_qa_dl dd.sit_qaa_yet,
.sit_qa_dl dd.sit_qaa_done {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #eee;
	padding: 5px 8px;
	color: #888;
	border-radius: 15px
}

.sit_qa_dl dd.sit_qaa_done {
	background: #ff3e5e;
	color: #fff
}

.sit_qa_con {
	display: none;
	padding: 10px 10px 0
}

.sit_qa_p {
	margin: 0 0 10px;
	border: 1px solid #e9e9e9;
	background: #fff;
	padding: 0 10px;
	background: #f2f2f2;
}

.sit_qa_p strong {
	display: inline-block;
	margin: 0 0 10px;
}

.sit_qa_p span.sit_alp {
	position: absolute;
	top: 10px;
	left: 0;
	background: #63a1b8;
	color: #fff;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
}

.sit_qa_qaq,
.sit_qa_qaa {
	padding: 10px 0 10px 30px;
	position: relative
}

.sit_qa_qaa {
	border-top: 1px dotted #ddd
}

.sit_qa_qaa span.sit_alp {
	background: #f3435d
}

.sit_qa_con textarea {
	display: none
}

.sit_qa_cmd {
	text-align: right
}

.sit_qa_cmd a.btn01 {
	padding: 5px;
}

.sit_qa_pw {
	display: none;
	position: absolute;
	top: 30px;
	left: 175px;
	padding: 10px;
	width: 348px;
	border: 1px solid #000;
	background: #fff;
	text-align: center
}

.sit_qa_pw span {
	display: block;
	margin: 0 0 5px
}

#sit_qa_wbtn {
	margin: 0 0 5px;
	text-align: center
}

#sit_qa_wbtn a {
	display: inline-block
}

#sit_qa_wbtn a.qa_wr {
	background: #b1a483;
	width: 205px;
	padding: 9px 0;
	font-size: 0.917em;
	color: #fff;
	margin-top: 15px;
}

#sit_qa_w {
	display: none
}

a.qa_wr {
	padding: 10px 0;
	display: block;
	width: 100%;
	text-align: center;
	background: #63A1B8;
	color: #fff;
	margin: 10px 0;
}

#itemqa_list,
#itemuse_list {
	background: #fafafa;
	border: 1px solid #b1a483;
	width: 205px;
	padding: 8px 0;
	font-size: 0.917em;
	color: #777;
}

#sit_use_list a.qa_wr {
	background: #63a1b8;
	width: 205px !important;
	padding: 8px 0;
	font-size: 0.917em;
	color: #fff;
	margin-top: 15px;
}

/* 쇼핑몰 이벤트 */
#sev li {
	padding-left: 0;
	padding-right: 0;
}

.sev_box .bx-pager,
.sev_box .bx-controls-direction {
	display: none
}

.idx_lbn {
	clear: both;
	position: relative;
	margin-bottom: 10px
}

.idx_lbn:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.idx_lbn img {
	width: 100%;
	height: auto
}

.idx_lbn .flex-control-paging {
	bottom: 30px;
	left: 0;
	display: inline-block;
}

.no_prd {
	text-align: center;
	margin-top: 150px;
}

#sit_tab {
	background: #fff;
	margin-bottom: 20px;
}

#sit_tab .nav li {
	padding-right: 0 !important
}

#sit_tab .tab-content h2,
#sit_tab .tab-content h1 {
	color: #000 !important;
	font-weight: bold !important;
	font-size: 1.2em !important;
	line-height: 1.8em;
}

#sit_tab .tab-content h1 {
	padding-top: 20px;
}

#sit_tab #info {
	margin: 10px 0;
}

#sit_tab .item_use_count,
#sit_tab .item_qa_count {
	color: #f3435d;
	margin-left: 5px;
}

@media (max-width:768px) {
	#sit_tab .tab-content {
		font-size: 0.9em;
	}
}

/* 로딩안내 레이어 */
#loading_message {
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.7
}

#loading_message img {
	position: relative;
	opacity: 1.0
}

/* 알림 box */
#fancyalert {
	display: block;
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0
}

#fancyalert_inner {
	display: table;
	z-index: 2;
	position: relative
}

#fancyalert_inner div {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

#fancyalert_inner span {
	display: block;
	margin: 0 auto;
	padding: 30px;
	width: 200px;
	background: #1f1f1f;
	color: #f0f1f2
}

#fancyalert_inner button {
	margin: 15px 0 0;
	padding: 10px 30px;
	border: 0;
	background: #000;
	color: #fff
}

#fancyalert_bg {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background: #000;
	text-align: center;
	opacity: 0.7
}

#sit_sms_new .tbl_frm01 th {
	width: 100px
}



/* 오늘 본 상품 */
#stv {
	z-index: 1001;
	position: relative;
}

#stv_list {
	background: #fff
}

#stv_list h2 {
	padding: 10px 0 8px;
	background: #f2f5f9;
	text-align: center;
	letter-spacing: -0.1em
}

#stv_pg {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 10px;
}

#stv_list p {
	padding: 20px 0;
	text-align: center
}

#stv_btn {
	text-align: center;
	zoom: 1
}

#stv_btn:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#stv_btn button {
	float: left;
	margin: 0;
	padding: 5px 0 4px;
	width: 44px;
	border: 0;
	background: #555;
	color: #fff;
	text-align: center
}

#stv_ul {
	margin: 5px 0 10px;
	padding: 0;
	list-style: none
}

#stv_ul:after {
	content: '';
	display: block;
	clear: both;
}

.stv_item {
	display: none;
	padding: 0 9px;
	text-align: center;
	word-break: break-all;
	float: left;
}

.stv_item p {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	padding: 0 !important;
	font-size: 11px;
}

.stv_item img {
	margin: 5px 0
}

#stv_nb {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e9e9e9;
	background: #f2f5f9;
	list-style: none
}

#stv_nb .row {
	margin: 0;
}

#stv_nb li {
	text-align: center;
	padding: 0;
}

#stv_nb a {
	display: block;
	font-size: 13px;
	line-height: 30px;
	background: #333;
	color: #fff;
	padding: 5px 0;
}

#stv_nb li:nth-child(1) a {
	background: #b1a483;
}

#stv_nb li:nth-child(2) a {
	background: #cfa73c;
}

#stv_nb li:nth-child(3) a {
	background: #453f30;
}

#stv_nb a img {
	height: 18px;
	width: auto;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 1px;
}


/* aside:장바구니 */
#sbsk {
	margin: 0 0 5px;
	padding: 0px;
	background: #f2f5f9
}

#sbsk h2 {}

#sbsk ul {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	list-style: none
}

#sbsk a {
	display: block;
	padding: 7px 10px 6px;
	border-bottom: 1px solid #f4f4f4;
	text-decoration: none
}

#sbsk a:focus,
#sbsk a:hover {
	background: #f9f9f9
}

#sbsk_empty {
	padding: 15px 0;
	text-align: center
}

/* aside:위시리스트 */
#swish {
	margin: 0 0 5px;
	padding: 0px;
	background: #f2f5f9
}

#swish h2 {}

#swish ul {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	list-style: none
}

#swish a {
	display: block;
	padding: 7px 10px 6px;
	border-bottom: 1px solid #f4f4f4;
	text-decoration: none
}

#swish a:focus,
#swish a:hover {
	background: #f9f9f9
}

#swish_empty {
	padding: 15px 0;
	text-align: center
}

/*모바일하단 버튼*/
#op_view.hd_div {
	display: block;
}

#bt_btn {
	clear: both;
}

@media (max-width:768px) {
	#sit_ov_btn {
		font-size: 1em;
	}

	#op_view {
		position: relative;
	}

	#op_view.hd_div {
		display: none;
	}

	#op_open,
	#op_close {
		position: absolute;
		left: 50%;
		top: -25px;
		width: 100px;
		transform: translateX(-50%);
		font-size: 12px;
		letter-spacing: -1px;
		line-height: 25px;
		height: 25px;
		border: 1px solid #ccc;
		border-bottom: 0;
		border-radius: 4px 4px 0 0;
	}

	#op_open {
		background: #fff;
		box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
	}

	#op_close {
		margin-top: -15px;
		border: 1px solid #333;
		border-bottom: 0;
	}

	#op_close svg,
	#op_open svg {
		margin-right: 5px;
	}

	#bt_btn {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 999999;
		background: #E3E3E3;
		padding: 15px 10px;
		background: #fff;
		border-top: 1px solid #ccc;
		box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
	}
}
