@charset "utf-8";

/* 새글 스킨 (latest) */
.lat { width: 930px; margin: 0 auto; }
.lat .lat_title { font-family: var(--secondary-font); text-align: center; }
.lat .lat_title a { font-size: 44px; font-weight: 700; color: var(--primary-color); }

.lat ul {}
.lat ul > li { height: 95px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #cecece; }
.lat ul > li > a { font-size: 24px; color: #000; }
.lat ul > li .lt_date { font-size: 17px; color: #000; }