.edu-latest-wrap{
    width:100%;
    position:relative;
}

.edu-latest-swiper{
    width:100%;
    overflow:hidden;
    position:relative;
}

.edu-latest-swiper .swiper-wrapper{
    display:flex;
    align-items:stretch;
}

.edu-latest-swiper .swiper-slide{
    flex-shrink:0;
    width:100%;
    height:auto;
}

.edu-latest-item{
    display:block;
    text-decoration:none;
    color:#111;
    text-align:center;
}

.edu-latest-thumb{
    display:block;
    width:100%;
    position:relative;
    overflow:hidden;
    background:#f3f3f3;
    border-radius:0;
    padding-top:72.83%;
}

.edu-latest-thumb img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.edu-latest-subject{
    display:block;
    margin-top:18px;
    margin-bottom:12px;
    font-size:16px;
    line-height:1.5;
    font-weight:700;
    color:#111;
    letter-spacing:-0.03em;
    word-break:keep-all;
    min-height:48px;
    padding:0 4px;
}

/* dot 영역을 swiper 밖으로 분리 */
.edu-latest-pagination-wrap{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:0;
    padding:0;
}

.edu-latest-pagination{
    position:static !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    transform:none !important;
    width:auto !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:8px !important;
    margin:0 !important;
    padding:0 !important;
    line-height:1 !important;
}

.edu-latest-pagination .swiper-pagination-bullet{
    width:10px !important;
    height:10px !important;
    margin:0 !important;
    background:#d9d9d9 !important;
    opacity:1 !important;
    border-radius:50% !important;
    display:block !important;
    flex:0 0 10px !important;
}

.edu-latest-pagination .swiper-pagination-bullet-active{
    background:#777 !important;
}

.edu-latest-empty{
    width:100%;
    padding:60px 20px;
    text-align:center;
    background:#f7f7f7;
    color:#666;
    border-radius:12px;
    font-size:15px;
}

@media (max-width:768px){
    .edu-latest-subject{
        margin-top:14px;
        margin-bottom:10px;
        font-size:15px;
        min-height:auto;
        padding:0 4px;
    }

    .edu-latest-pagination{
        gap:7px !important;
    }

    .edu-latest-pagination .swiper-pagination-bullet{
        width:8px !important;
        height:8px !important;
        flex:0 0 8px !important;
        background:#cfcfcf !important;
    }

    .edu-latest-pagination .swiper-pagination-bullet-active{
        background:#666 !important;
    }
}