#membership main > section {
    padding: 5rem 0;
}

@media (min-width: 900px) {
    #membership main > section {
        padding: 120px 0;
    }
}

.title-icon {
    width: 48.5px;
    height: 27.5px;
    margin: 0 auto;
    background: #06b4c4;
    border-radius: 4px;
}

.section-title {
    margin-bottom: 30px;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

@media (min-width: 900px) {
    .section-title {
        margin-bottom: 70px;
    }
}

.section-title > * {
    display: inline-block;
}

.description {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0.064rem;
    margin: 0 auto 30px;
}

@media (min-width: 900px) {
    .description {
        font-size: 1.6rem;
        margin: 0 auto 40px;
    }
}

.description p {
    margin-bottom: 0;
}

/* Section 1: Support Section */
.support-section {
    background: #fff;
}

.main-image {
    width: 100%;
    margin-bottom: 50px;
}


/* Section 2: Bilateral Support Section */
.bilateral-support-section {
    background: #f3f3f3;
}

.bilateral-diagram {
    max-width: 747px;
    width: 100%;
    margin: 0 auto;
}

/* Section 3: Roadmap Section */
.roadmap-section {
    background: #fff;
}

.roadmap-table-wrapper {
    width: 107%;
    margin: 0;
    overflow-x: scroll;
}

.roadmap-table {
    width: auto;
    min-width: 130vw;
    margin: 0 auto;
}

@media (min-width: 737px) {
    .roadmap-table {
        width: 736px;
        min-width: inherit;
        overflow-x: inherit;
    }
}

.table-header,
.table-row {
    display: grid;
    grid-template-columns: 30vw 40vw 60vw;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}

@media (min-width: 737px) {

    .table-header,
    .table-row {
        display: grid;
        grid-template-columns: 20% 35% 45%;
    }
}

.table-header > div {
    padding: 1.5rem;
    font-size: min(3.5vw, 13px);
    font-weight: 600;
    letter-spacing: 0.064rem;
    line-height: 1.4375;
    text-align: center;
}

@media (min-width: 900px) {
    .table-header > div {
        padding: 20px 15px;
        font-size: 1.6rem;
    }
}

.gray-bg {
    background: #727272;
    color: #fff;
}

.light-gray-bg {
    background: #f3f3f3;
}

.row-period,
.row-status,
.row-skills {
    padding: 1.5rem;
    font-size: min(3.5vw, 13px);
    font-weight: 600;
    letter-spacing: 0.064rem;
    line-height: 1.4375;
}


@media (min-width: 900px) {

    .row-period,
    .row-status,
    .row-skills {
        padding: 20px 15px;
        font-size: 1.6rem;
    }
}

.row-period {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #727272;
    color: #fff;
    text-align: center;
}

.row-status {
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-badge {
    padding: 1rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    line-height: normal;
}


@media (min-width: 900px) {
    .status-badge {
        padding: 15px 30px;
    }
}

.badge-cyan {
    background: #06b4c4;
}

.badge-green {
    background: #06c478;
}

.badge-red {
    background: #f7390a;
}

.row-skills {
    letter-spacing: 0.056rem;
    line-height: 1.64;
    font-weight: 400;
}

.row-skills p {
    margin-bottom: 0;
}

.skill-box {
    padding: 1rem;
    background: #fff;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #00A6C7, #AAB954, #F7390A);
    border-image-slice: 1;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
}

.row-skills > * + .skill-box {
    margin-top: 1.5rem;
}

@media (min-width: 900px) {
    .skill-box {
        padding: 10px 25px;
    }

    .row-skills > * + .skill-box {
        margin-top: 10px;
    }
}

/* Section 4: Case Study Section */
.case-study-section {
    background: #f3f3f3;
    padding-bottom: 150px;
}


@media (min-width: 768px) and(max-width: 899px) {
    .case-study-section {
        padding-bottom: 200px;
    }
}

.case-table-container {
    width: 107%;
    display: flex;
    margin-bottom: 20px;
}

@media (min-width: 900px) {
    .case-table-container {
        width: 100%;
    }
}

.case-table-labels {
    width: auto;
    font-size: min(3.5vw, 13px);
    background: #727272;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.064rem;
    line-height: 1.4375;
    text-align: center;
    flex-shrink: 0;
}

@media (min-width: 900px) {
    .case-table-labels {
        width: 180px;
        font-size: 1.6rem;
    }
}

.case-label-item {
    padding: 1.5rem 1rem;
    font-size: min(3vw, 13px);
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 900px) {
    .case-label-item {
        padding: 20px 10px;
    }
}

.case-label-item.header {
    height: 0;
    padding: 0;
    border: none;
}

.case-label-item.header {
    height: 150px;
    padding: 0;
    background: #f3f3f3;
}

@media (min-width: 900px) {
    .case-label-item.header {
        height: 232px;
    }
}

.case-carousel-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.case-card {
    background: #fff;
    width: 150px;
    flex-shrink: 0;
    border-left: 1px solid #ccc;
}

@media (min-width: 768px) and(max-width: 899px) {
    .case-card {
        width: 200px;
    }
}

@media (min-width: 900px) {
    .case-card {
        width: 232px;
    }
}

.card-row {
    padding: 1.5rem;
    font-size: min(3vw, 13px);
    letter-spacing: 0.056rem;
    line-height: 1.64;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}

@media (min-width: 900px) {

    .card-row {
        font-size: 1.4rem;
        padding: 20px;
    }
}

.card-row.header {
    height: 0;
    padding: 0;
    border: none;
}

.card-image {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #999;
}

@media (min-width: 768px) and(max-width: 899px) {
    .card-image {
        width: 200px;
        height: 200px;
    }
}

@media (min-width: 900px) {
    .card-image {
        width: 232px;
        height: 232px;
    }
}

.card-row.name-content {
    width: 100%;
}

.card-row.name .name-main {
    font-size: 110%;
    font-weight: 600;
    letter-spacing: 0.064rem;
    margin-bottom: 0;
}

.card-row.name .name-sub {
    letter-spacing: 0.056rem;
    margin-top: 5px;
    margin-bottom: 0;
}

.card-row.name {
    align-items: flex-start;
}

.card-row.acquired {
    align-items: flex-start;
}

.card-row.comment {
    align-items: flex-start;
}

.card-acquired p {
    margin-bottom: 0;
}

.nav-arrows {
    display: flex;
    justify-content: flex-end;
    gap: 2px;
    margin-top: 20px;
}

@media (min-width: 900px) {
    .nav-arrows {
        gap: 4px;
    }
}

.nav-btn {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

@media (min-width: 900px) {
    .nav-btn {
        width: 45px;
        height: 45px;
    }

}

.nav-btn:hover {
    opacity: 0.8;
}


.cv-area {
    text-align: center;
    margin-top: 5rem;
}

@media (min-width: 900px) {
    .cv-area {
        margin-top: 50px;
    }
}

.cv-area a {
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 1rem 2.5rem;
    display: inline-block;
    margin-top: 1.5rem;
}

@media (min-width: 900px) {
    .cv-area a {
        padding: 2.5rem 5rem;
        margin-top: 2rem;
    }
}

.cv-area > p {
    font-size: 1.5rem;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.cv-area > a {
    font-size: 1.7rem;
}

@media (min-width: 900px) {
    .cv-area > * {
        font-size: 2rem !important;
    }
}