@charset "utf-8";
/* 최근게시물 스킨 (latest) */
.lt {position:relative;}
.lt .notice-icon {display:inline-block;background:red;padding:1px 5px;font-size:10px;font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
.lt ul {padding:0;list-style:none}
.lt h2 {font-size:1.154em}
.lt h2 a{color:#fff}
.lt li {
	position:relative;
    padding:10px;
    background:#222;
    line-height:16px;
    border-top:1px solid #404040;
}
.lt li a{color:#fff;margin-left:3px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-height:16px;max-height:32px;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.lt li a:before {position:absolute;top:16px;left:5px;width:4px;height:4px;background:#888;content:'';border-radius:50%;}