@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt { position:relative; }

.pic_lt .empty_li { text-align: center; width: 100%; }

.swiper-slide .lt_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    z-index: 10;
}