@charset "utf-8";

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

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

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

.swiper.latest.block .content {
    font-weight: 400;
    font-size: 1rem;
    min-height: 11.5rem;
    height: 11.5rem;
}
.swiper.latest.block .content img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.swiper.latest.block .datetime {
    font-size: 1rem;
}

.swiper.latest.block .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.block .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.block .swiper-slide a {
        gap: 1rem;
    }
    .swiper.latest.block .content {
        min-height: 6.5rem;
        height: 6.5rem;
    }
}
@media screen and (max-width: 425px) {
}
