@charset "utf-8";

/* 새글 스킨 (latest) */
.lat {position:relative;margin-bottom:20px;background:#fff }
.lat .community_title { border-bottom: 2px solid #E0E0E0; letter-spacing: -1px; }

.lat ul {padding: 10px;}
.lat .basic_li { position: relative; line-height: 18px; border-bottom: 1px dashed #e5ecee; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; min-height: 39px; }
.lat .lt_info { padding: 10px 0; }
.lat .dot { display: inline-block; width: 5px; height: 5px; background-color: #000; border-radius: 50%; margin-right: 10px; }
.lat .lt_more { color: #F5821F; border: 1px solid #F5821F; border-radius: 30px; padding: 3px 15px; }
.lat .empty_li { line-height: 100px; color: #666; text-align: center; padding: 0; }
.lat .empty_li:before { background: none; padding: 0; }

@media (max-width: 992px) {
  .lat .basic_li { line-height: 1; min-height: 28px; }
}

@media (max-width: 768px) {
  .lat ul { padding: 0; }
}