:root {
    --hh-member-ink: #151a17;
    --hh-member-green: #19594c;
    --hh-member-green-deep: #124b40;
    --hh-member-green-soft: #edf5f2;
    --hh-member-line: #dfe4e1;
    --hh-member-muted: #68716c;
    --hh-member-coral: #ff6247;
    --hh-member-surface: #f6f8f6;
}

.hh-member-page {
    color: var(--hh-member-ink);
    background: #fff;
}

.hh-member-page #wrap {
    min-width: 0;
    padding: 0;
    background: #fff;
}

.hh-member-page .hh-mobile-dock {
    display: none !important;
}

.hh-member-page input,
.hh-member-page button {
    font: inherit;
}

.hh-member-hero {
    border-bottom: 1px solid var(--hh-member-line);
    background: #fff;
}

.hh-member-hero__inner {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 45px;
    padding-bottom: 42px;
    box-sizing: border-box;
}

.hh-member-hero__inner > p,
.hh-member-kicker {
    margin: 0;
    color: var(--hh-member-green);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 720;
    letter-spacing: .13em;
}

.hh-member-hero h1 {
    margin: 12px 0 0;
    font-size: clamp(38px, 3.15vw, 50px);
    line-height: 1.06;
    font-weight: 670;
    letter-spacing: -.055em;
}

.hh-member-hero__inner > span {
    margin-top: 13px;
    color: #56615b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -.02em;
}

.hh-member-content {
    padding: 70px 0 110px;
    background: var(--hh-member-surface);
}

.hh-member-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 560px;
    align-items: start;
    gap: clamp(55px, 7vw, 110px);
}

.hh-member-benefit {
    padding-top: 34px;
}

.hh-member-benefit h2 {
    margin: 14px 0 0;
    font-size: clamp(31px, 3vw, 44px);
    line-height: 1.22;
    font-weight: 650;
    letter-spacing: -.05em;
}

.hh-member-benefit ol {
    max-width: 570px;
    margin: 38px 0 0;
    padding: 0;
    border-top: 1px solid var(--hh-member-line);
    list-style: none;
}

.hh-member-benefit li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    padding: 21px 0;
    border-bottom: 1px solid var(--hh-member-line);
}

.hh-member-benefit li > b {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--hh-member-green-soft);
    color: var(--hh-member-green);
    font-size: 10px;
    font-weight: 720;
    letter-spacing: .05em;
}

.hh-member-benefit li strong {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 630;
}

.hh-member-benefit li span {
    display: block;
    margin-top: 5px;
    color: var(--hh-member-muted);
    font-size: 13px;
    line-height: 1.55;
}

.hh-member-note {
    max-width: 570px;
    margin: 24px 0 0;
    padding: 18px 20px;
    border-radius: 12px;
    background: #eef1ef;
    color: #66706a;
    font-size: 12px;
    line-height: 1.65;
}

