#detail {
	padding-bottom: 120px;
}
#detail .swiper-container{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
#detail .product_view{
	position: inherit;
}
#detail .wrapper{padding: 0px;}
#detail .swiper-slide{height:40px;padding-top:4px;;}
#detail .wrapperCon{padding:0px;}

#detail .swiper-pagination-bullet{
	opacity: 1;
	background: #fff;
	width: 10px;
	height: 2px;
}
#detail .swiper-pagination-bullet.swiper-pagination-bullet-active{
	box-sizing: border-box;
	background: #2b2b2b;
}

/*sns공유*/
.sns_share {
	color: #666;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sns_share .sns_wrap{
	margin:0 auto;
}
.sns_share ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sns_share li{
	margin-left: 10px;
}
.sns_share img{
	height: 24px;
}


.detail_info{
	margin: 15px;
}
.detail_info h1{
	text-align: left;
	font-size: 1.6em;
	font-weight: 600;
	margin-top: 0px;
	line-height:1.3em;
}

.detail_info>p{
	color:#848484;
	text-align: left;
	padding-bottom: 5px;
}
.detail_info>ul{
	padding:15px 0px 10px;
	border-top:1px solid #ebebeb;
}
.detail_info>ul>li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	line-height: 1.5em;
}
.detail_info>ul>li>h1{
	font-size: 14px;
	color: #848484;
	font-weight: normal;
}
.detail_info .pr_price{
	font-size:1em;
}
.detail_discount p{
	text-decoration: line-through;
}
.detail_discount p .pr_price2{
	color: #ccc;
	text-decoration: line-through;
}
.detail_price p{

}
#detail_tab{
	color: #b7b7b7;
	font-size: 14px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	transition: all 0.3s ease;
}
#detail_tab>li{
	width: calc(100% / 2);
	background: rgba(255,255,255,0.9);
	/* border-top: 1px solid #e5e5e5; */
	line-height: 3em;
	/* border-right: 1px solid #e5e5e5; */
	border: 1px solid #e5e5e5;
	color: #848484;
}
#detail_tab>li+li{
	border-left: none;
}
#detail_tab>li.on{
	color: #222222;
	border-top: 2px solid #222222;
	font-weight: bold;
	border-bottom: 0px;
}
#detail_tab.fix_tab{
	position:fixed;
	top:55px;
	left:0px;
	right:0px;
	box-sizing:border-box;
	z-index:99;
}
#detail_tab.fix_tab.hidden{
	top:0px;
	width:100%;
	left:0px;
}

.detail_more {
	text-align: center;
	margin-top: 25px;
	overflow:hidden;
	display:none;
}
.detail_more .btn_detail_more{
	display: inline-block;
	padding: 0.5em;
	border: 1px solid #999999;
	float: right;
	font-size: 0px;
	color: #848484;
}

.detail_more>div>img{
	vertical-align: middle;
	margin: 5px;
	height: 15px;
}
.detail_more>div{
	display: inline-block;
	padding: 0em 0.5em;
	border: 1px solid #545454;
	line-height: 2em;
	/* font-size: 15px; */
	color: #333;
	border-radius: 3px;
}
.detail_content {
	margin-top: 30px;
	font-size:12pt; line-height:2em;
	text-align:justify;
}
.detail_content img{
	width: 100%;
}
/*
.detail_content img{
	max-width: 100%;
	height: auto !important;
	margin: 0px auto;
	display: block;
	float: none;
	vertical-align: top;
}
*/
.detail_info2{
	border-bottom: 1px solid #e5e5e5;
	padding: 1em;
	color: #848484;
}
.detail_info2 h1{
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	margin: 1em 0em;
}

