@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; border-radius: 15px; overflow: hidden;}
.lt .a-item .img-box { position:relative; overflow:hidden; cursor:pointer; }
.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:30px 10px 30px 30px; background: #0d4ca3;}
.lt .a-item .info .subject { font-weight:700; font-size:24px; color: #fff;}
.lt .a-item .info .substance {color:#fff; margin-top:9px; font-size:15px; line-height:1.6;}
.lt .a-item .info .substance p{word-break: keep-all;}
.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;}
.lat_btn{width: 30px; height: 30px; border-radius: 50%; text-align: center; background: #fff; margin: 30px 0 0; display:flex; justify-content: center; align-items: center; transition: 0.3s;}
.lat_btn:hover{transform: rotate(180deg); transition: 0.3s;}
.lat_btn img{width: 11px !important;}

