@charset "utf-8";

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

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

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

#cw_new ul li {
	width:100%;
	font-size:13px;
	letter-spacing:-1px;
	line-height:1.8em;
}

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

#cw_new ul li a b { font-weight:400; margin-right:6px; color:#888; }
#cw_new ul li a b.rank {  font-weight:600;color:orangered; }
#cw_new 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_new {  }
.l_sub_new img {vertical-align:baseline; margin-left:4px; max-height:10px; }
.l_sub_new a b { width:6px; height:6px; display:inline-block; position:relative; font-size:14px; }
.l_sub_new a b::before { content:''; width:5px; height:5px; top:-1px; left:0; background:#ef513b; border-radius:100%; position:absolute; }