@charset "utf-8";

/* 최근게시물 스킨 (latest) */

.lt {
    position: relative;
    padding: 35px 20px;
}

.lt ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none
}

.lt a {
    text-decoration: none;
    color: #666;
}

.lt h2 {
    position: relative;
    margin-bottom: 10px
}

.lt h2 .lt_title {
    display: inline-block;
    padding: 0;
    line-height: 25px;
    font-size: 1.333em;
    padding-right: 10px;
}

.lt .lt_more {
    position: absolute;
    top: 5px;
    right: 10px
}

.lt .cnt_cmt {
    display: inline-block;
    margin: 0 0 0 3px;
    font-weight: bold
}

.lt li {
    border-bottom: 1px solid #CCC;
    line-height: 35px;
    height: 35px;
    font-size: 1.083em;
    position: relative;
}

.lt li.no_lt {
    color: #666;
    text-align: center;
    padding: 20px 0 30px
}

.lt li a {
    margin-right: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #666
}

.lt .lt_date {
    position: absolute;
    top: 0;
    right: 0;
    color: #3d96d6
}
