@charset "utf-8";
/* 새글 스킨 (latest) */
.lt {position: relative;}
.lt .lt_title {display: none;}
.lt .lt_more_gall {display: block;position: absolute;top: -50px;right: 0;font-size: 16px;z-index: 2;padding: 5px 10px;transition:all .4s;border-radius:20px;}
.lt .lt_more_gall a{color:#181818;transition:all .4s;}
.lt .lt_more_gall:hover{background: #425cb9;}
.lt .lt_more_gall:hover a{color:#fff;}
.lt .a-item {padding: 0; border:0; min-height: 390px;word-break: break-all;}
.lt .a-item .info {display: block;text-decoration: none;padding:10px 0;color:#181818;}
.lt .a-item .info .subject { font-weight:700; font-size:19px;display: flex;align-items:center;}
.lt .a-item .info .subject .new_icon{display: inline-block;width: 20px;line-height: 20px;font-size: 0.8em;color: #fff;background: #fd2d3d;text-align: center;border-radius: 50%;margin-left: 10px;font-weight: bold;vertical-align: middle;}
.lt .a-item .substance {color:#666;margin-bottom: 30px;font-size:14px; line-height:1.6;display: none;}
.lt .a-item .info .time {color:tomato; font-size:0.9em;text-align:right;}
.lt .a-item .more {color:#fff;width: 141px;border: 1px solid #ddd;padding: 14px 0 14px 0; line-height:14px; font-size:14px; background: none;}
.lt .a-item .more:hover {background-color: #fff;color: #000;cursor: pointer;opacity: 1;transition: all 0.5s;}
.lt .a-item .img-box{border-radius:15px;overflow:hidden;}
.owl-carousel{position: relative;}
.latest-carousel .owl-nav {position: absolute;top: 50%;margin-top: -25px; width:100%; display:block}
.latest-carousel .owl-nav .owl-prev {width:70px;height:75px;position:absolute;left:-75px; font-size:14px; color:#333; padding-top:5px; text-align:center; background-color:transparent; cursor:pointer;background-image: url(/theme/bj/img/prev-arrow.png);background-size: cover;top: 50%;transform: translateY(-50%);}
.latest-carousel .owl-nav .owl-next {width:70px;height:75px;position:absolute;right:-75px; font-size:14px; color:#333; padding-top:5px; text-align:center; background-color:transparent;  cursor:pointer;background-image: url(/theme/bj/img/next-arrow.png);background-size: cover;top: 50%;transform: translateY(-50%);}
.latest-carousel .owl-nav .owl-prev .material-icons { font-size:35px; padding-top:5px}
.latest-carousel .owl-nav .owl-next .material-icons { font-size:35px; padding-top:5px}
.latest-carousel .owl-dots {}
.owl-theme .owl-dots .owl-dot{width: 10px;height: 10px;background: #a4a4a4;border-radius:50%;margin:0 7px;transition:all .4s;}
.owl-theme .owl-dots .owl-dot.active{width:30px;border-radius:20px;background: #cd7f32;}
.time{font-size:14px;display: flex;align-items:center;}
.time i{font-size:18px;margin-right:5px;}
.owl-stage-outer{margin-bottom: 30px; text-align: center;}
@media screen and (max-width:1300px) {
.latest-carousel .owl-nav .owl-prev {left: 0px;}
.latest-carousel .owl-nav .owl-next {right:0px;}
}
@media screen and (max-width:768px){
    .owl-stage{padding-left: 0 !important;}
    .latest-wrap .main-tit h2{text-align-last: left;}
    .latest-wrap{padding:0 10px;}
    .latest-wrap .main-tit{font-size:25px;}
	.lt .lt_more_gall{top: -72px;right: 10px;display: none;}
    .latest-carousel .owl-nav .owl-prev,.latest-carousel .owl-nav .owl-next{display: none;}
    .lt .a-item{min-height: 0;}
}