@charset "utf-8";
/* 새글 스킨 (latest) */
.lt {position: relative; left: 8%;}
.lt .lt_title {display: none;}
.lt .lt_more {display: none;}
.lt .a-item {padding: 0; border:0; background-color:#fff; position: relative;}
.lt .a-item .img-box {border-radius: 10px; position:relative; overflow:hidden; cursor:pointer;height: 400px; width:100%; word-break: break-all; background-repeat:no-repeat; background-size:cover; background-position:center}
.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 .img-box::before {content: ""; width: 100%; height: 100%; background: linear-gradient(0deg, #0000004a, transparent); position: absolute; top: 0; left: 0; z-index: 2;}
.lt .a-item .txt_box {position: absolute; bottom: 30px; left: 30px; z-index: 3;}
.lt .a-item .info {text-decoration: none;}
.lt .a-item .info .subject { text-align:center; font-weight:600; font-size:23px; color: #fff;}
.lt .a-item .info .substance { text-align:center; color:#555; margin-top:9px; font-size:17px; line-height:1.6; word-break:keep-all; display: none;}
.lt .a-item .info .time {color:tomato; font-size:0.9em;text-align:right;}
.lt .a-item .more {width: 141px;margin:30px auto 0 auto; border: 1px solid #ddd;padding: 14px 0 14px 0; line-height:14px; font-size:14px; background-color:#f2f2f2;  text-align:center; display:block; display: none;}
.lt .a-item .more:hover {background-color: #697dc4; border:1px solid #697dc4; color:#fff; cursor: pointer; opacity: 1;transition: all 0.5s;}

.lt .a-item .img-box img img { width:100%}


.latest-carousel .owl-nav {position: absolute;top: 50%; transform: translateY(-50%); max-width: 1600px; margin: 0 auto; width:100%; display:block}
.latest-carousel .owl-nav .owl-prev {transition: .4s; width:50px; height:50px; border-radius: 50%; line-height:50px; left:-25px; background-color:var(--main_gray); margin:0; position:absolute; cursor:pointer; color:var(--main_black); padding:0; border:0}
.latest-carousel .owl-nav .owl-next {transition: .4s; width:50px; height:50px; border-radius: 50%; line-height:50px; right:-25px; background-color:var(--main_gray); margin:0; position:absolute; cursor:pointer; color:var(--main_black); padding:0; border:0}
.latest-carousel .owl-nav .owl-prev i, .latest-carousel .owl-nav .owl-next i {font-size: 20px; transition: .4s;}
.latest-carousel .owl-nav .owl-prev:hover { background-color:var(--main_blue); color:#fff}
.latest-carousel .owl-nav .owl-prev:hover i {color:#fff}
.latest-carousel .owl-nav .owl-next:hover { background-color:var(--main_blue); color:#fff}
.latest-carousel .owl-nav .owl-next:hover i {color:#fff}
.latest-carousel .owl-dots { display:none}

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

}
@media screen and (max-width:960px) {
  .latest-carousel .owl-nav .owl-next {width: 40px; height: 40px; line-height: 40px;}
  .latest-carousel .owl-nav .owl-prev {width: 40px; height: 40px; line-height: 40px;}
  .lt .a-item .info .subject {font-size: 20px;}
}
@media screen and (max-width:640px) {
  .lt .a-item .txt_box {bottom: 20px; left: 20px;}
  .lt .a-item .info .subject {font-size: 18px;}
}
/* 주요 계약실적*/
