@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;
    border-radius: 15px;
}

.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 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.tl_business_now_box_warp .lt .a-item .info .substance {
    text-align: center;
    color: #666;
    margin-top: 9px;
    font-size: 14px;
    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 auto 0 auto;
    border: 1px solid #845EC2;
    padding: 14px 0 14px 0;
    line-height: 14px;
    font-size: 14px;
    background-color: #845EC2;
    text-align: center;
    display: block;
    border-radius: 30px;
    color: #fff;
}

.tl_business_now_box_warp .lt .a-item .more:hover {
    background-color: #F9F871;
    border: 1px solid #F9F871;
    color: #000;
    cursor: pointer;
    opacity: 1;
    transition: all 0.5s;
}




.tl_business_now_box_warp .latest-carousel .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    display: block
}

.tl_business_now_box_warp .latest-carousel .owl-nav i {
    font-size: 20px;
    color: #333;
    line-height: 2.3;
}

.tl_business_now_box_warp .latest-carousel .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    left: 25px;
    background-color: #f2f2f2;
    margin: 0;
    position: absolute;
    cursor: pointer;
    padding: 0;
    border-radius: 50px
}

.tl_business_now_box_warp .latest-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    right: 25px;
    background-color: #f2f2f2;
    margin: 0;
    position: absolute;
    cursor: pointer;
    padding: 0;
    border-radius: 50px
}

.tl_business_now_box_warp .latest-carousel .owl-dots {
    display: none
}




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

/* 주요 계약실적*/