#detail {
	padding-bottom: 40px;
}
#detail .swiper-container{
	padding:5px 0px;
}
#detail .product_view{
	position: inherit;
}
#detail .swiper-pagination-bullet{
	opacity: 1;
	background: #fff;
	width: 20px;
	height: 2px;
	/* border-radius: 30%; */
}
#detail .swiper-pagination-bullet.swiper-pagination-bullet-active{
	box-sizing: border-box;
	background: #333333;
}
#detail .wrapper{padding:0px;}

/*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;
}
#btn_share_sns{
	width: 40px !important;
	height: 50px !important;
	border-radius: 50px;
	box-sizing: border-box;
	box-shadow: unset;
	background: url(/m/skin/unique/img/icon_u_group.png) no-repeat;
	-webkit-background-size: 210px 210px;
	background-size: 240px 240px;
	background-position: -145px -29px;
	font-size: 0px;
	line-height: 0%;
	position: absolute;
	right: 0px;
	bottom: -8px;
}
#sns_wrap{display:table;position:fixed;top:0px;left:0px;width:100%;height:100vh;background:rgba(0,0,0,0.75);z-index:100}
#sns_wrap .wrap_cell{display:table-cell;float:none;width:auto;height:auto;margin:0px;text-align:center;vertical-align:middle}
#sns_wrap .wrap_cell .div{float:none;display:inline-block;position:relative;width:auto;height:auto;width:260px;min-height:140px;margin:0px;border-radius:3px;background:#fff;overflow:hidden;z-index:20}
#sns_wrap .wrap_cell h2{padding:15px 0px;border-bottom:1px solid #ddd;box-sizing:border-box;font-size:1rem;font-weight:bold}
#sns_wrap .wrap_cell .div p{padding:25px 20px;box-sizing:border-box;font-size:0px;line-height:0%}
#sns_wrap .wrap_cell .div a{display:inline-block;text-align:center;width:45px;height:45px;line-height:45px;margin:5px;border:1px solid #ddd;border-radius:50px;box-sizing:border-box;background-size:auto 24px;background-position:center;font-size:0.75rem;vertical-align:top;overflow:hidden}
#sns_wrap .wrap_cell .div a.snsshareurl{
	background:#000000;
	color:#fff;
}
#sns_wrap .wrap_cell #btn_close_share{position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:10}
#sns_wrap #sns_loading{float:none;position:absolute;bottom:20px;left:0px;width:100%;height:auto;margin:0px;box-sizing:border-box;font-size:0px;line-height:0%;text-align:center}



.detail_info{
	padding:15px;
}
.detail_info .vender{
	font-weight: bold;
	color: #222;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.detail_info h1{
	text-align: left;
	margin: 5px 0px;
	font-size: 18px;
	font-weight: bold;
	color:#000000;
}
.detail_info>p{
	color:#999;
	text-align: left;
}
.detail_info>ul{
	margin: 0px;
	border: 1px solid #dddddd;
	padding: 15px;
	background: #fff;
}
.detail_info>ul>li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	line-height: 1.5em;
}
.detail_info>ul>li>h1{
	font-size: 13px;
	font-weight: bold;
	color: #9d9d9d;
	width: 65px;
	letter-spacing: -0.4px;
}
.detail_info>ul>.detail_benefit {
	padding: 15px 0px 0px !important;
	margin-top: 15px !important;
}
.detail_info>ul>.detail_benefit p{
	font-size:13px;
}
.detail_info .pr_price{
	color: #333333;
}
.detail_info .pr_price2{color:#cdcdcd;text-decoration: line-through;}
.detail_info .discount{
	padding:5px 0px;
}
.detail_info .discount .product_sale1 {
	color: #fa5500;
	font-size: 22px;
	float: left;
	margin-right: 6px;
}
.detail_info .rewards_cnt{
	border: 0px solid #fa5500 !important;
	margin-right: 45px !important;
	width: unset !important;
}
.detail_info .rewards_cnt p{
	color: #fa5500 !important;
	font-size: 13px !important;
	margin-top: 12px !important;
	border-right: 1px solid #e5e5e5;
	padding-right: 10px !important;
	line-height: 25px !important;
}
.detail_info .rewards_cnt p span{
	margin-right:5px;
}

.detail_discount p{
	text-decoration: line-through;
}
.detail_price p{
	font-weight: normal;
	color: #fa5500;
}
#detail_tab{
	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% / 3);
	/* border: 1px solid #e1e1e1; */
	border-bottom: 1px solid rgba(0,0,0,0.06);
	border-top: 1px solid rgba(0,0,0,0.06);
	line-height: 3.7em;
	font-weight: bold;
	color: #000000;
}
#detail_tab>li+li{
	border-left: none;
}
#detail_tab>li.on{
	border-bottom: 2px solid #333333;
	font-weight: bold;
}
#detail_tab.fix_tab{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	z-index:100;
}
#detail_tab.fix_tab.hidden{
	top:0px;
}
.detail_more {
	display:none;
	text-align: center;
	margin-top: 25px;
	overflow:hidden;
}

