section.staff {
    background: #D6F2FC;
    padding-top: clamp(14px, 1.97vw, 27px);
    padding-bottom: clamp(40px, 5.85vw, 80px);
}

.staff-Box {
    width: min(1166px, calc(100% - clamp(60px, 14.65vw, 200px)));
    margin: auto;
    background: #FBFBFB;
    border-radius: 10px;
}

.breadcrumbBox {
    width: min(1166px, calc(100% - clamp(60px, 14.65vw, 200px)));
    margin: auto;
}

.staff-container {
    width: clamp(360px, 71.75vw, 980px);
    margin: auto;
    padding: clamp(20px, 2.93vw, 40px) 0;
}

.staff-title {
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    font-size: clamp(22px, 2.93vw, 40px);
    font-weight: bold;
    margin-bottom: clamp(16px, 2.19vw, 30px);
    color: #504947;
}

.staff-title {
    text-align: center;
    margin-bottom: clamp(16px, 2.93vw, 40px);
}

.staff-container img {
    width: clamp(360px, 71.75vw, 980px);
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: clamp(-100px, -7.32vw, -37px);
}

.pagination {
    margin-top: clamp(25px, 3.66vw, 50px);
    display: flex;
    justify-content: center;
}

.pagination .nav-links {
    display: flex;
    gap: clamp(5px, 0.73vw, 10px);
    align-items: center;
}

.pagination .page-numbers:not(.prev):not(.next) {
    width: clamp(22px, 3.22vw, 44px);
    height: clamp(22px, 3.22vw, 44px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

.pagination a.page-numbers:not(.prev):not(.next) {
    border: 2px solid #28529E;
    color: #28529E;
    background: #fff;
}

.pagination a.page-numbers:not(.prev):not(.next):hover {
    background: #28529E;
    color: #fff;
}

.pagination .page-numbers.current {
    background: #28529E;
    color: #fff;
    border: 2px solid #28529E;
}

.pagination .next,
.pagination .prev {
    border: none;
    background: none;
    font-size: clamp(16px, 1.9vw, 26px);
    color: #28529E;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    transform: translateY(-4px);
}


@media (max-width:768px) {
    .staff-Box {
        width: calc(100% - 20px);
        border-radius: 8px;
    }

    .breadcrumbBox {
        width: calc(100% - 20px);
    }

    .staff-container {
        width: 100%;
        padding: 20px 15px 30px;
    }

    .staff-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .pagination {
        margin-top: 30px;
    }

    .pagination .page-numbers:not(.prev):not(.next) {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .pagination .prev,
    .pagination .next {
        font-size: 22px;
        transform: translateY(-2px);
    }

    .staff-container img {
        width: 100%;
    }
}

.staff2 {
    padding: clamp(24px, 4.39vw, 60px) 0;
}

.staff-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(32px, 5.86vw, 80px);
}

.staff-card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.staff-card:hover {
    transform: translateY(-5px);
}

.staff-image img {
    width: clamp(84px, 15.38vw, 210px);
    height: clamp(104px, 19.04vw, 260px);
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin: 0 auto clamp(8px, 1.46vw, 20px);
}

.staff-position {
    font-size: clamp(12px, 2.05vw, 28px);
    color: #28529E;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    padding-left: clamp(30px, 5.49vw, 75px);
    min-height: clamp(18px, 3.07vw, 42px);
    display: flex;
    align-items: center;
}

.staff-name-wrap {
    display: flex;
    align-items: normal;
    gap: clamp(8px, 1.46vw, 20px);
    margin-bottom: clamp(8px, 1.46vw, 20px);
    padding-left: clamp(30px, 5.49vw, 75px);
}

.staff-name {
    font-size: clamp(13px, 2.34vw, 32px);
    color: #28529E;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
}

.staff-name-wrap .staff-arrow {
    width: clamp(16px, 2.86vw, 39px);
    height: clamp(16px, 2.86vw, 39px);
    display: block;
    flex-shrink: 0;
    margin: 0;
}

.staff-license {
    background: #FFF6DF;
    padding: clamp(6px, 1.10vw, 15px);
    border-radius: 10px;
    font-size: clamp(12px, 1.17vw, 16px);
    line-height: 2;
    text-align: left;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
}


@media (max-width:768px) {
    .staff2 {
        padding: 50px 0;
    }

    .staff-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .staff-image img {
        width: 168px;
        /* 210 × 0.8 */
        height: 208px;
        /* 260 × 0.8 */
        margin-bottom: 15px;
    }

    .staff-card {
        width: 100%;
    }

    .staff-position {
        font-size: 20px;
        padding-left: 0;
        justify-content: center;
        text-align: center;
        min-height: auto;
    }

    .staff-name-wrap {
        padding-left: 0;
        justify-content: center;
        align-items: end;
        gap: 10px;
        margin-bottom: 20px;
    }

    .staff-name {
        font-size: 26px;
    }

    .staff-name-wrap .staff-arrow {
        width: 24px;
        height: 24px;
    }

    .staff-license {
        font-size: 16px;
        line-height: 1.8;
        padding: 12px;
    }

    @media (hover: hover) {
        .staff-card:hover {
            transform: translateY(-5px);
        }

        .pagination a.page-numbers:not(.prev):not(.next):hover {
            background: #28529E;
            color: #fff;
        }
    }
}