.list_recent_top p{
	display:-webkit-box; 
	width:100%; 
	max-height:60px; 
	margin-top:15px; 
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	overflow:hidden; 
	word-break:break-all; 
	color:#999; 
	line-height:20px;
	margin:0 auto;
}

/*
참고한 text-overflow CSS
.montly a{
	display:inline-block; 
	margin:5px 0 0; 
	width:100%; 
	font-size:15px; 
	color:#666; 
	font-weight:600; 
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.montly p{
	display:-webkit-box; 
	width:100%; 
	max-height:60px; 
	margin-top:15px; 
	padding-right:120px; 
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	overflow:hidden; 
	word-break:break-all; 
	color:#999; 
	line-height:20px;
}

*/

/* main notice area */
.title_news{
	font-family:"Nanum Gothic", malgun gothic;
	font-size:21px;
	color:#333;
	display:inline-block;
	margin:0;
}
.list_recent_top{
	padding-bottom:15px;
	/*border-bottom:1px solid #ddd;*/
	height:115px;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top:8px;
	padding:0 20px 15px;
}

.list_recent_top:after{
	content:"";
	clear:both;
}
.list_recent_top h6{
	width:70%;
	display:inline-block;
	font-size:14px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-top:0;
}
.list_recent_top p{
	font-size:13px;
	color:#4c4c4c;
	margin-bottom:0;
	margin-top:0;
}
.list_recent_bottom{
	padding-left:20px;
	padding-right:20px;
}
.list_date{
	float:right;
	font-size:14px;
	color:#4c4c4c;
	margin-top:9px;
}

.list_recent_bottom ul{
	padding-left:5px;
	padding-top:10px;
}
.list_recent_bottom li{
	list-style:none;
	/*line-height:22px;*/
}
.list_recent_bottom li a{
	font-size:14px;
	color:#4c4c4c;
	text-align:left;
	display:inline-block;
	max-width:70%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left:15px;
	background:url(../img/common/list_bullet.png) no-repeat center left;
}
.list_recent_bottom li .list_date{
	margin-top:0;
}
.notice_title{
	margin-bottom:8px;
}
