@charset "utf-8";
/* 새글 스킨 (latest) */

.lat {position:relative;overflow:hidden;}

.lat ul {height: 350px;}
.lat li {font-size: 18px; padding: 20px; background: white; border: 1px solid #d9d9d9; height: 23%; margin-bottom: 1.7%; overflow: hidden;}
.lat li a {float: left; color: #666;}
.lat li a:hover{color:#a22121}
.lat li .lt_date {float: right; color:#666}
.lat li .cut_text {font-size: 13px; color: #999; margin-top:10px; }
.lat li:last-child {margin-bottom: 0;}



@media screen and (max-width:1080px) {
    .lat ul {height: auto;}
    .lat li {font-size: 15px; height: auto;}
    .lat li .cut_text  {line-height: 18px;}
}
