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

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



/* 목록 */
.slt .slt_content {
    clear: both;
    margin: 0px;
}
.slt .slt_content ul {margin:0px;padding:0;margin:0px;list-style:none}
.slt .slt_content ul li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.slt .slt_content ul li a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    font-weight: normal;
    width: calc(100% - 110px);
    display: block;
    padding: 0 15px;
}
.slt .slt_content ul li a:hover{text-decoration:underline;}
.slt .slt_content ul li a strong{display:block;} 
.slt .slt_content ul li a span{display:block;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: normal; line-height: 1.4; height: 2.8em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
} 
.slt .slt_content ul li a b{display:block;margin-top:4px;font-weight: normal;} 

.slt .cnt_cmt {display:inline-block;margin:0 0 0 3px;}
.lt_date {
    float: right;
    font-weight: 400;
    color: #fff;
	padding: 30px 0;
}