.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-right: 10px;
	height: 28px;
}
.detail_more>div{
	display: inline-block;
	padding: 8px 10px;
	color: #ffffff;
	background: #000000;
}
.detail_more p{display:none;}

.detail_content {
	margin-top: 25px;
}
.detail_content img{
	width: 100%;
}
.detail_info2{
	margin-top: 10px;
	border-top: 10px solid #f5f5f5;
	padding: 1em;
}
.detail_info2 h1{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}
.detail_info2 p{
	font-size:12px;
	color:#666666;
	line-height:20px;
}
#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{padding:0px 15px;}
.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: lighter;
}
.detail_review_list .review_tab li.on{
	color: #fff;
	background: #606060;
}
.detail_review_list>div{
	margin-top: 30px;
}
.review_content>li{
	padding: 20px 0;
	border-bottom:1px solid #f1f1f1;
}
.review_content .review_text{
	float:left;
	width:90%;
	color: #606060;
	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: #606060;
}
.review_img>img{
	width: 120px;
	height: 120px;
	-o-object-fit: cover;
	object-fit: cover;
}
.review_writer{
	float:left;
	color: #a0a0a0;
	font-size: 13px;
	font-weight: lighter;
}
#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: #606060;
	font-size: 14px;
	line-height: 2em;
	text-align: left;
}
.review_view p{
	color: #606060;
	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: lighter;
}

.detail_button{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transition: all 0.3s ease;
	z-index:100;
	background: #fff;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
}
.detail_button>ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 5px 10px;
}
.detail_button>ul>li{
	width: 100%;
	line-height: 3em;
	text-align: center;
	/* color: #848484; */
	background: #fff;
	font-size: 14px;
	color: #000000;
	border: 1px solid #000000;
	margin: 0px 3px;
	letter-spacing: -1px;
	font-weight: bold;
}
.detail_button>ul>li:last-child{
	color: #fff;
	background: #000000;
}
.detail_button>ul>li+li{

}
.detail_button.hidden{
	bottom:-52px;
}
.option_select{
	position: relative;
	background: #fff;
}
.option_button{
	text-align: center;
	width: 45px;
	line-height: 2em;
	font-size: 30px;
	position: absolute;
	margin: 0 auto;
	top: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	color: #e5e5e5;
}
.option_button::before{
	display:none;
	background: #3d3d3d;
	content: '';
	color: #fff;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	width: 30px;
	height: 2em;
	position: absolute;
	left: -15px;
}
.option_button::after{
	display:none;
	background: #3d3d3d;
	content: '';
	color: #fff;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	width: 30px;
	height: 2em;
	position: absolute;
	right: -15px;
}
.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_select{
	padding: 20px 20px 10px 20px;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
	box-shadow: 0 -0.3125rem 0.625rem 0 rgb(0 0 0 / 8%);
}
.detail_button.on .option_list{
	display: block;
}
.detail_button.on .option_list .detail_amount .detail_01 th{
	font-weight:normal;
	color:#777777;
}
.detail_button.on .option_list table caption {
	padding: 3px 0px !important;
	text-align: left !important;
	color: #777 !important;
}
.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: 13px;
	font-weight: normal;
	line-height: inherit;
	margin: 3px 0px;
	width: 70px;
	text-align: left;
	letter-spacing: -0.5px;
	color: #777;
}
.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: 20px;
	font-size: 13px;
	text-align:right;
}
.option_list>ul>li>p .pr_price{
	/* font-size: 1.3em; */
	color: #000;
}
.detail_amount{
	overflow-y: scroll;
	max-height: 200px;
}
.detail_amount>ul>li{
	position: relative;
}
.detail_amount>ul>li+li{
	border-top: 1px solid #e0e0e0;
}
.detail_amount h1{
	text-align: left;
}
.detail_amount .product_amount{
	border: 1px solid #e0e0e0;
	padding: 0;
	width: 120px;
	text-align: center;
}
.detail_amount .product_amount>div{
	width: 100%;
}
.detail_amount .product_amount>div+div{
	border-left: 1px solid #e0e0e0;
}
.detail_amount .product_value input{border:0px;}
.detail_amount #div_opts div{
	border: 0px solid #dddddd !important;
	background: #fafafa !important;
}
.detail_amount #div_opts div table td:first-child{
	display: flex;
	justify-content: flex-start;
}
.detail_amount #div_opts div table td:first-child .basic_button{
	width:30px;
}
.detail_amount #div_opts div table td:first-child .basic_input {
	margin:0px !important;
	border-right:0px;
	border-left:0px;
	height: 32px;
}
.detail_amount #div_opts div table td:nth-child(2) {
	padding-right: 0px !important;
}
.detail_amount #div_opts div table td:nth-child(3) input{
	border-radius: 50%;
	padding: 0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
}
.amount_cancle {
	color: #d8d8d8;
	font-weight: lighter;
	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: 20px;
	color: #fa5500;
	padding: 5px 0px;
	text-align: right;
}
.detail_total span{
	font-weight: bold;
	color: #fa5500;
}

