/* PC SLIDER 1 */

.swiper {
    width: 100%;
    height: 10%;
}

.myswiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    background: white !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    opacity: 1 !important;
    margin: 0px 6px !important;
}

.swiper-pagination-bullet-active {
    background: var(--blue) !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    outline: 1px solid var(--blue);
    outline-offset: 3px;
}

.swiper-pagination-3 .swiper-pagination-bullet {
    background: lightgray !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    opacity: 1 !important;
    margin: 0px 6px !important;
}

.swiper-pagination-3 .swiper-pagination-bullet-active {
    background: var(--blue) !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    outline: 1px solid var(--blue);
    outline-offset: 3px;
}

.swiper-pagination-12 .swiper-pagination-bullet {
    background: lightgray !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    opacity: 1 !important;
    margin: 0px 6px !important;
}

.swiper-pagination-12 .swiper-pagination-bullet-active {
    background: var(--blue) !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    outline: 1px solid var(--blue);
    outline-offset: 3px;
}

.swiper-pagination-2 .swiper-pagination-bullet {
    background: lightgray !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    opacity: 1 !important;
    margin: 0px 6px !important;
}

.swiper-pagination-2 .swiper-pagination-bullet-active {
    background: var(--white) !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    outline: 1px solid var(--white);
    outline-offset: 3px;
}

.swiper-pagination-5 .swiper-pagination-bullet {
    background: lightgray !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    opacity: 1 !important;
    margin: 0px 6px !important;
}

.swiper-pagination-5 .swiper-pagination-bullet-active {
    background: var(--white) !important;
    border-radius: 8.5px !important;
    height: 17px !important;
    width: 17px !important;
    outline: 1px solid var(--white);
    outline-offset: 3px;
}

/* PC SLIDER 2 */

.myswiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* PC SLIDER 3 */
.mySwiper3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.mySwiper3 .swiper-slide-active img {
    height: 679px;
    width: 387px !important;
}

.mySwiper3 .swiper-slide-next img {
    height: 382px;
    width: 357px !important;
}

.mySwiper3 .swiper-slide-prev img {
    height: 382px;
    width: 357px !important;
}


.mySwiper12 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.mySwiper12 .swiper-slide-active img {
    height: 257px;
    width: 207px !important;
}

.mySwiper12 .swiper-slide-next img {
    height: 205px;
    width: 192px !important;
}

.mySwiper12 .swiper-slide-prev img {
    height: 205px;
    width: 192px !important;
}

/* MOBILE SLIDER 1 */

.myswiper4 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* MOBILE SLIDER 2 */

.myswiper5 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}