.hm-service-page {
    color: var(--hm-navy);
    background: var(--hm-paper);
}

/* Customer account V2: compact app shell and dense operational workspace. */
.hm-account-v2 {
    min-height: 62vh;
    color: #14263c;
    background: #f3f6f9;
}

.hm-account-v2 .hm-mypage__inner {
    padding-top: 18px;
    padding-bottom: 64px;
}

.hm-account-v2 .hm-mypage__layout {
    grid-template-columns: 236px minmax(0, 1fr);
    gap: 20px;
}

.hm-account-v2 .hm-mypage-menu {
    position: sticky;
    top: 20px;
    padding: 0 14px 18px;
    border: 0;
    color: #fff;
    background: #102a47;
}

.hm-account-v2 .hm-mypage-menu__intro {
    padding: 20px 8px 17px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.hm-account-v2 .hm-mypage-menu__intro span,
.hm-account-v2 .hm-mypage-menu__intro strong {
    display: block;
    color: #93b6d9;
    font-size: 16px;
    line-height: 1.4;
}

.hm-account-v2 .hm-mypage-menu__intro strong {
    margin-top: 3px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}

.hm-account-v2 .hm-mypage-menu__group {
    padding: 14px 0 0;
}

.hm-account-v2 .hm-mypage-menu__group + .hm-mypage-menu__group {
    margin-top: 10px;
    padding-top: 14px;
    border-top-color: rgba(255, 255, 255, .12);
}

.hm-account-v2 .hm-mypage-menu__heading {
    min-height: 22px;
    margin: 0 8px 4px;
}

.hm-account-v2 .hm-mypage-menu__heading h2,
.hm-account-v2 .hm-mypage-menu__heading span {
    color: #93a9c0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.hm-account-v2 .hm-mypage-menu__links {
    gap: 2px;
}

.hm-account-v2 .hm-mypage-menu__links a,
.hm-account-v2 .hm-mypage-menu__links a:link,
.hm-account-v2 .hm-mypage-menu__links a:visited {
    min-height: 40px;
    padding: 0 10px;
    border-left: 4px solid transparent;
    color: #e7edf5;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    box-sizing: border-box;
}

.hm-account-v2 .hm-mypage-menu__links a:hover,
.hm-account-v2 .hm-mypage-menu__links a:focus {
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.hm-account-v2 .hm-mypage-menu__links a.is-active,
.hm-account-v2 .hm-mypage-menu__links a.is-active:link,
.hm-account-v2 .hm-mypage-menu__links a.is-active:visited {
    padding-left: 10px;
    border-left-color: #E53935;
    color: #102a47;
    background: #fff;
    font-weight: 700;
}

.hm-account-v2 .hm-mypage-menu__count,
.hm-account-v2 .hm-mypage-menu__point {
    min-width: 25px;
    min-height: 22px;
    padding: 0 6px;
    border-radius: 0;
    color: #fff;
    background: #E53935;
    font-size: 16px;
}

.hm-account-v2 .hm-mypage-menu__links a.is-active .hm-mypage-menu__count,
.hm-account-v2 .hm-mypage-menu__links a.is-active .hm-mypage-menu__point {
    background: #102a47;
}

.hm-account-v2 .hm-mypage__content {
    min-width: 0;
}

.hm-account-v2 .hm-mypage-panel {
    min-height: 0;
    padding: 18px 22px 22px;
    border: 1px solid #d9e1eb;
    background: #fff;
}

.hm-account-v2 .hm-portal-dashboard {
    gap: 16px;
}

.hm-account-v2 .hm-portal-notice {
    margin-top: 0;
}

.hm-account-v2 .hm-portal-stats {
    border-color: #d9e1eb;
}

.hm-account-v2 .hm-portal-stats a {
    min-height: 96px;
    padding: 14px 16px;
    background: #fff;
    box-sizing: border-box;
}

.hm-account-v2 .hm-portal-stats strong {
    margin-top: 6px;
    font-size: 28px;
}

.hm-account-v2 .hm-portal-action-section,
.hm-account-v2 .hm-portal-dashboard-panel,
.hm-account-v2 .hm-portal-detail-status,
.hm-account-v2 .hm-portal-detail-section {
    padding: 18px 20px;
}

.hm-account-v2 .hm-portal-dashboard-grid {
    gap: 16px;
}

.hm-account-v2 .hm-portal-section-heading {
    gap: 14px;
}

.hm-account-v2 .hm-portal-section-heading h2 {
    margin-top: 2px;
    font-size: 20px;
}

.hm-account-v2 .hm-portal-action-list {
    gap: 8px;
    margin-top: 13px;
}

.hm-account-v2 .hm-portal-action-list article {
    grid-template-columns: 90px minmax(0, 1fr) auto;
    gap: 14px;
    padding: 13px 15px;
}

.hm-account-v2 .hm-portal-dashboard-solutions,
.hm-account-v2 .hm-portal-quick-links {
    margin-top: 12px;
}

.hm-account-v2 .hm-portal-dashboard-solutions article {
    grid-template-columns: minmax(0, 1fr) 170px auto;
    gap: 14px;
    padding: 12px 0;
}

.hm-account-v2 .hm-portal-quick-links a {
    padding: 11px 0;
}

.hm-account-v2 .hm-portal-solution-grid,
.hm-account-v2 .hm-portal-site-list,
.hm-account-v2 .hm-portal-license-list,
.hm-account-v2 .hm-portal-update-list {
    gap: 12px;
    padding-top: 0;
}

.hm-account-v2 .hm-portal-solution-card,
.hm-account-v2 .hm-portal-site-card,
.hm-account-v2 .hm-portal-license-card,
.hm-account-v2 .hm-portal-update-card {
    padding: 18px;
}

.hm-account-v2 .hm-portal-solution-card > dl,
.hm-account-v2 .hm-portal-site-card > dl,
.hm-account-v2 .hm-portal-license-meta {
    margin-top: 14px;
}

.hm-account-v2 .hm-portal-solution-card > dl > div,
.hm-account-v2 .hm-portal-site-card > dl > div,
.hm-account-v2 .hm-portal-license-meta > div {
    padding: 11px 0;
}

.hm-account-v2 .hm-portal-card-actions,
.hm-account-v2 .hm-portal-site-card footer,
.hm-account-v2 .hm-portal-update-card footer,
.hm-account-v2 .hm-portal-domain-grid,
.hm-account-v2 .hm-portal-version-list {
    margin-top: 14px;
}

.hm-account-v2 .hm-portal-domain-grid > section {
    padding: 14px;
}

.hm-account-v2 .hm-portal-install-progress {
    margin-top: 16px;
}

.hm-account-v2 .hm-portal-install-progress > div {
    padding: 15px 10px;
}

.hm-account-v2 .hm-portal-version-list > div {
    padding: 11px 0;
}

.hm-account-v2 .hm-portal-detail-hero {
    margin-top: 0;
    padding: 20px 22px;
}

.hm-account-v2 .hm-portal-detail-hero > header h3 {
    font-size: 26px;
}

.hm-account-v2 .hm-portal-detail-summary {
    margin-top: 16px;
}

.hm-account-v2 .hm-portal-detail-summary > div {
    padding: 13px 15px;
}

.hm-account-v2 .hm-portal-detail-status,
.hm-account-v2 .hm-portal-detail-section {
    margin-top: 16px;
}

.hm-account-v2 .hm-portal-detail-grid {
    gap: 16px;
}

.hm-account-v2 .hm-portal-detail-alerts,
.hm-account-v2 .hm-portal-detail-meta,
.hm-account-v2 .hm-portal-detail-order > dl,
.hm-account-v2 .hm-portal-detail-sites,
.hm-account-v2 .hm-portal-detail-empty,
.hm-account-v2 .hm-portal-detail-actions {
    margin-top: 14px;
}

.hm-account-v2 .hm-portal-detail-alerts article {
    padding: 13px 15px;
}

.hm-account-v2 .hm-portal-detail-sites article {
    padding: 14px;
}

.hm-account-v2 .hm-mypage-table-wrap th,
.hm-account-v2 .hm-mypage-table-wrap td {
    padding-top: 13px;
    padding-bottom: 13px;
}

.hm-account-v2 .hm-mypage-summary > div {
    min-height: 58px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hm-account-v2 .hm-mypage-actions {
    margin-top: 18px;
}

.hm-account-v2 .hm-mypage-empty {
    padding: 42px 18px;
}

.hm-account-v2 a:focus-visible,
.hm-account-v2 summary:focus-visible {
    outline: 2px solid #E53935;
    outline-offset: 2px;
}

@media (max-width: 1100px) {
    .hm-account-v2 .hm-mypage__layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 16px;
    }

    .hm-account-v2 .hm-portal-dashboard-solutions article {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .hm-account-v2 .hm-portal-dashboard-solutions article dl {
        display: none;
    }
}

@media (max-width: 768px) {
    .hm-account-v2 .hm-mypage__inner {
        padding-top: 14px;
        padding-bottom: 48px;
    }

    .hm-account-v2 .hm-mypage__layout {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hm-account-v2 .hm-mypage-mobile-menu {
        border: 0;
        background: #102a47;
    }

    .hm-account-v2 .hm-mypage-mobile-menu summary {
        min-height: 50px;
        color: #fff;
        background: #102a47;
    }

    .hm-account-v2 .hm-mypage-mobile-menu summary > span {
        color: #a9bfd5;
    }

    .hm-account-v2 .hm-mypage-mobile-menu summary > strong {
        color: #fff;
    }

    .hm-account-v2 .hm-mypage-mobile-menu summary::after {
        border-color: #fff;
    }

    .hm-account-v2 .hm-mypage-mobile-menu__body {
        padding: 10px 12px 14px;
        border-top-color: rgba(255, 255, 255, .16);
    }

    .hm-account-v2 .hm-mypage-menu__group {
        padding-top: 10px;
    }

    .hm-account-v2 .hm-mypage-menu__group + .hm-mypage-menu__group {
        margin-top: 7px;
        padding-top: 10px;
        border-top-color: rgba(255, 255, 255, .12);
    }

    .hm-account-v2 .hm-mypage-menu__heading h2,
    .hm-account-v2 .hm-mypage-menu__heading span {
        color: #a9bfd5;
    }

    .hm-account-v2 .hm-mypage-menu__links a,
    .hm-account-v2 .hm-mypage-menu__links a:link,
    .hm-account-v2 .hm-mypage-menu__links a:visited {
        min-height: 40px;
        padding: 0 10px;
        border-left: 4px solid transparent;
        color: #e7edf5;
    }

    .hm-account-v2 .hm-mypage-menu__links a.is-active,
    .hm-account-v2 .hm-mypage-menu__links a.is-active:link,
    .hm-account-v2 .hm-mypage-menu__links a.is-active:visited {
        border-left-color: #E53935;
        color: #102a47;
        background: #fff;
    }

    .hm-account-v2 .hm-mypage-panel {
        padding: 16px;
    }

    .hm-account-v2 .hm-portal-action-section,
    .hm-account-v2 .hm-portal-dashboard-panel,
    .hm-account-v2 .hm-portal-detail-status,
    .hm-account-v2 .hm-portal-detail-section {
        padding: 16px;
    }

    .hm-account-v2 .hm-portal-action-list article {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .hm-account-v2 .hm-portal-dashboard-solutions article {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .hm-account-v2 .hm-portal-dashboard-solutions__link {
        align-self: center;
    }

    .hm-account-v2 .hm-portal-solution-card,
    .hm-account-v2 .hm-portal-site-card,
    .hm-account-v2 .hm-portal-license-card,
    .hm-account-v2 .hm-portal-update-card {
        padding: 16px;
    }

    .hm-account-v2 .hm-portal-detail-hero {
        padding: 17px 16px;
    }

    .hm-account-v2 .hm-portal-detail-summary > div {
        padding: 11px 10px;
    }
}

@media (max-width: 520px) {
    .hm-account-v2 .hm-portal-dashboard-solutions article {
        grid-template-columns: 1fr;
    }
}

/* Customer account V3: wide horizontal navigation and centered page heading. */
.hm-mypage.hm-account-v3 {
    background: #fff;
}

.hm-account-v3 .hm-account-primary {
    overflow-x: auto;
    border-bottom: 1px solid #d9e1eb;
    background: #fff;
    scrollbar-width: thin;
}

.hm-account-v3 .hm-account-primary__inner {
    display: grid;
    width: min(calc(100% - 64px), 1080px);
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hm-account-v3 .hm-account-primary a,
.hm-account-v3 .hm-account-primary a:link,
.hm-account-v3 .hm-account-primary a:visited {
    position: relative;
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-account-v3 .hm-account-primary a + a::before {
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 0;
    width: 1px;
    background: #d9e1eb;
    content: "";
}

.hm-account-v3 .hm-account-primary a:hover,
.hm-account-v3 .hm-account-primary a:focus,
.hm-account-v3 .hm-account-primary a.is-active,
.hm-account-v3 .hm-account-primary a.is-active:link,
.hm-account-v3 .hm-account-primary a.is-active:visited {
    color: #0d4f93;
}

.hm-account-v3 .hm-account-primary a.is-active::after {
    position: absolute;
    right: 24%;
    bottom: 0;
    left: 24%;
    height: 2px;
    background: #0d4f93;
    content: "";
}

.hm-account-v3 .hm-mypage__inner {
    max-width: 1080px;
    padding-top: 38px;
    padding-bottom: 72px;
}

.hm-account-v3 .hm-account-content-head {
    margin: 0 auto 30px;
    text-align: center;
}

.hm-account-v3 .hm-account-content-head h1 {
    margin: 0;
}

.hm-account-v3 .hm-account-content-head p {
    margin: 12px 0 0;
    color: #536174;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -.025em;
    word-break: keep-all;
}

.hm-account-v3 .hm-account-subtabs {
    display: flex;
    max-width: 820px;
    margin: 0 auto 24px;
    border: 1px solid #ccd6e2;
    background: #f5f7f9;
}

.hm-account-v3 .hm-account-subtabs a,
.hm-account-v3 .hm-account-subtabs a:link,
.hm-account-v3 .hm-account-subtabs a:visited {
    display: flex;
    min-width: 0;
    min-height: 50px;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    color: #111;
    background: #f5f7f9;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-account-v3 .hm-account-subtabs a + a {
    border-left: 1px solid #ccd6e2;
}

.hm-account-v3 .hm-account-subtabs a:hover,
.hm-account-v3 .hm-account-subtabs a:focus,
.hm-account-v3 .hm-account-subtabs a.is-active,
.hm-account-v3 .hm-account-subtabs a.is-active:link,
.hm-account-v3 .hm-account-subtabs a.is-active:visited {
    color: #111;
    background: #fff;
    font-weight: 400;
}

.hm-account-v3 .hm-account-subtabs a.is-active {
    box-shadow: inset 0 2px 0 #111f35;
}

.hm-account-v3 .hm-account-subtabs b {
    min-width: 24px;
    color: #111;
    font-size: 18px;
    font-weight: 400;
}

.hm-account-v3 .hm-mypage-table-wrap th,
.hm-account-v3 .hm-mypage-table-wrap td,
.hm-account-v3 .hm-mypage-table-wrap td a,
.hm-account-v3 .hm-mypage-table-wrap td strong,
.hm-account-v3 .hm-mypage-table-wrap td small,
.hm-account-v3 .hm-mypage-table-wrap td .hm-status {
    color: #111;
    font-size: 16px;
    font-weight: 400;
}

.hm-account-v3 .hm-mypage__layout,
.hm-account-v3 .hm-mypage__layout.is-subpage {
    display: block;
}

.hm-account-v3 .hm-mypage__content {
    width: 100%;
}

.hm-account-v3 .hm-mypage-panel {
    padding: 20px 0 0;
    border: 0;
    border-top: 1px solid #182c45;
    background: #fff;
}

.hm-account-v3 a:focus-visible {
    outline: 2px solid #E53935;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .hm-account-v3 .hm-account-primary__inner {
        width: 700px;
        min-width: 700px;
        margin-right: 0;
        margin-left: 0;
        grid-template-columns: repeat(5, 140px);
    }

    .hm-account-v3 .hm-account-primary a,
    .hm-account-v3 .hm-account-primary a:link,
    .hm-account-v3 .hm-account-primary a:visited {
        min-height: 58px;
    }

    .hm-account-v3 .hm-account-primary a + a::before {
        top: 18px;
        bottom: 18px;
    }

    .hm-account-v3 .hm-mypage__inner {
        padding-top: 28px;
        padding-bottom: 48px;
    }

    .hm-account-v3 .hm-account-content-head {
        margin-bottom: 24px;
    }

    .hm-account-v3 .hm-account-content-head p {
        margin-top: 8px;
    }

    .hm-account-v3 .hm-account-subtabs {
        overflow-x: auto;
        max-width: none;
        justify-content: flex-start;
        margin-bottom: 18px;
    }

    .hm-account-v3 .hm-account-subtabs a,
    .hm-account-v3 .hm-account-subtabs a:link,
    .hm-account-v3 .hm-account-subtabs a:visited {
        min-width: 164px;
        flex: 0 0 164px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .hm-account-v3 .hm-mypage-panel {
        padding-top: 16px;
    }
}

.hm-service-page__hero {
    box-sizing: border-box;
    height: 200px;
    min-height: 200px;
    padding: 0;
    background: var(--hm-surface-blue);
}

.hm-service-page__hero-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hm-service-page__eyebrow {
    display: inline-flex;
    color: var(--hm-brand);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.025em;
}

.hm-service-page__hero h1 {
    margin: 10px 0 0;
    color: var(--hm-heading);
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.045em;
    word-break: keep-all;
    text-wrap: balance;
}

.hm-service-page__heading h2,
.hm-account-v3 .hm-account-content-head h1 {
    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;
}

.hm-account-v3 .hm-account-content-head h1 {
    font-size: 37px;
}

.hm-service-page__intro-block {
    max-width: 1100px;
    margin: 0 auto 48px;
    text-align: center;
}

.hm-service-page__intro-block > p {
    margin: 0;
    color: #172b44;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
    text-wrap: pretty;
}

.hm-service-page__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.hm-service-page__intro-block .hm-service-page__actions--body {
    margin: 0;
}

.hm-service-page__intro-block > .hm-policy-page__version {
    margin-top: 0 !important;
}

.hm-service-page__hero + .hm-service-page__section {
    padding-top: 48px;
}

.hm-service-page__section {
    padding: 48px 0 96px;
    background: #f6f8fb;
}

.hm-service-page__section--white {
    background: var(--hm-paper);
}

.hm-solution-page .hm-service-page__section,
.hm-features-page .hm-service-page__section,
.hm-pricing-page .hm-service-page__section,
.hm-purchase-page .hm-service-page__section {
    padding-top: 0;
}

.hm-service-page__intro-illustration {
    width: min(680px, 100%);
    margin: 0 auto;
    padding-top: 44px;
}

.hm-service-page__intro-illustration--features {
    width: min(420px, 100%);
}

.hm-service-page__intro-illustration img {
    display: block;
    width: 100%;
    height: auto;
}

.hm-service-page__intro-illustration + .hm-service-page__heading {
    padding-top: 26px;
}

.hm-pricing-page .hm-service-page__intro-illustration + .hm-home__pricing-head {
    padding-top: 26px;
}

.hm-service-page__heading {
    max-width: 820px;
    margin: 0 auto;
    padding: 48px 0;
    text-align: center;
}

.hm-service-page__heading h2 {
    margin: 0;
}

.hm-service-page__heading > p,
.hm-service-page__heading--row > p {
    margin: 18px 0 0;
    color: #334155;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-service-page__heading > p:first-child {
    margin-top: 0;
}

.hm-service-page__heading--row {
    display: block;
    max-width: 820px;
    text-align: center;
}

.hm-service-page__heading--row > p {
    margin: 18px 0 0;
}

.hm-service-page__core-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 0;
}

.hm-service-page__core-grid article,
.hm-service-page__feature-grid article,
.hm-service-page__scope-grid article,
.hm-service-page__status-grid article {
    box-sizing: border-box;
    border: 1px solid var(--hm-border);
    border-radius: 12px;
    background: var(--hm-paper);
}

.hm-service-page__core-grid article {
    min-height: 360px;
    padding: 32px;
    scroll-margin-top: 150px;
}

.hm-solution-page .hm-service-page__core-grid article {
    display: flex;
    min-height: 380px;
    flex-direction: column;
}

.hm-service-page__core-grid em,
.hm-service-page__feature-grid em,
.hm-service-page__flow em {
    color: var(--hm-brand);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.hm-service-page__core-grid h3,
.hm-service-page__feature-grid h3 {
    margin: 18px 0 0;
    color: var(--hm-heading);
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.045em;
}

.hm-service-page__core-grid p {
    margin: 14px 0 0;
    color: #334155;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-service-page__core-grid ul,
.hm-service-page__feature-grid ul {
    margin: 22px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--hm-border-soft);
    list-style: none;
}

.hm-service-page__core-grid li,
.hm-service-page__feature-grid li {
    position: relative;
    margin-top: 9px;
    padding-left: 15px;
    color: #172b44;
    font-size: 15.5px;
    line-height: 1.55;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-service-page__core-grid li:first-child,
.hm-service-page__feature-grid li:first-child {
    margin-top: 0;
}

.hm-service-page__core-grid li::before,
.hm-service-page__feature-grid li::before {
    position: absolute;
    top: .68em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--hm-blue);
    content: "";
}

.hm-service-page__card-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-top: auto;
    padding-top: 24px;
    color: #1d4ed8;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.035em;
    text-decoration: none;
}

.hm-service-page__card-link span {
    font-size: 18px;
    font-weight: 400;
    transition: transform .18s ease;
}

.hm-service-page__card-link:hover span,
.hm-service-page__card-link:focus-visible span {
    transform: translateX(4px);
}

.hm-service-page__flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border: 1px solid var(--hm-border);
    border-radius: 12px;
    background: var(--hm-paper);
    list-style: none;
    overflow: hidden;
}

.hm-service-page__flow--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hm-service-page__flow li {
    min-height: 230px;
    padding: 30px 26px;
    border-left: 1px solid var(--hm-border);
}

.hm-service-page__flow li:first-child {
    border-left: 0;
}

.hm-service-page__flow strong {
    display: block;
    margin-top: 34px;
    color: var(--hm-heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.04em;
}

.hm-service-page__flow p {
    margin: 12px 0 0;
    color: var(--hm-subtle);
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-service-page__scope-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
}

.hm-service-page__scope-grid article {
    padding: 28px 30px;
}

.hm-service-page__scope-grid strong,
.hm-service-page__status-grid strong {
    display: block;
    color: var(--hm-heading);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.04em;
}

.hm-service-page__scope-grid p,
.hm-service-page__status-grid p {
    margin: 10px 0 0;
    color: var(--hm-copy);
    font-size: 15.5px;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-service-page__feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
}

.hm-service-page__feature-grid article {
    min-height: 330px;
    padding: 30px;
    scroll-margin-top: 150px;
}

.hm-service-page__status-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
}

.hm-service-page__status-grid article {
    min-height: 220px;
    padding: 28px 30px;
}

.hm-service-page__status-grid article > span {
    display: inline-flex;
    align-items: center;
    height: 28px;
    margin-bottom: 18px;
    padding: 0 11px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.hm-service-page__cta {
    padding: 82px 0;
    background: var(--hm-surface-blue);
    text-align: center;
}

.hm-service-page__cta h2 {
    margin: 0 auto;
    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;
    text-align: center;
    word-break: keep-all;
    text-wrap: balance;
}

.hm-service-page__cta p {
    max-width: 760px;
    margin: 18px auto 0;
    color: #334155;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
    text-wrap: pretty;
}

.hm-service-page__cta-illustration {
    width: min(240px, 72vw);
    margin: 24px auto 0;
}

.hm-service-page__cta-illustration img {
    display: block;
    width: 100%;
    height: auto;
}

.hm-service-page__cta .hm-home__btn {
    margin-top: 28px;
}

.hm-features-page .hm-service-page__feature-grid li,
.hm-features-page .hm-service-page__status-grid article > span,
.hm-features-page .hm-service-page__status-grid p {
    font-size: 16px;
}

.hm-solution-page .hm-service-page__core-grid li,
.hm-solution-page .hm-service-page__card-link,
.hm-solution-page .hm-service-page__flow p,
.hm-solution-page .hm-service-page__scope-grid p {
    font-size: 16px;
}

.hm-pricing-page .hm-home__plan-head > p,
.hm-pricing-page .hm-home__pricing-addon-copy > p,
.hm-pricing-page .hm-service-page__flow p,
.hm-pricing-page .hm-service-page__status-grid p,
.hm-pricing-page .hm-service-page__actions .hm-home__btn,
.hm-pricing-page .hm-service-page__cta .hm-home__btn {
    font-size: 16px;
}

.hm-pricing-page .hm-home__plan {
    grid-template-rows: 364px min-content repeat(3, minmax(178px, auto));
}

.hm-pricing-page .hm-home__plan-price {
    align-items: center;
}

.hm-pricing-page .hm-home__price-vat {
    display: inline-block;
    margin-left: 7px;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.02em;
    white-space: nowrap;
}

.hm-pricing-page .hm-home__pricing-addon-value {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}

.hm-pricing-page .hm-home__pricing-addon-value > strong {
    margin-top: 0;
}

.hm-pricing-page .hm-home__pricing-addon-value > .hm-home__price-vat {
    display: inline-block;
    color: #64748b;
    font-size: 12px;
    line-height: 1.2;
}

.hm-pricing-page .hm-home__plan-period {
    --hm-condition-row-height: 44px;
    padding: 0 24px;
    background: #f7f9fc;
    text-align: left;
}

.hm-pricing-page .hm-home__plan--featured .hm-home__plan-period {
    border-right: 2px solid var(--hm-blue);
    border-left: 2px solid var(--hm-blue);
}

.hm-pricing-page .hm-home__plan-period > strong {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: var(--hm-condition-row-height);
    margin: 0 -24px;
    padding: 0 24px;
    border-top: 1px solid #aab7c6;
    color: #0d1b35;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

/* Keep every pricing condition cell legible and vertically centered. */
.hm-pricing-page .hm-home__plan-period dl {
    margin: 0 -24px;
}

.hm-pricing-page .hm-home__plan-period + .hm-home__plan-group {
    border-top: 1px solid #aab7c6;
}

.hm-pricing-page .hm-home__plan-period dl > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    box-sizing: border-box;
    height: var(--hm-condition-row-height);
    border-top: 1px solid #aab7c6;
}

@media (max-width: 767px) {
    .hm-pricing-page .hm-home__plan-period {
        --hm-condition-row-height: 68px;
    }
}

.hm-pricing-page .hm-home__plan-period dt,
.hm-pricing-page .hm-home__plan-period dd {
    display: flex;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding: 8px 24px;
    color: #2f435a;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -.025em;
}

.hm-pricing-page .hm-home__plan-period dt {
    font-weight: 500;
}

.hm-pricing-page .hm-home__plan-period dd {
    justify-content: flex-end;
    color: #111;
    text-align: right;
}

.hm-pricing-page .hm-home__plan-period > p {
    margin: 10px 0 0;
    color: #52647a;
    font-size: 14px;
    line-height: 1.55;
    word-break: keep-all;
}

.hm-pricing-page .hm-home__plan-period-notice {
    margin-top: 12px;
    padding: 10px 12px;
    border: 1px solid #d5e0ec;
    background: #fff;
}

.hm-pricing-page .hm-home__plan-period-notice > strong {
    display: block;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.hm-pricing-page .hm-home__plan-period-notice > p {
    margin: 3px 0 0;
    color: #52647a;
    font-size: 13.5px;
    line-height: 1.5;
    word-break: keep-all;
}

.hm-pricing-page .hm-home__plan-period > .hm-home__plan-period-supply {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
}

.hm-purchase-simple__service-period > p strong {
    color: #111;
    font-weight: 600;
}

.hm-pricing-page .hm-home__pricing-addon-period {
    margin-top: 18px;
    padding: 16px 18px;
    border-left: 3px solid #0d3f72;
    background: #f4f7fb;
}

.hm-pricing-page .hm-home__pricing-addon-period > strong {
    display: block;
    margin: 0 0 6px;
    color: #0d1b35;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.hm-pricing-page .hm-home__pricing-addon-period > p {
    margin: 3px 0 0;
    color: #111;
    font-size: 15px;
    line-height: 1.6;
    word-break: keep-all;
}

.hm-service-page__cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.hm-service-page__cta-actions .hm-home__btn {
    margin-top: 0;
}

.hm-pricing-page .hm-home__pricing-scroll {
    margin-top: 0;
}

.hm-pricing-page .hm-service-page__intro-block {
    margin-bottom: 0;
    padding-top: 48px;
}

.hm-pricing-page .hm-home__pricing-head {
    padding: 48px 0;
}

.hm-pricing-page .hm-home__pricing-head strong {
    color: #111;
    font-weight: 600;
}

.hm-pricing-page #process {
    scroll-margin-top: 120px;
}

@media (max-width: 1040px) {
    .hm-service-page__core-grid,
    .hm-service-page__feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-service-page__flow,
    .hm-service-page__flow--five {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-service-page__flow li:nth-child(odd) {
        border-left: 0;
    }

    .hm-service-page__flow li:nth-child(n+3) {
        border-top: 1px solid var(--hm-border);
    }

}

@media (max-width: 768px) {
    .hm-service-page__hero {
        height: auto;
        min-height: 200px;
        padding: 28px 0;
    }

    .hm-service-page__hero-inner {
        min-height: 144px;
    }

    .hm-service-page__hero h1 {
        margin: 7px 0 0;
        line-height: 1.35;
    }

    .hm-account-v3 .hm-account-content-head h1 {
        font-size: 28px;
        line-height: 1.4;
    }

    .hm-service-page__hero h1 br,
    .hm-service-page__heading h2 br {
        display: none;
    }

    .hm-service-page__eyebrow {
        font-size: 15px;
    }

    .hm-service-page__intro-block {
        margin-bottom: 36px;
    }

    .hm-service-page__intro-block > p {
        font-size: 16px;
        line-height: 1.65;
    }

    .hm-service-page__heading > p,
    .hm-service-page__heading--row > p {
        font-size: 15.5px;
        line-height: 1.7;
    }

    .hm-features-page .hm-service-page__eyebrow,
    .hm-features-page .hm-service-page__heading > p,
    .hm-features-page .hm-service-page__heading--row > p {
        font-size: 16px;
    }

    .hm-solution-page .hm-service-page__heading > p,
    .hm-solution-page .hm-service-page__heading--row > p {
        font-size: 16px;
    }

    .hm-pricing-page .hm-home__pricing-head p,
    .hm-pricing-page .hm-service-page__heading > p,
    .hm-pricing-page .hm-service-page__heading--row > p {
        font-size: 16px;
    }

    .hm-service-page__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 26px;
    }

    .hm-service-page__actions .hm-home__btn {
        width: 100%;
        min-width: 0;
        padding: 0 12px;
        font-size: 14.5px;
    }

    .hm-service-page__intro-block .hm-service-page__actions--body {
        margin: 0;
    }

    .hm-service-page__hero + .hm-service-page__section {
        padding-top: 36px;
    }

    .hm-solution-page .hm-service-page__section,
    .hm-features-page .hm-service-page__section,
    .hm-pricing-page .hm-service-page__section,
    .hm-purchase-page .hm-service-page__section {
        padding-top: 0;
    }

    .hm-service-page__intro-illustration {
        width: min(360px, 100%);
        padding-top: 30px;
    }

    .hm-service-page__intro-illustration--features {
        width: min(300px, 100%);
    }

    .hm-service-page__intro-illustration + .hm-service-page__heading {
        padding-top: 22px;
    }

    .hm-pricing-page .hm-service-page__intro-illustration + .hm-home__pricing-head {
        padding-top: 22px;
    }

    .hm-service-page__section {
        padding: 36px 0 66px;
    }

    .hm-service-page__heading {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .hm-service-page__core-grid,
    .hm-service-page__feature-grid,
    .hm-service-page__scope-grid,
    .hm-service-page__status-grid,
    .hm-service-page__flow,
    .hm-service-page__flow--five {
        grid-template-columns: 1fr;
    }

    .hm-service-page__core-grid,
    .hm-service-page__feature-grid,
    .hm-service-page__status-grid,
    .hm-service-page__scope-grid,
    .hm-service-page__flow {
        margin-top: 0;
    }

    .hm-pricing-page .hm-home__pricing-scroll {
        margin-top: 0;
    }

    .hm-pricing-page .hm-service-page__intro-block {
        margin-bottom: 0;
        padding-top: 36px;
    }

    .hm-pricing-page .hm-home__pricing-head {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .hm-service-page__core-grid article,
    .hm-service-page__feature-grid article,
    .hm-service-page__status-grid article {
        min-height: 0;
        padding: 25px 24px;
    }

    .hm-features-page .hm-service-page__feature-grid article,
    .hm-features-page .hm-service-page__status-grid article {
        text-align: center;
    }

    .hm-features-page .hm-service-page__feature-grid ul {
        text-align: left;
    }

    .hm-solution-page .hm-service-page__core-grid article {
        min-height: 0;
    }

    .hm-service-page__core-grid h3,
    .hm-service-page__feature-grid h3 {
        font-size: 22px;
    }

    .hm-service-page__flow li {
        min-height: 0;
        padding: 24px;
        border-top: 1px solid var(--hm-border);
        border-left: 0;
    }

    .hm-service-page__flow li:first-child {
        border-top: 0;
    }

    .hm-service-page__flow strong {
        margin-top: 18px;
        font-size: 19px;
    }

    .hm-service-page__scope-grid article {
        padding: 24px;
    }

    .hm-service-page__cta {
        padding: 62px 0;
    }

    .hm-service-page__cta p {
        font-size: 15.5px;
    }

    .hm-service-page__cta-illustration {
        width: min(220px, 70vw);
        margin-top: 22px;
    }

    .hm-features-page .hm-service-page__cta p {
        font-size: 16px;
    }

    .hm-solution-page .hm-service-page__cta p {
        font-size: 16px;
    }

    .hm-pricing-page .hm-service-page__cta p {
        font-size: 16px;
    }

    .hm-service-page__cta-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .hm-service-page__cta-actions .hm-home__btn {
        width: 100%;
        min-width: 0;
        padding: 0 12px;
    }

    .hm-solution-page .hm-service-page__cta-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 374px) {
    .hm-service-page__actions,
    .hm-service-page__cta-actions {
        grid-template-columns: 1fr;
    }
}

.hm-account-page,
.hm-my-solution {
    min-height: 62vh;
    padding: 82px 0 100px;
    color: var(--hm-navy);
    background: #f5f8fc;
}

.hm-account-page__inner {
    display: flex;
    justify-content: center;
}

.hm-account-card {
    box-sizing: border-box;
    width: min(100%, 680px);
    padding: 54px;
    border: 1px solid var(--hm-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 42, 73, .08);
    text-align: center;
}

.hm-account-card__eyebrow,
.hm-my-solution__header span,
.hm-my-solution__section-heading span {
    color: var(--hm-brand);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
}

.hm-account-card h1 {
    margin: 18px 0 0;
    color: var(--hm-heading);
    font-size: 31px;
    line-height: 1.35;
}

.hm-account-card > p {
    margin: 18px 0 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
}

.hm-account-card__actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}

.hm-account-card__actions a,
.hm-my-solution__header-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
}

.hm-account-card__primary {
    color: #fff;
    background: var(--hm-heading);
}

.hm-account-card__secondary {
    border: 1px solid var(--hm-border);
    color: var(--hm-heading);
    background: #fff;
}

.hm-account-card__notice {
    margin-top: 22px;
    color: #b42318;
}

.hm-my-solution__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.hm-my-solution__header h1 {
    margin: 12px 0 0;
    color: var(--hm-heading);
    font-size: 42px;
    line-height: 1.25;
}

.hm-my-solution__header p {
    margin: 14px 0 0;
    color: #475569;
    font-size: 17px;
}

.hm-my-solution__header-actions {
    display: flex;
    gap: 8px;
}

.hm-my-solution__header-actions a {
    border: 1px solid var(--hm-border);
    color: var(--hm-heading);
    background: #fff;
}

.hm-my-solution__notice,
.hm-my-solution__profile,
.hm-my-solution__section {
    box-sizing: border-box;
    margin-top: 28px;
    border: 1px solid var(--hm-border);
    border-radius: 14px;
    background: #fff;
}

.hm-my-solution__notice {
    padding: 30px;
}

.hm-my-solution__notice strong {
    color: var(--hm-heading);
    font-size: 19px;
}

.hm-my-solution__notice p,
.hm-my-solution__notice small {
    display: block;
    margin: 8px 0 0;
    color: #64748b;
    line-height: 1.6;
}

.hm-my-solution__profile {
    display: grid;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.7fr);
    gap: 40px;
    padding: 32px;
}

.hm-my-solution__profile h2 {
    margin: 8px 0 0;
    color: var(--hm-heading);
    font-size: 24px;
}

.hm-my-solution__profile p {
    margin: 8px 0 0;
    color: #64748b;
}

.hm-my-solution__profile dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
}

.hm-my-solution__profile dl > div,
.hm-my-solution__license-grid article dl > div {
    padding: 0 22px;
    border-left: 1px solid var(--hm-border-soft);
}

.hm-my-solution dt {
    color: #64748b;
    font-size: 13px;
}

.hm-my-solution dd {
    margin: 8px 0 0;
    color: var(--hm-heading);
    font-weight: 700;
}

.hm-my-solution dd.is-active {
    color: #087443;
}

.hm-my-solution__section {
    padding: 32px;
}

.hm-my-solution__section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.hm-my-solution__section-heading h2 {
    margin: 8px 0 0;
    color: var(--hm-heading);
    font-size: 25px;
}

.hm-my-solution__section-heading > a {
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
}

.hm-my-solution__empty {
    margin-top: 24px;
    padding: 34px;
    border-radius: 10px;
    background: #f8fafc;
    text-align: center;
}

.hm-my-solution__empty strong {
    color: var(--hm-heading);
    font-size: 18px;
}

.hm-my-solution__empty p {
    margin: 8px 0 0;
    color: #64748b;
}

.hm-my-solution__table-wrap {
    overflow-x: auto;
    margin-top: 24px;
}

.hm-my-solution table {
    width: 100%;
    border-collapse: collapse;
}

.hm-my-solution th,
.hm-my-solution td {
    padding: 15px 12px;
    border-bottom: 1px solid var(--hm-border-soft);
    text-align: left;
    white-space: nowrap;
}

.hm-my-solution th {
    color: #64748b;
    font-size: 13px;
}

.hm-my-solution td small {
    display: block;
    margin-top: 4px;
    color: #64748b;
}

.hm-status {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    color: #334155;
    background: #eef2f7;
    font-size: 12px;
    font-weight: 700;
}

.hm-status--active,
.hm-status--fulfilled,
.hm-status--paid {
    color: #087443;
    background: #e9f8f0;
}

.hm-status--suspended,
.hm-status--provision_failed {
    color: #b54708;
    background: #fff4e5;
}

.hm-status--revoked,
.hm-status--refunded,
.hm-status--canceled {
    color: #b42318;
    background: #fff0ee;
}

.hm-my-solution__license-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.hm-my-solution__license-grid article {
    padding: 24px;
    border: 1px solid var(--hm-border-soft);
    border-radius: 12px;
}

.hm-my-solution__license-grid article > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.hm-my-solution__license-grid h3 {
    margin: 6px 0 0;
    color: var(--hm-heading);
    font-size: 22px;
}

.hm-my-solution__license-grid article dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 24px 0 0;
}

.hm-my-solution__domains {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--hm-border-soft);
}

.hm-my-solution__domains ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.hm-my-solution__domains li {
    margin-top: 7px;
    color: #334155;
}

.hm-my-solution__domains li span {
    display: inline-block;
    min-width: 62px;
    color: #64748b;
    font-size: 12px;
}

.hm-my-solution__domains p,
.hm-my-solution__delivery {
    margin: 9px 0 0;
    color: #64748b;
    font-size: 14px;
}

.hm-policy-page__hero h1 {
    max-width: none;
}

.hm-policy-page .hm-service-page__hero + .hm-service-page__section {
    padding-top: 0;
}

.hm-policy-page__version {
    margin-top: 18px !important;
    color: #53657a !important;
    font-size: 14px !important;
}

.hm-policy-page__layout {
    max-width: 926px;
    margin: 0 auto;
}

.hm-policy-page__nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 42px;
    border: 1px solid var(--hm-border-soft);
    border-radius: 0;
    background: #fff;
}

.hm-policy-page__nav a {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-left: 1px solid var(--hm-border-soft);
    color: #475569;
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.hm-policy-page__nav a:first-child {
    border-left: 0;
}

.hm-policy-page__nav a.is-current {
    color: #fff;
    background: #0d1b35;
}

.hm-policy-page__nav a:not(.is-current):hover,
.hm-policy-page__nav a:not(.is-current):focus-visible {
    color: #0d1b35;
    background: #f3f6fa;
}

.hm-policy-page__document {
    min-width: 0;
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hm-policy-page__document > section {
    padding: 34px 0;
    border-top: 1px solid var(--hm-border-soft);
}

.hm-policy-page__document > section:first-child {
    padding-top: 0;
    border-top: 0;
}

.hm-policy-page__document h2 {
    margin: 0 0 18px;
    color: var(--hm-heading);
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}

.hm-policy-page__document p,
.hm-policy-page__document li {
    color: #475569;
    font-size: 16px;
    line-height: 1.85;
}

.hm-policy-page__document p {
    margin: 10px 0 0;
}

.hm-policy-page__document ul {
    margin: 0;
    padding-left: 22px;
}

.hm-policy-page__document li + li {
    margin-top: 7px;
}

.hm-policy-page__contact {
    display: flex;
    gap: 10px 22px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 18px 20px;
    border-radius: 10px;
    background: #f3f6fa;
    color: #334155;
    font-size: 14px;
}

.hm-policy-page__contact a {
    color: #0b63ce;
    font-weight: 800;
}

.hm-my-solution__delivery {
    padding-top: 16px;
    border-top: 1px solid var(--hm-border-soft);
}

@media (max-width: 900px) {
    .hm-my-solution__profile,
    .hm-my-solution__license-grid {
        grid-template-columns: 1fr;
    }

    .hm-my-solution__profile dl > div:first-child {
        border-left: 0;
    }
}

@media (max-width: 640px) {
    .hm-policy-page__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 34px;
    }

    .hm-policy-page__nav a:nth-child(3) {
        border-left: 0;
    }

    .hm-policy-page__nav a:nth-child(n+3) {
        border-top: 1px solid var(--hm-border-soft);
    }

    .hm-policy-page__document h2 {
        font-size: 21px;
    }

    .hm-policy-page__document p,
    .hm-policy-page__document li {
        font-size: 15px;
    }

    .hm-account-page,
    .hm-my-solution {
        padding: 54px 0 70px;
    }

    .hm-account-card {
        padding: 34px 22px;
    }

    .hm-account-card__actions,
    .hm-my-solution__header,
    .hm-my-solution__header-actions,
    .hm-my-solution__section-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .hm-my-solution__header h1 {
        font-size: 34px;
    }

    .hm-my-solution__profile,
    .hm-my-solution__section {
        padding: 24px 20px;
    }

    .hm-my-solution__profile dl,
    .hm-my-solution__license-grid article dl {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hm-my-solution__profile dl > div,
    .hm-my-solution__license-grid article dl > div {
        padding: 0;
        border-left: 0;
    }
}

/* Work storefront-style member account page. */
.hm-account-main {
    display: block;
    min-height: 60vh;
}

.hm-mypage {
    color: var(--hm-navy);
    background: #f5f8fc;
}

.hm-mypage__inner {
    padding-top: 72px;
    padding-bottom: 96px;
}

.hm-mypage__layout {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.hm-mypage-menu {
    width: 100%;
    padding: 22px 20px;
    border: 1px solid #d9e1eb;
    background: #fff;
    box-sizing: border-box;
}

.hm-mypage-mobile-menu {
    display: none;
}

.hm-mypage-menu__group {
    margin: 0;
    padding: 0;
}

.hm-mypage-menu__group + .hm-mypage-menu__group {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e5e9ef;
}

.hm-mypage-menu__heading {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-height: 24px;
    margin: 0 0 8px;
}

.hm-mypage-menu__heading h2 {
    margin: 0;
    color: #111;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
}

.hm-mypage-menu__heading span {
    color: #68778a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
}

.hm-mypage-menu__links {
    display: grid;
    grid-template-columns: 1fr;
}

.hm-mypage-menu__links a,
.hm-mypage-menu__links a:link,
.hm-mypage-menu__links a:visited {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 0;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-mypage-menu__links a:hover,
.hm-mypage-menu__links a:focus,
.hm-mypage-menu__links a.is-active {
    color: #E53935;
    text-decoration: none;
}

.hm-mypage-menu__links a.is-active {
    font-weight: 600;
}

.hm-mypage-menu__links a > span {
    min-width: 0;
    word-break: keep-all;
}

.hm-mypage-menu__count,
.hm-mypage-menu__point {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 28px;
    min-height: 24px;
    margin-left: 8px;
    padding: 0 7px;
    border-radius: 999px;
    background: #E53935;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    box-sizing: border-box;
}

.hm-mypage-menu__count.is-dark,
.hm-mypage-menu__point {
    background: #111;
}

.hm-mypage__content {
    min-width: 0;
}

.hm-mypage-panel {
    min-height: 470px;
    padding: 0 0 28px;
    border-top: 1px solid #182c45;
    background: #fff;
    box-sizing: border-box;
}

.hm-mypage-panel__heading {
    padding: 24px 0 20px;
    border-bottom: 1px solid #d9e1eb;
}

.hm-mypage-panel__heading--actions {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.hm-mypage-panel__heading h2 {
    margin: 0;
    color: #111;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.hm-mypage-panel__heading p {
    margin: 8px 0 0;
    color: #53657a;
    font-size: 16px;
    line-height: 1.6;
}

.hm-mypage-panel__heading--actions > a,
.hm-mypage-panel__heading--actions > a:link,
.hm-mypage-panel__heading--actions > a:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    height: 46px;
    padding: 0 16px;
    border: 1px solid #0d3f72;
    border-radius: 0;
    color: #fff;
    background: #0d3f72;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-mypage-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.hm-mypage-summary > div {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    align-items: center;
    min-height: 58px;
    border-bottom: 1px solid #e5e9ef;
}

.hm-mypage-summary dt,
.hm-mypage-summary dd {
    color: #111;
    font-size: 16px;
    line-height: 1.5;
}

.hm-mypage-summary dt {
    font-weight: 500;
}

.hm-mypage-summary dd {
    min-width: 0;
    margin: 0;
    word-break: break-all;
}

.hm-mypage-summary dd a {
    color: #111;
    text-decoration: underline;
}

.hm-mypage-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.hm-mypage-actions a,
.hm-mypage-actions a:link,
.hm-mypage-actions a:visited,
.hm-mypage-empty a,
.hm-mypage-empty a:link,
.hm-mypage-empty a:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 48px;
    padding: 0 18px;
    border: 1px solid #0d3f72;
    border-radius: 0;
    color: #fff;
    background: #0d3f72;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-mypage-actions a:nth-child(2),
.hm-mypage-actions a:nth-child(2):link,
.hm-mypage-actions a:nth-child(2):visited {
    color: #0d2745;
    background: #fff;
}

.hm-mypage-leave {
    margin-top: 22px;
    text-align: right;
}

.hm-mypage-leave a {
    color: #53657a;
    font-size: 16px;
    text-decoration: underline;
}

.hm-mypage-table-wrap {
    overflow-x: auto;
}

.hm-mypage-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.hm-mypage-table-wrap th,
.hm-mypage-table-wrap td {
    padding: 17px 14px;
    border-bottom: 1px solid #d9e1eb;
    color: #14263c;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
}

.hm-mypage-table-wrap th {
    background: #f8fafc;
    font-weight: 600;
}

.hm-mypage-table-wrap td a {
    color: #0d3f72;
    font-weight: 600;
    text-decoration: underline;
}

.hm-mypage-table-wrap .hm-mypage-table__empty {
    padding: 52px 20px;
    color: #64748b;
}

.hm-mypage-addresses {
    display: grid;
    gap: 0;
}

.hm-mypage-addresses article {
    padding: 22px 4px;
    border-bottom: 1px solid #d9e1eb;
}

.hm-mypage-addresses article > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hm-mypage-addresses strong,
.hm-mypage-addresses p,
.hm-mypage-addresses address {
    color: #14263c;
    font-size: 16px;
    line-height: 1.6;
}

.hm-mypage-addresses article span {
    padding: 3px 8px;
    color: #fff;
    background: #0d3f72;
    font-size: 16px;
}

.hm-mypage-addresses p,
.hm-mypage-addresses address {
    margin: 7px 0 0;
}

.hm-mypage-addresses address {
    font-style: normal;
}

.hm-mypage-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding-top: 24px;
}

.hm-mypage-products article {
    min-width: 0;
}

.hm-mypage-products__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    background: #f5f7fa;
}

.hm-mypage-products__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm-mypage-products__name {
    display: block;
    margin-top: 12px;
    overflow: hidden;
    color: #14263c;
    font-size: 16px;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-mypage-products article > strong {
    display: block;
    margin-top: 6px;
    color: #111;
    font-size: 17px;
}

.hm-mypage-empty {
    padding: 64px 20px;
    text-align: center;
}

.hm-mypage-empty p {
    margin: 0;
    color: #64748b;
    font-size: 16px;
}

.hm-mypage-empty a {
    margin-top: 20px;
}

/* Customer portal: solution, site, license, update and support overview. */
.hm-portal-notice {
    margin-top: 24px;
    padding: 22px 24px;
    border-left: 4px solid #E53935;
    background: #f8fafc;
}

.hm-portal-notice strong,
.hm-portal-notice p {
    color: #14263c;
    font-size: 16px;
    line-height: 1.6;
}

.hm-portal-notice p {
    margin: 6px 0 0;
    color: #53657a;
}

.hm-portal-solution-grid,
.hm-portal-site-list,
.hm-portal-license-list,
.hm-portal-update-list {
    display: grid;
    gap: 18px;
    padding-top: 24px;
}

.hm-portal-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-portal-solution-card,
.hm-portal-site-card,
.hm-portal-license-card,
.hm-portal-update-card {
    min-width: 0;
    padding: 24px;
    border: 1px solid #d9e1eb;
    background: #fff;
    box-sizing: border-box;
}

.hm-portal-solution-card > header,
.hm-portal-site-card > header,
.hm-portal-license-card > header,
.hm-portal-update-card > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.hm-portal-solution-card header span,
.hm-portal-site-card header span,
.hm-portal-license-card header span,
.hm-portal-update-card header span,
.hm-portal-welcome > div > span,
.hm-portal-section-heading > div > span {
    display: block;
    color: #0d3f72;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .02em;
}

.hm-portal-solution-card h3,
.hm-portal-site-card h3,
.hm-portal-license-card h3,
.hm-portal-update-card h3 {
    margin: 6px 0 0;
    color: #111;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.hm-portal-solution-card > dl,
.hm-portal-site-card > dl,
.hm-portal-license-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 22px 0 0;
    border-top: 1px solid #e5e9ef;
}

.hm-portal-solution-card > dl > div,
.hm-portal-site-card > dl > div,
.hm-portal-license-meta > div {
    padding: 15px 0;
    border-bottom: 1px solid #e5e9ef;
}

.hm-portal-solution-card dt,
.hm-portal-site-card dt,
.hm-portal-license-meta dt {
    color: #68778a;
    font-size: 16px;
    line-height: 1.4;
}

.hm-portal-solution-card dd,
.hm-portal-site-card dd,
.hm-portal-license-meta dd {
    margin: 5px 0 0;
    color: #14263c;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.hm-portal-card-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
}

.hm-portal-card-actions a,
.hm-portal-site-card footer a,
.hm-portal-update-card footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid #0d3f72;
    color: #0d2745;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-portal-card-actions a:first-child,
.hm-portal-update-card footer a {
    color: #fff;
    background: #0d3f72;
}

.hm-portal-site-card footer,
.hm-portal-update-card footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
}

.hm-portal-update-flag,
.hm-portal-version-list b {
    color: #52657a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.hm-portal-update-flag.is-ready,
.hm-portal-version-list b.is-ready {
    color: #E53935;
}

.hm-portal-domain-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.hm-portal-domain-grid > section {
    padding: 18px;
    background: #f5f8fc;
}

.hm-portal-domain-grid > section > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.hm-portal-domain-grid strong,
.hm-portal-domain-grid span,
.hm-portal-domain-grid li,
.hm-portal-domain-grid p {
    color: #14263c;
    font-size: 16px;
    line-height: 1.55;
}

.hm-portal-domain-grid span {
    color: #0d3f72;
    font-weight: 700;
}

.hm-portal-domain-grid ul {
    display: grid;
    gap: 7px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.hm-portal-domain-grid li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    overflow-wrap: anywhere;
}

.hm-portal-domain-grid li b {
    flex: 0 0 auto;
    padding: 2px 7px;
    color: #fff;
    background: #0d3f72;
    font-size: 16px;
}

.hm-portal-domain-grid p {
    margin: 14px 0 0;
    color: #68778a;
}

.hm-portal-security-note {
    margin: 18px 0 0;
    color: #68778a;
    font-size: 16px;
    line-height: 1.6;
}

.hm-portal-update-card > header > b {
    color: #0d3f72;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: right;
}

.hm-portal-install-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 24px;
    border: 1px solid #d9e1eb;
}

.hm-portal-install-progress > div {
    position: relative;
    min-width: 0;
    padding: 20px 14px;
    border-left: 1px solid #d9e1eb;
    text-align: center;
}

.hm-portal-install-progress > div:first-child {
    border-left: 0;
}

.hm-portal-install-progress span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #aab7c5;
    color: #68778a;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
}

.hm-portal-install-progress .is-complete span {
    border-color: #0d3f72;
    color: #fff;
    background: #0d3f72;
}

.hm-portal-install-progress strong,
.hm-portal-install-progress small {
    display: block;
    margin-top: 9px;
    color: #14263c;
    font-size: 16px;
    line-height: 1.45;
}

.hm-portal-install-progress small {
    margin-top: 4px;
    color: #68778a;
    font-weight: 400;
}

.hm-portal-version-list {
    margin-top: 20px;
    border-top: 1px solid #d9e1eb;
}

.hm-portal-version-list > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 16px;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #d9e1eb;
}

.hm-portal-version-list span,
.hm-portal-version-list strong {
    color: #14263c;
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.hm-portal-update-card footer p {
    margin: 0;
    color: #53657a;
    font-size: 16px;
    line-height: 1.6;
}

.hm-mypage-table-wrap td strong,
.hm-mypage-table-wrap td small {
    display: block;
    font-size: 16px;
    line-height: 1.45;
}

.hm-mypage-table-wrap td small {
    margin-top: 3px;
    color: #68778a;
}

.hm-mypage .hm-status {
    border-radius: 0;
    font-size: 16px;
    line-height: 1.4;
}

.hm-mypage .hm-status--revoked,
.hm-mypage .hm-status--refunded,
.hm-mypage .hm-status--canceled {
    color: #E53935;
}

.hm-portal-detail-hero {
    margin-top: 24px;
    padding: 28px;
    color: #fff;
    background: #0d2d52;
}

.hm-portal-detail-hero > header,
.hm-portal-detail-sites article > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.hm-portal-detail-hero > header span,
.hm-portal-detail-hero > header h3,
.hm-portal-detail-hero > header p {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.hm-portal-detail-hero > header span {
    color: #8fc4ff;
    font-weight: 700;
}

.hm-portal-detail-hero > header h3 {
    margin-top: 5px;
    font-size: 30px;
    font-weight: 600;
}

.hm-portal-detail-hero > header p {
    margin-top: 6px;
    color: #d8e4f1;
}

.hm-portal-detail-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.hm-portal-detail-summary > div {
    min-width: 0;
    padding: 18px;
    border-left: 1px solid rgba(255, 255, 255, .22);
}

.hm-portal-detail-summary > div:nth-child(3n + 1) {
    border-left: 0;
}

.hm-portal-detail-summary > div:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.hm-portal-detail-summary dt,
.hm-portal-detail-summary dd {
    color: #d8e4f1;
    font-size: 16px;
    line-height: 1.45;
}

.hm-portal-detail-summary dd {
    margin: 5px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.hm-portal-detail-status,
.hm-portal-detail-section {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid #d9e1eb;
    background: #fff;
}

.hm-portal-detail-alerts {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.hm-portal-detail-alerts article {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 17px 18px;
    border-left: 4px solid #0d3f72;
    background: #f5f8fc;
}

.hm-portal-detail-alerts article.is-danger,
.hm-portal-detail-alerts article.is-warning {
    border-left-color: #E53935;
}

.hm-portal-detail-alerts article.is-ok {
    border-left-color: #1f8a55;
}

.hm-portal-detail-alerts article > span,
.hm-portal-detail-alerts h3,
.hm-portal-detail-alerts p {
    color: #14263c;
    font-size: 16px;
    line-height: 1.5;
}

.hm-portal-detail-alerts article > span,
.hm-portal-detail-alerts h3 {
    font-weight: 700;
}

.hm-portal-detail-alerts h3,
.hm-portal-detail-alerts p {
    margin: 0;
}

.hm-portal-detail-alerts p {
    margin-top: 3px;
    color: #53657a;
}

.hm-portal-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 24px;
}

.hm-portal-detail-grid .hm-portal-detail-section {
    min-width: 0;
}

.hm-portal-detail-meta,
.hm-portal-detail-order > dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0 0;
    border-top: 1px solid #e5e9ef;
}

.hm-portal-detail-meta > div,
.hm-portal-detail-order > dl > div {
    min-width: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e5e9ef;
}

.hm-portal-detail-meta dt,
.hm-portal-detail-meta dd,
.hm-portal-detail-order dt,
.hm-portal-detail-order dd,
.hm-portal-detail-order a {
    color: #14263c;
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.hm-portal-detail-meta dt,
.hm-portal-detail-order dt {
    color: #68778a;
}

.hm-portal-detail-meta dd,
.hm-portal-detail-order dd {
    margin: 4px 0 0;
    font-weight: 600;
}

.hm-portal-detail-order a {
    color: #0d3f72;
    font-weight: 700;
}

.hm-portal-detail-sites {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.hm-portal-detail-sites article {
    padding: 18px;
    border: 1px solid #d9e1eb;
    background: #f8fafc;
}

.hm-portal-detail-sites article > header span,
.hm-portal-detail-sites article > header h3,
.hm-portal-detail-sites dt,
.hm-portal-detail-sites dd {
    display: block;
    margin: 0;
    color: #14263c;
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.hm-portal-detail-sites article > header span,
.hm-portal-detail-sites dt {
    color: #68778a;
}

.hm-portal-detail-sites article > header h3 {
    margin-top: 3px;
    font-weight: 700;
}

.hm-portal-detail-sites dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 14px 0 0;
    border-top: 1px solid #d9e1eb;
}

.hm-portal-detail-sites dl > div {
    min-width: 0;
    padding: 13px 0;
    border-bottom: 1px solid #d9e1eb;
}

.hm-portal-detail-sites dd {
    margin-top: 3px;
    font-weight: 600;
}

.hm-portal-detail-sites dd.is-ready {
    color: #E53935;
}

.hm-portal-detail-empty {
    margin-top: 20px;
    padding: 28px 20px;
    color: #68778a;
    background: #f5f8fc;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.hm-portal-detail-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.hm-portal-detail-actions a,
.hm-portal-detail-actions a:link,
.hm-portal-detail-actions a:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #0d3f72;
    border-radius: 0;
    color: #0d2745;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-portal-detail-actions a:first-child,
.hm-portal-detail-actions a:first-child:link,
.hm-portal-detail-actions a:first-child:visited {
    color: #fff;
    background: #0d3f72;
}

.hm-portal-dashboard {
    display: grid;
    gap: 24px;
}

.hm-portal-welcome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 30px;
    color: #fff;
    background: #0d2d52;
}

.hm-portal-welcome > div > span {
    color: #8fc4ff;
}

.hm-portal-welcome h2 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
}

.hm-portal-welcome p {
    margin: 8px 0 0;
    color: #d8e4f1;
    font-size: 16px;
    line-height: 1.65;
}

.hm-portal-welcome > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 132px;
    height: 48px;
    padding: 0 18px;
    color: #0d2d52;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-portal-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid #d9e1eb;
    background: #fff;
}

.hm-portal-stats a {
    display: block;
    min-width: 0;
    padding: 22px 20px;
    border-left: 1px solid #d9e1eb;
    color: #14263c;
    text-align: center;
    text-decoration: none;
}

.hm-portal-stats a:first-child {
    border-left: 0;
}

.hm-portal-stats span,
.hm-portal-stats small {
    color: #53657a;
    font-size: 16px;
    line-height: 1.4;
}

.hm-portal-stats strong {
    display: inline-block;
    margin: 9px 3px 0 0;
    color: #0d3f72;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.hm-portal-action-section,
.hm-portal-dashboard-panel {
    padding: 24px;
    border: 1px solid #d9e1eb;
    background: #fff;
}

.hm-portal-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.hm-portal-section-heading h2 {
    margin: 4px 0 0;
    color: #111;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

.hm-portal-section-heading > p,
.hm-portal-section-heading > a {
    margin: 0;
    color: #53657a;
    font-size: 16px;
    line-height: 1.5;
}

.hm-portal-section-heading > a {
    color: #0d3f72;
    font-weight: 600;
}

.hm-portal-action-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.hm-portal-action-list article {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 17px 18px;
    border-left: 4px solid #0d3f72;
    background: #f5f8fc;
}

.hm-portal-action-list article.is-danger,
.hm-portal-action-list article.is-warning {
    border-left-color: #E53935;
}

.hm-portal-action-list article.is-ok {
    border-left-color: #1f8a55;
}

.hm-portal-action-list article > span,
.hm-portal-action-list article h3,
.hm-portal-action-list article p,
.hm-portal-action-list article a {
    color: #14263c;
    font-size: 16px;
    line-height: 1.5;
}

.hm-portal-action-list article > span {
    font-weight: 700;
}

.hm-portal-action-list article h3 {
    margin: 0;
    font-weight: 600;
}

.hm-portal-action-list article p {
    margin: 3px 0 0;
    color: #53657a;
}

.hm-portal-action-list article a {
    color: #0d3f72;
    font-weight: 700;
    white-space: nowrap;
}

.hm-portal-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
    gap: 24px;
}

.hm-portal-dashboard-solutions,
.hm-portal-quick-links {
    display: grid;
    margin-top: 18px;
}

.hm-portal-dashboard-solutions article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px auto;
    gap: 20px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #e5e9ef;
}

.hm-portal-dashboard-solutions article > div span,
.hm-portal-dashboard-solutions article > div strong,
.hm-portal-dashboard-solutions dt,
.hm-portal-dashboard-solutions dd {
    color: #14263c;
    font-size: 16px;
    line-height: 1.5;
}

.hm-portal-dashboard-solutions article > div span {
    display: block;
    color: #68778a;
}

.hm-portal-dashboard-solutions article > div strong {
    display: block;
    margin-top: 3px;
    font-weight: 600;
}

.hm-portal-dashboard-solutions dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
}

.hm-portal-dashboard-solutions dd {
    margin: 2px 0 0;
    font-weight: 600;
}

.hm-portal-dashboard-solutions__link,
.hm-portal-dashboard-solutions__link:link,
.hm-portal-dashboard-solutions__link:visited {
    color: #0d3f72;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
}

.hm-portal-quick-links a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e5e9ef;
    color: #14263c;
    text-decoration: none;
}

.hm-portal-quick-links strong,
.hm-portal-quick-links span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

.hm-portal-quick-links span {
    margin-top: 3px;
    color: #68778a;
}

@media (max-width: 1024px) {
    .hm-mypage__layout {
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 20px;
    }

    .hm-mypage-summary {
        grid-template-columns: 1fr;
    }

    .hm-portal-solution-grid,
    .hm-portal-dashboard-grid,
    .hm-portal-detail-grid {
        grid-template-columns: 1fr;
    }

    .hm-portal-detail-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-portal-install-progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-portal-install-progress > div:nth-child(3) {
        border-top: 1px solid #d9e1eb;
        border-left: 0;
    }

    .hm-portal-install-progress > div:nth-child(4) {
        border-top: 1px solid #d9e1eb;
    }
}

@media (max-width: 768px) {
    .hm-mypage__inner {
        padding-top: 52px;
        padding-bottom: 70px;
    }

    .hm-mypage__layout {
        grid-template-columns: 1fr;
    }

    .hm-mypage-menu {
        display: none;
    }

    .hm-mypage-mobile-menu {
        display: block;
        width: 100%;
        border: 1px solid #d9e1eb;
        background: #fff;
        box-sizing: border-box;
    }

    .hm-mypage-mobile-menu summary {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto 12px;
        align-items: center;
        gap: 10px;
        min-height: 56px;
        padding: 0 18px;
        color: #111;
        font-size: 16px;
        line-height: 1.4;
        cursor: pointer;
        list-style: none;
        box-sizing: border-box;
    }

    .hm-mypage-mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .hm-mypage-mobile-menu summary::after {
        width: 8px;
        height: 8px;
        border-right: 2px solid #182c45;
        border-bottom: 2px solid #182c45;
        content: "";
        transform: rotate(45deg) translate(-2px, 2px);
        transition: transform 0.2s ease;
    }

    .hm-mypage-mobile-menu[open] summary::after {
        transform: rotate(225deg) translate(-2px, 2px);
    }

    .hm-mypage-mobile-menu summary > span {
        color: #53657a;
        font-weight: 600;
    }

    .hm-mypage-mobile-menu summary > strong {
        min-width: 0;
        color: #E53935;
        font-size: 16px;
        font-weight: 600;
        text-align: right;
        word-break: keep-all;
    }

    .hm-mypage-mobile-menu__body {
        padding: 20px 18px;
        border-top: 1px solid #d9e1eb;
    }

    .hm-mypage-menu__links a {
        min-height: 42px;
    }

    .hm-mypage-panel {
        min-height: 0;
    }

    .hm-mypage-summary {
        grid-template-columns: 1fr;
    }

    .hm-mypage-summary > div {
        grid-template-columns: 108px minmax(0, 1fr);
        min-height: 54px;
    }

    .hm-mypage-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hm-mypage-actions a {
        width: 100%;
    }

    .hm-mypage-panel__heading--actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hm-mypage-panel__heading--actions > a {
        width: 100%;
    }

    .hm-mypage-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }

    .hm-portal-detail-hero {
        padding: 22px 18px;
    }

    .hm-portal-detail-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-portal-detail-summary > div,
    .hm-portal-detail-summary > div:nth-child(3n + 1) {
        border-left: 1px solid rgba(255, 255, 255, .22);
    }

    .hm-portal-detail-summary > div:nth-child(odd) {
        border-left: 0;
    }

    .hm-portal-detail-summary > div:nth-child(n + 3) {
        border-top: 1px solid rgba(255, 255, 255, .22);
    }

    .hm-portal-detail-status,
    .hm-portal-detail-section {
        padding: 20px 18px;
    }

    .hm-portal-detail-alerts article {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .hm-portal-detail-meta,
    .hm-portal-detail-order > dl,
    .hm-portal-detail-actions {
        grid-template-columns: 1fr;
    }

    .hm-portal-detail-hero > header,
    .hm-portal-detail-sites article > header {
        align-items: stretch;
        flex-direction: column;
    }

    .hm-portal-solution-card > dl,
    .hm-portal-site-card > dl,
    .hm-portal-license-meta,
    .hm-portal-domain-grid {
        grid-template-columns: 1fr;
    }

    .hm-portal-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-portal-stats a {
        border-top: 1px solid #d9e1eb;
        border-left: 1px solid #d9e1eb;
    }

    .hm-portal-stats a:nth-child(-n + 2) {
        border-top: 0;
    }

    .hm-portal-stats a:nth-child(odd) {
        border-left: 0;
    }

    .hm-portal-welcome,
    .hm-portal-site-card footer,
    .hm-portal-update-card footer,
    .hm-portal-section-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .hm-portal-welcome > a,
    .hm-portal-update-card footer a {
        width: 100%;
    }

    .hm-portal-action-list article {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hm-portal-action-list article a {
        white-space: normal;
    }

    .hm-portal-version-list > div,
    .hm-portal-dashboard-solutions article {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* Customer portal dashboard V4: compact tasks, shortcuts and solution overview. */
.hm-account-v3 .hm-portal-dashboard {
    display: grid;
    gap: 18px;
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hm-account-v3 .hm-portal-dashboard h2,
.hm-account-v3 .hm-portal-dashboard h3,
.hm-account-v3 .hm-portal-dashboard__stats strong,
.hm-account-v3 .hm-portal-dashboard__empty strong,
.hm-account-v3 .hm-portal-quick-links strong {
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    letter-spacing: -.045em;
    word-break: keep-all;
}

.hm-account-v3 .hm-portal-dashboard__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.hm-account-v3 .hm-portal-dashboard__stats a,
.hm-account-v3 .hm-portal-dashboard__stats a:link,
.hm-account-v3 .hm-portal-dashboard__stats a:visited {
    display: flex;
    min-width: 0;
    min-height: 132px;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 20px;
    border: 1px solid #d9e1eb;
    color: #111;
    background: #fff;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-account-v3 .hm-portal-dashboard__stats a:hover,
.hm-account-v3 .hm-portal-dashboard__stats a:focus {
    border-color: #9fb1c5;
    background: #f8fafc;
}

.hm-account-v3 .hm-portal-dashboard__stats span,
.hm-account-v3 .hm-portal-dashboard__stats em {
    color: #334155;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -.035em;
}

.hm-account-v3 .hm-portal-dashboard__stats strong {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-top: 7px;
    color: var(--hm-heading);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.hm-account-v3 .hm-portal-dashboard__stats strong small {
    color: #334155;
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.hm-account-v3 .hm-portal-dashboard__stats em {
    margin-top: auto;
    color: #64748b;
}

.hm-account-v3 .hm-portal-dashboard__work-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
    gap: 16px;
    align-items: stretch;
}

.hm-account-v3 .hm-portal-action-section,
.hm-account-v3 .hm-portal-dashboard-panel {
    min-width: 0;
    padding: 22px;
    border: 1px solid #d9e1eb;
    background: #fff;
    box-sizing: border-box;
}

.hm-account-v3 .hm-portal-action-section {
    display: flex;
    flex-direction: column;
}

.hm-account-v3 .hm-portal-section-heading {
    align-items: flex-start;
}

.hm-account-v3 .hm-portal-section-heading h2 {
    margin: 0;
    color: var(--hm-heading);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.hm-account-v3 .hm-portal-section-heading > div > p {
    margin: 7px 0 0;
    color: #334155;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-account-v3 .hm-portal-section-heading > a,
.hm-account-v3 .hm-portal-section-heading > a:link,
.hm-account-v3 .hm-portal-section-heading > a:visited {
    color: #0d3f72;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: underline;
    white-space: nowrap;
}

.hm-account-v3 .hm-portal-action-list {
    flex: 1;
    grid-auto-rows: minmax(min-content, 1fr);
    margin-top: 16px;
}

.hm-account-v3 .hm-portal-action-list article {
    grid-template-columns: 86px minmax(0, 1fr) auto;
    gap: 16px;
    padding: 16px;
    background: #f7f9fc;
}

.hm-account-v3 .hm-portal-action-list article > span {
    color: #0d3f72;
    font-size: 16px;
    font-weight: 600;
}

.hm-account-v3 .hm-portal-action-list article h3 {
    color: var(--hm-heading);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
}

.hm-account-v3 .hm-portal-action-list article p {
    margin-top: 4px;
    color: #334155;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-account-v3 .hm-portal-action-list article a,
.hm-account-v3 .hm-portal-action-list article a:link,
.hm-account-v3 .hm-portal-action-list article a:visited {
    display: inline-flex;
    min-width: 106px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    color: #fff;
    background: #0d3f72;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-account-v3 .hm-portal-quick-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.hm-account-v3 .hm-portal-quick-links a,
.hm-account-v3 .hm-portal-quick-links a:link,
.hm-account-v3 .hm-portal-quick-links a:visited {
    display: flex;
    min-height: 92px;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    border: 1px solid #d9e1eb;
    color: #111;
    background: #fff;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-account-v3 .hm-portal-quick-links a:hover,
.hm-account-v3 .hm-portal-quick-links a:focus {
    border-color: #9fb1c5;
    background: #f8fafc;
}

.hm-account-v3 .hm-portal-quick-links strong {
    color: var(--hm-heading);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
}

.hm-account-v3 .hm-portal-quick-links span {
    margin-top: 5px;
    color: #334155;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-account-v3 .hm-portal-dashboard__solutions {
    width: 100%;
}

.hm-account-v3 .hm-portal-dashboard__empty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 16px;
    padding: 22px 24px;
    background: #f7f9fc;
}

.hm-account-v3 .hm-portal-dashboard__empty strong {
    display: block;
    color: var(--hm-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
}

.hm-account-v3 .hm-portal-dashboard__empty p {
    margin: 6px 0 0;
    color: #334155;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -.035em;
    word-break: keep-all;
}

.hm-account-v3 .hm-portal-dashboard__empty > a,
.hm-account-v3 .hm-portal-dashboard__empty > a:link,
.hm-account-v3 .hm-portal-dashboard__empty > a:visited {
    display: inline-flex;
    min-width: 150px;
    min-height: 46px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid #0d3f72;
    color: #0d3f72;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .hm-account-v3 .hm-portal-dashboard__work-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hm-account-v3 .hm-portal-dashboard__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .hm-account-v3 .hm-portal-dashboard__stats a,
    .hm-account-v3 .hm-portal-dashboard__stats a:link,
    .hm-account-v3 .hm-portal-dashboard__stats a:visited {
        min-height: 124px;
        padding: 16px;
    }

    .hm-account-v3 .hm-portal-action-section,
    .hm-account-v3 .hm-portal-dashboard-panel {
        padding: 18px 16px;
    }

    .hm-account-v3 .hm-portal-section-heading {
        align-items: flex-start;
    }

    .hm-account-v3 .hm-portal-action-list article {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hm-account-v3 .hm-portal-action-list article a,
    .hm-account-v3 .hm-portal-action-list article a:link,
    .hm-account-v3 .hm-portal-action-list article a:visited {
        width: 100%;
        margin-top: 4px;
    }

    .hm-account-v3 .hm-portal-dashboard__empty {
        align-items: stretch;
        flex-direction: column;
        padding: 20px 18px;
    }

    .hm-account-v3 .hm-portal-dashboard__empty > a,
    .hm-account-v3 .hm-portal-dashboard__empty > a:link,
    .hm-account-v3 .hm-portal-dashboard__empty > a:visited {
        width: 100%;
    }
}

/* Customer account V4: simple line-based account workspace. */
.hm-account-v4 {
    min-height: 62vh;
    color: #111827;
    background: #fff;
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hm-account-v4 h2,
.hm-account-v4 h3,
.hm-account-v4 strong {
    font-family: inherit;
    font-weight: 400;
}

.hm-mypage .hm-account-primary {
    overflow-x: auto;
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
    scrollbar-width: none;
}

.hm-mypage .hm-account-primary::-webkit-scrollbar {
    display: none;
}

.hm-mypage .hm-account-primary__inner {
    display: flex;
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    border: 1px solid #b8c4d0;
    background: #fff;
    box-sizing: border-box;
}

.hm-mypage .hm-account-primary a,
.hm-mypage .hm-account-primary a:link,
.hm-mypage .hm-account-primary a:visited {
    display: inline-flex;
    min-width: 0;
    min-height: 52px;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 0;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    transition: color .18s ease, background-color .18s ease;
}

.hm-mypage .hm-account-primary a + a,
.hm-mypage .hm-account-primary a + a:link,
.hm-mypage .hm-account-primary a + a:visited {
    border-left: 1px solid #b8c4d0;
}

.hm-mypage .hm-account-primary a:hover,
.hm-mypage .hm-account-primary a:focus {
    color: #111;
    background: #f3f6f9;
}

.hm-mypage .hm-account-primary a.is-active,
.hm-mypage .hm-account-primary a.is-active:link,
.hm-mypage .hm-account-primary a.is-active:visited {
    color: #fff;
    background: #0f2f53;
}

.hm-mypage .hm-account-primary a + a::before,
.hm-mypage .hm-account-primary a.is-active::after {
    display: none;
}

.hm-account-v4 .hm-mypage__inner {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    padding: 42px 20px 80px;
    box-sizing: border-box;
}

.hm-account-v4 .hm-account-content-head {
    margin: 0 0 28px;
    text-align: left;
}

.hm-account-v4 .hm-account-content-head h1 {
    margin: 0;
    color: #0f172a;
    font-family: inherit;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -.025em;
}

.hm-account-v4 .hm-account-content-head p {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -.015em;
}

.hm-account-v4 .hm-account-subtabs {
    display: flex;
    overflow-x: auto;
    margin: 0 0 28px;
    border-bottom: 1px solid #cbd5e1;
    background: #fff;
}

.hm-account-v4 .hm-account-subtabs a,
.hm-account-v4 .hm-account-subtabs a:link,
.hm-account-v4 .hm-account-subtabs a:visited {
    display: inline-flex;
    min-width: 130px;
    min-height: 46px;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 16px;
    border-bottom: 2px solid transparent;
    color: #475569;
    background: #fff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-account-v4 .hm-account-subtabs a:hover,
.hm-account-v4 .hm-account-subtabs a:focus,
.hm-account-v4 .hm-account-subtabs a.is-active,
.hm-account-v4 .hm-account-subtabs a.is-active:link,
.hm-account-v4 .hm-account-subtabs a.is-active:visited {
    border-bottom-color: #15803d;
    color: #15803d;
}

.hm-account-v4 .hm-account-subtabs b {
    color: inherit;
    font-size: 17px;
    font-weight: 400;
}

.hm-account-v4 .hm-mypage__layout,
.hm-account-v4 .hm-mypage__layout.is-subpage {
    display: block;
}

.hm-account-v4 .hm-mypage__content {
    width: 100%;
    min-width: 0;
}

.hm-account-v4 .hm-mypage-panel {
    min-height: 0;
    padding: 0;
    border: 0;
    background: #fff;
}

.hm-account-v4 .hm-portal-dashboard {
    display: grid;
    gap: 32px;
}

.hm-account-v4 .hm-portal-dashboard__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid #d7dee8;
}

.hm-account-v4 .hm-portal-dashboard__stats a,
.hm-account-v4 .hm-portal-dashboard__stats a:link,
.hm-account-v4 .hm-portal-dashboard__stats a:visited {
    display: flex;
    min-width: 0;
    min-height: 102px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 18px 20px;
    border: 0;
    color: #334155;
    background: #fff;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-account-v4 .hm-portal-dashboard__stats a + a {
    border-left: 1px solid #e2e8f0;
}

.hm-account-v4 .hm-portal-dashboard__stats a:hover,
.hm-account-v4 .hm-portal-dashboard__stats a:focus {
    background: #f8fafc;
}

.hm-account-v4 .hm-portal-dashboard__stats span {
    color: #64748b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.hm-account-v4 .hm-portal-dashboard__stats strong {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-top: 8px;
    color: #0f172a;
    font-family: inherit;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.025em;
}

.hm-account-v4 .hm-portal-dashboard__stats strong small {
    color: #64748b;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
}

.hm-account-v4 .hm-portal-dashboard__work-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.hm-account-v4 .hm-portal-action-section,
.hm-account-v4 .hm-portal-dashboard-panel {
    min-width: 0;
    padding: 0;
    border: 0;
    background: #fff;
}

.hm-account-v4 .hm-portal-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #0f172a;
}

.hm-account-v4 .hm-portal-section-heading h2 {
    margin: 0;
    color: #0f172a;
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -.02em;
}

.hm-account-v4 .hm-portal-section-heading > a,
.hm-account-v4 .hm-portal-section-heading > a:link,
.hm-account-v4 .hm-portal-section-heading > a:visited {
    color: #15803d;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.hm-account-v4 .hm-portal-action-list {
    display: grid;
    gap: 0;
    margin-top: 0;
}

.hm-account-v4 .hm-portal-action-list article {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px 4px;
    border: 0;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

.hm-account-v4 .hm-portal-action-list article > span {
    color: #64748b;
    font-size: 16px;
    font-weight: 400;
}

.hm-account-v4 .hm-portal-action-list article h3 {
    margin: 0;
    color: #0f172a;
    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.015em;
}

.hm-account-v4 .hm-portal-action-list article a,
.hm-account-v4 .hm-portal-action-list article a:link,
.hm-account-v4 .hm-portal-action-list article a:visited {
    display: inline-flex;
    min-width: 104px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border: 1px solid #15803d;
    color: #15803d;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
}

.hm-account-v4 .hm-portal-quick-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 0;
    border-bottom: 1px solid #e2e8f0;
}

.hm-account-v4 .hm-portal-quick-links a,
.hm-account-v4 .hm-portal-quick-links a:link,
.hm-account-v4 .hm-portal-quick-links a:visited {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border: 0;
    color: #334155;
    background: #fff;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-account-v4 .hm-portal-quick-links a + a {
    border-left: 1px solid #e2e8f0;
}

.hm-account-v4 .hm-portal-quick-links a:hover,
.hm-account-v4 .hm-portal-quick-links a:focus {
    color: #15803d;
    background: #f8fafc;
}

.hm-account-v4 .hm-portal-quick-links strong {
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -.01em;
}

.hm-account-v4 .hm-portal-dashboard-solutions,
.hm-account-v4 .hm-portal-solution-grid,
.hm-account-v4 .hm-portal-site-list,
.hm-account-v4 .hm-portal-license-list,
.hm-account-v4 .hm-portal-update-list {
    gap: 0;
    margin-top: 0;
    padding-top: 0;
}

.hm-account-v4 .hm-portal-dashboard-solutions article {
    padding: 18px 4px;
}

.hm-account-v4 .hm-portal-dashboard-solutions article > div strong,
.hm-account-v4 .hm-portal-dashboard-solutions dd,
.hm-account-v4 .hm-portal-dashboard-solutions__link,
.hm-account-v4 .hm-portal-dashboard-solutions__link:link,
.hm-account-v4 .hm-portal-dashboard-solutions__link:visited {
    font-weight: 400;
}

.hm-account-v4 .hm-portal-dashboard-solutions__link,
.hm-account-v4 .hm-portal-dashboard-solutions__link:link,
.hm-account-v4 .hm-portal-dashboard-solutions__link:visited {
    color: #15803d;
}

.hm-account-v4 .hm-portal-dashboard__empty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 0;
    padding: 22px 4px;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

.hm-account-v4 .hm-portal-dashboard__empty strong {
    color: #0f172a;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
}

.hm-account-v4 .hm-portal-dashboard__empty p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
}

.hm-account-v4 .hm-portal-dashboard__empty > a,
.hm-account-v4 .hm-portal-dashboard__empty > a:link,
.hm-account-v4 .hm-portal-dashboard__empty > a:visited {
    display: inline-flex;
    min-width: 142px;
    min-height: 40px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid #15803d;
    color: #15803d;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-account-v4 .hm-portal-solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hm-account-v4 .hm-portal-solution-card,
.hm-account-v4 .hm-portal-site-card,
.hm-account-v4 .hm-portal-license-card,
.hm-account-v4 .hm-portal-update-card,
.hm-account-v4 .hm-portal-detail-status,
.hm-account-v4 .hm-portal-detail-section {
    border: 1px solid #d7dee8;
    background: #fff;
}

.hm-account-v4 .hm-portal-detail-hero {
    margin-top: 0;
    border: 1px solid #d7dee8;
    color: #0f172a;
    background: #fff;
}

.hm-account-v4 .hm-portal-detail-hero > header span,
.hm-account-v4 .hm-portal-detail-hero > header h3,
.hm-account-v4 .hm-portal-detail-hero > header p,
.hm-account-v4 .hm-portal-detail-summary dt,
.hm-account-v4 .hm-portal-detail-summary dd {
    color: #0f172a;
}

.hm-account-v4 .hm-portal-detail-hero > header span,
.hm-account-v4 .hm-portal-detail-hero > header p,
.hm-account-v4 .hm-portal-detail-summary dt {
    color: #64748b;
}

.hm-account-v4 .hm-portal-detail-summary {
    border-color: #e2e8f0;
}

.hm-account-v4 .hm-portal-detail-summary > div,
.hm-account-v4 .hm-portal-detail-summary > div:nth-child(n + 4) {
    border-color: #e2e8f0;
}

.hm-account-v4 .hm-mypage-summary > div {
    min-height: 58px;
    border-color: #e2e8f0;
}

.hm-account-v4 .hm-mypage-summary dt,
.hm-account-v4 .hm-mypage-summary dd,
.hm-account-v4 .hm-mypage-table-wrap th,
.hm-account-v4 .hm-mypage-table-wrap td,
.hm-account-v4 .hm-mypage-table-wrap td a,
.hm-account-v4 .hm-mypage-table-wrap td strong,
.hm-account-v4 .hm-mypage-table-wrap td small,
.hm-account-v4 .hm-mypage-table-wrap td .hm-status {
    font-size: 16px;
    font-weight: 400;
}

.hm-account-v4 .hm-mypage-actions a,
.hm-account-v4 .hm-mypage-actions a:link,
.hm-account-v4 .hm-mypage-actions a:visited,
.hm-account-v4 .hm-mypage-empty a,
.hm-account-v4 .hm-mypage-empty a:link,
.hm-account-v4 .hm-mypage-empty a:visited {
    border-color: #15803d;
    color: #15803d;
    background: #fff;
    font-weight: 400;
}

.hm-account-v4 .hm-mypage-actions--profile {
    align-items: center;
    justify-content: center;
}

.hm-account-v4 .hm-mypage-actions--profile a,
.hm-account-v4 .hm-mypage-actions--profile a:link,
.hm-account-v4 .hm-mypage-actions--profile a:visited {
    border-color: #111;
    color: #fff;
    background: #111;
    font-weight: 600;
}

.hm-account-v4 .hm-mypage-actions--profile a:hover,
.hm-account-v4 .hm-mypage-actions--profile a:focus {
    border-color: #2b2b2b;
    color: #fff;
    background: #2b2b2b;
}

.hm-account-v4 .hm-mypage-actions--profile a:focus-visible {
    outline-color: #111;
}

.hm-account-v4 a:focus-visible {
    outline: 2px solid #15803d;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .hm-mypage .hm-account-primary {
        padding: 10px 0;
    }

    .hm-mypage .hm-account-primary__inner {
        width: max-content;
        min-width: calc(100% - 24px);
        margin: 0 12px;
    }

    .hm-mypage .hm-account-primary a,
    .hm-mypage .hm-account-primary a:link,
    .hm-mypage .hm-account-primary a:visited {
        min-width: 108px;
        min-height: 44px;
        flex: 0 0 108px;
        padding: 0 12px;
        font-size: 15px;
    }

    .hm-account-v4 .hm-mypage__inner {
        padding: 30px 18px 56px;
    }

    .hm-account-v4 .hm-account-content-head {
        margin-bottom: 22px;
    }

    .hm-account-v4 .hm-account-content-head h1 {
        font-size: 27px;
    }

    .hm-account-v4 .hm-account-subtabs {
        margin-bottom: 22px;
    }

    .hm-account-v4 .hm-account-subtabs a,
    .hm-account-v4 .hm-account-subtabs a:link,
    .hm-account-v4 .hm-account-subtabs a:visited {
        min-width: 142px;
        flex: 0 0 142px;
        padding: 0 12px;
        font-size: 17px;
    }

    .hm-account-v4 .hm-portal-dashboard {
        gap: 26px;
    }

    .hm-account-v4 .hm-portal-dashboard__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-account-v4 .hm-portal-dashboard__stats a,
    .hm-account-v4 .hm-portal-dashboard__stats a:link,
    .hm-account-v4 .hm-portal-dashboard__stats a:visited {
        min-height: 92px;
        padding: 15px;
    }

    .hm-account-v4 .hm-portal-dashboard__stats a:nth-child(odd) {
        border-left: 0;
    }

    .hm-account-v4 .hm-portal-dashboard__stats a:nth-child(n + 3) {
        border-top: 1px solid #e2e8f0;
    }

    .hm-account-v4 .hm-portal-dashboard__work-grid {
        gap: 26px;
    }

    .hm-account-v4 .hm-portal-action-list article {
        grid-template-columns: 1fr auto;
        gap: 7px 14px;
        padding: 16px 2px;
    }

    .hm-account-v4 .hm-portal-action-list article > span {
        grid-column: 1 / -1;
    }

    .hm-account-v4 .hm-portal-action-list article a,
    .hm-account-v4 .hm-portal-action-list article a:link,
    .hm-account-v4 .hm-portal-action-list article a:visited {
        min-width: 96px;
    }

    .hm-account-v4 .hm-portal-quick-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-account-v4 .hm-portal-quick-links a:nth-child(odd) {
        border-left: 0;
    }

    .hm-account-v4 .hm-portal-quick-links a:nth-child(n + 3) {
        border-top: 1px solid #e2e8f0;
    }

    .hm-account-v4 .hm-portal-dashboard__empty {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .hm-account-v4 .hm-portal-dashboard__empty > a,
    .hm-account-v4 .hm-portal-dashboard__empty > a:link,
    .hm-account-v4 .hm-portal-dashboard__empty > a:visited {
        width: 100%;
    }

    .hm-account-v4 .hm-portal-solution-grid {
        grid-template-columns: 1fr;
    }

    .hm-account-v4 .hm-portal-detail-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Purchase checkout: product review, buyer details, and order summary. */
.hm-purchase-page,
.hm-purchase-page button,
.hm-purchase-page input {
    font-family: "Noto Sans KR", "Noto Sans Korean", "Malgun Gothic", sans-serif;
    font-size: 16px;
}

.hm-purchase-page {
    color: #14263c;
    background: #f3f6fa;
}

.hm-purchase-page__section {
    padding: 42px 0 96px;
}

.hm-purchase-page__inner {
    max-width: 1200px;
}

.hm-purchase-page__back,
.hm-purchase-page__back:link,
.hm-purchase-page__back:visited {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: #42556d;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.hm-purchase-page__back:hover,
.hm-purchase-page__back:focus {
    color: #0d3f72;
    text-decoration: underline;
}

.hm-purchase-page__header {
    max-width: 780px;
    margin: 30px auto 40px;
    text-align: center;
}

.hm-purchase-page__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    border-radius: 999px;
    color: #0d3f72;
    background: #e7f1fb;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.hm-purchase-page__header h1 {
    margin: 17px 0 0;
    color: #0d1b35;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.045em;
    word-break: keep-all;
}

.hm-purchase-page__header p {
    margin: 15px 0 0;
    color: #42556d;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: -.025em;
    word-break: keep-all;
}

.hm-purchase-progress {
    display: grid;
    max-width: 900px;
    margin: 0 auto 42px;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
}

.hm-purchase-progress li {
    padding: 14px 4px 0;
    border-top: 3px solid #ced8e4;
    color: #718096;
    text-align: center;
}

.hm-purchase-progress li.is-current {
    border-top-color: #0d3f72;
    color: #0d3f72;
}

.hm-purchase-progress span,
.hm-purchase-progress strong {
    display: block;
    font-size: 16px;
    line-height: 1.45;
}

.hm-purchase-progress span {
    font-weight: 500;
}

.hm-purchase-progress strong {
    margin-top: 3px;
    color: inherit;
    font-weight: 700;
}

.hm-purchase-form {
    margin: 0;
}

.hm-purchase-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 28px;
    align-items: start;
}

.hm-purchase-form__body {
    display: grid;
    gap: 20px;
}

.hm-purchase-card,
.hm-purchase-summary,
.hm-purchase-state {
    box-sizing: border-box;
    border: 1px solid #d8e0ea;
    border-radius: 16px;
    background: #fff;
}

.hm-purchase-card {
    padding: 30px;
}

.hm-purchase-card__head {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e1e7ee;
}

.hm-purchase-card__head > span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #0d3f72;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.hm-purchase-card__head h2 {
    margin: 0;
    color: #0d1b35;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.035em;
}

.hm-purchase-card__head p {
    margin: 4px 0 0;
    color: #5a697c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -.02em;
    word-break: keep-all;
}

.hm-purchase-form__fieldset {
    margin: 0 0 24px;
    padding: 0;
    border: 0;
}

.hm-purchase-form__fieldset legend {
    margin: 0 0 10px;
    padding: 0;
    color: #1a2d45;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.hm-purchase-form__choice {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hm-purchase-form__choice label {
    position: relative;
    display: block;
    cursor: pointer;
}

.hm-purchase-form__choice input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.hm-purchase-form__choice label > span {
    display: block;
    min-height: 88px;
    padding: 16px 18px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}

.hm-purchase-form__choice input:checked + span {
    border-color: #0d3f72;
    background: #f2f7fc;
    box-shadow: inset 0 0 0 1px #0d3f72;
}

.hm-purchase-form__choice input:focus-visible + span {
    outline: 2px solid #E53935;
    outline-offset: 2px;
}

.hm-purchase-form__choice strong,
.hm-purchase-form__choice small {
    display: block;
    font-size: 16px;
    line-height: 1.45;
}

.hm-purchase-form__choice strong {
    color: #0d1b35;
    font-weight: 700;
}

.hm-purchase-form__choice small {
    margin-top: 5px;
    color: #5b6b7e;
    font-weight: 400;
}

.hm-purchase-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
}

.hm-purchase-form__full {
    grid-column: 1 / -1;
}

.hm-purchase-form__field {
    display: block;
    color: #1a2d45;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.hm-purchase-form__field > span {
    display: block;
    min-height: 25px;
}

.hm-purchase-form__field em,
.hm-purchase-form__field small {
    margin-left: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.hm-purchase-form__field em {
    color: #E53935;
}

.hm-purchase-form__field small {
    color: #607087;
}

.hm-purchase-form__field input[type="text"],
.hm-purchase-form__field input[type="email"],
.hm-purchase-form__field input[type="tel"] {
    display: block;
    width: 100%;
    height: 54px;
    margin-top: 8px;
    padding: 0 15px;
    border: 1px solid #bcc8d6;
    border-radius: 8px;
    color: #14263c;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    box-sizing: border-box;
    appearance: none;
}

.hm-purchase-form__field input[readonly] {
    color: #475569;
    background: #f2f5f8;
}

.hm-purchase-form__field input::placeholder {
    color: #8a98aa;
    opacity: 1;
}

.hm-purchase-form__field input:focus {
    border-color: #0d3f72;
    outline: 2px solid rgba(13, 63, 114, .14);
    outline-offset: 0;
}

.hm-purchase-form__note {
    margin: 14px 0 0;
    color: #5a697c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    word-break: keep-all;
}

.hm-purchase-form__disclosure {
    margin: 0 0 16px;
    border: 1px solid #d8e0ea;
    border-radius: 10px;
    background: #f7f9fc;
}

.hm-purchase-form__disclosure summary {
    padding: 16px 18px;
    color: #1a2d45;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
}

.hm-purchase-form__disclosure summary:focus-visible {
    outline: 2px solid #E53935;
    outline-offset: 2px;
}

.hm-purchase-form__disclosure dl {
    margin: 0;
    padding: 0 18px 16px;
}

.hm-purchase-form__disclosure dl > div {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 18px;
    padding: 12px 0;
    border-top: 1px solid #dfe6ee;
}

.hm-purchase-form__disclosure dt,
.hm-purchase-form__disclosure dd {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
}

.hm-purchase-form__disclosure dt {
    color: #1a2d45;
    font-weight: 700;
}

.hm-purchase-form__disclosure dd {
    color: #536174;
    font-weight: 400;
}

.hm-purchase-form__agree-all {
    margin-bottom: 10px;
    padding: 15px 16px;
    border-radius: 8px;
    background: #eaf2fa;
}

.hm-purchase-form__agree-all label,
.hm-purchase-form__agreements label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #1a2d45;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    cursor: pointer;
}

.hm-purchase-form__agree-all label {
    font-weight: 700;
}

.hm-purchase-form__agree-all input,
.hm-purchase-form__agreements input {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin: 3px 0 0;
    padding: 0;
    accent-color: #0d3f72;
}

.hm-purchase-form__agreements {
    display: grid;
    gap: 0;
}

.hm-purchase-form__agreements label {
    padding: 13px 2px;
    border-bottom: 1px solid #e6ebf1;
}

.hm-purchase-form__agreements label:last-child {
    border-bottom: 0;
}

.hm-purchase-form__agreements a,
.hm-purchase-form__agreements a:link,
.hm-purchase-form__agreements a:visited {
    margin-left: 4px;
    color: #0d3f72;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hm-purchase-summary {
    position: sticky;
    top: 96px;
    overflow: hidden;
    padding: 28px;
    border-top: 4px solid #0d3f72;
}

.hm-purchase-summary__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    color: #17623a;
    background: #e9f7ef;
    font-size: 16px;
    font-weight: 700;
}

.hm-purchase-summary__status > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1c9b57;
}

.hm-purchase-summary__code {
    display: block;
    margin-top: 26px;
    color: #0d3f72;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.hm-purchase-summary h2 {
    margin: 5px 0 0;
    color: #0d1b35;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.035em;
}

.hm-purchase-summary__price {
    margin: 22px 0 0;
    color: #0d1b35;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.hm-purchase-summary__price strong {
    margin-right: 3px;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.04em;
}

.hm-purchase-summary__vat {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.5;
}

.hm-purchase-summary__amounts {
    margin-top: 24px;
    padding: 17px 0;
    border-top: 1px solid #dfe6ee;
    border-bottom: 1px solid #dfe6ee;
}

.hm-purchase-summary__amounts > div,
.hm-purchase-summary__member,
.hm-purchase-summary__payment {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 6px 0;
}

.hm-purchase-summary__amounts span,
.hm-purchase-summary__amounts strong,
.hm-purchase-summary__member span,
.hm-purchase-summary__member strong,
.hm-purchase-summary__payment span,
.hm-purchase-summary__payment strong {
    font-size: 16px;
    line-height: 1.55;
}

.hm-purchase-summary__amounts span,
.hm-purchase-summary__member span,
.hm-purchase-summary__payment span {
    color: #5d6d80;
    font-weight: 400;
}

.hm-purchase-summary__amounts strong,
.hm-purchase-summary__member strong,
.hm-purchase-summary__payment strong {
    color: #1a2d45;
    font-weight: 600;
    text-align: right;
}

.hm-purchase-summary__amounts .is-total {
    margin-top: 9px;
    padding-top: 14px;
    border-top: 1px solid #dfe6ee;
}

.hm-purchase-summary__amounts .is-total span,
.hm-purchase-summary__amounts .is-total strong {
    color: #0d1b35;
    font-weight: 700;
}

.hm-purchase-summary__scope {
    padding: 22px 0;
    border-bottom: 1px solid #dfe6ee;
}

.hm-purchase-summary__scope h3 {
    margin: 0;
    color: #1a2d45;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}

.hm-purchase-summary__scope ul {
    display: grid;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.hm-purchase-summary__scope li {
    position: relative;
    padding-left: 20px;
    color: #42556d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    word-break: keep-all;
}

.hm-purchase-summary__scope li::before {
    position: absolute;
    top: 7px;
    left: 1px;
    width: 8px;
    height: 5px;
    border-bottom: 2px solid #0d3f72;
    border-left: 2px solid #0d3f72;
    transform: rotate(-45deg);
    content: "";
}

.hm-purchase-summary__member {
    padding-top: 20px;
}

.hm-purchase-summary__member strong {
    overflow-wrap: anywhere;
}

.hm-purchase-summary__payment {
    padding-bottom: 20px;
}

.hm-purchase-form__submit {
    display: flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 18px;
    border: 1px solid #0d1b35;
    border-radius: 9px;
    color: #fff;
    background: #0d1b35;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    box-sizing: border-box;
}

.hm-purchase-form__submit:hover,
.hm-purchase-form__submit:focus {
    border-color: #0d3f72;
    background: #0d3f72;
}

.hm-purchase-form__submit:focus-visible,
.hm-purchase-summary__cancel:focus-visible,
.hm-purchase-page__back:focus-visible {
    outline: 2px solid #E53935;
    outline-offset: 2px;
}

.hm-purchase-summary__note {
    margin: 13px 0 0;
    color: #5d6d80;
    font-size: 16px;
    line-height: 1.65;
    word-break: keep-all;
}

.hm-purchase-summary__cancel,
.hm-purchase-summary__cancel:link,
.hm-purchase-summary__cancel:visited {
    display: block;
    margin-top: 18px;
    color: #52647a;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hm-purchase-unavailable {
    display: grid;
    max-width: 960px;
    margin: 0 auto;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 20px;
}

.hm-purchase-unavailable__product {
    padding: 34px;
    border: 1px solid #d8e0ea;
    border-top: 4px solid #0d3f72;
    border-radius: 16px;
    background: #fff;
    box-sizing: border-box;
}

.hm-purchase-unavailable__product > span {
    display: block;
    color: #0d3f72;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.hm-purchase-unavailable__product h2 {
    margin: 5px 0 0;
    color: #0d1b35;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.035em;
}

.hm-purchase-unavailable__price {
    margin: 24px 0 0;
    color: #0d1b35;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.hm-purchase-unavailable__price strong {
    margin-right: 3px;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.04em;
}

.hm-purchase-unavailable__vat {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.5;
}

.hm-purchase-unavailable__product ul {
    display: grid;
    gap: 9px;
    margin: 26px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid #dfe6ee;
    list-style: none;
}

.hm-purchase-unavailable__product li {
    position: relative;
    padding-left: 20px;
    color: #42556d;
    font-size: 16px;
    line-height: 1.55;
    word-break: keep-all;
}

.hm-purchase-unavailable__product li::before {
    position: absolute;
    top: 7px;
    left: 1px;
    width: 8px;
    height: 5px;
    border-bottom: 2px solid #0d3f72;
    border-left: 2px solid #0d3f72;
    transform: rotate(-45deg);
    content: "";
}

.hm-purchase-state {
    max-width: 760px;
    margin: 0 auto;
    padding: 56px 42px;
    text-align: center;
}

.hm-purchase-unavailable .hm-purchase-state {
    display: flex;
    max-width: none;
    min-height: 100%;
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hm-purchase-state > span {
    color: #E53935;
    font-size: 16px;
    font-weight: 700;
}

.hm-purchase-state h2 {
    margin: 15px 0 0;
    color: #0d1b35;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.04em;
    word-break: keep-all;
}

.hm-purchase-state p {
    margin: 15px 0 0;
    color: #52647a;
    font-size: 16px;
    line-height: 1.75;
    word-break: keep-all;
}

.hm-purchase-state .hm-home__btn {
    margin-top: 26px;
    font-size: 16px;
}

@media (max-width: 1050px) {
    .hm-purchase-layout {
        grid-template-columns: 1fr;
    }

    .hm-purchase-summary {
        position: static;
    }

    .hm-purchase-unavailable {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .hm-purchase-page__section {
        padding: 24px 0 60px;
    }

    .hm-purchase-page__back,
    .hm-purchase-page__back:link,
    .hm-purchase-page__back:visited {
        min-height: 36px;
    }

    .hm-purchase-page__header {
        margin-top: 24px;
        margin-bottom: 30px;
    }

    .hm-purchase-page__header h1 {
        margin-top: 14px;
        font-size: 30px;
        line-height: 1.35;
    }

    .hm-purchase-page__header p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.7;
    }

    .hm-purchase-progress {
        gap: 7px;
        margin-bottom: 28px;
    }

    .hm-purchase-progress li {
        padding-top: 10px;
    }

    .hm-purchase-progress span,
    .hm-purchase-progress strong {
        font-size: 16px;
        line-height: 1.35;
    }

    .hm-purchase-progress strong {
        word-break: keep-all;
    }

    .hm-purchase-layout,
    .hm-purchase-form__body {
        gap: 16px;
    }

    .hm-purchase-card,
    .hm-purchase-summary {
        padding: 22px 18px;
        border-radius: 12px;
    }

    .hm-purchase-card__head {
        gap: 12px;
        margin-bottom: 22px;
        padding-bottom: 18px;
    }

    .hm-purchase-card__head > span {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .hm-purchase-card__head h2 {
        font-size: 22px;
    }

    .hm-purchase-card__head p {
        margin-top: 3px;
    }

    .hm-purchase-form__choice {
        gap: 8px;
    }

    .hm-purchase-form__choice label > span {
        min-height: 96px;
        padding: 15px 13px;
    }

    .hm-purchase-form__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hm-purchase-form__full {
        grid-column: auto;
    }

    .hm-purchase-form__field em,
    .hm-purchase-form__field small {
        display: block;
        margin: 1px 0 0;
    }

    .hm-purchase-form__disclosure dl > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .hm-purchase-form__agree-all {
        padding-right: 13px;
        padding-left: 13px;
    }

    .hm-purchase-form__agreements label {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .hm-purchase-summary {
        border-top-width: 4px;
    }

    .hm-purchase-summary__code {
        margin-top: 22px;
    }

    .hm-purchase-summary__price strong {
        font-size: 34px;
    }

    .hm-purchase-state {
        padding: 38px 20px;
        border-radius: 12px;
    }

    .hm-purchase-unavailable__product {
        padding: 26px 20px;
        border-radius: 12px;
    }

    .hm-purchase-unavailable__price strong {
        font-size: 34px;
    }

    .hm-purchase-state h2 {
        font-size: 26px;
    }
}

/* Simplified purchase form. */
.hm-purchase-simple,
.hm-purchase-simple button,
.hm-purchase-simple input,
.hm-purchase-simple select,
.hm-purchase-simple textarea {
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.hm-purchase-simple {
    background: #fff;
}

.hm-purchase-simple__hero {
    height: 220px;
    min-height: 220px;
    background: var(--hm-surface-blue);
}

.hm-purchase-simple__hero-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.hm-purchase-simple__section {
    padding: 48px 0 96px;
    background: #fff;
}

.hm-purchase-simple__inner {
    max-width: 960px;
}

.hm-purchase-simple__header {
    margin: 0;
    text-align: center;
}

.hm-purchase-simple__header > span {
    display: block;
    margin: 0 0 8px;
    color: #0d3f72;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.hm-purchase-simple__header h1 {
    margin: 0;
    color: #0d1b35;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.04em;
}

.hm-purchase-simple__header p {
    margin: 10px 0 0;
    color: #52647a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.hm-purchase-simple__panel {
    overflow: hidden;
    border: 1px solid #d8e0ea;
    border-radius: 0;
    background: #fff;
}

.hm-purchase-simple__form-section {
    padding: 30px;
    border-top: 1px solid #e1e7ee;
}

.hm-purchase-simple__form-section--details {
    padding-bottom: 0;
}

.hm-purchase-simple__panel > .hm-purchase-simple__form-section:first-child,
.hm-purchase-simple__panel > .hm-purchase-simple__state:first-child {
    border-top: 0;
}

.hm-purchase-simple__form-section > h2 {
    margin: 0 0 20px;
    color: #0d1b35;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.hm-purchase-simple__choice {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
}

.hm-purchase-simple__choice label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a2d45;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.hm-purchase-simple__choice input,
.hm-purchase-simple__agree-all input,
.hm-purchase-simple__agreements input {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin: 0;
    padding: 0;
    accent-color: #0d3f72;
}

.hm-purchase-simple__grid {
    display: block;
    border-top: 1px solid #e0e6ed;
}

.hm-purchase-simple__panel > .hm-purchase-simple__form-section:first-child .hm-purchase-simple__grid {
    border-top: 0;
}

.hm-purchase-simple__field {
    display: grid;
    min-width: 0;
    min-height: 72px;
    grid-template-columns: 210px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #e0e6ed;
    color: #1a2d45;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    box-sizing: border-box;
}

.hm-purchase-simple__field > span {
    display: block;
    padding-right: 8px;
}

.hm-purchase-simple__field em,
.hm-purchase-simple__field small {
    margin-left: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.hm-purchase-simple__field em {
    color: #E53935;
}

.hm-purchase-simple__field small {
    color: #607087;
}

.hm-purchase-simple__field input[type="text"],
.hm-purchase-simple__field input[type="email"],
.hm-purchase-simple__field input[type="tel"],
.hm-purchase-simple__field textarea {
    display: block;
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #bcc8d6;
    border-radius: 0;
    color: #14263c;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    appearance: none;
}

.hm-purchase-simple__field textarea {
    min-height: 110px;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.6;
    resize: vertical;
}

.hm-purchase-simple__field--memo {
    align-items: start;
    padding-top: 18px;
    padding-bottom: 18px;
}

.hm-purchase-simple__field--memo > span {
    padding-top: 13px;
}

.hm-purchase-simple__field > .hm-purchase-simple__field-control {
    display: block;
    min-width: 0;
    padding: 0;
}

.hm-purchase-simple__inline-note {
    display: block;
    margin: 8px 0 0 !important;
    color: #607087;
    font-size: 15px !important;
    line-height: 1.55;
}

.hm-purchase-simple__field--amount strong {
    color: #111;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
}

.hm-purchase-simple__field--product strong {
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.hm-purchase-simple__field--service-period {
    align-items: start;
    padding-top: 18px;
    padding-bottom: 18px;
}

.hm-purchase-simple__field--service-period > span {
    padding-top: 14px;
    color: #0d1b35;
    font-weight: 500;
}

.hm-purchase-simple__service-period {
    padding: 14px 18px;
    border-left: 3px solid #0d3f72;
    background: #f4f7fb;
}

.hm-purchase-simple__service-period dl {
    margin: 0;
}

.hm-purchase-simple__service-period dl > div {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 16px;
    padding: 5px 0;
}

.hm-purchase-simple__service-period dt,
.hm-purchase-simple__service-period dd {
    margin: 0;
    color: #22374e;
    font-size: 15px;
    line-height: 1.55;
}

.hm-purchase-simple__service-period dt {
    font-weight: 500;
}

.hm-purchase-simple__service-period dd {
    color: #111;
}

.hm-purchase-simple__service-period > p {
    margin: 8px 0 0;
    color: #52647a;
    font-size: 14px;
    line-height: 1.6;
    word-break: keep-all;
}

.hm-purchase-simple__service-period > p[hidden] {
    display: none !important;
}

.hm-purchase-simple__field--setup {
    align-items: start;
    padding-top: 18px;
    padding-bottom: 18px;
}

.hm-purchase-simple__field--setup > span {
    padding-top: 3px;
}

.hm-purchase-simple__setup-option {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: #1a2d45;
    cursor: pointer;
}

.hm-purchase-simple__setup-option input {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #0d3f72;
}

.hm-purchase-simple__setup-copy {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 14px;
    margin: 0;
}

.hm-purchase-simple__setup-option strong {
    flex: 0 0 auto;
    color: #111;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
}

.hm-purchase-simple__setup-option strong small {
    display: inline;
    margin-left: 5px;
    color: #607087;
    font-size: 14px;
    font-weight: 400;
}

.hm-purchase-simple__setup-description,
.hm-purchase-simple__field--setup p {
    color: #607087;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.hm-purchase-simple__setup-description {
    display: inline;
    min-width: 0;
    margin: 0;
    white-space: nowrap;
}

.hm-purchase-simple__field--setup p {
    grid-column: 2;
    margin: 10px 0 0;
}

.hm-purchase-simple__field--amount strong small {
    color: #607087;
    font-size: 14px;
    font-weight: 400;
}

.hm-purchase-simple__field input[readonly] {
    color: #52647a;
    background: #f2f5f8;
}

.hm-purchase-simple__field input::placeholder {
    color: #8a98aa;
    opacity: 1;
}

.hm-purchase-simple__field input:focus {
    border-color: #0d3f72;
    outline: 2px solid rgba(13, 63, 114, .14);
    outline-offset: 0;
}

.hm-purchase-simple__field textarea:focus {
    border-color: #0d3f72;
    outline: 2px solid rgba(13, 63, 114, .14);
    outline-offset: 0;
}

.hm-purchase-simple__payment-options {
    flex-wrap: wrap;
}

.hm-purchase-simple__note {
    margin: 10px 0 0 226px;
    color: #607087;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.hm-purchase-simple__details {
    margin-bottom: 14px;
    border: 1px solid #d8e0ea;
    border-radius: 0;
    background: #f7f9fc;
}

.hm-purchase-simple__details summary {
    padding: 14px 16px;
    color: #1a2d45;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}

.hm-purchase-simple__details dl {
    margin: 0;
    padding: 0 16px 14px;
}

.hm-purchase-simple__details dl > div {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 16px;
    padding: 10px 0;
    border-top: 1px solid #dfe6ee;
}

.hm-purchase-simple__details dt,
.hm-purchase-simple__details dd {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.hm-purchase-simple__details dt {
    color: #1a2d45;
    font-weight: 500;
}

.hm-purchase-simple__details dd {
    color: #536174;
    font-weight: 400;
}

.hm-purchase-simple__agree-all {
    padding: 13px 2px;
    border-radius: 0;
}

.hm-purchase-simple__agree-all label,
.hm-purchase-simple__agreements label {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: flex-start;
    gap: 10px;
    color: #1a2d45;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    cursor: pointer;
}

.hm-purchase-simple__agree-all input,
.hm-purchase-simple__agreements input {
    align-self: start;
    margin: 2px 0 0;
    box-sizing: border-box;
}

.hm-purchase-simple__agreements label {
    padding: 12px 2px;
    border-bottom: 1px solid #e6ebf1;
}

.hm-purchase-simple__agreements label:last-child {
    border-bottom: 0;
}

.hm-purchase-simple__agreements a,
.hm-purchase-simple__agreements a:link,
.hm-purchase-simple__agreements a:visited {
    margin-left: 3px;
    color: #0d3f72;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hm-purchase-simple__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0 0;
}

.hm-purchase-simple button.hm-purchase-simple__submit {
    display: inline-flex;
    min-width: 240px;
    min-height: 64px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 1px solid #0d1b35;
    border-radius: 0;
    color: #fff;
    background: #0d1b35;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.hm-purchase-simple button.hm-purchase-simple__submit:hover,
.hm-purchase-simple button.hm-purchase-simple__submit:focus {
    border-color: #0d3f72;
    background: #0d3f72;
}

.hm-purchase-simple__state {
    padding: 48px 30px;
    border-top: 1px solid #e1e7ee;
    text-align: center;
}

.hm-purchase-simple__state h2 {
    margin: 0;
    color: #0d1b35;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}

.hm-purchase-simple__state p {
    max-width: 620px;
    margin: 10px auto 0;
    color: #52647a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    word-break: keep-all;
}

.hm-purchase-simple__state a,
.hm-purchase-simple__state a:link,
.hm-purchase-simple__state a:visited {
    display: inline-flex;
    min-width: 180px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    padding: 0 20px;
    border: 1px solid #0d1b35;
    border-radius: 0;
    color: #fff;
    background: #0d1b35;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
}

.hm-account-v4 .hm-setup-portal__notice,
.hm-account-v4 .hm-setup-card__message,
.hm-account-v4 .hm-setup-card__alert {
    margin: 0 0 24px;
    padding: 20px 22px;
    border: 1px solid #cfd9e5;
    background: #f5f8fc;
    color: #33465c;
    line-height: 1.7;
}

.hm-account-v4 .hm-setup-portal__notice strong,
.hm-account-v4 .hm-setup-card__message strong {
    display: block;
    margin-bottom: 5px;
    color: #0d2d50;
    font-size: 17px;
}

.hm-account-v4 .hm-setup-portal__notice p,
.hm-account-v4 .hm-setup-card__message p,
.hm-account-v4 .hm-setup-card__alert {
    margin-top: 0;
    margin-bottom: 0;
}

.hm-account-v4 .hm-setup-card__alert {
    border-color: #ead39c;
    background: #fff9e9;
    color: #765714;
}

.hm-account-v4 .hm-setup-portal__list {
    display: grid;
    gap: 24px;
}

.hm-account-v4 .hm-setup-card {
    padding: 26px;
    border: 1px solid #d8e1eb;
    background: #fff;
}

.hm-account-v4 .hm-setup-card > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.hm-account-v4 .hm-setup-card > header span {
    color: #64758a;
    font-size: 13px;
}

.hm-account-v4 .hm-setup-card > header h2 {
    margin: 5px 0 0;
    color: #102b4a;
    font-size: 22px;
}

.hm-account-v4 .hm-setup-progress {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.hm-account-v4 .hm-setup-progress li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7a8797;
}

.hm-account-v4 .hm-setup-progress li::after {
    position: absolute;
    top: 14px;
    right: 8px;
    left: 38px;
    height: 1px;
    background: #d9e1ea;
    content: "";
}

.hm-account-v4 .hm-setup-progress li:last-child::after {
    display: none;
}

.hm-account-v4 .hm-setup-progress span {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8edf3;
    color: #53657a;
    font-size: 13px;
}

.hm-account-v4 .hm-setup-progress li.is-complete,
.hm-account-v4 .hm-setup-progress li.is-complete span {
    color: #fff;
}

.hm-account-v4 .hm-setup-progress li.is-complete span,
.hm-account-v4 .hm-setup-progress li.is-complete::after {
    background: #0d3f72;
}

.hm-account-v4 .hm-setup-progress li.is-complete strong {
    color: #0d3f72;
}

.hm-account-v4 .hm-setup-form {
    padding-top: 4px;
}

.hm-account-v4 .hm-setup-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hm-account-v4 .hm-setup-form label > span,
.hm-account-v4 .hm-setup-form legend {
    display: block;
    margin-bottom: 7px;
    color: #263b53;
    font-size: 14px;
    font-weight: 600;
}

.hm-account-v4 .hm-setup-form em {
    color: #c93535;
    font-style: normal;
}

.hm-account-v4 .hm-setup-form input[type="text"],
.hm-account-v4 .hm-setup-form input[type="email"],
.hm-account-v4 .hm-setup-form select,
.hm-account-v4 .hm-setup-form textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #bdc9d7;
    border-radius: 0;
    background: #fff;
    color: #14263c;
    font: inherit;
    box-sizing: border-box;
}

.hm-account-v4 .hm-setup-form__wide,
.hm-account-v4 .hm-setup-form__note {
    grid-column: 1 / -1;
}

.hm-account-v4 .hm-setup-form fieldset {
    display: flex;
    gap: 24px;
    margin: 22px 0;
    padding: 18px;
    border: 1px solid #d8e1eb;
}

.hm-account-v4 .hm-setup-form fieldset label,
.hm-account-v4 .hm-setup-form__security {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.hm-account-v4 .hm-setup-form__security {
    margin-top: 18px;
    padding: 16px;
    background: #f5f8fc;
}

.hm-account-v4 .hm-setup-form__security > span {
    margin: 0;
    font-weight: 400;
    line-height: 1.65;
}

.hm-account-v4 .hm-setup-form button {
    min-width: 190px;
    min-height: 50px;
    margin-top: 20px;
    border: 0;
    background: #0d1b35;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.hm-account-v4 .hm-setup-card__summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 20px 0 0;
    background: #dce4ed;
}

.hm-account-v4 .hm-setup-card__summary > div {
    padding: 16px;
    background: #f7f9fc;
}

.hm-account-v4 .hm-setup-card__summary dt,
.hm-account-v4 .hm-setup-card__summary dd {
    margin: 0;
}

.hm-account-v4 .hm-setup-card__summary dt {
    color: #68788b;
    font-size: 13px;
}

.hm-account-v4 .hm-setup-card__summary dd {
    margin-top: 5px;
    color: #14263c;
}

@media (max-width: 720px) {
    .hm-account-v4 .hm-setup-card {
        padding: 20px 16px;
    }

    .hm-account-v4 .hm-setup-card > header,
    .hm-account-v4 .hm-setup-form fieldset {
        flex-direction: column;
    }

    .hm-account-v4 .hm-setup-progress {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .hm-account-v4 .hm-setup-progress li::after {
        display: none;
    }

    .hm-account-v4 .hm-setup-form__grid,
    .hm-account-v4 .hm-setup-card__summary {
        grid-template-columns: 1fr;
    }

    .hm-account-v4 .hm-setup-form button {
        width: 100%;
    }
}

.hm-purchase-simple a:focus-visible,
.hm-purchase-simple button:focus-visible,
.hm-purchase-simple input:focus-visible,
.hm-purchase-simple summary:focus-visible {
    outline: 2px solid #E53935;
    outline-offset: 2px;
}

@media (max-width: 720px) {
    .hm-purchase-simple__hero {
        height: 200px;
        min-height: 200px;
    }

    .hm-purchase-simple__section {
        padding: 32px 0 64px;
    }

    .hm-purchase-simple__header {
        margin: 0;
    }

    .hm-purchase-simple__header h1 {
        font-size: 28px;
    }

    .hm-purchase-simple__panel {
        border-radius: 0;
    }

    .hm-purchase-simple__form-section {
        padding: 24px 18px;
    }

    .hm-purchase-simple__form-section--details {
        padding-bottom: 0;
    }

    .hm-purchase-simple__field {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 14px 0;
    }

    .hm-purchase-simple__field--memo > span {
        padding-top: 0;
    }

    .hm-purchase-simple__field--setup > span {
        padding-top: 0;
    }

    .hm-purchase-simple__field--service-period > span {
        padding-top: 0;
    }

    .hm-purchase-simple__service-period {
        padding: 14px 15px;
    }

    .hm-purchase-simple__service-period dl > div {
        grid-template-columns: 1fr;
        gap: 1px;
        padding: 6px 0;
        border-top: 1px solid #dfe6ee;
    }

    .hm-purchase-simple__service-period dl > div:first-child {
        border-top: 0;
    }

    .hm-purchase-simple__field--setup p {
        grid-column: 1;
        margin-top: 4px;
    }

    .hm-purchase-simple__setup-copy {
        gap: 10px;
    }

    .hm-purchase-simple__setup-description {
        white-space: normal;
    }


    .hm-purchase-simple__field em,
    .hm-purchase-simple__field small {
        display: inline;
        margin-left: 5px;
    }

    .hm-purchase-simple__note {
        margin: 10px 0 0;
    }

    .hm-purchase-simple__details dl > div {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .hm-purchase-simple__footer {
        align-items: stretch;
        padding: 22px 0 0;
    }

    .hm-purchase-simple button.hm-purchase-simple__submit {
        width: 100%;
        min-height: 64px;
        font-size: 20px;
    }

    .hm-purchase-simple__state {
        padding: 38px 18px;
    }

    .hm-purchase-simple__state h2 {
        font-size: 22px;
    }
}

/* Pricing cards and actions use square corners on every screen size. */
.hm-pricing-page .hm-home__pricing-grid,
.hm-pricing-page .hm-home__plan,
.hm-pricing-page .hm-home__plan:first-child,
.hm-pricing-page .hm-home__plan-link,
.hm-pricing-page .hm-home__pricing-addon,
.hm-pricing-page .hm-home__pricing-addon-price a,
.hm-pricing-page .hm-service-page__flow,
.hm-pricing-page .hm-service-page__status-grid > article {
    border-radius: 0;
}