.hh-member-card {
    padding: 38px;
    border: 1px solid var(--hh-member-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(23, 36, 29, .08);
    box-sizing: border-box;
}

.hh-member-card__heading {
    position: relative;
}

.hh-member-card__heading h2 {
    margin: 10px 0 0;
    font-size: 29px;
    line-height: 1.2;
    font-weight: 670;
    letter-spacing: -.045em;
}

.hh-member-card__heading > span {
    position: absolute;
    right: 0;
    bottom: 4px;
    color: var(--hh-member-muted);
    font-size: 11px;
}

.hh-member-card__heading i,
.hh-field > span i,
.hh-field > label i {
    color: var(--hh-member-coral);
    font-style: normal;
}

.hh-provider-badge {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    padding: 0 15px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 610;
}

.hh-provider-badge b {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
}

.hh-provider-badge.is-kakao { background: #fff8cc; color: #2d2813; }
.hh-provider-badge.is-kakao b { background: #fee500; }
.hh-provider-badge.is-naver { background: #e8f9ef; color: #075f2f; }
.hh-provider-badge.is-naver b { background: #03c75a; color: #fff; }

.hh-form-alert {
    margin-top: 22px;
    padding: 14px 16px;
    border: 1px solid #ffd0c8;
    border-radius: 10px;
    background: #fff5f2;
    color: #b63724;
    font-size: 13px;
    line-height: 1.55;
}

.hh-member-form {
    margin-top: 28px;
}

.hh-member-social-entry {
    margin-top: 28px;
}

.hh-member-social-entry__buttons {
    display: grid;
    gap: 10px;
}

.hh-member-social-button {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 670;
    transition: filter .16s ease, transform .16s ease;
}

.hh-member-social-button:hover {
    filter: brightness(.98);
    transform: translateY(-1px);
}

.hh-member-social-button:focus-visible {
    outline: 3px solid rgba(25, 89, 76, .16);
    outline-offset: 2px;
}

.hh-member-social-button b {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
}

.hh-member-social-button.is-kakao {
    border-color: #fee500;
    background: #fee500;
    color: #211d0d;
}

.hh-member-social-button.is-kakao b {
    background: rgba(33, 29, 13, .1);
}

.hh-member-social-button.is-naver {
    border-color: #03c75a;
    background: #03c75a;
    color: #fff;
}

.hh-member-social-button.is-naver b {
    background: rgba(255, 255, 255, .18);
}

.hh-member-signup-divider {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 22px 0;
    color: #8a928d;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

.hh-member-signup-divider::before,
.hh-member-signup-divider::after {
    content: "";
    height: 1px;
    flex: 1 1 auto;
    background: var(--hh-member-line);
}

.hh-member-social-entry + .hh-member-form {
    margin-top: 0;
}

.hh-form-fields {
    display: grid;
    gap: 19px;
}

.hh-field {
    display: grid;
    gap: 8px;
}

.hh-field > span:first-child,
.hh-field > label {
    color: var(--hh-member-ink);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 630;
}

.hh-field > span em {
    margin-left: 6px;
    color: #8e9691;
    font-size: 10px;
    font-style: normal;
    font-weight: 550;
}

.hh-field input {
    width: 100%;
    height: 54px;
    padding: 0 16px;
    border: 1px solid #cfd6d2;
    border-radius: 10px;
    outline: 0;
    box-sizing: border-box;
    background: #fff;
    color: var(--hh-member-ink);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 520;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.hh-field input::placeholder { color: #9aa29e; }
.hh-field input:focus {
    border-color: var(--hh-member-green);
    box-shadow: 0 0 0 3px rgba(25, 89, 76, .08);
}

.hh-field small {
    min-height: 17px;
    color: #7b837e;
    font-size: 11px;
    line-height: 1.5;
}

.hh-field small.is-ok { color: var(--hh-member-green); font-weight: 620; }
.hh-field small.is-error { color: #c53d29; font-weight: 580; }

.hh-password-input,
.hh-code-input {
    position: relative;
    display: block;
}

.hh-password-input input { padding-right: 68px; }
.hh-password-input button {
    position: absolute;
    top: 50%;
    right: 13px;
    padding: 6px;
    border: 0;
    background: transparent;
    color: var(--hh-member-green);
    font-size: 11px;
    font-weight: 650;
    transform: translateY(-50%);
    cursor: pointer;
}

.hh-inline-input {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 128px;
    gap: 9px;
}

.hh-inline-input > button {
    border: 1px solid var(--hh-member-green);
    border-radius: 10px;
    background: #fff;
    color: var(--hh-member-green);
    font-size: 12px;
    font-weight: 650;
    cursor: pointer;
}

.hh-inline-input > button:hover { background: var(--hh-member-green-soft); }
.hh-inline-input > button:disabled { cursor: default; opacity: .62; }
.hh-code-row { margin-top: 1px; }
.hh-code-row[hidden] { display: none; }
.hh-code-input input { padding-right: 68px; }
.hh-code-input em {
    position: absolute;
    top: 50%;
    right: 14px;
    color: var(--hh-member-coral);
    font-size: 11px;
    font-style: normal;
    font-weight: 650;
    transform: translateY(-50%);
}

.hh-phone-auth.is-verified .hh-inline-input:first-of-type input {
    border-color: var(--hh-member-green);
    background: var(--hh-member-green-soft);
}

.hh-agreements {
    margin: 31px 0 0;
    padding: 0;
    border: 0;
}

.hh-agreements legend {
    margin-bottom: 13px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 670;
    letter-spacing: -.025em;
}

.hh-agree-all {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    border: 1px solid #cfd6d2;
    border-radius: 10px;
    cursor: pointer;
}

.hh-agree-all b { font-size: 14px; font-weight: 650; }
.hh-agreements > p {
    margin: 8px 0 15px;
    color: #8a928d;
    font-size: 10px;
    line-height: 1.45;
}

.hh-agreement-list {
    border-top: 1px solid var(--hh-member-line);
}

.hh-agreement-list > div {
    position: relative;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #edf0ee;
}

.hh-agreement-list label,
.hh-agree-all {
    position: relative;
}

.hh-agreement-list label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
}

.hh-agreement-list label b {
    font-size: 12px;
    line-height: 1.45;
    font-weight: 560;
}

.hh-agreement-list input,
.hh-agree-all input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.hh-agreement-list label > span,
.hh-agree-all > span {
    width: 18px;
    height: 18px;
    position: relative;
    flex: 0 0 auto;
    border: 1px solid #c8cfcb;
    border-radius: 5px;
    background: #fff;
}

.hh-agreement-list input:checked + span,
.hh-agree-all input:checked + span {
    border-color: var(--hh-member-green);
    background: var(--hh-member-green);
}

.hh-agreement-list input:checked + span::after,
.hh-agree-all input:checked + span::after {
    content: "";
    width: 7px;
    height: 4px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
}

.hh-agreement-list details { position: static; }
.hh-agreement-list summary {
    color: #7e8681;
    font-size: 10px;
    cursor: pointer;
    list-style: none;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.hh-agreement-list summary::-webkit-details-marker { display: none; }
.hh-agreement-list details > p {
    width: 100%;
    margin: 0;
    padding: 13px 14px;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    z-index: 2;
    border: 1px solid var(--hh-member-line);
    border-radius: 9px;
    box-sizing: border-box;
    background: #f7f9f8;
    color: #66706a;
    font-size: 10px;
    line-height: 1.65;
    box-shadow: 0 10px 25px rgba(20, 36, 28, .08);
}
.hh-agreement-list details a { color: var(--hh-member-green); font-weight: 650; }

.hh-member-submit {
    width: 100%;
    height: 58px;
    margin-top: 28px;
    border: 1px solid var(--hh-member-green);
    border-radius: 10px;
    background: var(--hh-member-green);
    color: #fff;
    font-size: 15px;
    font-weight: 670;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(25, 89, 76, .16);
}
.hh-member-submit:hover { border-color: var(--hh-member-green-deep); background: var(--hh-member-green-deep); }
.hh-member-submit:disabled { cursor: wait; opacity: .7; }

.hh-member-login-link {
    margin: 20px 0 0;
    color: #707873;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}
.hh-member-login-link a {
    margin-left: 4px;
    color: var(--hh-member-green);
    font-weight: 680;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hh-recovery-wrap {
    display: flex;
    justify-content: center;
}

.hh-recovery-card {
    width: 100%;
    max-width: 560px;
}

.hh-recovery-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    margin: -11px -11px 30px;
    padding: 4px;
    border-radius: 11px;
    background: #eef1ef;
}

.hh-recovery-tabs button {
    height: 45px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #68716c;
    font-size: 13px;
    font-weight: 580;
    cursor: pointer;
}

.hh-recovery-tabs button.is-active {
    background: #fff;
    color: var(--hh-member-green);
    font-weight: 670;
    box-shadow: 0 3px 10px rgba(20, 36, 28, .07);
}

.hh-recovery-panel[hidden] { display: none; }
.hh-recovery-lead {
    margin: 12px 0 0;
    color: var(--hh-member-muted);
    font-size: 12px;
    line-height: 1.65;
}

.hh-recovery-result {
    margin-top: 18px;
    padding: 20px;
    border-radius: 11px;
    text-align: center;
}
.hh-recovery-result[hidden] { display: none; }
.hh-recovery-result.is-ok { border: 1px solid #c9ded6; background: var(--hh-member-green-soft); color: var(--hh-member-green); }
.hh-recovery-result.is-error { border: 1px solid #ffd0c8; background: #fff5f2; color: #b63724; font-size: 12px; line-height: 1.55; }
.hh-recovery-result > span { display: block; font-size: 10px; font-weight: 650; letter-spacing: .08em; }
.hh-recovery-result > strong { display: block; margin-top: 5px; font-size: 22px; line-height: 1.35; font-weight: 700; }
.hh-recovery-result > p { margin: 8px 0 0; font-size: 11px; line-height: 1.5; }
.hh-recovery-result > a { display: inline-flex; margin-top: 13px; color: var(--hh-member-green); font-size: 12px; font-weight: 670; text-decoration: underline; text-underline-offset: 3px; }

.hh-join-complete-wrap { min-height: 64vh; padding-top: 85px; }
.hh-join-complete {
    max-width: 650px;
    margin: 0 auto;
    padding: 56px;
    border: 1px solid var(--hh-member-line);
    border-radius: 20px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    box-shadow: 0 22px 55px rgba(23, 36, 29, .08);
}
.hh-join-complete__mark {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background: var(--hh-member-green-soft);
    color: var(--hh-member-green);
    font-size: 24px;
    font-weight: 700;
}
.hh-join-complete h1 { margin: 13px 0 0; font-size: 36px; line-height: 1.25; font-weight: 670; letter-spacing: -.05em; }
.hh-join-complete > p:not(.hh-member-kicker) { margin: 16px 0 0; color: var(--hh-member-muted); font-size: 14px; line-height: 1.7; }
.hh-join-complete__benefit { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; margin-top: 28px; padding: 19px 20px; border-radius: 11px; background: var(--hh-member-green-soft); text-align: left; }
.hh-join-complete__benefit span { color: var(--hh-member-green); font-size: 10px; font-weight: 720; letter-spacing: .06em; }
.hh-join-complete__benefit strong { font-size: 14px; font-weight: 660; }
.hh-join-complete__benefit em { color: var(--hh-member-coral); font-size: 11px; font-style: normal; font-weight: 650; }
.hh-join-complete__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 25px; }
.hh-join-complete__actions a { min-height: 54px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--hh-member-green); border-radius: 10px; color: var(--hh-member-green); font-size: 13px; font-weight: 650; }
.hh-join-complete__actions a:first-child { background: var(--hh-member-green); color: #fff; }

@media (max-width: 950px) {
    .hh-member-layout { grid-template-columns: minmax(0, 1fr) 520px; gap: 40px; }
}

@media (max-width: 860px) {
    .hh-member-content { padding: 42px 0 76px; }
    .hh-member-layout { display: flex; flex-direction: column; gap: 25px; }
    .hh-member-card { order: 1; width: 100%; max-width: 590px; align-self: center; }
    .hh-member-benefit { order: 2; width: 100%; max-width: 590px; align-self: center; padding-top: 20px; }
}

@media (max-width: 720px) {
    .hh-member-page .hh-footer { margin-bottom: 0; }
    .hh-member-hero__inner { min-height: 170px; padding-top: 28px; padding-bottom: 29px; }
    .hh-member-hero h1 { margin-top: 9px; font-size: 34px; }
    .hh-member-hero__inner > span { margin-top: 10px; font-size: 13px; }
    .hh-member-content { padding: 20px 0 58px; }
    .hh-member-card { padding: 26px 19px; border-radius: 14px; box-shadow: none; }
    .hh-member-card__heading h2 { font-size: 25px; }
    .hh-member-benefit h2 { font-size: 29px; }
    .hh-member-benefit ol { margin-top: 26px; }
    .hh-inline-input { grid-template-columns: minmax(0, 1fr) 116px; }
    .hh-join-complete-wrap { padding-top: 20px; }
    .hh-join-complete { padding: 39px 20px; border-radius: 14px; box-shadow: none; }
    .hh-join-complete h1 { font-size: 29px; }
    .hh-join-complete__benefit { grid-template-columns: 1fr; gap: 5px; text-align: center; }
}

@media (max-width: 390px) {
    .hh-member-card__heading > span { position: static; display: block; margin-top: 8px; }
    .hh-inline-input { grid-template-columns: minmax(0, 1fr) 105px; }
    .hh-inline-input > button { font-size: 11px; }
    .hh-agreement-list label b { font-size: 11px; }
}
