@charset "utf-8";

/* 새글 스킨 (latest) */
.tv_lolling {
    padding-top: 30px;
    overflow: hidden;
    position: relative;
}

.tv_lolling .swiper-slide {
    width: 380px;
}

.tv_lolling .swiper-pagination {
    top: 0;
    right: 0;
    bottom: auto !important;
    left: auto !important;
    text-align: right;
}

.tv_lolling .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ebe2cd;
    border-radius: 50px !important;
    width: 25px;
}

@media screen and ( max-width:799px){
    .tv_lolling .swiper-slide {
    width: 100% !important;
}
        .tv_lolling .swiper-slide img {
    width: 100%;
}

}