@charset "utf-8";
/* 새글 스킨 (latest) */

.bbs_notice {
	position:relative;
}
.bbs_notice ul {
	list-style:none;
	padding:0;
	margin:0;
}
.bbs_notice li {
	background:url(bul.png) 0 20px no-repeat;
	border-bottom:1px solid #ddd;
	line-height:44px;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left:16px;
	overflow:hidden;
}
.bbs_notice li a {
	font-size:16px;
	color:#666;
}
.bbs_notice li a:hover {
	color:#a22121;
}
.bbs_notice li a strong {
	font-weight:normal;
}
.bbs_notice li .new_icon {
	display:inline-block;
	width:16px;
	background:#6db142;
	border-radius:2px;
	font-size:0.833em;
	color:#ffff00;
	line-height:16px;
	text-align:center;
	vertical-align:top;
	margin-top:14px;
	margin-right:3px;
}