/* topics */
#topics {
    padding: 100px 0;
}
#topics .h2 {
    margin-bottom: -50px;
}
#topics .h2::before {
    color: #DD1367;
}
#topics .swiper {
    position: relative;
}
#topics .swiper .swiper-slide {
    width: 480px !important;
}
#topics .swiper .swiper-slide a {
    display: block;
}
#topics .swiper .swiper-slide a .thumbnail {
    position: relative;
    width: 480px;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 0 30px 0 30px;
    overflow: hidden;
}
#topics .swiper .swiper-slide a .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}
#topics .swiper .swiper-slide a:hover .thumbnail img {
    transform: scale(1.1);
    transition: .3s;
}


#topics .swiper .inner {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 45px;
}
#topics .swiper .inner .swiper-button-next, 
#topics .swiper .inner .swiper-button-prev {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0;
    background-color: #000;
    border-radius: 60px;
}
#topics .swiper .inner .swiper-button-next::after, 
#topics .swiper .inner .swiper-button-prev::after {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 700;
}
#topics .btn {
    margin-top: 40px;
}


@media only screen and (max-width: 959px) {
    /* topics */
    #topics {
        padding: 60px 0;
    }
    #topics .h2 {
        margin-bottom: -40px;
        padding: 0 4%;
        text-align: left;
    }
    #topics .h2::before {
        margin-left: -7px;
    }
    #topics .swiper .swiper-slide{
        width: 300px !important;
    }
    #topics .swiper .swiper-slide a .ttl {
        margin-bottom: 10px;
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    #topics .swiper .inner {
        gap: 12px;
        margin-bottom: 40px;
    }
    #topics .swiper .inner .swiper-button-next, 
    #topics .swiper .inner .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    #topics .swiper .swiper-slide a .thumbnail{
        width: 300px;
        height: 200px;
    }
}
