@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:#555; margin-top:9px; font-size:16px; line-height:1.6;}
.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-color:#f2f2f2;  text-align:center; display:block}
.tl_business_now_box_warp .lt .a-item .more:hover {background-color: #697dc4; border:1px solid #697dc4; color:#fff; cursor: pointer; opacity: 1;transition: all 0.5s;}




.tl_business_now_box_warp .latest-carousel .owl-nav {position: absolute;top: 32%;margin-top: -25px; width:100%; display:block}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-prev {width:45px; height:45px; line-height:45px; left:-25px; background-color:#32373a; margin:0; position:absolute; cursor:pointer; color:#fff; padding:0}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-next {width:45px; height:45px; line-height:45px; right:-25px; background-color:#32373a; margin:0; position:absolute; cursor:pointer; color:#fff; padding:0}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-prev:hover { background-color:#4a78bc; color:#fff}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-next:hover { background-color:#4a78bc; color:#fff}
.tl_business_now_box_warp .latest-carousel .owl-dots { display:none}

.partner_wrap {margin:150px auto}
.autoslide {overflow: hidden; position: relative; width:100%; height:385px; margin:40px 0}
.part-wrap {
     height:100%; display:flex; flex-wrap:wrap;
    animation: bannermove 15s linear infinite; width:4368px; align-items: center;
}
.part-wrap > div {
    margin:15px 10px;  flex-basis: 6.5%; height:170px; text-align: center;
}
.part-wrap > div .img-box {border:1px solid #ddd; border:1px solid #ddd; border-radius: 5px; height:140px; line-height: 140px;}
.part-wrap > div p {margin-top:10px; font-size:16px}
.part-wrap > div img {height:auto; max-width:150px; min-width:120px}

@keyframes bannermove { 
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-55%, 0);
    }
}


@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;}
}

@media screen and (max-width:1200px) {
    .part-wrap img {height:110px}
    .partner_wrap {margin:100px auto}
}

@media screen and (max-width:880px) {
    .autoslide {height:200px}
    .part-wrap {flex-wrap: nowrap; width:2000px; animation:bannermove 10s linear infinite;}
    .part-wrap > div {flex-basis: 3%;}
    .part-wrap > div .img-box {height:120px; line-height: 120px; padding:0 15px}
    .partner_wrap {margin:60px auto}
}


/* 주요 계약실적*/