.article1 {
    background-color: #f2f2f2;
}

.article1 .article-wrapper {
    width: 100%;
}

.a1-title {
    width: 1200px;
    margin-bottom: 3rem;
}

.a1-title p {
    color: #888;
    font-size: 22px;
    margin-bottom: 1rem;
}

.a1-title h1 {
    color: #222;
    font-size: 42px;
    line-height: 1.3;
}

.a1-vertical {
    width: 1px;
    height: 60px;
    background-color: #aaa;
    margin-bottom: 3rem;
}

.a1-l-text {
    color: #aaa;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}

.a1-swiper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.swiper-left {
    width: 300px;
}

.mySwiper {
    position: relative;
    width: 65.5%;
    margin: 0 !important;
    padding: 20px 60px !important;
}

.swiper-slide {
    padding: 100px 50px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgb(0 0 0 / 3%);
}

.swiper-slide:hover {
    background: rgb(15,155,231);
    background: linear-gradient(45deg, rgba(15,155,231,1) 0%, rgba(54,215,157,1) 100%);
}

.swiper-slide:hover .ss-text h1,
.swiper-slide:hover .ss-text p,
.swiper-slide:hover .ss-text p span {
    color: #fff;
}

.swiper-button-wrapper {
    position: absolute;
    top: 50%; left: 30px;
}

.swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .1);
    opacity: .7;
}

.swiper-button-next i {
    color: var(--main-color);
    font-size: 18px;
}

.swiper-button-next:hover {
    opacity: 1;
}

.ss-image img {
    height: 80px;
}

.swiper-slide:hover .ss-image img {
    -webkit-filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(216deg) brightness(104%) contrast(100%);
    filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(216deg) brightness(104%) contrast(100%);
}

.ss-text h1 {
    color: #222;
    font-size: 22px;
    font-weight: 500;
    margin: 2rem 0 1.3rem 0;
}

.ss-text p {
    color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
}

.ss-text p span {
    color: #aaa;
    font-size: 13px;
}


/*==================================================*/
@media (min-width: 1921px) {
    .mySwiper {
        width: 61.5%;
    }
}


@media (max-width: 1250px) {
    .article1 .article-wrapper {
        padding-right: 0;
    }
    
    .a1-title {
        width: 100%;
    }
    
    .a1-swiper {
        flex-direction: column;
        justify-content: unset;
        gap: 3rem;
    }

    .mySwiper {
        width: 100%;
    }

    .swiper-slide {
        padding: 0 40px;
        height: 450px !important;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }
}


@media (max-width: 768px) {
    .a1-title {
        margin-bottom: 1.5rem;
    }
    
    .a1-swiper {
        gap: 1rem;
    }

    .a1-vertical {
        margin-bottom: 1.5rem;
    }
    
    .mySwiper {
        padding: 20px !important;
        padding-left: 0 !important;
    }

    .swiper-button-wrapper {
        display: none;
    }
}


@media (max-width: 550px) {
    .a1-title p {
        font-size: 18px;
    }
    
    .a1-title h1 {
        font-size: 32px;
    }

    .a1-vertical {
        height: 30px;
    }

    .a1-l-text {
        font-size: 14px;
    }

    .swiper-slide {
        padding: 0 30px;
        height: 350px !important;
    }

    .ss-image img {
        height: 60px;
    }

    .ss-text h1 {
        font-size: 18px;
    }

    .ss-text p {
        font-size: 14px;
    }
}


@media (max-width: 450px) {
    .article1 {
        padding-top: 80px;
    }
    
    .a1-title p {
        font-size: 16px;
    }

    .a1-title h1 {
        font-size: 28px;
        margin: 1rem 0 .5rem 0;
    }

    .a1-l-text {
        font-size: 12px;
    }

    .ss-text p {
        font-size: 12px;
    }

    .ss-text p span {
        color: #aaa;
        font-size: 11px;
    }
}