/* --------------------------
	WIDGET-BOX-REVIEW02
--------------------------- */

.widget-review02 {
	clear: both;
	margin:20px 0 0 0;
	position: relative;
}
.widget-review02 a:hover {color:#ff45b8}
.widget-review02 strong a:hover {color:#ff45b8}

.widget-review02 h3 {
	border-bottom: 1px solid #dfdfdf;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	color: #000
}
.widget-review02 h3 a {
	color: #000;
	line-height:120%
}
.widget-review02 a.more {
	display: block;
	position: absolute;
	top: 25px;
	right: 20px
}
.widget-review02 a {
	color: #666
}
.widget-review02 strong a {
	color: #000160;
	font-size: 14px;
	line-height: 120%
}
.widget-review02 .thumb {
	overflow: hidden
}
.widget-review02 .thumb img {
	border: 2px solid #f4f4f4
}
.widget-review02 .thumb img:hover {
	border: 2px solid #fe46b8
}
.widget-review02 p {
	margin: 10px 0 0 0;
	line-height: 150%
}
.widget-review02 a.more { /* 더보기 */
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 11px;
	line-height:120%
}
.widget-review02 .thumb {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #dfdfdf;
	text-align: center
}
.widget-review02 .thumb img {
	border: 2px solid #fff;
	margin-top: 3px
}
.widget-review02 .cont {
	float: left;
	width: 65%
}

.widget-review02 ul {
	clear: both;
	padding: 15px 0 0 0
}
.widget-review02 ul li {
	background: url(../image/common/bu_dot02.gif) no-repeat left center;
	text-indent: 10px;
	line-height: 170%
}
.widget-review02 ul li a {
	color: #333;
	line-height:170%
}
.widget-review02 .date { /* 날짜 */
	float: right;
	font-size: 9px;
	font-family: verdana;
	color: #777
}
.widget-review02 .comment { /* 코멘트 */
	font-size: 10px;
	font-family: tahoma;
	color: red;
	font-weight: bold
}