﻿@charset "UTF-8";
.swiper-one-2025 {
    position: relative;
}

    .swiper-one-2025 .swiper-container-wrapper {
        position: relative;
        max-width: 1000px;
        margin: 0 auto;
    }

    .swiper-one-2025 .mySwiper-kv {
        box-shadow: 0.1rem 0.2rem 0.4rem rgb(0 0 0 / 25%) !important;
        overflow: hidden !important;
    }

    .swiper-one-2025 .swiper-button-next, .swiper-one-2025 .swiper-button-prev {
        position: absolute;
        width: 44px;
        height: 44px;
        background-color: rgba(255,255,255,1);
        color: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 45% !important;
        transform: translateY(-50%);
        margin-top: 0;
        box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
        z-index: 10;
    }

    .swiper-one-2025 .swiper-button-next {
        background: url("../img/swiper-button-next.svg") no-repeat center center;
        background-size: 20%;
        right: -8% !important;
    }

        .swiper-one-2025 .swiper-button-next:hover {
            background: url("../img/swiper-button-next-hover.svg") no-repeat center center;
            background-size: 20%;
        }

    .swiper-one-2025 .swiper-button-prev {
        background: url("../img/swiper-button-prev.svg") no-repeat center center;
        background-size: 20%;
        left: -8% !important;
    }

        .swiper-one-2025 .swiper-button-prev:hover {
            background: url("../img/swiper-button-prev-hover.svg") no-repeat center center;
            background-size: 20%;
        }

    .swiper-one-2025 .swiper-pagination-bullets {
        left: initial;
        top: auto;
        bottom: 10px;
        font-size: inherit;
        width: inherit;
    }

    /* 分頁點容器 - 移到圖片下方 */
    .swiper-one-2025 .swiper-pagination {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 8px;
        width: 100%;
        text-align: center;
    }

    /* 分頁點樣式 */
    .swiper-one-2025 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #ccc;
        opacity: 0.8;
        margin: 0 5px;
    }

    .swiper-one-2025 .swiper-pagination-bullet-active {
        background: #007aff;
    }