@charset "utf-8";
/* 최신글 스킨 (latest) - 알림 3열 */

.lt {
    background: #fff;
    padding: 0 8px 8px;
}

.lt_head {
    display: block;
    position: relative;
    border-bottom: 2px solid #1e6bb8;
    padding: 0 28px 8px 0;
    margin-bottom: 4px;
}

.lt_title {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.lt_title a {
    display: block;
    color: #222;
    font-size: 1.35em;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-decoration: none;
    line-height: 1.3;
}

.lt_title a:hover {
    color: #1e6bb8;
}

.lt_more {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #8aa8c4;
    text-decoration: none;
    border: 1px solid #d7e4f0;
    border-radius: 2px;
    background: #fff;
}

.lt_more:hover {
    background: #1e6bb8;
    border-color: #1e6bb8;
    color: #fff;
}

.lt ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lt ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #efefef;
    list-style: none;
    background: none;
}

.lt ul li:last-child {
    border-bottom: 0;
}

.lt_link {
    display: block;
    position: relative;
    padding: 11px 58px 11px 14px;
    color: #333;
    text-decoration: none;
    font-size: 1.1em;
    line-height: 1.45;
    letter-spacing: -0.01em;
    background: url(img/bullet.gif) no-repeat 0 50%;
    overflow: hidden;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.lt_subj {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lt_date {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.7em;
    color: #999;
    font-size: 0.85em;
    letter-spacing: 0;
    white-space: nowrap;
}

.lt ul li:hover .lt_link,
.lt ul li .lt_link:hover {
    background-color: #f3f8fc;
    color: #1e6bb8;
}

.lt ul li:hover .lt_date,
.lt ul li .lt_link:hover .lt_date {
    color: #7aa3c7;
}

.lt_empty {
    padding: 18px 0 !important;
    color: #999;
    text-align: center;
    border-bottom: 0 !important;
    background: none !important;
}

@media all and (max-width: 600px) {
    .lt {
        padding: 0 0 4px;
    }
    .lt_head {
        padding-left: 2px;
    }
    .lt_link {
        padding: 12px 56px 12px 12px;
    }
}
