.side__subject h2{
	background:url(../../../imgs/private/news/side-h2.png) no-repeat 0 0;
}
.board__table__caption{
	width:100%;
	background:url(../../../imgs/private/news/caption03.png) no-repeat 0 0;
}
.news{
	clear:both;
	position:relative;
	overflow:hidden;
	width:900px;
}
.news__article{border:0px solid red;
	display:block;
	clear:both;
	width:670px;
	z-index:1;
	/*height:153px;*/
	height:100px;
	padding:0 0 0 172px;/*img자리 확보*/
	margin:0 0 20px 0;
	border-bottom:1px solid #e9e9e9;
}
.news__article__title,
.news__article__title a{
	float:left;
	font-size:16px;
	margin:0 0 7px 0;
	color:#667e83;
	line-height:18px;
}
.news__article__title{clear:noth;}
.news__article__more{
	float:left;
	margin:3px 0 0 8px;
}
.news__article__more a{
	display:block;
	width:45px;
	height:15px;
	background:url(../../../imgs/private/news/news-more.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
.news__article__img{
	clear:left;
	float:left;
	margin:-34px 0 0 -172px;
	width:140px;
	height:100px;
	background:url(../../../imgs/private/news/news-ready.jpg);
}
.news__article__writer,.news__article__date{
	/*float:left;*/
	font-size:15px;
	color:#9496a2;
	font-weight:900;
}
.news__article__writer{
	padding:0 9px 0 0;
	margin:0 9px 0 0;
	border-right:3px solid #9496a2;
}
.news__article__text{
	clear:left;
	float:left;
	margin:-70px 0 0 0;
	color:#454954;
	*width:700px;
}
.news__article__text span{
	font-size:13px;
}