/* 상품 상세 정보내 상품 정보 고시 관련 내용 테이블 */
.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;}

.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 .minishop_head .brandNameWrap {
	position: relative;
	padding: 40px;
	color: #fff;
	text-align: justify;
	z-index: 10;
}
.minishopWrap .title {
	font-size: 15px;
	letter-spacing: -1px;
	padding: 0px 15px;
	color: #2b2b2b;
}
.minishopWrap .minishop_body {
	display: flex;
	margin: 15px 0px 15px 15px;
	padding-bottom: 25px;
	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 a div div{border-radius:50%;}

/*상품가격정보*/
.detail_info .top{
	padding-bottom:20px;
	position: relative;
}
.detail_info .top .pr_price2 {
	color: #aaaaaa;
	text-decoration: line-through;
	padding: 10px 0px 5px;
	display: block;
}
.detail_info .top .pr_price {
	font-weight: bold;
	color: #000000;
	font-size: 22px;
}
.detail_info .top .prmsg{
	margin-bottom: 10px;
	font-size: 12px;
	color: #7b7b7b;
}
.detail_info .top .starRevWrap{
	margin-bottom:10px;
	overflow:hidden;
}


/*상품평*/
.review_score {
	padding: 20px 15px;
	box-sizing: border-box;
	background: #f5f5f5;
	display: table;
	margin: 0px;
	width: 100%;
}
.review_score .leftArea .count_average {
	float: left;
	border-right: 1px solid #e5e5e5;
	width: 48%;
	margin-right:2%;
	padding-right:2%;
}
.review_score .leftArea .score_value {
	display: block;
	padding: 20px 0px;
	font-size: 2.2em;
	color: #2d2d2d;
	font-weight: bold;
	text-align:center;
}
.review_score .score_title {
	font-size: 14px;
	color: #1d1d1d;
	font-weight: normal;
	padding: 10px 0px 20px;
	text-align: center;
}
.review_score .average_rateBar dd {
	position: relative;
	vertical-align: middle;
	width: 75%;
	height: 100%;
	margin: 0% 0% 0% 25%;
	background-color: #e6e6e6;
	border-radius: 9px;
}
.review_score .average_rateBar .num .text {
	position: relative;
	color: #3d3d3d;
	font-size: 0.8em;
	line-height: 20px;
	white-space: nowrap;
}
.review_score .average_rateBar .num > span:after {
	bottom: 0;
	height: 1px;
	background: #fff none;
}
.review_score .average_rateBar dt {
	vertical-align: middle;
	color: #888888;
	width: 20%;
}
.review_score .average_rateBar {
	height: 5px;
	padding-right: 30px;
	font-size: 13px;
	line-height: 0;
	padding: 7px 0px;
}
.review_score .average_rateBar.average_rateBar_width .num {
	width: 66%;
}
.review_score .average_rateBar .num {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	border-radius: 9px;
	content: "";
}
.review_score .average_rate{float:left;width:46%;}
.review_score .average_rateBar .num > span {
	position: absolute;
	top: -25px;
	right: 0px;
	z-index: 2;
	padding: 0px 4px;
	border: 1px solid #ccc;
	border-radius: 30px 30px 0px 30px;
	-webkit-box-shadow: 0 1px 2px 1px rgb(0 0 0 / 20%), 0 0 1px 0 rgb(0 0 0 / 15%);
	box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 7%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f8f8f8;
	color: #3d3d3d;
	background: #ffffff;
}
.review_score .score_stars {
	letter-spacing: 0px;
	color: #e2e2e2;
	font-size: 25px;
	text-align:center;
}
.review_score .score_stars span {
	color:#000000;
}

.photoMovie_reviewAllViewBtn{position:relative;display:block}
.photoMovie_reviewAllViewBtn .reviewMore {
	text-align: center;
	display: block;
	color: #fff;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.photoMovie_reviewAllViewBtn .reviewMore:before {
	content: "";
	display: block;
	margin: 0 auto 6px;
	width: 20px;
	height: 20px;
	background: transparent url(//static.wconcept.co.kr/web/images/icon/icon-plus_20x20_ffffff.png) 0 0 no-repeat;
}
.photoMovie_reviewAllViewBtn.last:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,.5);
}

