.intro-section {
    padding: 150px 0 130px;
}


.intro-header {
    margin: 0 auto 70px;
    text-align: center;
}

.intro-title {
    font-size: var(--f48);
    font-weight: 700;
}

.intro-title::after {
    content: '';
    display: block;
    width:70px;
    height: 3px;
    margin: 30px auto 0;
    background: var(--gm-theme);
}

.intro-copy {
    margin-top: 30px;
    color: #666;
    font-size: var(--f16);
    line-height: 1.9;
}


.intro-gallery {
    position: relative;
    overflow: hidden;
}

.intro-swiper {
    overflow: visible;
}

.intro-card {
    overflow: hidden;
    border-radius: 14px;
    background: #dfe5ea;
}

.intro-card img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.intro-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}

.intro-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0;
    background: rgba(18, 55, 71, 0.18);
    opacity: 1;
}

.intro-pagination .swiper-pagination-bullet-active {
    background: var(--gm-theme);
}

