/* ============================================================
   common
   ============================================================ */

@charset "utf-8";

#main .mobile-only {
    visibility: hidden;
    display: none;
}

#main .desktop-only {
    visibility: visible;
}

/* br은 display: inline을 주면 줄바꿈이 무시되는 경우가 있어, br만 제외 */
#main .desktop-only:not(br) {
    display: inline;
}

#main .mobile-only-flex {
    visibility: hidden;
    display: none;
}

#main .desktop-only-flex {
    visibility: visible;
    display: flex;
}

ul.brand-color-dots-ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

ul.brand-color-dots-ul li {
    position: relative;
    padding-left: 1.5em;
}

ul.brand-color-dots-ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em; /* <- 이게 핵심 */
    width: 0.25em;
    height: 0.25em;
    background-color: #3CD0D0;
    border-radius: 50%;
}

@media screen and (max-width: 1023px) {
    #main .mobile-only {
        visibility: visible;
    }

    #main .mobile-only:not(br) {
        display: inline;
    }

    /* 모바일에서 br.mobile-only는 기본 규칙의 display:none을 덮어 줄바꿈이 동작하도록 */
    #main br.mobile-only {
        display: revert;
    }

    #main .desktop-only {
        visibility: hidden;
        display: none;
    }

    #main .mobile-only-flex {
        visibility: visible;
        display: flex;
    }

    #main .desktop-only-flex {
        visibility: hidden;
        display: none;
    }
}

#main p[class$="text"] {
    word-break: keep-all;
    box-sizing: border-box;
}

#main p strong {
    font-weight: 700;
}

#main p span.highlight {
    background: var(--sys-bg-primary-tint, #D4F8F8);
}

#main p span.brand-color-text{
    color: var(--ref-primary-300, #00BBBA);
}

/* ============================================================
   title_section
   ============================================================ */

@charset "utf-8";

.title-section {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #4C4C4C;
    overflow: hidden;
}

