/* 頭部輪播圖 - start */
.swiper-section {
    .swiper-container {
        .hero-slide {
            .hero-slide-right {
                padding-top: 60px;
            }
        }
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        top: auto;
        bottom: -28px !important;
    }

    .swiper-container {
        .hero-slide {
            .hero-slide-left {
                .swiper-btn-wrapper {
                    .plan-logo {
                        height: 82px;
                        max-width: 50%;
                        margin-left: 16px;
                        margin-right: 0;
                    }
                }
            }
        }
    }
}

/* 頭部輪播圖 - end */

/* 計劃簡介 - start */
.plan-intro-section {
    .section-content {
        flex-direction: column-reverse;

        .left-wrapper,
        .right-wrapper {
            width: 100%;
        }

        .about-one__image {
            .about-one__image__one {
                aspect-ratio: 10 / 9;

                .about-1-img {
                    width: 80vw;
                    border-radius: 16px;
                }
            }

            .about-one__image__two {
                width: 60vw;
                height: fit-content;
                aspect-ratio: 9 / 16;
                max-height: 300px;
                left: 32px;
                bottom: 0;

                .about-2-img {
                    border-radius: 16px;
                }
            }

            .about-one__image__shape-one {
                left: -30px;

                img {
                    width: 300px;
                    height: auto;
                }
            }

            .about-one__image__shape-two {
                right: 0;
                bottom: 0;

                img {
                    width: 100px;
                }
            }
        }

        /* 計劃簡介 - end */

        .service-object-section .object-list {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            max-width: 100%;
        }
    }
}

/* 計劃簡介 - end */

/* 服務對象 - start */
.service-object-section {
    .bg-icon {
        width: 100px;
        height: 100px;
    }

    .object-item {
        transform: translateY(-6px);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
        border-color: rgba(255, 255, 255, 0.6);

        .object-item__text {
            font-size: 14px;
            padding-top: 6px;
            max-width: 80%;
        }
    }

    .object-item::before {
        opacity: 1;
        transform: scale(1);
    }

    .object-item::after {
        opacity: 1;
        background-color: rgba(2, 33, 105, 0.8);
    }
}

/* 服務對象 - end */

/* 計劃目標 - start */
.plan-target-section {
    padding-bottom: 100px;

    .target-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 12px;
    }

    .target-grid .target-card,
    .target-cards-swiper .target-card {
        min-height: auto;

        &:hover {
            transform: translateY(0);
        }
    }

    .target-grid .target-card-inner,
    .target-cards-swiper .target-card-inner {
        padding: 32px 12px;

        .target-card-icon-placeholder {
            width: 36px;
            height: 36px;
            margin-bottom: 4px;

            img {
                width: 100%;
                height: 100%;
            }

            &.heart {
                img {
                    width: 46px;
                    height: 46px;
                }
            }
        }

        h3 {
            font-size: 18px;
            margin: 4px 0 !important;
        }

        p {
            font-size: 14px;
        }
    }

    .target-cards-swiper.mb {
        flex-direction: column;
        align-items: stretch;
    }

    .target-cards-swiper {
        margin-top: 12px;
        padding-bottom: 36px;
        width: 100%;
        overflow: hidden;
    }

    .target-cards-swiper .swiper-slide {
        height: auto;
        box-sizing: border-box;
    }

    .target-cards-swiper .target-card {
        height: 100%;
    }

    /* Swiper 內每張卡都是 slide 內唯一子元素，需依 slide 序號還原四色背景 */
    .target-cards-swiper .swiper-slide:nth-child(1) .target-card-bg {
        background: var(--red-color);

        &::before {
            background-image: url(/static/image/1.jpg);
        }
    }

    .target-cards-swiper .swiper-slide:nth-child(2) .target-card-bg {
        background: var(--main-color);

        &::before {
            background-image: url(/static/image/2-1.jpg);
        }
    }

    .target-cards-swiper .swiper-slide:nth-child(3) .target-card-bg {
        background: var(--orange-color);

        &::before {
            background-image: url(/static/image/2-2.jpg);
        }
    }

    .target-cards-swiper .swiper-slide:nth-child(4) .target-card-bg {
        background: var(--deep-blue-color);

        &::before {
            background-image: url(/static/image/3.jpg);
        }
    }

    .target-cards-pagination {
        bottom: 6px !important;
    }

    .target-cards-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: rgba(2, 33, 105, 0.28);
        opacity: 1;
    }

    .target-cards-pagination .swiper-pagination-bullet-active {
        background: var(--orange-color);
    }
}

