@charset "utf-8";

/* 새글 스킨 (latest) */
.latest-post {position:relative;margin-bottom:20px;background:#fff}
.latest-post .lat_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}
.latest-post .lat_title a {position:relative;color:#000;display:inline-block}

.latest-post ul {padding:10px 0}
.latest-post li {position:relative;line-height:18px;border-bottom:1px solid #e5ecee;margin-bottom:10px}
.latest-post .empty_li {line-height:145px;color:#666;text-align:center;padding:0}
.latest-post .empty_li:before {background:none;padding:0}

.latest-post .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
.latest-post .lt_more {position:absolute;top:11px;right:0;display:block;width:40px;line-height:25px;color:#3a8afd;border-radius:3px;text-align:center}
.latest-post .sub_mains{border-bottom:3px solid #e5ecee;margin-bottom:10px;padding-bottom:5px;font-weight: bold;}
.latest-post .lt_more:hover {color:#777}
.latest-post {
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6;
}

.latest-post img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .latest-post {
        font-size: 0.9rem;
        padding: 10px;
    }
}