.article4 .article-wrapper {
    position: relative;
}

.swiperBtn-wrapper {
    position: absolute;
    bottom: 250rem; left: 50%;
    transform: translate(-50%, 0) !important;
    width: 115%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.swiperBtn-wrapper .sbnBtn {
    color: #fff;
    width: 55rem;
    height: 55rem;
    font-size: 35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20rem;
    background-color: var(--main-color);
    transition: all .3s;
    cursor: pointer;
}

.swiperBtn-wrapper .sbnBtn:hover {
    transform: scale(1.15);
}

.swiperBtn-wrapper .sbnBtn.swiper-button-disabled {
    opacity: 0;
}

.a4Swiper {
    width: 100%;
}

.a4Swiper .swiper-slide {
    position: relative;
}

.a4Swiper .swiper-slide img {
    width: 100%;
    height: 500rem;
    object-fit: cover;
    object-position: left;
    margin-bottom: -5px;
}

.a4Swiper .ss-text {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10rem);
    border: 1px solid rgba(255, 255, 255, .3);
    background-color: rgba(0, 0, 0, .5);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.ss-text.show {
    opacity: 1;
    visibility: visible;
}

.a4Swiper .ss-text {
    width: 100%;
    padding: 60rem 40rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.a4Swiper .ss-title {
    width: 100%;
    text-align: left;
}

.a4Swiper .ss-title h6 {
    width: fit-content;
    color: #fff;
    padding: 4rem 6rem;
    font-size: 15rem;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .2);
    margin-bottom: 10rem;
}

.a4Swiper .ss-title p {
    color: #fff;
    font-size: 18rem;
    line-height: 1.3;
    font-family: 'Play';
    margin-bottom: 10px;
}

.a4Swiper .ss-title h5 {
    color: #fff;
    font-size: 32rem;
}
.a4Swiper .ss-title h5 span {
    display: block;
    color: #ffffff96;
    font-size: 18rem;
    font-weight: 500;
    margin-top: 5px;
}

.a4Swiper .ss-info {
    width: 100%;
    text-align: right;
}

.a4Swiper .ss-info h5 {
    color: #fff;
    font-size: 22rem;
    font-weight: 600;
}

.a4Swiper .ss-info p {
    color: #ffffff96;
    font-size: 15rem;
    margin-top: 10px;
}

.ar-title p {
    display: none;
}


/*==================================================*/
@media (max-width: 1250px) {
    .swiperBtn-wrapper {
        display: none;
    }
}


@media (max-width: 768px) {
    .article4 {
        padding-bottom: 0;
    }
    
    .article4 .article-wrapper {
        width: 100%;
    }

    .a4Swiper .ss-text {
        backdrop-filter: blur(0);
        background-color: rgba(0, 0, 0, .7);
    }
    
    .a4Swiper .swiper-slide img {
        height: 750rem;
    }

    .ar-title p {
        display: flex;
    }
}


@media (max-width: 550px) {
    .a4Swiper .ss-text {
        padding: 60rem;
    }
    
    .a4Swiper .ss-title h6 {
        font-size: 22rem;
    }

    .a4Swiper .ss-title p {
        font-size: 30rem;
    }

    .a4Swiper .ss-title h5 {
        padding-right: 150rem;
        font-size: 60rem;
    }

    .a4Swiper .ss-title h5 span {
        font-size: 24rem;
    }

    .a4Swiper .ss-info h5 {
        font-size: 28rem;
    }

    .a4Swiper .ss-info p {
        font-size: 18rem;
    }
}