@charset "utf-8";

/* 새글 스킨 (latest) */
#cw {
	margin:0px;
	width:100%;
}

#cw ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#cw .lt_title { display:block; padding:10px 0 8px; }
#cw .lt_more { position:absolute; top:10px; right:0; }
#cw .cnt_cmt { display:inline-block; margin-left:4px; font-weight:bold; }

#cw ul li {
	height:24px;
	width:100%;
	font-size:13px;
	letter-spacing:-.7px;
}

#cw ul li:last-child { border:0px; }  /* 마지막 요소 */
/*#cw ul li:nth-last-child(2) { border:0px; }*/ /* 마지막에서 2번째 요소 */

#cw ul li a b { font-weight:400; margin-right:6px; color:#888; }
#cw ul li a b.rank {  font-weight:600;color:orangered; }
#cw ul li a b.category {  margin-right:4px; background:#f9f9f9; border-radius:2px; border:1px solid #e1e1e1; display:inline-block; color:#000; font-size:9px; padding:2px 4px; }

.l_sub img {vertical-align:baseline; margin-left:4px; max-height:10px; }