@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.slt {position:relative;float:left;width:100%;}


/* 타이틀 */
.slt .slt_title {float:left;color:#333333;}


/* 더보기 */
.slt .slt_more {
    float: right;
    height: 25px;
}
.slt .slt_more a {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    line-height: 20px;
}
.slt .slt_more  a:hover{color:#990000;text-decoration:none}


/* 목록 */
.lt_date {
    font-weight: normal;
    float: right;
    color: #999;
}
.slt .slt_content {
    clear: both;
    margin: 0px;
    font-size: 13px;
    margin-top: 30px;
}
.slt .slt_content ul {margin:0px;padding:0;margin:0px;list-style:none}
.slt .slt_content ul li {
    line-height: 21px;
}
.slt .slt_content ul li a {
    color: #333;
    text-decoration: none;
    padding: 0;
    font-weight: normal;
}
.slt .slt_content ul li a:hover{color:#000;}

.slt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}