.prreview_photo_review{
	display:flex;
	overflow-y: hidden;
	padding:15px 0px;
	border-bottom:0px solid #eee;
	box-sizing:border-box;
	overflow-x:scroll;
	-webkit-overflow-scrolling:touch;
}
.prreview_photo_review li{
	flex:none;
	float:left;
	position:relative;
	width:30%;
	padding-right:10px;
	line-height:0%;
}

.detail_review_list .titleWrap{display:flex;justify-content: space-between;align-items: center;}
.detail_review_list .titleWrap .basic_select .jq_sel{margin:0;border:none}
.detail_review_list .titleWrap .basic_select .jq_sel a.transformSelectOpen{right:0}

.product_profile_img_wrap{overflow:hidden;}
.product_profile_img_wrap .product_profile_img {
	float:left;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 7px;
}
.product_profile_img_wrap .product_profile_img img{border: 0px;max-width: 100%;height: auto;}
.product_profile_img_wrap .review_writer {
	margin-top: 3px;
	color: #9e9e9e;
	font-size: 12px;
	float: none;
	line-height: 14px;
}
.product_profile_img_wrap .review_writer span+span{margin-left:5px;}
.review_list{padding:15px 0px}
.titleWrap{padding:0px}
.titleWrap h3{float:left;}
.review_list .score_stars, .review_list p {
	display: block;
	padding: 0px 0px 5px 0px;
}
.review_list .score_stars {
	line-height: 18px;
	color: #e2e2e2;
	font-size:14px;
}
.score_stars>span {
	color: #000000;
}
.review_list p {
	padding: 0px 0px 10px 0px;
}
.review_list .option {
	font-size: 13px;
	margin:7px 0px 0px;
	padding-bottom:0px;
	color:#231f20;
}

.review_score_individual{
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 5px 0px 10px 0px''
}
.review_score_individual .score_quality,.review_score_individual .score_price,.review_score_individual .score_delivery{
	float: left;
	padding: 0px 6px 0px 0px;
	color: #848484;
	border-right: 1px solid #e5e5e5;
	margin-right: 6px;
	margin-bottom:10px;
}
.review_score_individual .score_recomend{
	float: left;
	padding: 0px 6px 0px 0px;
	color: #848484;
	border-right: 0px solid #e5e5e5;
	margin-right: 6px;
}
.review_score_individual .score_quality div,.review_score_individual .score_price div,.review_score_individual .score_delivery div,.review_score_individual .score_recomend div{
	font-size:12px;
	font-weight: normal;
	float: left;
	line-height: 17px;
}
.review_score_individual .score_name{
	margin-right:5px;
	color:#9e9e9e;
}

.review_list .monthReview{
	display:inline-block;
	margin-right:5px;
	padding:0px 3px;
	border:1px solid #0cc7b8;
	box-sizing:border-box;
	color:#0cc7b8;
	font-size:12px;
	font-weight:bold;
}

.detail_review_list{
	padding:0px 15px;
	box-sizing:border-box;
}
.detail_review_list h4{
	font-size: 14px;
	color: #000000;
}


/*함께 보면 좋은 상품*/
.product_a.product_slide, .collection_list{
	padding: 0px 0px 15px 0px !important;
	border-top: 0px solid #eee !important;
}
.product_a.product_slide h4 {
	margin-bottom: 10px;
	font-size: 14px !important;
	font-weight: bold !important;
	color: #000000 !important;
	letter-spacing: -0.5px !important;
}