@charset "utf-8";

/* 새글 스킨 (latest) */
.swiper.latest.list .swiper-slide a {
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    gap: 2rem;
}

.swiper.latest.list .swiper-pagination {
    position: relative;
    bottom: initial;
}

.swiper.latest.list h5 {
    font-weight: 600;
    font-size: 1.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper.latest.list .content {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 7.5rem;
    height: 7.5rem;
}
.swiper.latest.list .content.short img {
    height: 3rem;
    object-fit: contain;
}
.swiper.latest.list .datetime {
    font-size: 1rem;
}

.swiper.latest.list .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 20px;
    opacity: 1;
    background: transparent;
    border-radius: 20px;
    transition: width 0.5s;
    border: 1px solid #13007d;
}
.swiper.latest.list .swiper-pagination .swiper-pagination-bullet-active {
    background: #13007d;
    width: 40px;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    .swiper.latest.list .swiper-slide a {
        gap: 1rem;
    }
    .swiper.latest.list .content {
        -webkit-line-clamp: 3;
        min-height: 4.5rem;
        height: 4.5rem;
    }
}
@media screen and (max-width: 425px) {
}