.title-section .main_slick {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-section .main_slick img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.title-section .content-container {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 64px;
    padding: 150px 132px 191px;
}

.title-section .title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.title-section .title-container .title-text {
    word-break: keep-all;
    color: var(--global-white-a100, #FFF);
    font-family: var(--ref-font-size-font-family-2, Pretendard);
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 89.6px */
    white-space: pre-line;
}

.title-section .title-container .description-text {
    align-self: stretch;
    word-break: keep-all;

    color: var(--global-white-a89, rgba(255, 255, 255, 0.89));

    /* Title/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-5-static, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
}

.title-section .button {
    display: flex;

    height: 68px;
    padding: 16px 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 160px;
    background: var(--ref-primary-200, #3CD0D0);
    backdrop-filter: blur(2px);
}

.title-section .button:hover {
    display: flex;

    height: 68px;
    padding: 16px 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 160px;
    background: var(--sys-surface-hover, #FAFBFC);
    backdrop-filter: blur(2px);
}

.title-section .button .button-text {
    word-break: keep-all;
    color: var(--ref-base-black, #151818);
    text-align: center;

    /* Title/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-5-static, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
}

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

    .title-section .content-container {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        z-index: 1;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 48px;
        padding: 118px 28px 118px 28px;
        box-sizing: border-box;
    }

    .title-section .title-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .title-section .title-container .title-text {
        align-self: stretch;
        word-break: keep-all;

        color: var(--ref-base-white, #FFF);
        text-align: center;

        /* Display/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-9-fluent, 36px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 57.6px */
    }

    .title-section .title-container .description-text {
        align-self: stretch;
        word-break: keep-all;

        color: var(--comp-cont-inverse, #FFF);
        text-align: center;

        /* Title/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 25.6px */
    }

    .title-section .button {
        display: flex;

        min-height: 68px;
        height: fit-content;

        padding: 16px 48px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 160px;
        background: var(--ref-primary-200, #3CD0D0);
        backdrop-filter: blur(2px);
    }

    .title-section .button:hover {
        display: flex;

        min-height: 68px;
        height: fit-content;

        padding: 16px 48px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 160px;
        background: var(--sys-surface-hover, #FAFBFC);
        backdrop-filter: blur(2px);
    }

    .title-section .button .button-text {
        word-break: keep-all;
        color: var(--ref-base-black, #151818);
        text-align: center;
        /* Component/Large/Accent */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 16px */
    }
}

/* ============================================================
   video_section
   ============================================================ */

@charset "utf-8";

.video-section {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
}

.video-section video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ============================================================
   stats_section
   ============================================================ */

@charset "utf-8";

.stats-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    padding: 120px 0;
    background-color: #f3f5f7;
    width: 100%;
    box-sizing: border-box;
}

.stats-title-text {
    color: var(--ref-base-black, #151818);
    text-align: center;
    font-family: Pretendard;
    font-size: var(--ref-font-size-10-fluent, 45px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.stats-title-highlight {
    background-color: #d4f8f8;
    padding: 2px 4px;
}

.stats-cards-container {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.stats-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
    height: 268px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 8px 0px rgba(55, 61, 68, 0.08);
    padding-top: 43px;
    padding-bottom: 26px;
    box-sizing: border-box;
}

.stats-card-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stats-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stats-card-number {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin-top: 19px;
    color: #373d44;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.stats-number {
    font-size: 45px;
}

.stats-suffix {
    font-size: 24px;
}

.stats-card-desc {
    margin-top: auto;
    text-align: center;
    color: var(--ref-primary-300, #00bbba);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}

.stats-card-desc p {
    margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .stats-section {
        padding: 60px 20px;
        gap: 40px;
    }

    .stats-title-text {
        font-size: var(--ref-font-size-7-fluent, 28px);
        word-break: keep-all;
    }

    .stats-cards-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        width: 100%;
    }

    .stats-card {
        width: calc(33.333% - 8px);
        height: auto;
        padding: 28px 16px 24px;
        box-sizing: border-box;
    }

    .stats-card-icon {
        width: 36px;
        height: 36px;
    }

    .stats-number {
        font-size: 36px;
    }

    .stats-suffix {
        font-size: 20px;
    }

    .stats-card-desc {
        font-size: 14px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 767px) {
    .stats-section {
        padding: 60px 20px;
        gap: 40px;
    }

    .stats-title-text {
        font-size: var(--ref-font-size-7-fluent, 28px);
        word-break: keep-all;
    }

    .stats-cards-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        width: 100%;
        max-width: 400px;
    }

    .stats-card {
        width: 100%;
        height: auto;
        padding: 28px 16px 24px;
    }

    .stats-card-icon {
        width: 36px;
        height: 36px;
    }

    .stats-number {
        font-size: 36px;
    }

    .stats-suffix {
        font-size: 20px;
    }

    .stats-card-desc {
        font-size: 14px;
        margin-top: 12px;
    }
}

/* ============================================================
   effect_section
   ============================================================ */

@charset "utf-8";

.effect-section {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    display: flex;
    padding: 120px 96px;
    justify-content: center;
    align-items: center;
    background: var(--sys-bg-default, #F3F5F7);
}

.effect-section .content-container {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.effect-section .content-container .title-container {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.effect-section .content-container .title-container .title-text {
    color: var(--ref-base-black, #151818);
    text-align: center;
    box-sizing: border-box;
    word-break: keep-all;
    /* Display/Medium */
    font-family: Pretendard;
    font-size: var(--ref-font-size-10-fluent, 45px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 63px */
}

.effect-section .content-container .title-container .subtitle-text {
    color: var(--sys-text-light-700, #4E5760);
    text-align: center;
    box-sizing: border-box;
    word-break: keep-all;
    /* Title/XLarge */
    font-family: Pretendard;
    font-size: var(--ref-font-size-6-static, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 38.4px */
}

.effect-section .content-container .body-container {
    display: flex;
    width: 100%;
    max-width: 1248px;
    box-sizing: border-box;
    height: fit-content;
    border-radius: 16px;
    background: var(--global-white-a100, #FFF);
    /* shadow/basic/md */
    box-shadow: 0px 0px 16px 0px rgba(55, 61, 68, 0.08);
    padding: 50px 50px 37px 60px;
    align-items: center;
    justify-content: center;
    gap: 52px;
    flex-wrap: wrap;
    overflow: hidden; /* 또는 auto */
}

.effect-section .content-container .body-container .left-child {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}

.effect-section .content-container .body-container .left-child .headline-text {
    word-break: keep-all;
    color: var(--sys-text-default-900, #373D44);
    /* Headline/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-8-fluent, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 51.2px */
}

.effect-section .content-container .body-container .left-child .left-content-container {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    gap: 127px;
    padding-bottom: 23px;
}

.effect-section .content-container .body-container .left-child .left-content-container .left-content-top-container {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    gap: 12px;
    min-height: 196px;
}

.effect-section .content-container .body-container .right-child {
    display: flex;
    box-sizing: border-box;
    max-width: 474px;
    padding: 36px 0 24px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 36px;
}

.effect-section .content-container .body-container .right-child img {
    aspect-ratio: 1;
    max-width: 466px;
}

.effect-section .content-container .body-container .img-description-text {
    color: var(--ref-neutral-300, #B6BDC4);
    word-break: keep-all;
    /* Caption/Small */
    font-family: Pretendard;
    font-size: var(--ref-font-size-1-static, 12px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
    align-self: stretch;
}

.effect-section .box-child {
    display: flex;
    width: 196px;
    height: 196px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    padding: 38px 25px;
}

.effect-section .brand-light-bg {
    background: var(--ref-primary-100, #70DCDC);
}

.effect-section .brand-default-bg {
    background: var(--ref-primary-200, #3CD0D0);
}

.effect-section .brand-dark-bg {
    background: var(--ref-primary-300, #00BBBA);
}


.effect-section .box-child .box-child-top-text {
    color: var(--comp-cont-inverse, #FFF);
    text-align: center;
    word-break: keep-all;
    /* Headline/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-8-fluent, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 51.2px */
}

.effect-section .box-child .box-child-bottom-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.effect-section .box-child .box-child-bottom-container .percent-text {
    color: var(--global-white-a100, #FFF);
    word-break: keep-all;
    text-align: center;
    font-family: var(--ref-font-size-font-family-2, Pretendard);
    font-size: var(--sys-font-size-display-lg, 56px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 78.4px */
    letter-spacing: -1.68px;
}

.effect-section .box-child .box-child-bottom-container .percent-text .suffix-text {
    font-size: 36px;
    word-break: keep-all;
}

.effect-section .box-child .box-child-bottom-container img {
    width: 20px;
    height: 20px;
}


@media screen and  (max-width: 1023px) {
    .effect-section {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        height: auto;
        display: flex;
        padding: 50px 24px;
        justify-content: center;
        align-items: center;
        background: var(--sys-bg-default, #F3F5F7);
    }

    .effect-section .content-container {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .effect-section .content-container .title-container {
        display: flex;
        box-sizing: border-box;
        flex-direction: column;
        align-items: center;
        gap: 23px;
    }

    .effect-section .content-container .title-container .title-text {
        color: var(--ref-base-black, #151818);
        text-align: center;
        /* Headline/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-7-fluent, 28px);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 39.2px */
    }

    .effect-section .content-container .title-container .subtitle-text {
        color: var(--sys-text-light-700, #4E5760);
        box-sizing: border-box;
        /* Body/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 25.6px */
    }

    .effect-section .content-container .body-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        box-sizing: border-box;
        height: fit-content;
        border-radius: 16px;
        background: var(--global-white-a100, #FFF);
        /* shadow/basic/md */
        box-shadow: 0px 0px 16px 0px rgba(55, 61, 68, 0.08);
        padding: 20px 21px 22px 20px;
        align-items: center;
        justify-content: center;
        gap: 31px;
        flex-wrap: wrap;
        overflow: hidden; /* 또는 auto */
    }

    .effect-section .content-container .body-container .left-child {
        display: flex;
        box-sizing: border-box;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .effect-section .content-container .body-container .left-child .headline-text {
        color: var(--sys-text-default-900, #373D44);
        /* Title/Large */
        font-family: Pretendard;
        font-size: var(--ref-font-size-5-static, 20px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 32px */
    }

    .effect-section .content-container .body-container .left-child .left-content-container {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        padding-bottom: 0;
    }

    .effect-section .content-container .body-container .left-child .left-content-container .left-content-top-container {
        display: flex;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .effect-section .content-container .body-container .right-child {
        box-sizing: border-box;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 21.554px;
        flex-shrink: 0;
        padding: 0;
    }

    .effect-section .content-container .body-container .right-child img {
        aspect-ratio: 1;
        max-width: 265px;
    }

    .effect-section .content-container .body-container .img-description-text {
        word-break: keep-all;
        color: var(--ref-neutral-300, #B6BDC4);
        font-family: Pretendard;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 14px */
        text-align: center;
        align-self: stretch;
    }

    .effect-section .box-child {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        height: fit-content;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        gap: 10px;
        padding: 20px 20px 20px 30px;
    }

    .effect-section .brand-light-bg {
        background: var(--ref-primary-100, #70DCDC);
    }

    .effect-section .brand-default-bg {
        background: var(--ref-primary-200, #3CD0D0);
    }

    .effect-section .brand-dark-bg {
        background: var(--ref-primary-300, #00BBBA);
    }


    .effect-section .box-child .box-child-top-text {
        word-break: keep-all;
        color: var(--comp-cont-inverse, #FFF);
        /* Title/XLarge */
        min-width: 110px;
        font-family: Pretendard;
        font-size: var(--ref-font-size-6-static, 24px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 38.4px */
        text-align: left; /* 왼쪽 정렬 */
    }

    .effect-section .box-child .box-child-bottom-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .effect-section .box-child .box-child-bottom-container .percent-text {
        word-break: keep-all;
        color: var(--global-white-a100, #FFF);
        text-align: center;
        font-family: var(--ref-font-size-font-family-2, Pretendard);
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 56px */
        letter-spacing: -1.2px;
    }

    .effect-section .box-child .box-child-bottom-container .percent-text .suffix-text {
        word-break: keep-all;
        font-size: 24px;
    }

    .effect-section .box-child .box-child-bottom-container img {
        width: 16px;
        height: 16px;
    }
}

/* ============================================================
   partner_section
   ============================================================ */

@charset "utf-8";

.partner-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    flex-shrink: 0;
    justify-content: center;
    padding: 120px 0 120px
}

.partner-section .title-text {
    word-break: keep-all;
    color: var(--ref-base-black, #151818);
    text-align: center;

    /* Display/Medium */
    font-family: Pretendard;
    font-size: var(--ref-font-size-10-fluent, 45px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 63px */
}

.partner-section > picture img {
    width: 100%;
    max-width: 974px;
    box-sizing: border-box;
    height: auto;
}

/* 무한 슬라이드 */
.partner-marquee-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
}

.partner-marquee-wrapper::before,
.partner-marquee-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 240px;
    z-index: 1;
    pointer-events: none;
}

.partner-marquee-wrapper::before {
    left: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) -15.33%, rgba(255, 255, 255, 0.90) 62.43%);
}

.partner-marquee-wrapper::after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) -15.33%, rgba(255, 255, 255, 0.90) 62.43%);
}

.marquee-row {
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.marquee-track picture {
    display: contents;
}

.marquee-track img {
    height: 64px;
    width: auto;
    flex-shrink: 0;
    max-width: none;
}

@keyframes marquee-left {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@keyframes marquee-right {
    from { transform: translateX(-50%); }
    to   { transform: translateX(0); }
}

.marquee-to-left {
    animation: marquee-left 35s linear infinite;
}

.marquee-to-right {
    animation: marquee-right 35s linear infinite;
}

@media screen and (max-width: 1023px) {
    .partner-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 50px 0 50px 0;
    }

    .partner-section .title-text {
        color: var(--ref-base-black, #151818);
        text-align: center;
        word-break: keep-all;

        /* Headline/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-7-fluent, 28px);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 39.2px */
        padding: 0 27px 0 27px;
    }

    .partner-section > picture img {
        width: 100%;
        box-sizing: border-box;
        height: auto;
    }

    .marquee-track img {
        height: 44px;
    }

    .partner-marquee-wrapper {
        gap: 12px;
    }
}

/*
 * 마퀴 행 수: 데스크톱·태블릿(min-width 768px) = 4줄만 표시(5·6행 숨김)
 * 모바일(max-width 767px) = 6줄(5·6행 표시)
 */
.partner-marquee-wrapper .partner-marquee-row-mobile-only {
    display: none;
}

@media screen and (min-width: 768px) {
    .partner-marquee-wrapper .partner-marquee-row-mobile-only {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .partner-marquee-wrapper .partner-marquee-row-mobile-only {
        display: block;
    }

    /* 좌우 페이드: 모바일만 100px, 그 외(기본 44~52라인)는 240px */
    .partner-marquee-wrapper::before,
    .partner-marquee-wrapper::after {
        width: 100px;
    }

    /* 모바일 에셋이 더 좁아 동일 35s면 체감이 느림 → 주기 단축으로 데스크톱과 유사한 픽셀 속도 */
    .marquee-to-left {
        animation: marquee-left 22s linear infinite;
    }

    .marquee-to-right {
        animation: marquee-right 22s linear infinite;
    }
}

/* ============================================================
   review_section
   ============================================================ */

@charset "utf-8";

.review-section {
    background: var(--sys-bg-primary-tint, #D4F8F8);
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 120px 38px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.review-section .title-container {
    display: flex;
    align-items: flex-end;
    gap: 11px;
}

.review-section .title-container img {
    width: 75px;
    height: 120px;
}

.review-section .title-container .title-text-container {
    display: flex;
    max-width: 509px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.review-section .title-container .title-text-container .name-text {
    word-break: keep-all;
    color: var(--ref-primary-300, #00BBBA);
    text-align: center;

    /* Headline/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-8-fluent, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 51.2px */
}

.review-section .title-container .title-text-container .title-text {
    word-break: keep-all;
    color: var(--ref-base-black, #151818);
    text-align: center;

    /* Display/Medium */
    font-family: Pretendard;
    font-size: var(--ref-font-size-10-fluent, 45px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 63px */
}

.review-section .review-list-container {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.review-section .review-list-container .reviews {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;

    flex-direction: row;
}

.review-section .review-list-container .reviews .slick-slide {
    width: 408px;
    height: 501px;
    margin-right: 12px;
}

.review-section .review-list-container .reviews .slick-prev {
    width: 48px;
    height: 48px;
    content: url(../../../images/main/home/circle-prev-btn.svg);
}

.review-section .review-list-container .reviews .slick-next {
    width: 48px;
    height: 48px;
    content: url(../../../images/main/home/circle-next-btn.svg);
}

.review-section .review-item {
    display: flex !important;
    width: 408px;
    height: 501px;
    padding: 36px;
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
    border-radius: 16px;
    background: var(--global-white-a100, #FFF);

    box-sizing: border-box;
    flex-shrink: 0;

    /* shadow/basic/md */
    box-shadow: 0px 0px 16px 0px rgba(55, 61, 68, 0.08);
}

.review-section .review-item .review-title-text {
    word-break: keep-all;
    color: var(--sys-text-light-700, #4E5760);

    /* Headline/Small */
    font-family: Pretendard;
    font-size: var(--ref-font-size-6-fluent, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}

.review-section .review-item .review-ratings {
    display: flex;
    width: 108px;
    height: 20px;
    padding-right: 0.392px;
    justify-content: center;
    align-items: flex-start;
    gap: 2.392px;
}

.review-section .review-item .review-ratings img {
    width: 20px;
    height: 20px;
}

.review-section .review-item .review-content-text {
    word-break: keep-all;
    color: var(--sys-text-light-700, #4E5760);
    font-family: Pretendard;
    font-size: var(--ref-font-size-3-static, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    height: 312px;
}

.review-section .review-item .review-label {
    display: flex;
    width: fit-content;
    padding: 3px 8px 4px 8px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    background: var(--comp-style-primary-tint-default-10, #D4F8F8);
}

.review-section .review-item .review-label .review-label-text {
    word-break: keep-all;

    color: var(--sys-text-primary-default-500, #077);
    font-family: Pretendard;
    font-size: var(--ref-font-size-3-static, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
}

@media screen and (max-width: 1023px) {
    .review-section {
        background: var(--sys-bg-primary-tint, #D4F8F8);
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding: 50px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .review-section .title-container {
        display: flex;
        align-items: flex-end;
        gap: 0;
    }

    .review-section .title-container img {
        width: 44px;
        height: 70px;
    }

    .review-section .title-container .title-text-container {
        display: flex;
        max-width: 233px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .review-section .title-container .title-text-container .name-text {
        word-break: keep-all;
        color: var(--ref-primary-300, #00BBBA);
        text-align: center;

        /* Title/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-4-static, 18px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 28.8px */
    }

    .review-section .title-container .title-text-container .title-text {
        word-break: keep-all;
        color: var(--ref-base-black, #151818);
        text-align: center;

        /* Headline/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-7-fluent, 28px);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 39.2px */
    }

    .review-section .review-list-container {
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .review-section .review-list-container .reviews {
        display: flex;
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
        box-sizing: border-box;
        align-items: center;

        flex-direction: row;
        margin-right: -16px;
    }

    .review-section .review-list-container .reviews .slick-slide {
        margin-right: 12px;
        width: 312px;
        height: 480px;
    }


    .review-section .review-item {
        display: flex;
        width: 312px;
        height: 480px;
        padding: 20px;
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
        border-radius: 16px;
        background: var(--global-white-a100, #FFF);

        box-sizing: border-box;
        flex-shrink: 0;

        /* shadow/basic/md */
        box-shadow: 0px 0px 16px 0px rgba(55, 61, 68, 0.08);
    }

    .review-section .review-item .review-title-text {
        word-break: keep-all;
        color: var(--sys-text-light-700, #4E5760);

        /* Title/Large */
        font-family: Pretendard;
        font-size: var(--ref-font-size-5-static, 20px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 32px */
    }

    .review-section .review-item .review-ratings {
        display: flex;
        justify-content: start;
        width: auto;
        height: auto;
        padding-right: 0;
        align-items: flex-start;
        gap: 2.392px;
    }

    .review-section .review-item .review-ratings img {
        width: 16px;
        height: 16px;
    }

    .review-section .review-item .review-content-text {
        word-break: keep-all;
        color: var(--sys-text-light-700, #4E5760);
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 25.6px */
        height: 334px;
    }

    .review-section .review-item .review-label {
        display: flex;
        padding: 3px 8px 4px 8px;
        align-items: flex-start;
        width: fit-content;
        gap: 8px;
        border-radius: 8px;
        background: var(--comp-style-primary-tint-default-10, #D4F8F8);
    }

    .review-section .review-item .review-label .review-label-text {
        word-break: keep-all;

        color: var(--sys-text-primary-default-500, #077);
        /* Caption/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-1-static, 12px);
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 16.8px */
    }
}

/* ============================================================
   benefit_section
   ============================================================ */

@charset "utf-8";

.benefit-section {
    box-sizing: border-box;

    display: flex;
    width: 100%;
    padding: 120px 96px 40px 96px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 60px;
    background: var(--sys-bg-default, #F3F5F7);
}

.benefit-section .title-text {
    color: var(--ref-base-black, #151818);
    text-align: center;
    /* Display/Medium */
    font-family: Pretendard;
    font-size: var(--ref-font-size-10-fluent, 45px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 63px */
}

.benefit-section .benefits {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.benefit-section .benefit-item {
    flex-grow: 1;
    box-sizing: border-box;
    flex-shrink: 0;

    display: flex;
    width: 303px;
    height: 280px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: var(--sys-bg-alt, #FFF);
    /* shadow/basic/sm */
    box-shadow: 0 0 8px 0 rgba(55, 61, 68, 0.08);
}

.benefit-section .benefit-item .benefit-emoji-text {
    color: var(--global-gray-900, #222);
    text-align: center;
    font-family: Pretendard;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 81px */
}

.benefit-section .benefit-item .benefit-name-text {
    color: var(--sys-text-default-900, #373D44);
    /* Headline/Medium */
    font-family: Pretendard;
    font-size: var(--ref-font-size-7-fluent, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.benefit-section .benefit-item .benefit-description-text {
    color: var(--sys-text-lightest-500, #7E8A96);
    text-align: center;
    /* Title/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-5-static, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
}


.benefit-section .benefit-table {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-x: auto;
    white-space: nowrap; /* 중요! 텍스트가 줄바꿈되지 않도록 */
    -webkit-overflow-scrolling: touch; /* iOS 부드러운 스크롤 */
    /* 스크롤바 숨기기 - 크로스 브라우저 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.benefit-section .benefit-table::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* ── 비교 테이블 ── */
.benefit-section .benefit-table .comparison-table-wrap {
    position: relative;
    white-space: normal;
    width: 942px; 
}

.benefit-section .benefit-table .comparison-table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    font-family: Pretendard;
    width: 942px;
}

.benefit-section .benefit-table .comparison-table .col-w-competitor { width: 312px; }
.benefit-section .benefit-table .comparison-table .col-w-category   { width: 210px; }
.benefit-section .benefit-table .comparison-table .col-w-mindcafe   { width: 420px; }

/* 헤더 */
.benefit-section .benefit-table .comparison-table th {
    height: 52px;
    padding: 0 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
}

.benefit-section .benefit-table .comparison-table .th-competitor {
    background-color: #d2d6db;
    color: #7e8a96;
    border-radius: 16px 0 0 0;
}

.benefit-section .benefit-table .comparison-table .th-category {
    background-color: #3cd0d0;
    color: #fff;
    border-top: 2px solid #3cd0d0;
    border-left: 2px solid #3cd0d0;
}

.benefit-section .benefit-table .comparison-table .th-mindcafe {
    background-color: #3cd0d0;
    color: #fff;
    border-radius: 0 16px 0 0;
    border-top: 2px solid #3cd0d0;
    border-right: 2px solid #3cd0d0;
}

/* 바디 공통 */
.benefit-section .benefit-table .comparison-table td {
    padding: 28px 24px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    vertical-align: middle;
}

/* 타사 열 */
.benefit-section .benefit-table .comparison-table .td-competitor {
    background-color: #eef0f2;
    color: #4e5760;
    font-weight: 400;
    border-bottom: 1px dashed #c8cdd3;
}

.benefit-section .benefit-table .comparison-table tbody tr:last-child .td-competitor {
    border-radius: 0 0 0 16px;
    border-bottom: none;
}

/* 구분 열 */
.benefit-section .benefit-table .comparison-table .td-category {
    background-color: #fff;
    color: #373d44;
    font-size: 18px;
    font-weight: 700;
    border-left: 2px solid #3cd0d0;
    border-bottom: 1px dashed #c8cdd3;
}

.benefit-section .benefit-table .comparison-table tbody tr:last-child .td-category {
    border-bottom: 2px solid #3cd0d0;
}

/* 마인드카페 열 */
.benefit-section .benefit-table .comparison-table .td-mindcafe {
    background-color: #fff;
    color: #373d44;
    font-size: 18px;
    font-weight: 400;
    border-left: 1px dashed #c8cdd3;
    border-right: 2px solid #3cd0d0;
    border-bottom: 1px dashed #c8cdd3;
}

.benefit-section .benefit-table .comparison-table tbody tr:last-child .td-mindcafe {
    border-radius: 0 0 16px 0;
    border-bottom: 2px solid #3cd0d0;
}

/* 하이라이트 텍스트 */
.benefit-section .benefit-table .comparison-table .ct-highlight {
    color: #3cd0d0;
    font-weight: 700;
}

/* VS 배지 — 테이블 고정 너비 안에서 312px 위치에 절대 배치 */
.benefit-section .benefit-table .vs-badge {
    position: absolute;
    top: 26px;
    left: 312px;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 700;
    color: #373d44;
    box-shadow: 0 0 0 5px rgba(60, 208, 208, 0.25), 0 0 0 10px rgba(60, 208, 208, 0.10);
    z-index: 1;
}

.benefit-section .benefit-table img {
    width: 1248px;
    height: auto;
    display: block;
    max-width: none;
}

@media screen and (min-width: 1440px) {
    .benefit-section .benefit-table .comparison-table-wrap {
        width: 1248px;
    }

    .benefit-section .benefit-table .comparison-table {
        width: 1248px;
    }

    .benefit-section .benefit-table .comparison-table .col-w-competitor { width: 416px; }
    .benefit-section .benefit-table .comparison-table .col-w-category   { width: 376px; }
    .benefit-section .benefit-table .comparison-table .col-w-mindcafe   { width: 456px; }

    .benefit-section .benefit-table .comparison-table th {
        height: 70px;
        font-size: 24px;
    }

    .benefit-section .benefit-table .comparison-table td {
        font-size: 20px;
        padding: 32px 24px;
    }

    .benefit-section .benefit-table .vs-badge {
        left: 416px;
        top: 35px;
        width: 60px;
        height: 60px;
        font-size: 24px;
        box-shadow: 0 0 0 6px rgba(60, 208, 208, 0.3), 0 0 0 12px rgba(60, 208, 208, 0.12);
    }
}

@media screen and (max-width: 1440px) {
    .benefit-section .benefit-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* ── 태블릿 (768px ~ 1023px) ── */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .benefit-section {
        padding: 50px 0 40px 0;
        gap: 30px;
    }

    .benefit-section .title-text {
        font-size: var(--ref-font-size-7-fluent, 28px);
        line-height: 140%;
    }

    .benefit-section .benefits {
        padding: 0 24px;
        gap: 16px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        box-sizing: border-box;
    }

    .benefit-section .benefit-item {
        flex: none;
        width: 100%;
        height: 180px;
        padding: 10px;
        gap: 8px;
    }

    .benefit-section .benefit-item .benefit-emoji-text {
        font-size: 36px;
        line-height: 150%;
    }

    .benefit-section .benefit-item .benefit-name-text {
        font-size: 22px;
        font-weight: 600;
        line-height: 160%;
    }

    .benefit-section .benefit-item .benefit-description-text {
        font-size: var(--ref-font-size-3-static, 16px);
        font-weight: 700;
        line-height: 160%;
    }
 
    .benefit-section .benefit-table {
        justify-content: start;
        padding-left: 24px;
        margin-top: 10px; /* gap 30px + 10px = 40px */
    }

    .benefit-section .benefit-table .comparison-table-wrap {
        width: 982px;
        margin-right: 24px;
    }

    .benefit-section .benefit-table .comparison-table {
        width: 982px;
    }

    .benefit-section .benefit-table .comparison-table .col-w-competitor { width: 352px; }
    .benefit-section .benefit-table .comparison-table .col-w-category   { width: 200px; }
    .benefit-section .benefit-table .comparison-table .col-w-mindcafe   { width: 430px; }

    .benefit-section .benefit-table .comparison-table th {
        height: 52px;
        font-size: 20px;
    }

    .benefit-section .benefit-table .comparison-table td {
        font-size: 16px;
        padding: 12px 16px;
    } 

    .benefit-section .benefit-table .vs-badge {
        left: 352px;
        top: 26px;
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}

/* ── 모바일 (~ 767px) ── */
@media screen and (max-width: 767px) {
    .benefit-section {
        padding: 50px 0 40px 0;
        gap: 24px;
    }

    .benefit-section .title-text {
        font-size: var(--ref-font-size-7-fluent, 28px);
        line-height: 140%;
        padding: 0 24px;
    }

    .benefit-section .benefits {
        padding: 0 24px;
        gap: 8px;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
    }

    .benefit-section .benefit-item {
        flex: none;
        width: 312px;
        height: 180px;
        padding: 10px;
        gap: 5px;
    }

    .benefit-section .benefit-item .benefit-emoji-text {
        font-size: 36px;
        line-height: 150%;
    }

    .benefit-section .benefit-item .benefit-name-text {
        font-size: var(--ref-font-size-5-static, 20px);
        font-weight: 600;
        line-height: 160%;
    }

    .benefit-section .benefit-item .benefit-description-text {
        font-size: var(--ref-font-size-3-static, 16px);
        font-weight: 700;
        line-height: 160%;
    }

    /* 모바일: 비교 테이블 가로 스크롤 */
    .benefit-section .benefit-table {
        display: flex;
        width: 100%;
        justify-content: start;
        align-items: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-left: 24px;
        margin-top: 26px; /* gap 24px + 26px = 50px */
    }

    .benefit-section .benefit-table .comparison-table-wrap {
        width: auto;
        margin-right: 24px;
    }

    .benefit-section .benefit-table .comparison-table {
        width: auto;
        table-layout: auto;
    }

    .benefit-section .benefit-table .comparison-table .col-w-competitor { width: auto; }
    .benefit-section .benefit-table .comparison-table .col-w-category   { width: auto; }
    .benefit-section .benefit-table .comparison-table .col-w-mindcafe   { width: auto; }

    .benefit-section .benefit-table .comparison-table th {
        height: 44px;
        font-size: 15px;
        padding: 0 12px;
        white-space: nowrap;
    }

    .benefit-section .benefit-table .comparison-table td {
        font-size: 16px;
        padding: 24px;
        white-space: nowrap;
    }

    .benefit-section .benefit-table .vs-badge {
        display: none;
    }
}

/* ============================================================
   service_section
   ============================================================ */

@charset "utf-8";

.service-section {
    width: 100%;
    box-sizing: border-box;
    background: var(--sys-bg-default, #F3F5F7);
    padding: 80px 96px 120px 96px;
    display: flex;
    flex-direction: column;
    gap: 120px;
    justify-content: center;
    align-items: center;
}

.service-section .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 1300px;
    width: 100%;
}

.service-section .service-item .service-top-container {
    display: flex;
    width: 624px;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.service-section .service-item .service-top-container .service-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.service-section .service-item .service-top-container .service-title-container .service-label {
    display: flex;
    padding: 10px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 2px solid var(--ref-primary-100, #70DCDC);
    background: rgba(255, 255, 255, 0.50);
}

.service-section .service-item .service-top-container .service-title-container .service-label .service-label-text {
    color: var(--ref-primary-200, #3CD0D0);
    text-align: center;
    /* Headline/Small */
    font-family: Pretendard;
    font-size: var(--ref-font-size-6-fluent, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}

.service-section .service-item .service-top-container .service-title-container .service-title-text {
    color: var(--ref-primary-300, #00BBBA);
    text-align: center;
    /* Headline/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-8-fluent, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 51.2px */
}

.service-section .service-item .service-top-container .service-subtitle-text {
    color: var(--ref-base-black, #151818);
    text-align: center;
    /* Display/Medium */
    font-family: Pretendard;
    font-size: var(--ref-font-size-10-fluent, 45px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 63px */
}

.service-section .service-item .service-bottom-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-section .service-item .service-bottom-container .service-content-container {
    width: 100%;
    display: flex;

    border-radius: 16px;
    background: var(--global-white-a100, #FFF);
    /* shadow/basic/md */
    box-shadow: 0px 0px 16px 0px rgba(55, 61, 68, 0.08);
}

.service-section .service-item .service-bottom-container .service-content-container .service-point-title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.service-section .service-item .service-bottom-container .service-content-container .service-point-title-container .service-point-title-text {
    color: var(--sys-text-default-900, #373D44);

    /* Display/Small */
    font-family: Pretendard;
    font-size: var(--ref-font-size-9-fluent, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 57.6px */
}

.service-section .service-item .service-bottom-container .service-content-container .service-point-title-container .service-point-subtitle-text {
    color: var(--sys-text-lightest-500, #7E8A96);

    /* Headline/Small */
    font-family: Pretendard;
    font-size: var(--ref-font-size-6-fluent, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}

@media screen and (max-width: 1023px){
    .service-section {
        width: 100%;
        box-sizing: border-box;
        background: var(--sys-bg-default, #F3F5F7);
        padding: 25px 28px 50px 28px;
        display: flex;
        flex-direction: column;
        gap: 50px;
        justify-content: center;
        align-items: center;
    }

    .service-section .service-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        width: 100%;
    }

    .service-section .service-item .service-top-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 7px;
    }

    .service-section .service-item .service-top-container .service-title-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .service-section .service-item .service-top-container .service-title-container .service-label {
        display: flex;
        padding: 11px 18px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 100px;
        border: 1.5px solid var(--ref-primary-100, #70DCDC);
        background: rgba(255, 255, 255, 0.50);
    }

    .service-section .service-item .service-top-container .service-title-container .service-label .service-label-text {
        color: var(--ref-primary-200, #3CD0D0);
        text-align: center;
        /* Component/Medium/Accent */
        font-family: Pretendard;
        font-size: var(--ref-font-size-2-static, 14px);
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 14px */
    }

    .service-section .service-item .service-top-container .service-title-container .service-title-text {
        color: var(--ref-primary-300, #00BBBA);
        text-align: center;
        /* Title/Large */
        font-family: Pretendard;
        font-size: var(--ref-font-size-5-static, 20px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 32px */
    }

    .service-section .service-item .service-top-container .service-subtitle-text {
        color: var(--ref-base-black, #151818);
        text-align: center;
        /* Headline/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-7-fluent, 28px);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 39.2px */
    }

    .service-section .service-item .service-bottom-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .service-section .service-item .service-bottom-container .service-content-container {
        width: 100%;
        display: flex;

        border-radius: 16px;
        background: var(--global-white-a100, #FFF);
        /* shadow/basic/md */
        box-shadow: 0px 0px 8px 0px rgba(55, 61, 68, 0.08);
    }

    .service-section .service-item .service-bottom-container .service-content-container .service-point-title-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .service-section .service-item .service-bottom-container .service-content-container .service-point-title-container .service-point-title-text {
        color: var(--sys-text-default-900, #373D44);
        /* Title/XLarge */
        font-family: Pretendard;
        font-size: var(--ref-font-size-6-static, 24px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 38.4px */
    }

    .service-section .service-item .service-bottom-container .service-content-container .service-point-title-container .service-point-subtitle-text {
        color: var(--sys-text-lightest-500, #7E8A96);
        font-family: Pretendard;
        font-size: var(--ref-font-size-4-static, 18px);
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 27px */
    }

}

@charset "utf-8";

.service-section .service-item.point1 .service-point1-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    padding: 60px 50px;
    gap: 97px;
    flex-wrap: wrap;
}

.service-section .service-item.point1 .service-point1-container .service-point1-first-container {
    gap: 246px;
    width: fit-content;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

/*마인드카페 심리케어센터*/
.service-section .service-item.point1 .service-point1-container .service-point1-second-container {
    display: flex;
    min-width: 440px;
    flex: 1 1 0;
    box-sizing: border-box;
    gap: 12px;
    flex-direction: column;
}

.service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-image-title-container {
    align-self: stretch;
    border-radius: 8px;
    background: var(--ref-primary-200, #3CD0D0);
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 11px 40px;
}

.service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-image-title-container .service-center-image-title-text {
    color: var(--sys-bg-alt, #FFF);
    text-align: center;

    /* Headline/Small */
    font-family: Pretendard;
    font-size: var(--ref-font-size-6-fluent, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}

.service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 가로 3칸 */
    gap: 12px; /* 버튼 사이 간격 */
}

.service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-images .service-center-image-item {
    position: relative;
    display: flex;
    aspect-ratio: 4/3;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-images .service-center-image-item .label-container {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: flex;
    padding: 3px 8px 4px 8px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    background: var(--ref-primary-10, #D4F8F8);
}

.service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-images .service-center-image-item .label-text {
    color: var(--sys-text-primary-default-500, #077);
    font-family: Pretendard;
    font-size: var(--ref-font-size-3-static, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
}

/*심리상담센터 바로가기*/
.service-section .service-item.point1 .service-point1-container .service-center-container {
    display: flex;
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 16px;
    border: 2px solid var(--ref-primary-300, #00BBBA);
    background: var(--global-white-a100, #FFF);
    /* Elevation/Light/01 */
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 4px 2px rgba(0, 0, 0, 0.04);
}

.service-section .service-item.point1 .service-point1-container .service-center-container .service-center-title-text {
    color: var(--global-gray-900, #222);
    /* Headline/Small */
    font-family: Pretendard;
    font-size: var(--ref-font-size-6-fluent, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}

.service-section .service-item.point1 .service-point1-container .service-center-container .service-centers {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 가로 2칸 */
    gap: 16px; /* 버튼 사이 간격 */
}

.service-section .service-item.point1 .service-point1-container .service-center-container .service-centers a {
    display: flex;
    align-items: center; /* 수직 가운데 정렬 */
    justify-content: flex-start; /* 왼쪽 정렬 */
    cursor: pointer;
}

.service-section .service-item.point1 .service-point1-container .service-center-container .service-centers a img {
    width: 24px;
    height: 24px;
}

.service-section .service-item.point1 .service-point1-container .service-center-container .service-centers a span {
    color: var(--ref-primary-300, #00BBBA);
    /* Title/Small */
    font-family: Pretendard;
    font-size: var(--ref-font-size-3-static, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
}

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

    .service-section .service-item.point1 .service-point1-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
        padding: 40px 48px;
        gap: 20px;
        flex-wrap: wrap;
    }

    .service-section .service-item.point1 .service-point1-container .service-point1-first-container {
        gap: 0;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    /*마인드카페 심리케어센터*/
    .service-section .service-item.point1 .service-point1-container .service-point1-second-container {
        display: flex;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        gap: 12px;
        flex-direction: column;
    }

    .service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-image-title-container {
        align-self: stretch;
        border-radius: 8px;
        background: var(--ref-primary-200, #3CD0D0);
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding: 15px 40px;
    }

    .service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-image-title-container .service-center-image-title-text {
        color: var(--sys-bg-alt, #FFF);
        text-align: center;
        /* Title/Large */
        font-family: Pretendard;
        font-size: var(--ref-font-size-5-static, 20px);
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 20px */
    }

    .service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-images .service-center-image-item {
        position: relative;
        display: flex;
        aspect-ratio: 4/3;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 10px;
    }

    .service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-images .service-center-image-item .label-container {
        position: absolute;
        left: 10px;
        bottom: 10px;
        display: flex;
        padding: 3px 8px 4px;
        align-items: flex-start;
        gap: 8px;
        border-radius: 8px;
        background: var(--ref-primary-10, #D4F8F8);
    }

    .service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-images .service-center-image-item .label-text {
        color: var(--sys-text-primary-default-500, #077);
        /* Title/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 600;
        line-height: 160%; /* 25.6px */
    }

    /*심리상담센터 바로가기*/
    .service-section .service-item.point1 .service-point1-container .service-center-container {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding: 32px 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        border-radius: 16px;
        border: 2px solid var(--ref-primary-300, #00BBBA);
        background: var(--global-white-a100, #FFF);
        /* Elevation/Light/01 */
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 4px 2px rgba(0, 0, 0, 0.04);
    }

    .service-section .service-item.point1 .service-point1-container .service-center-container .service-center-title-text {
        width: 100%;
        box-sizing: border-box;
        color: var(--global-gray-900, #222);
        /* Headline/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-6-fluent, 24px);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 33.6px */
    }

    .service-section .service-item.point1 .service-point1-container .service-center-container .service-centers {
        display: grid;
        width: 100%;
        box-sizing: border-box;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .service-section .service-item.point1 .service-point1-container .service-center-container .service-centers a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
    }

    .service-section .service-item.point1 .service-point1-container .service-center-container .service-centers a img {
        width: 24px;
        height: 24px;
    }

    .service-section .service-item.point1 .service-point1-container .service-center-container .service-centers a span {
        color: var(--ref-primary-300, #00BBBA);
        /* Title/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 25.6px */
    }

    .service-section .service-item.point1 .service-point1-container {
        padding: 20px 20px;
        gap: 16px;
    }

    .service-section .service-item.point1 .service-point1-container .service-point1-second-container {
        gap: 8px;
    }

    .service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-image-title-container {
        padding: 10px 20px;
    }

    .service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-image-title-container .service-center-image-title-text {
        /* Component/Large/Accent */
        font-size: var(--ref-font-size-3-static, 16px);
        line-height: 100%; /* 16px */
    }

    .service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-images {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-images .service-center-image-item .label-container {
        padding: 3px 6px;
        border-radius: 4px;
    }

    .service-section .service-item.point1 .service-point1-container .service-point1-second-container .service-center-images .service-center-image-item .label-text {
        /* Caption/Small */
        font-size: var(--ref-font-size-1-static, 12px);
        font-weight: 500;
        line-height: 140%; /* 16.8px */
    }

    .service-section .service-item.point1 .service-point1-container .service-center-container {
        padding: 20px 16px 20px 24px;
        gap: 8px;
        border-radius: 8px;
        border-width: 1.5px;
    }

    .service-section .service-item.point1 .service-point1-container .service-center-container .service-center-title-text {
        /* Title/Small */
        font-size: var(--ref-font-size-3-static, 16px);
        line-height: 160%; /* 25.6px */
    }

    .service-section .service-item.point1 .service-point1-container .service-center-container .service-centers {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px 16px;
    }

    .service-section .service-item.point1 .service-point1-container .service-center-container .service-centers a img {
        width: 18px;
        height: 18px;
    }

    .service-section .service-item.point1 .service-point1-container .service-center-container .service-centers a span {
        /* Component/Small/Accent */
        font-size: var(--ref-font-size-1-static, 12px);
        line-height: 100%; /* 12px */
    }
}

@charset "utf-8";

.service-section .service-item.point2 .service-point2-1-container {
    display: flex;
    width: 100%;
    padding: 50px 60px;
    flex-direction: row;
    align-items: flex-start;
    gap: 197px;
    align-self: stretch;
    flex-wrap: wrap;
}

.service-section .service-item.point2 .service-point2-1-container .service-point2-1-first-container {
    display: flex;
    width: fit-content;
    flex-direction: column;
    align-items: flex-start;
    gap: 112px;
    box-sizing: border-box;
}

.service-section .service-item.point2 .service-point2-1-container .service-point2-1-first-container img {
    width: 280px;
    height: auto;
}

.service-section .service-item.point2 .service-point2-1-container .service-point2-1-second-container {
    display: flex;
    flex: 1;
    box-sizing: border-box;
    min-width: 612px;
    height: 493px;
    padding: 52px 50px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--sys-bg-default, #F3F5F7);
}

.service-section .service-item.point2 .service-point2-1-container .service-point2-1-second-container .mindcafe-services {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
}

.service-section .service-item.point2 .mindcafe-service-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.service-section .service-item.point2 .mindcafe-service-item .service-name-container {
    display: flex;
    box-sizing: border-box;
    width: 160px;
    height: 32px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--ref-primary-200, #3CD0D0);
}

.service-section .service-item.point2 .mindcafe-service-item .service-name-container .service-name-text {
    color: var(--sys-bg-alt, #FFF);
    text-align: center;
    /* Component/Large/Accent */
    font-family: Pretendard;
    font-size: var(--ref-font-size-3-static, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
}

.service-section .service-item.point2 .mindcafe-service-item img {
    height: 347px;
    width: 160px;
    align-self: stretch;
    aspect-ratio: 160/347;
}

.service-section .service-item.point2 .service-point2-2-container {
    display: flex;
    width: 100%;
    padding: 50px 60px 80px 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    flex-wrap: wrap;
}

.service-section .service-item.point2 .service-point2-2-container .service-point2-2-first-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    flex-wrap: wrap;
}

.service-section .service-item.point2 .service-point2-2-container .service-point2-2-first-container .service-benefits {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 3;
    min-width: 464px;
    align-self: stretch;
}

.service-section .service-item.point2 .service-point2-2-container .service-point2-2-first-container .service-pie-charts {
    display: flex;
    padding: 40px 90px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 66px;
    border-radius: 16px;
    flex: 4;
    min-width: 432px;
    align-self: stretch;
    background: var(--sys-bg-default, #F3F5F7);
}

.service-section .service-item.point2 .service-point2-2-container .img-description-text {
    color: var(--ref-neutral-300, #B6BDC4);
    word-break: keep-all;
    /* Caption/Small */
    font-family: Pretendard;
    font-size: var(--ref-font-size-1-static, 12px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
    align-self: end;
}

.service-section .service-item.point2 .service-benefit-item {
    display: flex;
    padding: 21px 20px;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--sys-bg-default, #F3F5F7);
}

.service-section .service-item.point2 .service-benefit-item img {
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    margin-top: 4px;
}

.service-section .service-item.point2 .service-benefit-item .service-benefit-text {
    color: var(--comp-style-neutral-darkest-900, #373D44);
    /* Body/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-4-static, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}

.service-section .service-item.point2 .service-pie-chart-item {
    display: flex;
    width: 183px;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    flex-shrink: 0;
}

.service-section .service-item.point2 .service-pie-chart-item .service-pie-chart-name-container {
    display: flex;
    width: 180px;
    height: 32px;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--ref-primary-200, #3CD0D0);
}

.service-section .service-item.point2 .service-pie-chart-item .service-pie-chart-name-container.dark {
    background: var(--ref-primary-300, #00BBBA);
}

.service-section .service-item.point2 .service-pie-chart-item .service-pie-chart-name-text {
    color: var(--sys-bg-alt, #FFF);
    text-align: center;
    /* Component/Large/Accent */
    font-family: Pretendard;
    font-size: var(--ref-font-size-3-static, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
}

.service-section .service-item.point2 .service-pie-chart-item img {
    width: 183px;
    height: 185px;
}

@media screen and (max-width: 1023px) {
    .service-section .service-item.point2 .service-point2-1-container {
        display: flex;
        box-sizing: border-box;
        width: 100%;
        padding: 20px;
        flex-direction: row;
        align-items: flex-start;
        gap: 33px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .service-section .service-item.point2 .service-point2-1-container .service-point2-1-first-container {
        display: flex;
        width: fit-content;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        box-sizing: border-box;
    }

    .service-section .service-item.point2 .service-point2-1-container .service-point2-1-first-container img {
        width: 190px;
        height: auto;
    }

    .service-section .service-item.point2 .service-point2-1-container .service-point2-1-second-container {
        display: flex;
        flex: 1;
        box-sizing: border-box;
        width: 100%;
        min-width: 100%;
        height: auto;
        padding: 30px 10px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: var(--sys-bg-default, #F3F5F7);
    }

    .service-section .service-item.point2 .service-point2-1-container .service-point2-1-second-container .mindcafe-services-slick {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        align-items: center;

        flex-direction: row;
        gap: 16px;
        justify-content: center;
    }

    .service-section .service-item.point2 .service-point2-1-container .service-point2-1-second-container .mindcafe-services-slick .slick-slide {
        height: 381px;
        width: 160px;
        margin-right: 16px;
        box-sizing: border-box;
    }

    .service-section .service-item.point2 .slick-prev {
        width: 16px;
        height: 16px;
        margin-left: 8px;
        box-sizing: border-box;
        content: url(../../../images/main/home/service_section_slick_prev.svg);
    }

    .service-section .service-item.point2 .slick-next {
        width: 16px;
        height: 16px;
        margin-right: 8px;
        box-sizing: border-box;
        content: url(../../../images/main/home/service_section_slick_next.svg);
    }

    .service-section .service-item.point2 .mindcafe-service-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }

    .service-section .service-item.point2 .mindcafe-service-item .service-name-container {
        display: flex;
        box-sizing: border-box;
        width: 160px;
        height: 32px;
        padding: 8px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: var(--ref-primary-200, #3CD0D0);
    }

    .service-section .service-item.point2 .mindcafe-service-item .service-name-container .service-name-text {
        color: var(--sys-bg-alt, #FFF);
        text-align: center;
        /* Component/Medium/Accent */
        font-family: Pretendard;
        font-size: var(--ref-font-size-2-static, 14px);
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 14px */
    }

    .service-section .service-item.point2 .mindcafe-service-item img {
        height: 347px;
        width: 160px;
        align-self: stretch;
        aspect-ratio: 160/347;
    }

    .service-section .service-item.point2 .service-point2-2-container {
        display: flex;
        width: 100%;
        padding:20px;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .service-section .service-item.point2 .service-point2-2-container .service-point2-2-first-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .service-section .service-item.point2 .service-point2-2-container .service-point2-2-first-container .service-benefits-slick {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
        min-width: 100%;
        width: 100%;
        align-self: stretch;
        border-radius: 16px;
        padding: 10px 30px;
        box-sizing: border-box;
        background: var(--sys-bg-default, #F3F5F7);
    }

    .service-section .service-item.point2 .service-point2-2-container .service-point2-2-first-container .service-benefits-slick .slick-slide {
        height: auto;
        width: 240px;
        align-self: center;
        margin-right: 16px;
        box-sizing: border-box;
    }

    .service-section .service-item.point2 .service-point2-2-container .service-point2-2-first-container .service-pie-charts-slick {
        display: flex;
        padding: 10px 30px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        flex: 0;
        min-width: 100%;
        width: 100%;
        box-sizing: border-box;
        align-self: stretch;
        background: var(--sys-bg-default, #F3F5F7);
    }

    .service-section .service-item.point2 .service-point2-2-container .service-point2-2-first-container .service-pie-charts-slick .slick-slide {
        height: auto;
        width: 180px;
        align-self: center;
        margin-right: 16px;
    }

    .service-section .service-item.point2 .service-point2-2-container .img-description-text {
        color: var(--ref-neutral-300, #B6BDC4);
        font-family: Pretendard;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 14px */
        align-self: end;
    }

    .service-section .service-item.point2 .service-benefit-item {
        display: flex !important;  /* ✅ slick이 덮어써도 강제로 유지 */
        width: 100%;
        padding: 24px 0;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
        border-radius: 0;
        background: none;
    }

    .service-section .service-item.point2 .service-benefit-item img {
        width: 28px;
        height: 28px;
        box-sizing: border-box;
        margin-top: 0px;
    }

    .service-section .service-item.point2 .service-benefit-item .service-benefit-text {
        max-width: 196px;
        color: var(--comp-style-neutral-darkest-900, #373D44);
        /* Body/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 25.6px */
    }

    .service-section .service-item.point2 .service-pie-chart-item {
        display: flex !important;
        width: 180px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-shrink: 0;
    }

    .service-section .service-item.point2 .service-pie-chart-item .service-pie-chart-name-container {
        width: fit-content;
        height: fit-content;
        box-sizing: border-box;
        padding: 8px 15px;
        flex-shrink: 0;
        border-radius: 8px;
        background: var(--ref-primary-300, #00BBBA);
    }

    .service-section .service-item.point2 .service-pie-chart-item .service-pie-chart-name-container.dark {
        background: var(--ref-primary-300, #00BBBA);
    }

    .service-section .service-item.point2 .service-pie-chart-item .service-pie-chart-name-text {
        color: var(--sys-bg-alt, #FFF);
        text-align: center;
        /* Component/Large/Accent */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 12px);
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 16px */
    }

    .service-section .service-item.point2 .service-pie-chart-item img {
        width: 146px;
        height: auto;
    }
}

@charset "utf-8";

.service-section .service-item.point3 .service-point3-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 30px 32px 62px;
    gap: 144px;
    flex-wrap: wrap;
}

.service-section .service-item.point3 .service-point3-container .service-point3-first-container {
    display: flex;
    width: fit-content;
    flex-direction: column;
    align-items: flex-start;
    gap: 173px;
    height: fit-content;
    align-self: center;
}

.service-section .service-item.point3 .service-point3-container .qualified-experts {
    display: flex;
    flex: 1;
    max-height: 708px;
    min-width: 340px;
    aspect-ratio: 557/778;
}

.service-section .service-item.point3 .service-point3-container .qualified-experts img {
    width: 100%;
    height: auto;
    object-fit: contain; /* 또는 제거해도 무방 */
}

/*상담전문가 채용 기준*/
.service-section .service-item.point3 .service-point3-container .hire-standard-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 21px 20px 29px 20px;
    border-radius: 16px;
    background: var(--sys-bg-default, #F3F5F7);
    width: fit-content;
    max-width: 457px;
}

.service-section .service-item.point3 .service-point3-container .hire-standard-container .hire-standard-title-container {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row;
}

.service-section .service-item.point3 .service-point3-container .hire-standard-container .hire-standard-title-container img {
    width: 28px;
    height: 28px;
}

.service-section .service-item.point3 .service-point3-container .hire-standard-container .hire-standard-title-container .hire-standard-title-text {
    color: var(--sys-text-default-900, #373D44);
    /* Title/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-5-static, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
}

.service-section .service-item.point3 .service-point3-container .hire-standard-container ul {
    margin-left: 16px;
}

.service-section .service-item.point3 .service-point3-container .hire-standard-container li {
    color: var(--sys-text-light-700, #4E5760);
    /* Body/Medium */
    font-family: Pretendard;
    font-size: var(--ref-font-size-3-static, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

@media screen and (max-width: 1023px) {
    .service-section .service-item.point3 .service-point3-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 0;
        gap: 10px;
        flex-wrap: wrap;
    }

    .service-section .service-item.point3 .service-point3-container .service-point3-first-container {
        display: flex;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        height: fit-content;
        align-self: center;
    }

    .service-section .service-item.point3 .service-point3-container .qualified-experts {
        display: flex;
        flex: 1;
        width: 100%;
        max-height: fit-content;
        min-width: 0;
        aspect-ratio: 557/778;
        box-sizing: border-box;
        padding-top: 10px;
    }

    .service-section .service-item.point3 .service-point3-container .qualified-experts img {
        width: 100%;
        height: auto;
        object-fit: contain; /* 또는 제거해도 무방 */
    }

    /*상담전문가 채용 기준*/
    .service-section .service-item.point3 .service-point3-container .hire-standard-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
        box-sizing: border-box;
        padding: 20px 10px;
        border-radius: 16px;
        background: var(--sys-bg-default, #F3F5F7);
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: 0 20px;
    }

    .service-section .service-item.point3 .service-point3-container .hire-standard-container .hire-standard-title-container {
        display: flex;
        align-items: center;
        gap: 2px;
        flex-direction: row;
    }

    .service-section .service-item.point3 .service-point3-container .hire-standard-container .hire-standard-title-container img {
        width: 28px;
        height: 28px;
    }

    .service-section .service-item.point3 .service-point3-container .hire-standard-container .hire-standard-title-container .hire-standard-title-text {
        color: var(--sys-text-default-900, #373D44);
        /* Title/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-4-static, 18px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 28.8px */
    }

    .service-section .service-item.point3 .service-point3-container .hire-standard-container ul {
        margin-left: 22px;
    }

    .service-section .service-item.point3 .service-point3-container .hire-standard-container li {
        color: var(--sys-text-light-700, #4E5760);
        /* Body/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-2-static, 14px);
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 22.4px */
    }
}

@charset "utf-8";

.service-section .service-item.point4 .service-point4-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 60px;
    align-items: flex-start;
    gap: 35px;
    flex-wrap: wrap;
}

.service-section .service-item.point4 .service-point4-container .service-point4-first-container {
    display: flex;
    width: fit-content;
    flex-direction: column;
    align-items: flex-start;
    gap: 161px;
    height: fit-content;
    align-self: center;
}

.service-section .service-item.point4 .service-point4-container .service-point4-second-container {
    display: flex;
    min-width: 440px;
    flex: 1 1 0;
    box-sizing: border-box;
    gap: 12px;
    flex-direction: column;
}

.service-section .service-item.point4 .service-point4-container .service-point4-second-container .service-coach-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 가로 3칸 */
    gap: 12px; /* 버튼 사이 간격 */
}

.service-section .service-item.point4 .service-point4-container .service-point4-second-container .service-coach-images .service-coach-image-item {
    position: relative;
    display: flex;
    aspect-ratio: 132/184;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.service-section .service-item.point4 .service-point4-container .service-point4-second-container .service-coach-images .service-coach-image-item .label-container {
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    padding: 3px 8px 4px 8px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    background: var(--ref-primary-10, #D4F8F8);
}

.service-section .service-item.point4 .service-point4-container .service-point4-second-container .service-coach-images .service-coach-image-item .label-text {
    color: var(--sys-text-primary-default-500, #077);
    font-family: Pretendard;
    font-size: var(--ref-font-size-3-static, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
}

.service-section .service-item.point4 .service-point4-container .hire-standard-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 21px 20px 29px 20px;
    border-radius: 16px;
    background: var(--sys-bg-default, #F3F5F7);
    width: fit-content;
    max-width: 469px;
}

.service-section .service-item.point4 .service-point4-container .hire-standard-container .hire-standard-title-container {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row;
}

.service-section .service-item.point4 .service-point4-container .hire-standard-container .hire-standard-title-container img {
    width: 28px;
    height: 28px;
}

.service-section .service-item.point4 .service-point4-container .hire-standard-container .hire-standard-title-container .hire-standard-title-text {
    color: var(--sys-text-default-900, #373D44);
    /* Title/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-5-static, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
}

.service-section .service-item.point4 .service-point4-container .hire-standard-container ul {
    margin-left: 16px;
}

.service-section .service-item.point4 .service-point4-container .hire-standard-container li {
    color: var(--sys-text-light-700, #4E5760);
    /* Body/Medium */
    font-family: Pretendard;
    font-size: var(--ref-font-size-3-static, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

@media screen and (max-width: 1023px) {
    .service-section .service-item.point4 .service-point4-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }

    .service-section .service-item.point4 .service-point4-container .service-point4-first-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 161px;
        height: fit-content;
        align-self: center;
    }

    .service-section .service-item.point4 .service-point4-container .service-point4-second-container {
        display: flex;
        flex: 1 1 0;
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
        padding-top: 10px;
        gap: 12px;
        flex-direction: column;
    }

    .service-section .service-item.point4 .service-point4-container .service-point4-second-container .service-coach-images {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 가로 3칸 */
        gap: 12px; /* 버튼 사이 간격 */
    }

    .service-section .service-item.point4 .service-point4-container .service-point4-second-container .service-coach-images .service-coach-image-item {
        position: relative;
        display: flex;
        aspect-ratio: 132/184;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 10px;
    }

    .service-section .service-item.point4 .service-point4-container .service-point4-second-container .service-coach-images .service-coach-image-item .label-container {
        position: absolute;
        left: 10px;
        top: 10px;
        display: flex;
        padding: 3px 6px;
        align-items: flex-start;
        gap: 8px;
        border-radius: 4px;
        background: var(--ref-primary-10, #D4F8F8);
    }

    .service-section .service-item.point4 .service-point4-container .service-point4-second-container .service-coach-images .service-coach-image-item .label-text {
        color: var(--sys-text-primary-default-500, #077);
        /* Caption/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-1-static, 12px);
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 16.8px */
    }


    /*코칭전문가 채용 기준*/
    .service-section .service-item.point4 .service-point4-container .hire-standard-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
        box-sizing: border-box;
        padding: 20px 10px;
        border-radius: 16px;
        background: var(--sys-bg-default, #F3F5F7);
        width: 100%;
        max-width: 100%;
    }

    .service-section .service-item.point4 .service-point4-container .hire-standard-container .hire-standard-title-container {
        display: flex;
        align-items: center;
        gap: 2px;
        flex-direction: row;
    }

    .service-section .service-item.point4 .service-point4-container .hire-standard-container .hire-standard-title-container img {
        width: 28px;
        height: 28px;
    }

    .service-section .service-item.point4 .service-point4-container .hire-standard-container .hire-standard-title-container .hire-standard-title-text {
        color: var(--sys-text-default-900, #373D44);
        /* Title/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-4-static, 18px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 28.8px */
    }

    .service-section .service-item.point4 .service-point4-container .hire-standard-container ul {
        margin-left: 22px;
    }

    .service-section .service-item.point4 .service-point4-container .hire-standard-container li {
        color: var(--sys-text-light-700, #4E5760);
        /* Body/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-2-static, 14px);
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 22.4px */
    }

}

@media screen and (max-width: 767px) {
    .service-section .service-item.point4 .service-point4-container .service-point4-second-container .service-coach-images {
        grid-template-columns: repeat(2, 1fr);
    }
}

@charset "utf-8";

.service-section .service-item.point5 .service-point5-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 60px;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.service-section .service-item.point5 .service-point5-container .service-point5-first-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    gap: 20px;
    flex: 0 0 auto;
    max-width: 480px;
}

/* 배지 이미지 */
.service-section .service-item.point5 .service-point5-container .service-point5-badges {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    margin-top: 32px;
}

.service-section .service-item.point5 .service-point5-container .service-point5-badges img {
    width: 185px;
    height: auto;
    max-width: none;
}

/* 오른쪽 인증서 영역 */
.service-section .service-item.point5 .service-point5-container .service-point5-second-container {
    flex: 1 1 0;
    min-width: 360px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.service-section .service-item.point5 .service-point5-container .service-point5-cert-box {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 0px 16px 0px rgba(55, 61, 68, 0.08);
}

.service-section .service-item.point5 .service-point5-container .service-point5-cert-header {
    background-color: var(--ref-primary-300, #00bbba);
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-section .service-item.point5 .service-point5-container .service-point5-cert-header p {
    color: #fff;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.service-section .service-item.point5 .service-point5-container .service-point5-cert-image {
    background-color: #f3f5f7;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.service-section .service-item.point5 .service-point5-container .service-point5-cert-image img {
    max-width: 420px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 1023px) {
    .service-section .service-item.point5 .service-point5-container {
        flex-direction: column;
        padding: 20px 20px 24px 20px;
        gap: 24px;
    }

    .service-section .service-item.point5 .service-point5-container .service-point5-first-container {
        max-width: 100%;
        width: 100%;
    } 

    .service-section .service-item.point5 .service-point5-container .service-point5-badges img {
        width: calc((100% - 11px) / 2);
        max-width: 174px;
        height: auto;
        object-fit: contain;
        box-sizing: border-box;
    }

    .service-section .service-item.point5 .service-point5-container .service-point5-second-container {
        min-width: 0;
        width: 100%;
    }

    .service-section .service-item.point5 .service-point5-container .service-point5-cert-box {
        align-items: center;
        width: 100%;
        border-radius: 12px;
        box-shadow: 0px 0px 8px 0px rgba(55, 61, 68, 0.08);
    }

    .service-section .service-item.point5 .service-point5-container .service-point5-cert-header {
        background-color: var(--ref-primary-200, #3CD0D0);
        min-height: 36px;
        padding: 8px 28px;
        border-radius: 8px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .service-section .service-item.point5 .service-point5-container .service-point5-cert-header p {
        font-size: var(--ref-font-size-3-static, 16px);
        line-height: 160%;
        letter-spacing: normal;
    }
 
    .service-section .service-item.point5 .service-point5-container .service-point5-cert-image {
        padding: 16px;
        width: 100%;
        box-sizing: border-box; 
    }

    .service-section .service-item.point5 .service-point5-container .service-point5-cert-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media screen and (min-width: 768px) {
    .mobile-nbsp {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .service-section .service-item.point5 .service-top-container .service-subtitle-text .service-subtitle-second-line {
        white-space: nowrap;
    }
}

/* ============================================================
   solution_section
   ============================================================ */

@charset "utf-8";

.solution-section {
    box-sizing: border-box;

    display: flex;
    width: 100%;
    padding: 120px 96px 60px 96px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 100px;
}

.solution-section .title-text {
    padding: 3px 77px 0px 77px;
    justify-content: center;
    align-items: center;
    color: var(--ref-base-black, #151818);
    text-align: center;
    /* Display/Medium */
    font-family: Pretendard;
    font-size: var(--ref-font-size-10-fluent, 45px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 63px */
}

.solution-section .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    align-self: stretch;
}

.solution-section .content-container img {
    width: 100%;
    max-width: 1168px;
}

.solution-section .content-container .footer-container {
    gap: 30px;
    max-width: 1190px;
    margin: 0 96px;

    border-radius: 16px;
    background: var(--sys-bg-default, #F3F5F7);
    display: flex;
    width: 100%;
    padding: 30px 50px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.solution-section .content-container .footer-container .footer-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-shrink: 1;
}

.solution-section .content-container .footer-container .footer-content-container .footer-title-text {
    color: var(--sys-text-default-900, #373D44);
    /* Title/XLarge */
    font-family: Pretendard;
    font-size: var(--ref-font-size-6-static, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
}

.solution-section .content-container .footer-container .footer-content-container ul.footer-content-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.solution-section .content-container .footer-container .footer-content-container ul.footer-content-list li {
    position: relative;
    padding-left: 1.5em;
    color: var(--sys-text-light-700, #4E5760);
    /* Body/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-4-static, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.solution-section .content-container .footer-container .footer-content-container ul.footer-content-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 0.25em;
    height: 0.25em;
    background-color: #3CD0D0;
    border-radius: 50%;
}

.solution-section .content-container .footer-container .programs {
    display: flex;
    align-items: center;
    gap: 12px;
}

.solution-section .content-container .footer-container .programs img {
    width: 137px;
    height: auto;
}

@media screen and (max-width: 1023px) {
    .solution-section {
        box-sizing: border-box;

        display: flex;
        width: 100%;
        padding: 50px 24px 30px 24px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        gap: 30px;
    }

    .solution-section .title-text {
        padding: 0 20px;
        color: var(--ref-base-black, #151818);
        text-align: center;
        /* Headline/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-7-fluent, 28px);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 39.2px */
    }

    .solution-section .content-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 100px;
        align-self: stretch;
    }

    .solution-section .content-container img {
        width: 100%;
        max-width: 1168px;
    }

    .solution-section .content-container .solutions{
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
    }

    .solution-section .content-container .footer-container {
        gap: 30px;
        margin: 0 96px;
        box-sizing: border-box;

        border-radius: 16px;
        background: var(--sys-bg-default, #F3F5F7);
        display: flex;
        width: 100%;
        padding: 25px 20px;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .solution-section .content-container .footer-container .footer-content-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        flex-shrink: 1;
    }

    .solution-section .content-container .footer-container .footer-content-container .footer-title-text {
        color: var(--sys-text-default-900, #373D44);
        /* Title/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-4-static, 18px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 28.8px */
    }

    .solution-section .content-container .footer-container .footer-content-container ul.footer-content-list {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
    }

    .solution-section .content-container .footer-container .footer-content-container ul.footer-content-list li {
        position: relative;
        padding-left: 1.5em;

        color: var(--sys-text-light-700, #4E5760);

        /* Body/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-2-static, 14px);
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }

    .solution-section .content-container .footer-container .footer-content-container ul.footer-content-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.6em;
        width: 0.25em;
        height: 0.25em;
        background-color: #3CD0D0;
        border-radius: 50%;
    }

    .solution-section .content-container .footer-container .programs {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .solution-section .content-container .footer-container .programs img {
        flex: 1 1 0;
        min-width: 0;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .solution-section .solution-item{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        align-self: stretch;
    }

    .solution-section .solution-item .solution-item-name-container{
        display: flex;
        align-items: center;
        gap: 2px;
        align-self: stretch;
    }

    .solution-section .solution-item .solution-item-name-container img{
        width: 28px;
        height: 28px;
        aspect-ratio: 1/1;
    }

    .solution-section .solution-item .solution-item-name-container .solution-item-name-text{
        color: var(--sys-text-default-900, #373D44);
        /* Title/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 25.6px */
    }

    .solution-section .solution-item .solution-item-description-text{
        padding-left: 26px;
        color: var(--sys-text-light-700, #4E5760);

        /* Body/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-2-static, 14px);
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 22.4px */
    }
}

/* ============================================================
   process_section
   ============================================================ */

@charset "utf-8";

.process-section {
    width: 100%;
    box-sizing: border-box;

    display: flex;
    padding: 60px 96px 100px 96px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.process-section .title-text {
    color: var(--ref-base-black, #151818);
    text-align: center;

    /* Display/Medium */
    font-family: Pretendard;
    font-size: var(--ref-font-size-10-fluent, 45px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 63px */
}

.process-section .processes {
    width: 100%;
    max-width: 1248px;
    align-items: stretch; /* 여기 변경 */

    display: flex;
    align-content: center;
    justify-content: center;
}

.process-section .process-item {
    min-width: 0;
    flex-grow: 1; /* 공간을 균등 분배해줌 */
    flex-basis: 0; /* 기본 크기를 0으로 설정해서 균등 분배를 명확히 함 */

    display: flex;
    max-width: 312px;
    flex-direction: column;
    align-items: flex-start;
}

.process-section .process-item .process-title-container {
    position: relative;
    display: flex;
    height: 60px;
    padding: 14px 20px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.process-section .process-item .process-title-container img {
    position: absolute;

    width: 40px;
    height: 40px;

    top: 50%; /* 세로 중앙 기준 */
    right: -16px; /* 오른쪽에서 16px 바깥으로 */
    transform: translateY(-50%); /* 정확한 수직 가운데 정렬 */
    z-index: 10; /* ✅ 다른 요소보다 위에 오도록 */
}

.process-section .process-item.first .process-title-container {
    border-radius: 16px 0px 0px 0px;
    background: var(--ref-primary-50, #A2EDEE);
}

.process-section .process-item.second .process-title-container {
    background: var(--ref-primary-100, #70DCDC);
}

.process-section .process-item.third .process-title-container {
    background: var(--ref-primary-200, #3CD0D0);
}

.process-section .process-item.fourth .process-title-container {
    border-radius: 0px 16px 0px 0px;
    background: var(--ref-primary-300, #00BBBA);
}

.process-section .process-item .process-title-container .process-title-text {
    color: var(--sys-bg-alt, #FFF);
    text-align: center;

    /* Title/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-5-static, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
}

.process-section .process-item.first .process-title-container .process-title-text {
    color: var(--ref-primary-300, #00BBBA);
}

.process-section .process-item .process-content-container {
    display: flex;
    flex: 1;
    padding: 25px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.process-section .process-item.first .process-content-container {
    border-radius: 0px 0px 0px 16px;
    background: var(--comp-style-neutral-lightest-10, #FAFBFC);
}

.process-section .process-item.second .process-content-container {
    background: var(--comp-style-neutral-light-50, #F3F5F7);
}

.process-section .process-item.third .process-content-container {
    background: var(--comp-style-neutral-default-100, #EEF0F2);
}

.process-section .process-item.fourth .process-content-container {
    border-radius: 0px 0px 16px 0px;
    background: var(--comp-style-neutral-deep-150, #E1E4E8);
}

.process-section .process-item .process-content-container ul.process-content-single-depth-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.process-section .process-item .process-content-container ul.process-content-single-depth-list li.process-content-single-depth-item {
    position: relative;
    padding-left: 1.5em;

    color: var(--sys-text-light-700, #4E5760);
    /* Title/Small */
    font-family: Pretendard;
    font-size: var(--ref-font-size-3-static, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
}

.process-section .process-item .process-content-container ul.process-content-single-depth-list li.process-content-single-depth-item span {
    color: var(--sys-text-light-700, #4E5760);
    /* Title/XSmall */
    font-family: Pretendard;
    font-size: var(--ref-font-size-2-static, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.process-section .process-item .process-content-container ul.process-content-single-depth-list li.process-content-single-depth-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 0.25em;
    height: 0.25em;
    background-color: #3CD0D0;
    border-radius: 50%;
}

.process-section .process-item .process-content-container ul.process-content-single-depth-list li ul.process-content-multi-depth-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 20px;
}

.process-section .process-item .process-content-container ul.process-content-single-depth-list li ul.process-content-multi-depth-list li {
    position: relative;
    padding-left: 1.5em;

    color: var(--sys-text-light-700, #4E5760);
    /* Body/Small */
    font-family: Pretendard;
    font-size: var(--ref-font-size-2-static, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}

.process-section .process-item .process-content-container ul.process-content-single-depth-list li ul.process-content-multi-depth-list li::before {
    content: "-";
    position: absolute;
    left: 0; /* ✅ 왼쪽으로 위치 */
    top: 0.1em; /* ✅ 위에서 살짝 내려오게 */
    color: var(--sys-text-light-700, #4E5760);
    font-weight: bold;
}

@media screen and (max-width: 1023px) {
    .process-section {
        width: 100%;
        box-sizing: border-box;

        display: flex;
        padding: 50px 24px 30px 24px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .process-section .title-text {
        color: var(--ref-base-black, #151818);
        text-align: center;
        /* Headline/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-7-fluent, 28px);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 39.2px */
    }

    .process-section .processes {
        max-width: 600px;
        width: 100%;
        gap: 10px;

        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .process-section .processes img {
        width: 34px;
        height: 34px;
    }

    .process-section .process-item {
        max-width: 100%;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .process-section .process-item .process-title-container {
        display: flex;
        padding: 6px 20px;
        height: auto;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }

    .process-section .process-item.first .process-title-container {
        border-radius: 16px 16px 0px 0px;
        background: var(--ref-primary-50, #A2EDEE);
    }

    .process-section .process-item.second .process-title-container {
        border-radius: 16px 16px 0px 0px;
        background: var(--ref-primary-100, #70DCDC);
    }

    .process-section .process-item.third .process-title-container {
        border-radius: 16px 16px 0px 0px;
        background: var(--ref-primary-200, #3CD0D0);
    }

    .process-section .process-item.fourth .process-title-container {
        border-radius: 16px 16px 0px 0px;
        background: var(--ref-primary-300, #00BBBA);
    }

    .process-section .process-item .process-title-container .process-title-text {
        color: var(--sys-bg-alt, #FFF);
        text-align: center;
        /* Title/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-4-static, 18px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 28.8px */
    }

    .process-section .process-item .process-content-container {
        display: flex;
        flex: 1;
        padding: 25px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .process-section .process-item.first .process-content-container {
        border-radius: 0 0 16px 16px;
        background: var(--comp-style-neutral-lightest-10, #FAFBFC);
    }

    .process-section .process-item.second .process-content-container {
        border-radius: 0 0 16px 16px;
        background: var(--comp-style-neutral-light-50, #F3F5F7);
    }

    .process-section .process-item.third .process-content-container {
        border-radius: 0 0 16px 16px;
        background: var(--comp-style-neutral-default-100, #EEF0F2);
    }

    .process-section .process-item.fourth .process-content-container {
        border-radius: 0 0 16px 16px;
        background: var(--comp-style-neutral-deep-150, #E1E4E8);
    }

    .process-section .process-item .process-content-container ul.process-content-single-depth-list {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
    }

    .process-section .process-item .process-content-container ul.process-content-single-depth-list li.process-content-single-depth-item {
        position: relative;
        padding-left: 1.5em;

        color: var(--sys-text-light-700, #4E5760);
        /* Body/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-2-static, 14px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 22.4px */
    }

    .process-section .process-item .process-content-container ul.process-content-single-depth-list li.process-content-single-depth-item span {
        color: var(--sys-text-light-700, #4E5760);
        /* Body/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-2-static, 14px);
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }

    .process-section .process-item .process-content-container ul.process-content-single-depth-list li.process-content-single-depth-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.6em;
        width: 0.25em;
        height: 0.25em;
        background-color: #3CD0D0;
        border-radius: 50%;
    }

    .process-section .process-item .process-content-container ul.process-content-single-depth-list li ul.process-content-multi-depth-list {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .process-section .process-item .process-content-container ul.process-content-single-depth-list li ul.process-content-multi-depth-list li {
        position: relative;
        padding-left: 1.5em;

        color: var(--sys-text-light-700, #4E5760);
        /* Body/XSmall */
        font-family: Pretendard;
        font-size: var(--ref-font-size-1-static, 12px);
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 19.2px */
    }

    .process-section .process-item .process-content-container ul.process-content-single-depth-list li ul.process-content-multi-depth-list li::before {
        content: "-";
        position: absolute;
        left: 0; /* ✅ 왼쪽으로 위치 */
        top: 0.1em; /* ✅ 위에서 살짝 내려오게 */
        color: var(--sys-text-light-700, #4E5760);
        font-weight: bold;
    }
}

/* ============================================================
   contact_section
   ============================================================ */

@charset "utf-8";

.contact-section {
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 2.4;

    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;

    background-image: url("../../../images/main/home/contact_section_bg_desktop.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-section .title-text {
    color: var(--ref-base-black, #151818);
    text-align: center;

    /* Display/Medium */
    font-family: Pretendard;
    font-size: var(--ref-font-size-10-fluent, 45px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 63px */
}

.contact-section .button {
    display: flex;

    height: 68px;
    width: fit-content;
    padding: 16px 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 160px;
    background: var(--ref-primary-200, #3cd0d0);
    backdrop-filter: blur(2px);
}

.contact-section .button:hover {
    display: flex;

    height: 68px;
    padding: 16px 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 160px;
    background: var(--sys-surface-hover, #fafbfc);
    backdrop-filter: blur(2px);
}

.contact-section .button .button-text {
    word-break: keep-all;
    color: var(--ref-base-black, #151818);
    text-align: center;

    /* Title/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-5-static, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
}

@media screen and (max-width: 1023px) {
    .contact-section {
        width: 100%;
        box-sizing: border-box;
        aspect-ratio: 0.6;

        padding: 50px 28px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        gap: 16px;

        background-image: url("../../../images/main/home/contact_section_bg_mobile.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .contact-section .title-text {
        color: var(--ref-base-black, #151818);
        text-align: center;

        /* Headline/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-7-fluent, 28px);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 39.2px */
    }

    .contact-section .button {
        display: flex;

        min-height: 68px;
        height: fit-content;

        padding: 16px 48px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 160px;
        background: var(--ref-primary-200, #3cd0d0);
        backdrop-filter: blur(2px);
    }

    .contact-section .button:hover {
        display: flex;

        min-height: 68px;
        height: fit-content;

        padding: 16px 48px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 160px;
        background: var(--sys-surface-hover, #fafbfc);
        backdrop-filter: blur(2px);
    }

    .contact-section .button .button-text {
        word-break: keep-all;
        color: var(--ref-base-black, #151818);
        text-align: center;
        /* Component/Large/Accent */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 16px */
    }
}

/* ============================================================
   faq_section
   ============================================================ */

@charset "utf-8";

.faq-section {
    width: 100%;
    box-sizing: border-box;

    display: flex;
    padding: 120px 96px 100px 96px;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}

.faq-section .title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.faq-section .title-container .title-text {
    color: var(--ref-base-black, #151818);

    /* Display/Medium */
    font-family: Pretendard;
    font-size: var(--ref-font-size-10-fluent, 45px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 63px */
}

.faq-section .title-container .subtitle-text {
    color: var(--sys-text-light-700, #4e5760);

    /* Title/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-5-static, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
}

.faq-section .content-container {
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 43px;
    align-self: stretch;
}

.faq-section .content-container .faqs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.faq-section .content-container .page-selector-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.faq-section .content-container .page-selector-container .page-control-button {
    width: 48px;
    height: 48px;
}

.faq-section .content-container .page-selector-container .pages {
    display: flex;
    width: 148px;
    align-items: center;
    gap: 4px;
}

.faq-section .content-container .page-selector-container .pages .page-button {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    justify-content: center;

    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.faq-section
.content-container
.page-selector-container
.pages
.page-button.selected {
    border-radius: 40px;
    background: var(--global-turquoise-opacity-a15, rgba(119, 196, 198, 0.15));
}

.faq-section .faq-item {
    display: none;
    cursor: pointer;
}

.faq-section .faq-item.active {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.faq-section .faq-item .faq-title-container {
    flex-direction: row;

    display: flex;
    padding: 24px 36px;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--global-turquoise-opacity-a08, rgba(119, 196, 198, 0.08));
}

.faq-section .faq-item .faq-title-container .faq-title-prefix-text {
    color: var(--sys-text-sub-lightest-500, #7e8a96);
    /* Title/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-5-static, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
}

.faq-section .faq-item .faq-title-container .faq-title-text {
    color: var(--sys-text-sub-default-900, #373d44);
    /* Body/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-4-static, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}

.faq-section .faq-item .faq-content-container {
    display: none;
}

.faq-section .faq-item .faq-content-container .faq-content-prefix-text {
    color: var(--sys-text-sub-lightest-500, #7e8a96);

    /* Title/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-5-static, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
}

.faq-section .faq-item .faq-content-container .faq-content-text {
    color: var(--sys-text-sub-default-900, #373d44);

    /* Body/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-4-static, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}

.faq-section .faq-item.open .faq-title-container {
    flex-direction: row;

    display: flex;
    padding: 24px 36px;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--sys-bg-primary-tint, #d4f8f8);
}

.faq-section .faq-item.open .faq-title-container .faq-title-prefix-text {
    color: var(--sys-text-sub-default-900, #373d44);
    /* Title/Large */
    font-family: Pretendard;
    font-size: var(--ref-font-size-5-static, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
}

.faq-section .faq-item.open .faq-title-container .faq-title-text {
    color: var(--sys-text-sub-default-900, #373d44);
    /* Title/Medium */
    font-family: Pretendard;
    font-size: var(--ref-font-size-4-static, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
}

.faq-section .faq-item.open .faq-content-container {
    flex-direction: row;

    display: flex;
    padding: 24px 36px;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 24px;
}

@media screen and (max-width: 1023px) {
    .faq-section {
        width: 100%;
        box-sizing: border-box;

        display: flex;
        padding: 50px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .faq-section .title-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }

    .faq-section .title-container .title-text {
        color: var(--global-gray-900, #222);
        /* Headline/Large */
        font-family: Pretendard;
        font-size: var(--ref-font-size-8-fluent, 32px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 51.2px */
    }

    .faq-section .title-container .subtitle-text {
        color: var(--sys-text-light-700, #4e5760);

        /* Title/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 25.6px */
    }

    .faq-section .content-container {
        width: 100%;

        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
        align-self: stretch;
    }

    .faq-section .content-container .faqs {
        width: 100%;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }

    .faq-section .content-container .page-selector-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        align-self: stretch;
    }

    .faq-section
    .content-container
    .page-selector-container
    .page-control-button {
        width: 48px;
        height: 48px;
    }

    .faq-section .content-container .page-selector-container .pages {
        display: flex;
        width: 148px;
        align-items: center;
        gap: 4px;
    }

    .faq-section .content-container .page-selector-container .pages .page-button {
        display: flex;
        width: 40px;
        height: 40px;
        padding: 8px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }

    .faq-section
    .content-container
    .page-selector-container
    .pages
    .page-button.selected {
        border-radius: 40px;
        background: var(--global-turquoise-opacity-a15, rgba(119, 196, 198, 0.15));
    }

    .faq-section .faq-item.active {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }

    .faq-section .faq-item {
        display: none;
        cursor: pointer;
    }

    .faq-section .faq-item .faq-title-container {
        flex-direction: row;

        display: flex;
        padding: 24px 36px;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 16px;
        background: var(--comp-style-neutral-light-50, #f3f5f7);
    }

    .faq-section .faq-item .faq-title-container .faq-title-prefix-text {
        color: var(--sys-text-sub-lightest-500, #7e8a96);
        /* Title/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 25.6px */
    }

    .faq-section .faq-item .faq-title-container .faq-title-text {
        color: var(--sys-text-default-900, #373d44);
        /* Body/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 25.6px */
    }

    .faq-section .faq-item .faq-content-container {
        display: none;
    }

    .faq-section .faq-item .faq-content-container .faq-content-prefix-text {
        color: var(--sys-text-lightest-500, #7e8a96);
        /* Title/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 25.6px */
    }

    .faq-section .faq-item .faq-content-container .faq-content-text {
        color: var(--sys-text-light-700, #4e5760);
        /* Body/Medium */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 25.6px */
    }

    .faq-section .faq-item.open .faq-title-container {
        flex-direction: row;

        display: flex;
        padding: 24px 36px;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
    }

    .faq-section .faq-item.open .faq-title-container .faq-title-prefix-text {
        color: var(--sys-text-sub-default-900, #373d44);
        /* Title/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 25.6px */
    }

    .faq-section .faq-item.open .faq-title-container .faq-title-text {
        color: var(--sys-text-default-900, #373d44);
        /* Title/Small */
        font-family: Pretendard;
        font-size: var(--ref-font-size-3-static, 16px);
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 25.6px */
    }

    .faq-section .faq-item.open .faq-content-container {
        flex-direction: row;

        display: flex;
        padding: 24px 36px;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
    }
}