/*미니샵 다른 상품 보기*/
.minishopWrap .minishop_head .grayBg{position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:1;}
.minishopWrap .minishop_head  .brandNameWrap{position:relative;padding:40px;color:#fff;text-align:justify;z-index:10;}
.minishopWrap .minishop_head  .brandNameWrap h2{color:#ffffff;}
.minishopWrap .title{font-size: 15px;font-weight: bold;letter-spacing: -1px;padding: 0px 15px;color:#2b2b2b;}
.minishopWrap .minishop_body{display:flex;margin:15px 0px 15px 15px;padding-bottom:15px;border-bottom:1px solid #eee;overflow-x:scroll;-webkit-overflow-scrolling:touch;}
.minishopWrap .minishop_body li{flex:none;float:left;width:40%;margin:0px 1%}
.minishopWrap .minishop_body li .productname{margin-bottom:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.minishopWrap .minishop_body li .consumerprice{text-decoration:line-through;color:#cccccc;}

#review_form_box{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#fff;
	z-index:1000;
}
.detail_review_write {
	padding: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.detail_review_write th{
	display:none;
	font-size: 14px;
	width: 55px;
	text-align: left;
	margin: 0;
	line-height: 2em;
}
.detail_review_write td{
	padding:4px;
}
.detail_review_write .jq_sel{
	height:40px;
	border:1px solid #d9d9d9;
	line-height:38px;
}
.detail_review_write .jq_sel ul{
	top:40px;
	left:-1px;
}
.detail_review_write .jq_sel span{
	padding-left:8px;
}
.detail_review_write .input{
	width: 100%;
	height:40px;
	padding-left:8px;
	border: 1px solid #d9d9d9;
	background: #fff;
	box-sizing:border-box;
	-webkit-appearance:none;
}
.detail_review_write textarea{
	width: 100%;
	height: 150px;
	padding:8px;
	border:1px solid #d9d9d9;
	box-sizing:border-box;
}
.detail_review_bt{
	text-align: center;
}
.detail_review_bt>div{
	background: #cccccc;
	color: #fff;
	border: 1px solid #cccccc;
	line-height: 3em;
	padding: 0 1.5em;
	display: inline-block;
	margin: -3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.detail_review_bt>div+div{
	background: #fff;
	color: #ccc;
	border: 1px solid #cccccc;
}
.detail_review_list .review_tab{
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
}
.detail_review_list .review_tab li{
	color: #848484;
	background: #f9f9f9;
	line-height: 3em;
	width: 100%;
	font-weight: normal;
}
.detail_review_list .review_tab li.on{
	color: #fff;
	background: #545454;
}
.detail_review_list>div{
	margin-top: 30px;
}
.review_content>li{
	padding: 20px 0;
	border-bottom:1px solid #eee;
	overflow:hidden;
}
.review_content .review_text{
	float:left;
	color: #545454;
	font-size: 14px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.review_point {
	margin-bottom:10px;
	font-size: 14px;
	color: #e2e2e2;
}
.review_point>span{
	color: #545454;
}
.review_img>img{
	width: 120px;
	height: 120px;
	-o-object-fit: cover;
	object-fit: cover;
}
.review_writer{
	float:left;
	color: #c6c6c6;
	font-size: 14px;
	font-weight: normal;
}
#reviewspan{
	margin-top:10px;
	padding:10px;
	box-sizing:border-box;
	background:#f8f8f8;
	border-radius:5px;
	color:#999;
}

.review_view{
	position: fixed;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(58, 58, 58, 0.9);
	z-index: 999;

}
.review_view>div{
	background: #fff;
	width: calc(100% - 30px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 15px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.review_view h1{
	color: #545454;
	font-size: 14px;
	line-height: 2em;
	text-align: left;
}
.review_view p{
	color: #545454;
	font-size: 14px;
	line-height: 2em;
	border-top: 1px solid #e0e0e0;
	padding-top: 15px;
	margin-top: 15px;
}
.review_close{
	position: absolute;
	right: 0px;
	top: -60px;
	font-size: 60px;
	color: #fff;
	font-weight: normal;
}

.detail_button{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transition: all 0.3s ease;
	z-index:100;
}
.detail_button>ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 0px solid #545454;
	position: relative;
}
.detail_button>ul>li{
	width: 17%;
	line-height: 4em;
	text-align: center;
	color: #ffffff;
	background: #eaebed;
	font-size: 0px;
}
.detail_button>ul>li:last-child{
	color: #fff;
	background: #222222;
	font-size: 1.3em;
	line-height: 3em;
	width: 66%;
}
.detail_button>ul>li+li{
	border-left: 0px solid #4d4d4d;

}
.detail_button.hidden{
	bottom:-52px;
}
.detail_button .btn_detail_wishlist{
    background:#eaebed url('/m/skin/unique/img/icon_like.png') no-repeat;background-size:34px auto;background-position:center
}
.detail_button .btn_detail_wishlist2{
    background:#ffffff url('/m/skin/unique/img/like_red_empty.png') no-repeat;
    background-size:22px auto;
    background-position: center;
	margin:5px;
}
.detail_button .btn_detail_basket{
	background:#eaebed url('/m/skin/unique/img/icon_basket.png') no-repeat;
	background-size:34px auto;
	background-position:center
}
.detail_button .btn_detail_basket2{
	background:#ffffff url('/m/skin/unique/img/shopping_cart_red2.png') no-repeat;
	background-size:33px auto;
	background-position:center;
	margin:5px 0px 5px 0px;
}
.detail_button .btn_detail_basket3{
	background:#ffffff url('/m/skin/unique/img/shopping_cart_red1.png') no-repeat;
	background-size:33px auto;
	background-position:center;
	margin:5px 0px 5px 0px;
}
.option_select{
	position: relative;
	background: #fff;
}
.option_button{
	background: #3d3d3d;
	color: #fff;
	text-align: center;
	width: 35px;
	line-height: 1.5em;
	font-size: 14px;
	position: absolute;
	margin: 0 auto;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}
.option_button::before{
	background: #3d3d3d;
	content: '';
	color: #fff;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	width: 20px;
	height: 1.5em;
	position: absolute;
	left: -13px;
	border-radius: 5px;
}
.option_button::after{
	background: #3d3d3d;
	content: '';
	color: #fff;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	width: 20px;
	height: 1.5em;
	position: absolute;
	right: -12px;
	border-radius: 5px;
}
#detail .option_list{padding:15px;}
.option_list table caption{padding: 5px 0px;text-align:left;font-size: 15px;color: #2b2b2b;}
.option_list table select{    margin-bottom: 3px;
	height: 40px;
	line-height: 32px;
	padding: 0px 10px;
	border: 1px solid #dddddd;
	background: #ffffff;
	text-align: left;
	width: 100%;}
.option_list table basic_button{    border-radius: 50%;
	font-size: 11px;
	padding: 0px;
	line-height: 12px;
	height: 23px;
	width: 23px;
	border: 1px solid #e1e1e1;
	background: #f1f1f1;
	text-align: center;}
.option_list{
	display: none;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	max-height: calc(100vh - 150px);
	overflow: scroll;
}
.option_list .options{
	line-height: 2em;
	font-size: 15px;
	color: #848484;
}
.option_list .options>div{
	width: 100%;
	position: relative;
	height: 2em;
	margin: 5px 0;
}
.option_list .options>div>ul{
	border: 1px solid #e0e0e0;
}
.option_list .options>div>ul.on{
	z-index: 200;
}
.option_list .options li{
}
.option_button>div{
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.detail_button.on .option_button>div{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.detail_button.on .option_list{
	display: block;
}
.detail_button.on::before{
	position: fixed;
	content: '';
	width: 100%;
	height: 100vh;
	background-color: rgba(58, 58, 58, 0.9);
	top: 0;
	left: 0;
}
.option_list h1{
	font-size: 15px;
	font-weight: normal;
	line-height: inherit;
}
.option_list>ul{
	margin-bottom: 5px;
}
.option_list>ul>li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.option_list>ul>li>p{
	line-height: inherit;
}
.detail_amount{
	margin-top: 0px;
	border-top: 0px solid #f2f2f2;
	border-bottom: 0px solid #e0e0e0;
	overflow-y: scroll;
	max-height: 200px;
}
.detail_amount>ul>li{
	position: relative;
	padding: 5px 0px 0px;
}
.detail_amount>ul>li+li{
	border-top: 1px solid #e0e0e0;
}
.detail_amount h1{
	text-align: left;
}
.detail_amount .product_amount{border: 1px solid #e1e1e1;padding: 0; width: 130px;line-height: 2.6em;text-align: center;}
.detail_amount .product_amount>div{
	width: 100%;
}
.detail_amount .product_amount>div+div{
	border-left: 1px solid #e1e1e1;
}

.detail_amount .product_amount>div+div input{border:0px;}

.amount_cancle {
	color: #d8d8d8;
	font-weight: normal;
	font-size: 45px;
	position: absolute;
	right: 0;
	top: 25px;
}
.amount_price {
	position: absolute;
	right: 0;
	bottom: 30px;
	font-size: 15px;
	color: #848484;
	font-weight: bold;
}
.detail_total {
	font-size: 21px;
	color: #222222;
	padding-top: 15px;
	text-align: right;
	padding-bottom: 10px;
}
.detail_total span{
	font-weight: bold;
	color: #FF2400;
}
#detail .option_select .detail_amount .detail_01 th{font-size: 15px; font-weight: normal;}
.detail_amount .product_amount .product_minus,.detail_amount .product_amount .product_plus{font-size: 20px;}
.detail_amount .product_value{font-weight: bold; width: 130%;}

/* 상품 상세 정보내 상품 정보 고시 관련 내용 테이블 */
.productInfoGosi{ width:100%;margin:15px 0px; }
.productInfoGosi caption{ background:#f5f5f5; color:#666666; font-weight:bold; padding:10px; border-top:1px solid #222; border-bottom:1px solid #ddd; visibility:visible;}
.productInfoGosi th{ background:#f5f5f5; padding:10px; color:#666; text-align:left; font-weight:bold; border-bottom:1px solid #ddd; width:35%;}
.productInfoGosi td{ border-bottom:1px solid #ddd; padding:10px; text-align:left;}


/*상품가격정보*/
.detail_info .top{padding-bottom:20px;}
.detail_info .top .pr_price2 {
	color: #c9c9c9;
	text-decoration: line-through;
	padding: 10px 0px 5px;
	display: block;
}
.detail_info .top .pr_price {
	font-weight: bold;
	color: #222222;
	font-size: 1.5em;
}