/* pc */

.mySwiper15 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mySwiper15 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper15 .swiper-pagination .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: linear-gradient(180deg,
            rgb(254, 96, 107) 0%,
            rgb(255, 135, 115) 43.27%,
            rgb(255, 161, 78) 100%) !important;
}

.mySwiper15 .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: gray !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper15 .swiper-pagination,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    width: 1%;
}

/* mobile */

.swiper-container-custom-14 {
    width: 375px;
    margin: 0 auto;
    height: 750px;
    position: relative;
    top: 10%;
}

.swiper-slide-custom-14 {
    text-align: left;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    position: relative !important;
    top: -22px;
    left: 0;
}

.swiper-pagination-custom-14 .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: linear-gradient(180deg,
            rgb(254, 96, 107) 0%,
            rgb(255, 135, 115) 43.27%,
            rgb(255, 161, 78) 100%) !important;
}

.swiper-pagination-custom-14 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: gray !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom-14,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: -20px !important;
    width: 100%;
    top: 88% !important;
}
