@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.lt {position:relative}
.lt li {position:relative;margin:0 0 5px;padding-left:15px;line-height:20px}
.lt li:after {position:absolute;left:0;top:8px;content:"";display:inline-block;width:3px;height:3px;border-radius:3px;background:#ddd}
.lt li a {color:#666}