@charset "utf-8";
/* SIR 지운아빠 */

/* 최근게시물 스킨 (latest) */
.lt {position:relative;margin:0;padding:0}
.lt ul {margin:5px 0 0 10px;padding:0;list-style:none}
.lt a {display:block;padding:5px 0;color:#000;text-decoration:none}
.lt .lt_title {display:inline-block;padding:10px 0}
.lt .lt_more {position:absolute;top:5px;right:10px}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

@media screen and (max-width: 700px) {
    .lt ul li:last-child {display:none}
}
@media screen and (max-width: 600px) {
    .lt ul li:nth-child(5) {display:none}
}
@media screen and (max-width: 400px) {
    .lt ul li:nth-child(5) {display:none}
    .lt a {padding:3px 0}
}