/* 計劃目標 - end */

/* 活動地圖 - start */
.activity-map-section {
    padding-bottom: 120px;

    .map-wrapper {
        gap: 12px !important;
    }

    .activity-map-cards-swiper.mb {
        height: auto !important;
        padding-bottom: 28px;

        .swiper-wrapper {
            align-items: flex-start;
        }

        .swiper-slide {
            align-self: flex-start;
        }

        .activity-map-card {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            height: fit-content;

            .activity-map-card__media {
                width: 100%;
                max-width: none;
                flex: 0 0 300px;

                img {
                    width: 100%;
                    height: 100%;
                }
            }

            .activity-map-card__body {
                padding: 12px;
                height: fit-content;

                .activity-map-card__title {
                    font-size: 16px;
                }

                .activity-map-card__desc {
                    font-size: 14px;
                }
            }
        }

        .activity-map-cards-pagination {
            display: flex;
            flex-direction: row;
            right: auto !important;
            top: auto !important;
            left: 50% !important;
            bottom: 0 !important;
            transform: translateX(-50%);
        }
    }
}

.activity-map-section .map-wrapper {
    flex-direction: column;
    gap: 20px;
    margin-top: 18px;
}

.activity-map-section .bottom-wrapper {
    width: 100%;
    height: fit-content !important;
}

.activity-map-section .top-wrapper {
    border-radius: 14px;
}

.activity-map-section .pin-item .pin-img {
    width: 18px;

    &.pin-1 {
        display: block;
    }

    &.pin-2 {
        display: none;
    }
}

.activity-map-section .activity-map-card__title {
    font-size: 17px;
}

.activity-map-section .activity-map-card__body {
    padding: 12px 14px 14px;
}

.activity-map-section .activity-map-card .blog-more-btn {
    align-self: flex-end;
    height: 36px;
    padding: 0 14px 0 8px;
    gap: 6px;
    font-size: 13px;
}

.activity-map-section .activity-map-card .blog-more-btn .blog-more-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;

    svg {
        width: 12px !important;
        height: 12px !important;
    }
}

.activity-map-section .activity-map-cards-swiper {
    padding: 0;
}

.activity-map-section .activity-map-cards-pagination {
    right: 2px !important;
    top: 50% !important;
    bottom: auto !important;
}

/* 活動地圖 - end */

/* 服务特色 - start */
.feature-service-cards-swiper {
    .feature-service-item {
        width: 100%;
    }
}

/* 服务特色 -end */

