@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.rank_latest {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.rank_latest ul {padding:0;list-style:none}
.rank_latest li {
    width: 100%;
    line-height: 26px;
    padding: 0;
    overflow: hidden;
}
.rank_latest li a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
}
.rank_latest li a span.td_rank {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    border: solid 1px #4cb0ff;
    border-radius: 4px;
}
.rank_latest li a span.td_nick {
    margin-left: 10px;
}
.rank_latest li a span.td_point {}

/*.lt .lt_title {display:block;padding:10px 0 8px}
.lt .lt_more {position:absolute;top:10px;right:0}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}*/