a {
	text-decoration: none;
	color:inherit;
}

.category-title {
	font-size:24px;
	font-weight: 300;
	letter-spacing: -2px;
	text-align: center;
	margin:20px 0 20px;
	
}

.avgbox {
	margin-top:15px;
}

.subtab {
	margin:20px 0 0;
}

.subtab .wrap ul {
	list-style: none;
	margin:0px;
	padding:0px;
	font-size:0px;
}

.subtab .wrap ul li {
	width:calc(33% - 11px);
	display:inline-block;
	font-size:12px;
	padding:10px 6px;
	text-align:center;
	cursor: pointer;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height: 120%;
	color:#777777;
	border-bottom:1px solid #dddddd;
}

.subtab .wrap ul li span {
	font-size:15px;
	font-weight: 400;
	color:#000000;
	line-height: 140%;
}

.subtab .wrap ul li.active {
	font-size:12px;
	background-color:#ffcc00;
	color:#333333;
}

.subtab .wrap ul li.active span {
	color:#000000;
	font-size:17px;
	font-weight: 500;
	line-height: 140%;
}

.review-list .wrap {
	width:calc(100% - 20px);
	padding:10px;
}

ul.review {
	list-style: none;
	margin:0;
	padding:0;
}

ul.review > li {
	display:inline-block;
	width:calc(50% - 5px);
	margin:0 10px 30px 0;
	vertical-align: top;
}

ul.review > li:nth-child(2n){
	margin-right:0;
}

ul.mainreview > li {
	display:inline-block;
	width:calc(33.3% - 5px);
	margin:0 7px 30px 0;
	vertical-align: top;
}

ul.mainreview > li:nth-child(3n){
	margin-right:0;
}

.prdinfo {
	display:inline-block;
	width:calc(100% - 51px);
}

p.review-prdname {
	font-size:13px;
	font-weight:600;
	margin:3px 0 0 5px;
	letter-spacing:-1px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

p.review-count {
	font-size:12px;
	margin:0 0 3px 5px;
	letter-spacing: -1px;
	color:#666666;
	font-weight:400;
}

p.review-count span {
	font-family:'arial';
	font-weight:600;
	color:#000000;
}

p.option {
	font-family:'arial';
	font-size:11px;
	font-weight:600;
	margin:10px 0 0;
	color:#0099aa;
	line-height: 110%;
	letter-spacing: -0.5px;
}

p.review {
	font-size:12px;
	text-align:left;
	letter-spacing: 0px;
	line-height: 120%;
	margin:3px 0px 0px;
}

p.reviewer {
	font-size:11px;
	font-weight:600;
	text-align:left;
	letter-spacing: -0.5px;
	line-height: 140%;
	margin:0 0px 0px;
	color:#666666;
}

p.date {
	font-size:12px;
	text-align:left;
	letter-spacing: 0px;
}

p.text {
	display: -webkit-box;
	  -webkit-line-clamp: 5;
	  -webkit-box-orient: vertical;
	text-overflow: ellipsis;
	font-size:12px;
	text-align:left;
	letter-spacing: -1px;
	line-height: 150%;
	margin:5px 0;
	overflow:hidden;
}

p.text a{
	text-decoration: none;
	color:#000000;
	
}

.thumbnail {
	width:calc(50vw - 15px);
	height:calc(50vw - 15px);
	border-radius:10px;
	background-size:cover;
	background-position: center center;
}

.thumbnail-main {
	width:calc(33.3vw - 10px);
	height:calc(33.3vw - 10px);
	border-radius:3px;
	background-size:cover;
	background-position: center center;
}

.minithumbnail {
	display:inline-block;
	width:46px;
	height:46px;
	border-radius:6px;
	background-size:cover;
	background-position: center center;
	vertical-align: top;
}

.review-product {
	margin-top:10px;
}

/* 리뷰 영역 */

.floatright {
	float:right;
	font-size:13px;
	line-height: 100%;
}

p.viewTitle {
	margin:12px 10px;
	font-size:15px;
	line-height: 100%;
	letter-spacing: -1px;
}

p.viewTitle a {
	text-decoration: none;
	color:#000000;
}

p.vote {
	padding:10px 10px 5px 10px;
	margin:0px;
	font-size:12px;
	letter-spacing:-1px;
	line-height: 180%;
	
}

.votetext {
	padding:10px 10px 5px 10px;
	margin:0 0 30px 0;
	font-size:12px;
	letter-spacing:-1px;
	line-height: 140%;
	
}

p.vote span {
	color:#ffcc00
}

.prdbox {
	border:1px solid #f4f4f4;
	margin:20px 10px 20px;
	padding:6px;
}

.prdthumbnail {
	display:inline-block;
	width:60px;
	height:60px;
	background-size:cover;
	background-position: center center;
	vertical-align: top;
}

.review_prdname {
	display:inline-block;
	font-size:12px;
	font-weight: 500;
	line-height: 100%;
	margin:0;
	padding:0;
	width:calc(100% - 64px);
	vertical-align: top;
}

.review_prdname p {
	padding:0;
	margin:0;
}


p.commenttitle {
	font-size:12px;
	font-weight:600;
	letter-spacing:-1px;
	margin:10px 0 0;
}

p.comment {
	font-size:12px;
	letter-spacing:-1px;
	line-height:130%;
	color:#333333;
	background-color:#eeeeee;
	padding:10px;
	border-radius:4px;
	margin:5px 0 10px;
}