@charset "utf-8";
/* 새글 스킨 (latest) */
.lt {position: relative;}
.tl_business_now_box_warp .lt .lt_title {display: none;}
.tl_business_now_box_warp .lt .lt_more {display: none;}
.tl_business_now_box_warp .lt .a-item {padding: 0; border:0; background-color:#fff; min-height: 390px;word-break: break-all;}
.tl_business_now_box_warp .lt .a-item .img-box { position:relative; overflow:hidden; cursor:pointer}
.tl_business_now_box_warp .lt .a-item .img-box img { -webkit-transform: scale(1); transform: scale(1);transition: all 1s ease;-webkit-transition: all 1s ease;}
.tl_business_now_box_warp .lt .a-item .img-box img:hover { -webkit-transform: scale(1.1); transform: scale(1.1);}
.tl_business_now_box_warp .lt .a-item .info {text-decoration: none;}
.tl_business_now_box_warp .lt .a-item .info .subject { font-weight:bold; font-size:20px;}
.tl_business_now_box_warp .lt .a-item .info .substance {color:#666; margin-top:9px; font-size:14px; line-height:1.6; height:40px; overflow:hidden}
.tl_business_now_box_warp .lt .a-item .info .time {color:tomato; font-size:0.9em;text-align:right;}
.tl_business_now_box_warp .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}
.tl_business_now_box_warp .lt .a-item .more:hover {background-color: #f7941d;color:#fff; cursor: pointer; opacity: 1;transition: all 0.5s;}


.tl_business_now_box_warp .latest-carousel .owl-nav {position: absolute;top: 40%;margin-top: -25px; width:100%; display:block}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-prev {background-color:#f7941d; color:#fff; width:45px;height:30px;position:absolute;left:-25px; font-size:14px; border-top: 1px solid #eee; border-left:0; border-right:0; border-bottom:0; padding-top:5px; text-align:center;  cursor:pointer}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-next {background-color:#f7941d; color:#fff; width:45px;height:30px;position:absolute;right:-25px; font-size:14px; border-top: 1px solid #eee; border-left:0; border-right:0; border-bottom:0; padding-top:5px; text-align:center;  cursor:pointer}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-prev:hover { background-color:#343434; color:#fff; transition:all 0.3s}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-next:hover { background-color:#343434; color:#fff; transition:all 0.3s}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-prev .material-icons { font-size:35px; padding-top:5px}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-next .material-icons { font-size:35px; padding-top:5px}
.tl_business_now_box_warp .latest-carousel .owl-dots { display:none}



@media screen and (max-width:1300px) {
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-prev {left: 0px;}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-next {right:0px;}
}