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

/* 새글 스킨 (latest) */
.lt_pc {float:left;margin-left:20px}
.lt {    
    position: relative;
    float: left;
    font-size: 10px;
    width: 100%;
    font-family: 'Freesentation3';
}
.lt ul {    
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    height: fit-content;
}
.lt li {    
    padding: 3px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 15px;
    display: flex;
    justify-content: space-between;
}

.li_con{
    display: inline-block;
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lt a {color:#fff; text-decoration: none;
    cursor:pointer !important;}
.lt .lt_title {display:block;padding-bottom:8px;font-size: 12px;}
.lt .lt_more {position:absolute;top:10px;right:0}
.lt_name {
    font-weight: bold;
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

.lt .material-icons {
    font-size: 12px !important;
    line-height: 19px !important;
    color: #fff;
}