@charset "utf-8";
/* ===== 의성중부교회 최신글 리스트 : news_list (교회소식 · 주보 공용) ===== */

.news_lat { list-style: none; margin: 0; padding: 0; border-top: 2px solid #2f6db3; }
.news_lat .nl_item { border-bottom: 1px solid #ececec; }
.news_lat .nl_link { display: flex; align-items: center; gap: 10px; padding: 16px 6px; text-decoration: none; color: #333; transition: background .2s ease, padding-left .3s cubic-bezier(.22,.61,.36,1); }
.news_lat .nl_link:hover { background: #f7f9ff; padding-left: 16px; }
.news_lat .nl_link:hover .nl_tit { color: #2f6db3; }
.news_lat .nl_tit { flex: 1; min-width: 0; font-size: 17px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_lat .nl_new { flex: 0 0 auto; background: #ff5722; color: #fff; font-size: 11px; font-weight: 700; padding: 1px 6px; border-radius: 4px; }
.news_lat .nl_cmt { flex: 0 0 auto; color: #2f6db3; font-size: 14px; font-weight: 600; }
.news_lat .nl_date { flex: 0 0 auto; color: #999; font-size: 14px; }
.news_lat .nl_empty { padding: 40px 6px; text-align: center; color: #aaa; border-bottom: 1px solid #ececec; }

@media (max-width: 768px) {
    .news_lat .nl_tit { font-size: 15px; }
    .news_lat .nl_date { font-size: 12px; }
}
