@charset "utf-8";
/* 새글 스킨 (latest) */
.lt {position: relative;}
.lt .lt_title {display: none;}
.lt .lt_more {display: none;}
.lt .a-item {padding: 0; border:0; 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-family: 'Noto Serif KR', serif; font-weight:500; font-size:44px; letter-spacing: -2px;}
.lt .a-item .info .substance {color:#555; margin-top:15px; font-size:17px; line-height:1.6; word-break:keep-all; max-width: 950px;}
.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; display:none}
.lt .a-item .more:hover {background-color: #ff3414;color:#fff; cursor: pointer; opacity: 1;transition: all 0.5s;}





.contents4 .owl-nav{position:absolute;width:100%;bottom:68%}
.contents4 .owl-nav i { font-size:18px; color:#fff}
.contents4 .owl-nav .owl-prev{position:absolute;left:0px; padding:0; margin:0; width:70px; height:70px; background-color:rgba(0,0,0,0.6); color:#fff;  text-align:center; cursor:pointer}
.contents4 .owl-nav .owl-next{position:absolute;right:0px; padding:0; margin:0; width:70px; height:70px; background-color:rgba(0,0,0,0.6); color:#fff;  text-align:center; cursor:pointer}
.contents4 .owl-nav .owl-prev:hover { background-color:#5f544c; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.contents4 .owl-nav .owl-next:hover { background-color:#5f544c; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.contents4 .owl-dots { display:none}


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

@media screen and (max-width:767px) {
.lt .a-item .info .subject {font-size:32px}
.contents4 .owl-nav .owl-prev{position:absolute;left:0px; padding:0; margin:0; width:30px; height:30px; background-color:rgba(0,0,0,0.6); color:#fff;  text-align:center; cursor:pointer}
.contents4 .owl-nav .owl-next{position:absolute;right:0px; padding:0; margin:0; width:30px; height:30px; background-color:rgba(0,0,0,0.6); color:#fff;  text-align:center; cursor:pointer}
}