/* --------------------------
	WIDGET-LIST01
--------------------------- */

.widget-list01 {
	clear: both;
	margin: 0;
	position: relative
}

.widget-list01 a:hover {color:#ff45b8}

.widget-list01 h3 {
	background: url(/rb/layouts/wedkorea/image/icon/ico_list.gif) no-repeat left center;
	padding: 7px 0 8px 18px;
	border-bottom: 2px solid #666666;
	margin: 0 0 10px 0
}
.widget-list01 h3 a {
	color: #000
}
.widget-list01 li {
	clear: both;
	line-height: 120%;
	background: url(/rb/layouts/wedkorea/image/common/bu_dot01.gif) no-repeat left 66%;
	padding: 0 0 0 10px;
	overflow: hidden
}
.widget-list01 li a {
	color: #333
}

.widget-list01 .subject  {
	float: left;
	display: block;
	padding: 7px 0 0 0
}
.widget-list01 .writer  {
	float: right;
	display: block;
	padding: 7px 0 0 0;
	color: #666
}

.widget-list01 a.more {
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 11px;
	color: #999
}
