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

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


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


/* 더보기 */
.slt .slt_more {float:right;}
.slt .slt_more a {
    width: 50px;
    height: 50px;
    display: block;
    line-height: 40px;
	border: 1px solid #444;
}
.slt .slt_more a img {
    display: block;
    width: 100%;
    max-width: 53px;
    margin: 0 auto;
    line-height: 40px;
    padding-top: 16px;
    margin-left: -14px;
   transition:all .1s linear;
  -o-transition:all .1s linear;
  -moz-transition:all .1s linear;
  -webkit-transition:all .1s linear;
}

.slt .slt_more  a:hover img{ margin-left: -9px;
   transition:all .1s linear;
  -o-transition:all .1s linear;
  -moz-transition:all .1s linear;
  -webkit-transition:all .1s linear;}


/* 목록 */
.slt .slt_content {clear:both;padding:0;margin:0px;}
.slt .slt_content ul {margin:0px;padding:0;margin:0px;list-style:none}
.slt .slt_content ul li {line-height:30px;}
.slt .slt_content ul li a {
    font-size: 15px;
    color: #333;
    text-decoration: none;
    padding: 0;
    font-weight: normal;
    width: calc(100% - 40px);
    display: inline-block;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.slt .slt_content ul li a:hover{color:#000;}

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

.lt_date {
    float: right;
    font-weight: 400;
    color: #999;
}