@charset "utf-8";

/* =========================================================
   고객센터 공통 - NaverBD
   ========================================================= */
@font-face {
    font-family: 'NaverBDCustom';
    src: url('../fonts/naverBD/NaverBD-Regular.woff2') format('woff2'),
         url('../fonts/naverBD/NaverBD-Regular.woff') format('woff'),
         url('../fonts/naverBD/NaverBD-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NaverBDCustomBold';
    src: url('../fonts/naverBD/NaverBD-Bold.woff2') format('woff2'),
         url('../fonts/naverBD/NaverBD-Bold.woff') format('woff'),
         url('../fonts/naverBD/NaverBD-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NaverBDCustomExtraBold';
    src: url('../fonts/naverBD/NaverBD-ExtraBold.woff2') format('woff2'),
         url('../fonts/naverBD/NaverBD-ExtraBold.woff') format('woff'),
         url('../fonts/naverBD/NaverBD-ExtraBold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

/* =========================================================
   고객센터 공통
   ========================================================= */
.elexa-customer-page-title,
.elexa-customer-help,
.elexa-as-guide-wrap,
.elexa-customer-local-tabs {
    box-sizing: border-box;
}

.elexa-customer-help,
.elexa-customer-local-tabs,
.elexa-as-guide-wrap {
    font-family: 'NaverBDCustom', sans-serif !important;
}

.elexa-customer-page-title,
.elexa-customer-help__title,
.elexa-customer-help__label,
.elexa-customer-help__action,
.elexa-customer-help__number,
.elexa-customer-help__time {
    font-family: 'NaverBDCustomExtraBold', sans-serif !important;
    font-weight: normal !important;
}

.elexa-customer-help__desc,
.elexa-customer-help__extension,
.elexa-customer-local-tabs__item,
.elexa-as-guide-btn {
    font-family: 'NaverBDCustomBold', sans-serif !important;
    font-weight: normal !important;
}

.elexa-customer-page-title {
    display: block;
    margin: 0;
    color: #111;
    text-align: center;
}

.elexa-customer-help {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
}

.elexa-customer-help__head {
    color: var(--point-color, #00b8c8);
}

.elexa-customer-help__title,
.elexa-customer-help__desc {
    margin: 0;
    color: var(--point-color, #00b8c8);
}

.elexa-customer-help__title-pc,
.elexa-customer-help__title-mobile {
    display: none;
}

.elexa-customer-help__contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.elexa-customer-help__contact {
    display: flex;
    align-items: center;
    min-width: 0;
    box-sizing: border-box;
    border: 1px solid #d8e4df;
    background: #f8fcfe;
    color: #111;
    font: inherit;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.elexa-customer-help__contact:hover,
.elexa-customer-help__contact:focus-visible {
    border-color: #b9d6cc;
    background: #fff;
    color: #111;
    text-decoration: none;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .04);
}

.elexa-customer-help__contact:focus-visible {
    outline: 2px solid rgba(0, 184, 200, .2);
    outline-offset: 2px;
}

.elexa-customer-help__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
}

.elexa-customer-help__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.elexa-customer-help__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
}

.elexa-customer-help__label,
.elexa-customer-help__action,
.elexa-customer-help__number,
.elexa-customer-help__extension,
.elexa-customer-help__time {
    display: block;
}

.elexa-customer-help__label,
.elexa-customer-help__action,
.elexa-customer-help__number {
    color: #111;
}

.elexa-customer-help__extension {
    color: #555;
    word-break: keep-all;
}

.elexa-customer-help__time {
    color: #ff3047;
}

.elexa-as-guide-wrap {
    display: flex;
    width: 100%;
    max-width: 1200px;
}

.elexa-as-guide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-sizing: border-box;
    border: 0;
    background: #05c3dd;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.elexa-as-guide-btn:hover,
.elexa-as-guide-btn:focus {
    background: #06b6ce;
    color: #fff;
    text-decoration: none;
}

.elexa-as-guide-btn .guide-book-icon {
    flex: 0 0 auto;
}

.elexa-as-guide-btn .guide-arrow-icon {
    flex: 0 0 auto;
    transition: transform .2s ease;
}

.elexa-as-guide-btn:hover .guide-arrow-icon {
    transform: translateX(2px);
}

.elexa-customer-local-tabs {
    width: 100%;
}

.elexa-customer-local-tabs__item {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    word-break: keep-all;
}

/* =========================================================
   PC
   ========================================================= */
@media (min-width: 769px) {
    .elexa-customer-page-title {
        margin-bottom: 34px;
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: -0.04em;
    }

    .elexa-customer-help {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .elexa-customer-help__contact-grid {
        order: 1;
        gap: 8px;
        width: 560px;
        max-width: 100%;
    }

    .elexa-customer-help__head {
        order: 2;
        margin-top: 12px;
        text-align: center;
    }

    /* PC 안내 문구는 전부 같은 크기/굵기 */
    .elexa-customer-help__title-pc {
        display: block;
        font-family: 'NaverBDCustomExtraBold', sans-serif !important;
        font-size: 14px;
        font-weight: normal !important;
        line-height: 1.35;
        letter-spacing: -0.025em;
        white-space: nowrap;
    }

    .elexa-customer-help__title-mobile,
    .elexa-customer-help__desc {
        display: none;
    }

    .elexa-customer-help__contact {
        gap: 14px;
        min-height: 112px;
        padding: 14px 18px;
        border-radius: 10px;
    }

    .elexa-customer-help__icon {
        width: 64px;
        height: 64px;
    }

    .elexa-customer-help__label {
        font-size: 11px;
        line-height: 1.2;
        letter-spacing: -0.03em;
        white-space: nowrap;
    }

    .elexa-customer-help__action,
    .elexa-customer-help__number {
        margin-top: 3px;
        font-size: 19px;
        line-height: 1.15;
        letter-spacing: -0.045em;
        white-space: nowrap;
    }

    .elexa-customer-help__extension {
        max-width: 180px;
        margin-top: 2px;
        font-size: 8.5px;
        line-height: 1.25;
        letter-spacing: -0.035em;
        white-space: nowrap;
    }

    .elexa-customer-help__time {
        margin-top: 6px;
        font-size: 11px;
        line-height: 1.2;
        letter-spacing: -0.025em;
        white-space: nowrap;
    }

    .elexa-as-guide-wrap {
        justify-content: flex-end;
        margin: 18px auto 14px;
    }

    .elexa-as-guide-btn {
        height: 34px;
        padding: 0 14px;
        border-radius: 999px;
        font-size: 12px;
        box-shadow: 0 5px 12px rgba(5, 195, 221, .18);
        white-space: nowrap;
    }

    .elexa-as-guide-btn .guide-book-icon {
        width: 18px;
        height: 18px;
    }

    .elexa-as-guide-btn .guide-arrow-icon {
        width: 14px;
        height: 14px;
    }

    /* 일렉사 고객센터 메뉴 */
    .elexa-customer-local-tabs {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0;
        margin: 0 0 42px;
        border-bottom: 1px solid #222;
    }

    .elexa-customer-local-tabs__item {
        min-height: 52px;
        padding: 10px 8px;
        border: 1px solid transparent;
        border-bottom: 0;
        background: #f2f4f5;
        color: #777;
        font-size: 14px;
        line-height: 1.35;
        white-space: nowrap;
    }

    .elexa-customer-local-tabs__item + .elexa-customer-local-tabs__item {
        border-left-color: #fff;
    }

    .elexa-customer-local-tabs__item:hover,
    .elexa-customer-local-tabs__item:focus-visible {
        background: #fff;
        color: var(--point-color, #00b8c8);
    }

    .elexa-customer-local-tabs__item.active {
        position: relative;
        z-index: 1;
        margin-bottom: -1px;
        border-color: #222;
        border-bottom: 1px solid #fff;
        background: #fff;
        color: var(--point-color, #00b8c8);
    }
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 768px) {
    .elexa-customer-page-title {
                margin: 0px 0 30px 0;
        padding: 0 16px;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -0.04em;
    }

    .elexa-customer-help {
        display: flex;
        flex-direction: column;
        width: calc(100% - 32px);
        margin: 0 16px;
    }

    .elexa-customer-help__head {
        order: 1;
        margin-bottom: 12px;
        text-align: left;
    }

    .elexa-customer-help__title-pc {
        display: none;
    }

    .elexa-customer-help__title-mobile {
        display: block;
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: -0.04em;
        white-space: nowrap;
    }

    .elexa-customer-help__desc {
        display: block;
        margin-top: 3px;
        font-size: 12px;
        line-height: 1.35;
        letter-spacing: -0.025em;
    }

    .elexa-customer-help__contact-grid {
        order: 2;
        gap: 6px;
        width: 100%;
    }

    .elexa-customer-help__contact {
        gap: 7px;
        min-height: 74px;
        padding: 8px;
        border-radius: 7px;
    }

    .elexa-customer-help__icon {
        width: 40px;
        height: 40px;
    }

    .elexa-customer-help__label {
        font-size: 9px;
        line-height: 1.15;
        letter-spacing: -0.035em;
        white-space: nowrap;
    }

    .elexa-customer-help__action,
    .elexa-customer-help__number {
        margin-top: 2px;
        font-size: 12px;
        line-height: 1.12;
        letter-spacing: -0.045em;
        white-space: nowrap;
    }

    .elexa-customer-help__extension {
        margin-top: 1px;
        font-size: 7px;
        line-height: 1.15;
        letter-spacing: -0.045em;
        white-space: normal;
    }

    .elexa-customer-help__time {
        margin-top: 4px;
        font-size: 8.5px;
        line-height: 1.15;
        letter-spacing: -0.035em;
        white-space: nowrap;
    }

    .elexa-as-guide-wrap {
        display: block;
        width: calc(100% - 32px);
        margin: 28px 16px 14px;
    }

    .elexa-as-guide-btn {
        width: 100%;
        height: 38px;
        padding: 0 14px;
        border-radius: 5px;
        font-size: 12px;
        box-shadow: none;
    }

    .elexa-as-guide-btn .guide-book-icon {
        width: 16px;
        height: 16px;
    }

    .elexa-as-guide-btn .guide-arrow-icon {
        width: 13px;
        height: 13px;
    }

    .elexa-customer-local-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        width: calc(100% - 32px);
        margin: 0 16px 28px;
        border: 0;
    }

    .elexa-customer-local-tabs__item,
    .elexa-customer-local-tabs__item + .elexa-customer-local-tabs__item {
        min-height: 52px;
        padding: 8px 6px;
        border: 1px solid #dedede;
        border-radius: 6px;
        background: #f5f6f6;
        color: #333;
        font-size: 13px;
        line-height: 1.25;
        white-space: normal;
    }

    .elexa-customer-local-tabs__item:hover,
    .elexa-customer-local-tabs__item:focus-visible {
        background: #fff;
        color: #111;
        border-color: #bfc4c1;
    }

    .elexa-customer-local-tabs__item.active {
        border: 2px solid var(--point-color, #00b8c8);
        background: #fff;
        color: var(--point-color, #00b8c8);
    }
}
