@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; min-height: 390px;word-break: break-all;}
.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 {text-decoration: none;}
.lt .a-item .info .subject { font-weight:bold; text-align:center; font-size:25px;}
.lt .a-item .info .substance {color:#555; margin-top:15px; font-size:15px; text-align:center; line-height:1.6; word-break:keep-all; height:70px; overflow:hidden;}
.lt .a-item .info .time {color:tomato; font-size:0.9em;text-align:right;}
.lt .a-item .more {width: 141px;margin:20px 0 0; border: 1px solid #ddd;padding: 14px 0 14px 0; line-height:14px; font-size:14px; background: none; float:left; display:none}
.lt .a-item .more:hover {background-color: #ff3414;color:#fff; cursor: pointer; opacity: 1;transition: all 0.5s;}



.tl_colum_wrap .owl-nav{position:absolute;width:100%;bottom:68%}
.tl_colum_wrap .owl-nav i { font-size:18px; color:#fff}
.tl_colum_wrap .owl-nav .owl-prev{position:absolute;left:0px; padding:0; margin:0; width:30px; height:70px; background-color:rgba(0,0,0,0.6); color:#fff;  text-align:center; cursor:pointer}
.tl_colum_wrap .owl-nav .owl-next{position:absolute;right:0px; padding:0; margin:0; width:30px; height:70px; background-color:rgba(0,0,0,0.6); color:#fff;  text-align:center; cursor:pointer}
.tl_colum_wrap .owl-nav .owl-prev:hover { background-color:#ff3414}
.tl_colum_wrap .owl-nav .owl-next:hover { background-color:#ff3414}

.tl_colum_wrap .owl-dots { display:none}


@media screen and (max-width:1300px) {
.tl_colum_wrap .latest-carousel .owl-nav .owl-prev {left: 0px;}
.tl_colum_wrap .latest-carousel .owl-nav .owl-next {right:0px;}
}