@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.lt {position:relative}
.lt li {float:left;position:relative;padding:6px 0 6px 10px;width:100%;line-height:1.4;}
.lt li:after {position:absolute;left:0;top:13px;content:"";display:inline-block;width:3px;height:3px;border-radius:3px;background:#555}
.lt li a {float:left;width:calc(100% - 70px);color:#666;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.lt li span {float:right;width:70px;font-size:12px;text-align:right;letter-spacing:-0.05em;}