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

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


/* 타이틀 */
.slt .slt_title {float:left;font-size:20px;font-weight:bold;color:#333333;font-family: 'Noto Sans KR', sans-serif;padding: 5px 0;}


/* 더보기 */
.slt .slt_more {float:right;padding:0 10px;}
.slt .slt_more a {
    font-size: 46px;
    font-weight: 100;
    color: #222;
    text-decoration: none;
}
.slt .slt_more a:hover{color:#ff8a30;text-decoration:none}


/* 목록 */
.slt .slt_content {
    clear: both;
    margin: 0px;
}
.slt .slt_content ul {
    margin: 0px;
    padding-top: 10px;
    margin: 0px;
    /* list-style: none; */
    border-top: 2px solid #222;
    /* border-bottom: 1px solid #808080; */
    list-style: disc;
}
.slt .slt_content ul li {
    padding: 0 6px 10px 6px;
}
.slt .slt_content ul li:nth-child(even){border-right:0;}
.slt .slt_content ul li a {
    font-size: 14px;
    color: #222;
    text-decoration: none;
    padding: 0;
    font-weight: 300;
}
.lt_date {
    float: right;
    font-weight: 400;
    font-size: 12px;
    line-height: 162%;
}
.slt .slt_content ul li:nth-child(even){border-right:0;}
.slt .slt_content ul li a:hover{color:#000;}

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

.lt_cont{font-size:15px;font-weight:400;margin-left:10px;padding-left:10px;border-left:1px solid #ddd;}

@media screen and (max-width:700px) {
.slt .slt_content ul li {
    width: 100%;
    float: none;
}
}