@charset "utf-8";
/* 새글 스킨 (latest) */
.lt {position: relative;}
.con2 .lt .lt_title {display: none;}
.con2 .lt .lt_more {display: none;}
.con2 .lt .a-item {padding: 0; border:0; background-color:#fff; word-break: break-all;}
.con2 .lt .a-item .img-box { position:relative; overflow:hidden; cursor:pointer}
.con2 .lt .a-item .img-box img { -webkit-transform: scale(1); transform: scale(1);transition: all 1s ease;-webkit-transition: all 1s ease;}
.con2 .lt .a-item .img-box img:hover { -webkit-transform: scale(1.1); transform: scale(1.1);}
.con2 .lt .a-item .txt_box {position: absolute; top: 0; bottom: 0; right: 0; left: 0; background: #00000059; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; transition: all 0.5s; opacity: 0;}
.con2 .lt .a-item:hover .txt_box {opacity: 1;}
.con2 .lt .a-item .info {text-decoration: none;}
.con2 .lt .a-item .info .subject { font-weight:bold; font-size:18px; line-height: 1.4; color: #fff;}
.con2 .lt .a-item .info .substance {color:#eee; margin-top:9px; font-size:14px; line-height:1.4;}
.con2 .lt .a-item .info .time {color:tomato; font-size:0.9em;text-align:right;}
.con2 .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}
.con2 .lt .a-item .more:hover {background-color: #ff3414;color:#fff; cursor: pointer; opacity: 1;transition: all 0.5s;}


.con2 .latest-carousel .owl-nav {position: absolute;top: 40%;margin-top: -25px; width:100%; display:none}
.con2 .latest-carousel .owl-nav .owl-prev .material-icons { font-size:35px; padding-top:5px}
.con2 .latest-carousel .owl-nav .owl-next .material-icons { font-size:35px; padding-top:5px}
.con2 .latest-carousel .owl-dots { display:none}

.con2 .owl-carousel.owl-drag .owl-item {border-radius: 15px; overflow: hidden;}


@media screen and (max-width:1300px) {
.con2 .latest-carousel .owl-nav .owl-prev {left: 0px;}
.con2 .latest-carousel .owl-nav .owl-next {right:0px;}
}