@charset "utf-8";

.lat table {  border-collapse: separate;  border-spacing: 0;  width: 100%;}
.lat th, .lat td {  padding: 6px 15px;}
.lat th {  background: #5e5e5e;  color: #fff;  text-align: center;}
.lat th a { color: #fff; }
.lat tr:first-child th:first-child {  border-top-left-radius: 6px;}
.lat tr:first-child th:last-child {  border-top-right-radius: 6px;}
.lat td {  border-right: 1px solid #c6c9cc;  border-bottom: 1px solid #c6c9cc;font-size:12px; text-align: left;}
.lat td:first-child {  border-left: 1px solid #c6c9cc;}
.lat tr:nth-child(even) td {  background: #f6f6f8;}
.lat tr:last-child td:first-child {  border-bottom-left-radius: 6px;}
.lat tr:last-child td:last-child {  border-bottom-right-radius: 6px;}

/* 새글 스킨 (latest) */
.lat {position:relative;margin-bottom:20px;background:#fff; border: 1px solid #e5ecee;}
.lat a {color: #002260; line-height:24px;font-size:12px;line-height:20px;vertical-align:middle}
