@charset "utf-8";
/* 새글 스킨 (latest) */
.pressroom {}
.pressroom .polo-carousel-item .testimonial-item {
    width: 80% !important;
    margin: 0 auto;
}
.pressroom .testimonial .testimonial-item {
    border: none;
    background-color: transparent;
}
.pressroom .meta-date {
    color: #000 !important
}
.pressroom .lt_more {
    position: absolute;
    top: 0;
    right: 2.5rem;
    display: block;
    width: 25px;
    line-height: 40px;
    color: #117ce9;
    font-size: 1.5rem
}
@media (max-width: 1024px) {
    .pressroom .polo-carousel-item .testimonial-item {
        width: 100% !important
    }
}