@charset "utf-8";


/* 새글 스킨 (latest) */
.lt_pc {width:100%;}
.lt {}
.lt ul {margin:0 0 10px;padding:0;list-style:none}
.lt li {
    padding: 1.5em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #272727;
}
.lt li > div {
    font-size: 17px;
    color: #bd9337;
    font-family: 'roboto';
    font-weight: 600;
    letter-spacing: -1px;
}
.lt li a {
    color: #c9c9c9;
    font-size: 21px;
    flex: 1;
    padding: 0 1em 0 0;
}
.lt li a:hover {
    color: #fff;
    font-size: 21px;
}
.lt .lt_title {display:block;padding:10px 0 8px}
.lt .lt_more {position:absolute;top:10px;right:0}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

@media(max-width:767px) {
    .lt li {
        flex-flow:column;
        padding: 1.5em 0 2em;
    }
}