/* DKU 메인 최신글 스킨 */
.dku-lat { list-style: none; margin: 0; padding: 0; }
.dku-lat > li { list-style: none; }
.dku-lat a { text-decoration: none; }
.dku-lat-new {
    display: inline-block;
    margin-left: 6px;
    padding: 0 5px;
    border-radius: 4px;
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    font-size: 10px;
    font-weight: 800;
    line-height: 16px;
    vertical-align: 2px;
}
