@charset "utf-8";
/* 새글 스킨 (latest) */

.lat{ position: relative; width: 100%; overflow: hidden; }
.lat ul li{ position: relative; border-bottom: 1px dotted #bfbfbf; }
.lat li a{ display: flex; align-items: center; justify-content: space-between; font-family:'NanumSquare'; padding: 10px; }
.lat li a > h5{ display: block; width: 60%; font-size: 15px; font-weight: 400; color:#111; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.lat li a > span{ display: block; width: 30%; font-size: 13px; font-weight: 400; color: #999; text-align: right; }