@charset "utf-8";
/* 새글 스킨 (latest) */
.lt {position: relative; float:none; padding-top:60px}
.lt .lt_title {display: none;}
.lt .lt_more {display: none;}
.lt .a-item {padding: 0;border: 1px solid #ddd;min-height: 390px;word-break: break-all; background-color:#FFF}
.lt .a-item .info {display: block;text-decoration: none;padding:30px;}
.lt .a-item .info .subject { font-weight:700; font-size:19px; letter-spacing:-0.8px;}
.lt .a-item .info .substance {color:#666; margin-top:9px; font-size:14px; line-height:1.6;}
.lt .a-item .info .time {color:tomato; font-size:0.9em;text-align:right;}
.lt .a-item .more {width: 141px;margin:0px 0px 30px 30px; border: 1px solid #888;padding: 14px 0 14px 0; line-height:14px; background: none; font-family: 'Nanum Square';}
.lt .a-item .more:hover {background-color: #001e3a;color: #FFF;cursor: pointer;opacity: 1;transition: all 0.5s;}

.owl-theme .owl-nav {margin: 0;}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {position: absolute;top: 50%;margin-top: -25px;}
.owl-theme .owl-nav .owl-prev {left : -50px; background:url(/img/prev_ico.jpg)}
.owl-theme .owl-nav .owl-next {right : -50px;background:url(/img/next_ico.jpg)}
@media screen and (max-width:1300px) {
.owl-theme .owl-nav .owl-prev {left: 0px;}
.owl-theme .owl-nav .owl-next {right:0px;}
}