@charset "utf-8";
/* 승희아빠 */

/* 새글 스킨 (latest) */
.kor { word-wrap: break-word; word-break: keep-all; }/* 한글 줄바꿈 */
.latest {
	max-width:100%; /* Customise it accordingly */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding : 10px 0px;
	margin: 0 0 0 5px;
	border-bottom:1px dotted #e9e9e9;	
}
.latest a{display:block; width:100%; font-size:1em}
.latest_pst{background:#FFF; width:100%}
.latest-more { margin-top:6px; }
.latest-right { width:50px; text-align:right; padding-right:5px;}
.latest-hr { display:block; margin:5px 0px;    height: 1px;
    border: 0;
    border-top: 1px solid #FFF;
    padding: 0;}
	
	.latest_tl{width:80%; padding:7px 0 8px 10px; font-weight:400; font-size:1.4em; float:left; background:#0096d9; color:#FFF}
	.latest_more { background:#5d5d5d;padding:7px 0 8px 0; width:20%; float:right; text-align:center}
	.latest_more a{color:#FFF; font-weight:100; font-size:1.4em;}
	
.list-unstyled	{border:1px solid #e9e9e9; max-height:250px}