#case {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#case > .category {
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

#case > .category > .title {
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
}

#case > .category > .content {
    width: 100%;
}

#case > .category > .black {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

#case > .category > .black > img {
    margin-right: 10px;
}

#case > .info > .title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

#case > .info > .main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5rem;
}

#case > .info > .main > .sku {
    font-size: 1rem;
    margin-bottom: 2rem;
}

#case > .info > .main > .main {
    line-height: 2;
}

#case #case-swiper img {
    width: 93vw;
    height: 249px;
    object-fit: cover;
}

@media (min-width: 1024px) {
    #case {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    #case > .category > .title {
        font-size: 4rem;
    }

    #case > .category > .black {
        font-size: 1.5rem;
        margin-top: 5rem;
    }

    #case > .info > .title {
        font-size: 2rem;
    }

    #case > .info > .main {
        grid-template-columns: 5fr 7fr;
    }

    #case > .info > .swiper {
        margin-left: unset !important;
        margin-right: unset !important;
    }

    #case #case-swiper img {
        width: 100%;
        height: 489px;
    }
}