@charset "utf-8";

/* Shared top-level page title component. */
.hm-site {
    --hm-page-title-size: 34px;
    --hm-section-title-size: var(--hm-page-title-size);
    --hm-section-description-size: 18px;
    --hm-section-description-color: #111;
}

.hm-site h1.hm-page-title,
.hm-site .hm-home__headline {
    margin: 0;
    color: var(--hm-heading);
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    font-size: var(--hm-page-title-size) !important;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.045em;
    word-break: keep-all;
    text-wrap: balance;
}

/* Shared large heading used at the start of page content sections. */
.hm-site .hm-section-title {
    font-size: var(--hm-section-title-size);
}

.hm-site h2.hm-section-title {
    color: var(--hm-heading);
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.045em;
    word-break: keep-all;
    text-wrap: balance;
}

/* Shared supporting copy placed directly below a section heading. */
.hm-site p.hm-section-description {
    color: var(--hm-section-description-color) !important;
    font-size: var(--hm-section-description-size) !important;
}

.hm-site .hm-page-hero,
.hm-site .hm-home__hero {
    box-sizing: border-box;
    height: 200px;
    min-height: 200px;
    padding: 0;
    background: var(--hm-surface-blue);
}

.hm-site .hm-page-hero__inner,
.hm-site .hm-home__hero-title {
    display: flex;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hm-site .hm-page-hero__eyebrow,
.hm-site .hm-home__kicker {
    display: inline-flex;
    margin: 0;
    color: var(--hm-brand);
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.025em;
}

.hm-site .hm-page-hero h1.hm-page-title,
.hm-site .hm-home__hero .hm-home__headline {
    width: 100%;
    margin-top: 10px;
}

.hm-site .hm-page-hero__description {
    max-width: 720px;
    margin: 10px 0 0;
    color: #52647a;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -.02em;
}

@media (max-width: 768px) {
    .hm-site {
        --hm-page-title-size: clamp(18px, calc(6.3vw - 2px), 22px);
        --hm-section-title-size: var(--hm-page-title-size);
        --hm-section-description-size: 17px;
    }

    .hm-site h1.hm-page-title,
    .hm-site .hm-home__headline {
        line-height: 1.35;
    }

    .hm-site .hm-page-hero,
    .hm-site .hm-home__hero {
        height: auto;
        min-height: 140px;
        padding: 10px 0;
    }

    .hm-site .hm-page-hero__inner,
    .hm-site .hm-home__hero-title {
        min-height: 120px;
    }

    .hm-site .hm-page-hero__eyebrow,
    .hm-site .hm-home__kicker {
        font-size: 15px !important;
    }

    .hm-site .hm-page-hero h1.hm-page-title,
    .hm-site .hm-home__hero .hm-home__headline {
        margin-top: 7px;
    }

    .hm-site .hm-page-hero__description {
        max-width: 330px;
        margin-top: 8px;
        font-size: 15px !important;
        line-height: 1.6;
    }
}
