@charset "utf-8";
/* 새글 스킨 (latest) */
.lt {position: relative;}
.lt .lt_title {display: none;}
.lt .lt_more {display: none;}
.lt .a-item {padding: 0; border:0; background-color:#fff; word-break: break-all; text-align: center;}
.lt .a-item .img-box { position:relative; overflow:hidden; cursor:pointer; /*display:none max-width:350px;*/ max-height:350px; margin:0 auto 10px;}
.lt .a-item .img-box img { -webkit-transform: scale(1); transform: scale(1);transition: all 1s ease;-webkit-transition: all 1s ease;}
.lt .a-item .img-box img:hover { -webkit-transform: scale(1.1); transform: scale(1.1);}
.lt .a-item .info {display: block;text-decoration: none; padding-bottom: 50px;}
.lt .a-item .info .subject { font-weight:700; font-size:20px; padding: 20px 0 10px;}
.lt .a-item .info .substance {color:#666;  font-size:16px; line-height:1.6;}
.lt .a-item .info .time {color:tomato; font-size:0.9em;text-align:right;}
.lt .a-item .more {width: 131px;margin:0px 0px 30px 30px; border: 1px solid #ddd;padding: 12px 0 12px 0; line-height:12px; font-size:14px; background: none;}
.lt .a-item .more:hover {background-color: #001e3a;color: #FFF;cursor: pointer;opacity: 1;transition: all 0.5s;}