/* 訂閱我們 -start */
.subscription-section {
    padding-bottom: 120px;

    .section-sub-title {
        padding-bottom: 18px !important;
    }

    .subscription-form-submit.layui-btn {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
}

/* 訂閱我們 -end */

@media screen and (max-width: 1665px) {
    .swiper-section {
        .swiper-container {
            .hero-slide {
                .hero-slide-left {
                    &.hero-anim-active .hero-title {
                        font-size: 58px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1630px) {
    .swiper-section {
        .swiper-container {
            .hero-slide {
                .hero-slide-left {
                    .hero-title {
                        font-size: 74px;
                    }
                }
            }
        }
    }

    .service-feature-section {
        .feature-service-list {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }
    }
}

@media screen and (max-width: 1530px) {
    .header-left-wrapper {
        justify-content: space-between;
    }

    /* .header-container {
        .header-nav-wrapper {
            padding-left: 40px;
            gap: 24px;
        }
    } */
}


@media screen and (max-width: 1460px) {
    .swiper-section {
        .swiper-container {
            .hero-slide {
                .hero-slide-left {
                    &.hero-anim-active .hero-title {
                        font-size: 48px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1380px) {
    .header-bottom-wrapper {
        gap: 16px;
    }
}

@media screen and (max-width: 1330px) {
    /* .header-bottom-wrapper {
        gap: 12px;

        &.header-container {
            .header-nav-wrapper {
                padding-left: 16px;
                gap: 16px;
            }
        }
    } */

    .swiper-section {
        .swiper-container {
            .hero-slide {
                .hero-slide-left {
                    padding: 32px;

                    .hero-title {
                        font-size: 62px;
                    }
                }
            }
        }
    }

    .plan-intro-section {
        .section-content {
            gap: 36px;
        }
    }
}

@media screen and (max-width: 1280px) {
    /* .header-container {
        .header-nav-wrapper {
            padding-left: 16px;
            gap: 8px;

            .menu-item {
                font-size: 16px;
            }
        }
    } */
}

/* @media screen and (max-width: 1240px) {
    .header-container {
        .header-nav-wrapper {
            padding-left: 20px;
            gap: 16px;

            .menu-item {
                font-size: 16px;
            }
        }
    }
} */

@media screen and (max-width: 1200px) {

    .main-container {
        padding-top: 0;
    }

    .main-header.mb {
        .mb-header-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;

            .logo-txt,
            .logo-ma {
                height: 32px;
            }

            /* .logo-ma-container {
                width: calc(100% - 156px);
                display: flex;
                align-items: center;
                justify-content: flex-end;
    
                img {
                    width: calc(100% - 16px);
                    height: auto;
                }
    
                &::before {
                    content: '';
                    position: absolute;
                    top: 10%;
                    left: -12px;
                    width: 1px;
                    height: 80%;
                    border-left: 1px dashed var(--main-color);
                } */
        }
    }
}

@media screen and (max-width: 1136px) {
    .swiper-section {
        .swiper-container {
            .hero-slide {
                .hero-slide-left {
                    &.hero-anim-active .hero-title {
                        font-size: 38px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1110px) {
    .swiper-section {
        .swiper-container {
            .hero-slide {
                .hero-slide-left {
                    .hero-title {
                        font-size: 48px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 938px) {
    .swiper-section {
        .swiper-container {
            .hero-slide {
                .hero-slide-left {
                    .hero-title {
                        font-size: 38px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 934px) {
    .swiper-section {
        .swiper-container {
            .hero-slide {
                .hero-slide-left {
                    &.hero-anim-active .hero-title {
                        font-size: 28px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 900px) {
    /* .home-swiper,
    .home-swiper .swiper-slide,
    .hero-slide {
        min-height: auto;
    }

    .hero-slide {
        align-items: flex-start;
        padding: 120px 20px 40px;
        gap: 24px;
    }

    .hero-slide-left,
    .hero-slide-right {
        width: 100%;
    }

    .hero-title {
        font-size: 44px;
    }

    .hero-subtitle {
        margin-top: 14px;
        font-size: 18px;
        line-height: 1.5;
    }

    .hero-eyebrow {
        font-size: 14px;
    }

    .hero-more-btn {
        height: 48px;
        margin-top: 24px;
        font-size: 18px;
        gap: 8px;
        padding-right: 16px;
    }

    .hero-more-icon {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .hero-image-placeholder {
        width: 100%;
        height: 260px;
        border-radius: 14px;
    } */

    /* .home-swiper-pagination {
        bottom: 12px !important;
    } */

    .service-object-section .object-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        margin-top: 20px;
    }

    .service-object-section .object-item {
        max-width: 100%;
        padding: 10px 8px;
    }

    .service-feature-section .feature-service-list {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 24px;
    }

    .service-feature-section .feature-service-cards-swiper.mb {
        flex-direction: column;
        align-items: stretch;
    }

    .service-feature-section .feature-service-cards-swiper {
        counter-reset: feature-svc;
        margin-top: 24px;
        padding-bottom: 36px;
        width: 100%;
        overflow: hidden;
    }

    .service-feature-section .feature-service-cards-swiper .swiper-slide {
        height: auto;
        box-sizing: border-box;
    }

    .service-feature-section .feature-service-cards-swiper .feature-service-item {
        height: 100%;
    }

    .feature-service-cards-pagination {
        bottom: 6px !important;
    }

    .feature-service-cards-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: rgba(2, 33, 105, 0.28);
        opacity: 1;
    }

    .feature-service-cards-pagination .swiper-pagination-bullet-active {
        background: var(--orange-color);
    }

    .service-feature-section .feature-service-item {
        min-height: 320px;
        max-height: none;
        aspect-ratio: 4 / 5;
        box-shadow: none !important;
    }

    .service-feature-section .feature-service-item__badge {
        font-size: 12px;
        padding: 6px 12px;
    }

    .subscription-section .subscription-form-combo {
        flex-direction: column;
        align-items: stretch;
        border-radius: 20px;
        padding: 12px;
        gap: 12px;
    }

    .subscription-section .subscription-form-input.layui-input {
        width: 100%;
        height: 42px;
        line-height: 42px;
        border-radius: 42px;
        padding: 0 8px;
        text-align: center;
        border: 1px solid var(--orange-color);

        &:focus {
            border-color: var(--orange-color) !important;
        }
    }

    .subscription-section .subscription-form-submit.layui-btn {
        width: 100%;
    }

    .knowledge-card-wrapper {
        margin-top: 20px;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .knowledge-section .knowledge-cards-swiper.mb {
        flex-direction: column;
        align-items: stretch;
    }

    .knowledge-section .knowledge-cards-swiper {
        margin-top: 20px;
        padding-bottom: 36px;
        width: 100%;
        overflow: hidden;
    }

    .knowledge-section .knowledge-cards-swiper .swiper-slide {
        height: auto;
        box-sizing: border-box;
    }

    .knowledge-section .knowledge-cards-swiper .knowledge-card {
        height: 100%;
    }

    .knowledge-cards-pagination {
        bottom: 6px !important;
    }

    .knowledge-cards-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.28);
        opacity: 1;
    }

    .knowledge-cards-pagination .swiper-pagination-bullet-active {
        background: var(--orange-color);
    }

    .knowledge-card-title {
        margin: 14px 14px 8px;
        font-size: 24px;
    }

    .knowledge-card-text {
        margin: 0 14px 16px;
        font-size: 16px;
        line-height: 1.65;
    }

    .feature-section .section-tip {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .cards-wrapper {
        margin-top: 18px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    /* 計劃特色手機輪播：每頁一張 feature-card（.mb 為 flex 時改直向，避免分頁橫佈） */
    .feature-section .feature-cards-swiper.mb {
        flex-direction: column;
        align-items: stretch;
    }

    .feature-section .feature-cards-swiper {
        margin-top: 18px;
        padding-bottom: 36px;
        width: 100%;
        overflow: hidden;
    }

    .feature-section .feature-cards-swiper .swiper-slide {
        height: auto;
        box-sizing: border-box;
    }

    .feature-section .feature-cards-swiper .feature-card {
        height: 100%;
    }

    .feature-cards-pagination {
        bottom: 6px !important;
    }

    .feature-cards-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: rgba(2, 33, 105, 0.28);
        opacity: 1;
    }

    .feature-cards-pagination .swiper-pagination-bullet-active {
        background: var(--orange-color);
    }

    .feature-card {
        padding: 16px 14px 18px;
    }

    .feature-card-top {
        margin-bottom: 10px;
    }

    .feature-card-icon {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }

    .feature-card-title {
        min-height: auto;
        font-size: 23px;
    }

    .feature-card-desc {
        margin-top: 8px;
        font-size: 15px;
        line-height: 1.65;
    }

    .plan-target-section .target-card {
        min-height: 220px;
        border-radius: 14px;
    }

    .plan-target-section .target-card-icon-placeholder {
        width: 44px;
        height: 44px;
        border-radius: 10px;
        margin-bottom: 12px;
    }

    .blog-section {
        padding: 40px 0 20px;
    }

    .blog-head {
        flex-direction: column;
        gap: 2px;
    }

    .blog-more-btn {
        font-size: 14px;
        height: 40px;
        padding: 0 14px 0 8px;

        span {
            font-size: 14px;
        }

        .blog-more-icon {
            width: 28px;
            height: 28px;
            font-size: 24px;

            svg {
                width: 12px;
                height: 12px;

                path {
                    fill: var(--orange-color);
                    transition: all 0.3s ease;
                }
            }
        }
    }

    .blog-list {
        margin-top: 18px;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .blog-section .blog-cards-swiper.mb {
        flex-direction: column;
        align-items: stretch;
    }

    .blog-section .blog-cards-swiper {
        margin-top: 18px;
        padding-bottom: 36px;
        width: 100%;
        overflow: hidden;
    }

    .blog-section .blog-cards-swiper .swiper-slide {
        height: auto;
        box-sizing: border-box;
    }

    .blog-section .blog-cards-swiper .blog-card-item {
        height: 100%;
        padding: 12px;

        .blog-date-badge {
            font-size: 14px;
            width: 52px;
            height: 52px;

            span {
                font-size: 14px;
                margin-top: 0;
            }
        }

        .blog-card-content {
            padding: 12px 0 0 0;
        }

        .blog-card-title {
            font-size: 18px;
            margin-bottom: 12px;
        }

        .blog-card-meta-value {
            margin-top: 0;
            margin-bottom: 12px;
        }

        .blog-card-btn {
            padding: 0 14px 0 8px;

            span {
                font-size: 24px;

                svg {
                    width: 12px;
                    height: 12px;
                }
            }
        }
    }

    .blog-cards-pagination {
        bottom: 6px !important;
    }

    .blog-cards-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.35);
        opacity: 1;
    }

    .blog-cards-pagination .swiper-pagination-bullet-active {
        background: var(--orange-color);
    }

    .blog-card-item {
        grid-template-columns: 1fr;
    }

    .blog-card-img-wrap {
        min-height: auto;
        aspect-ratio: 16 / 9;
    }

    .blog-card-content {
        padding: 12px;
    }

    .blog-card-title {
        font-size: 26px;
    }

    .blog-card-desc,
    .blog-card-meta-value {
        font-size: 15px;
    }

    .blog-card-btn {
        height: 40px;
        font-size: 14px;
    }

    .activity-section .activity-gallery-swiper.mb {
        flex-direction: column;
        align-items: stretch;
    }

    .activity-section .activity-gallery-swiper {
        padding-bottom: 36px;
        width: 100%;
        overflow: hidden;
    }

    .activity-section .activity-gallery-swiper .swiper-slide {
        height: auto;
        box-sizing: border-box;
        border-radius: 16px;
        overflow: hidden;
    }

    .activity-section .activity-gallery-swiper .gallery-item {
        aspect-ratio: 16 / 10;
        width: 100%;
        height: 100%;
        background-color: transparent;
        overflow: hidden;

        a,
        img {
            border-radius: 16px;
            overflow: hidden;
        }

        .video-play-btn {
            width: 48px;
            height: 48px;
            right: auto;
            left: 16px;
        }
    }

    .activity-gallery-pagination {
        bottom: 6px !important;
    }

    .activity-gallery-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: rgba(2, 33, 105, 0.28);
        opacity: 1;
    }

    .activity-gallery-pagination .swiper-pagination-bullet-active {
        background: var(--orange-color);
    }

    .img-video-wrapper,
    .gallery-row,
    .gallery-grid-left,
    .gallery-right-combo,
    .gallery-right-stack {
        gap: 8px;
    }

    .gallery-row-1,
    .gallery-row-3,
    .gallery-right-combo {
        grid-template-columns: 1fr;
    }

    .gallery-row-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-row-1 .gallery-grid-left {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-row-1 .gallery-grid-left .gallery-item,
    .gallery-row-1 .gallery-item-large,
    .gallery-row-2 .gallery-item,
    .gallery-row-3 .gallery-item-wide,
    .gallery-right-combo>.gallery-item,
    .gallery-right-stack .gallery-item {
        aspect-ratio: 16 / 10;
    }

    .gallery-item::after {
        width: 44px;
        height: 44px;
        font-size: 28px;
        line-height: 44px;
    }
}

@media screen and (max-width: 768px) {

    /* 頭部輪播圖 - start */
    .swiper-section {
        .swiper-container {
            height: calc(100vh - 50px);
            padding-top: 50px;

            .hero-slide {
                padding: 0;
                display: flex;
                flex-direction: column-reverse;
                gap: 0;

                &::after {
                    width: 100%;
                    max-width: none;
                    height: auto;
                    aspect-ratio: 500 / 208;
                    bottom: 0;
                    left: 0;
                    right: 0;
                }

                .hero-slide-left,
                .hero-slide-right {
                    width: 100%;
                    padding: 0;

                    .img-wrapper {
                        width: fit-content;
                        display: flex;
                        align-items: flex-start;
                        justify-content: stretch;

                        img {
                            width: 100%;
                            max-width: none;
                        }
                    }

                    .hero-eyebrow {
                        padding: 0 16px 0 16px;
                    }

                    .hero-title {
                        font-size: 26px;
                        line-height: 36px;
                        margin: 0;
                        padding: 0 16px;
                    }

                    .hero-subtitle {
                        font-size: 15px;
                        line-height: 25px;
                        margin: 6px 0 0;
                        padding: 0 16px 12px 16px;
                    }

                    .hero-more-btn {
                        height: 40px;
                        min-width: auto;
                        width: fit-content;
                        margin: 0 16px 16px 16px;

                        .hero-more-icon {
                            width: 28px;
                            height: 28px;

                            svg {
                                width: 12px;
                                height: 12px;
                            }
                        }
                    }

                    .ul-banner-img {
                        height: 100%;
                        margin-left: auto;
                        display: flex;
                        justify-content: flex-end;

                        .img-wrapper {
                            padding-left: 0;

                            img {
                                height: 100%;
                                max-width: clamp(300px, 70.45vw, 990px);
                                max-height: none;
                            }
                        }

                        .ul-banner-img-vectors {
                            .vector-1 {
                                width: 24px;
                                height: 72px;
                                top: clamp(21px, 1.56vw, 182px);
                                left: clamp(120px, 6.31vw, 120px);
                            }

                            .vector-2 {
                                width: 106px;
                                height: 32px;
                                bottom: 4px;
                                right: 56px;
                            }
                        }
                    }
                }

                .hero-slide-left {
                    height: 60vh;
                    padding-top: 12px;
                }

                .hero-slide-right {
                    height: 40vh;
                }
            }
        }


        .hero-eyebrow {
            font-size: 20px;
        }

        .hero-title {
            font-size: 64px;
        }

        .hero-subtitle {
            font-size: 24px;
        }

        .hero-more-btn {
            min-width: 240px;
            height: 64px;
            font-size: 28px;
        }

        .hero-more-icon {
            width: 38px;
            height: 38px;
            font-size: 24px;
        }

        .hero-image-placeholder {
            height: 460px;
        }

        .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
        }
    }

    .swiper-section {
        .swiper-container {
            .hero-slide {
                .hero-slide-left {
                    &.hero-anim-active .hero-title {
                        font-size: 33px;
                    }
                }
            }
        }
    }

    /* 頭部輪播圖 - start */

    .plan-intro-section {
        .section-content {
            .about-one__image {
                .about-one__image__two {
                    max-height: 200px;
                }
            }
        }
    }

}