:root {
    color-scheme: light;
    --member-text: #171717;
    --member-muted: #5f6368;
    --member-line: #e5e7eb;
    --member-bg: #f5f6f8;
    --member-kakao: #fee500;
}

html {
    scrollbar-gutter: stable;
}

@supports not (scrollbar-gutter: stable) {
    html {
        overflow-y: scroll;
    }
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--member-bg);
    color: var(--member-text);
    font-family: Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    word-break: keep-all;
}

body.kakao-login-page {
    background: #fff;
}

.member-login-site-main {
    min-height: 620px;
    padding: 48px 24px 72px;
    background: #fff;
}

.kakao-login-page .kakao-member-shell {
    padding: 0;
}

.kakao-member-shell {
    width: min(100% - 32px, 620px);
    margin: 0 auto;
    padding: 48px 0 72px;
}

.kakao-member-logo {
    display: inline-flex;
    margin: 0 0 20px;
    align-items: center;
    text-decoration: none;
}

.kakao-member-logo img {
    display: block;
    width: auto;
    height: 44px;
}

.kakao-member-card {
    padding: 36px;
    border: 1px solid var(--member-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(17, 24, 39, 0.06);
}

.kakao-member-card h1 {
    margin: 4px 0 10px;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.kakao-member-eyebrow,
.kakao-member-version {
    margin: 0;
    color: var(--member-muted);
    font-size: 13px;
    font-weight: 650;
}

.kakao-member-lead,
.kakao-member-message > p {
    margin: 0;
    color: var(--member-muted);
    font-size: 15px;
}

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

.kakao-member-consent + .kakao-member-consent {
    margin-top: 24px;
}

.kakao-member-consent-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.kakao-member-consent-head h2 {
    margin: 0;
    font-size: 17px;
    letter-spacing: -0.02em;
}

.kakao-member-consent-head span {
    color: #555;
    font-size: 12px;
    font-weight: 700;
}

.kakao-member-policy {
    max-height: 210px;
    overflow-y: auto;
    padding: 18px;
    border: 1px solid var(--member-line);
    border-radius: 12px;
    background: #fafafa;
    color: #45484d;
    font-size: 13px;
}

.kakao-member-policy p {
    margin: 0 0 12px;
}

.kakao-member-policy p:last-child {
    margin-bottom: 0;
}

.kakao-member-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 650;
    cursor: pointer;
}

.kakao-member-check input {
    width: 19px;
    height: 19px;
    margin: 1px 0 0;
    accent-color: #222;
}

.kakao-member-submit,
.kakao-member-secondary {
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    border: 0;
    border-radius: 12px;
    background: var(--member-kakao);
    color: #191919;
    font: inherit;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
}

.kakao-member-secondary {
    background: #222;
    color: #fff;
}

.kakao-member-cancel {
    display: block;
    margin-top: 14px;
    color: var(--member-muted);
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

.kakao-member-message {
    text-align: center;
}

.kakao-member-message .kakao-member-secondary {
    margin-top: 24px;
}

.kakao-member-dashboard__notice {
    margin-top: 26px;
    padding: 18px;
    border: 1px solid var(--member-line);
    border-radius: 12px;
    background: #fafafa;
}

.kakao-member-dashboard__notice strong {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.kakao-member-dashboard__notice p {
    margin: 0;
    color: var(--member-muted);
    font-size: 14px;
}

.member-mypage-page {
    background: #f6f7f9;
}

.member-mypage-page .float-kakao {
    display: none;
}

.member-site-main {
    min-height: 620px;
    padding: 48px 24px 72px;
    background: #f6f7f9;
}

.member-guest-site-main {
    padding-top: 42px;
    padding-right: 30px;
    padding-left: 30px;
}

.member-guest-layout {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.member-guest-panel {
    overflow: hidden;
}

.member-guest-desktop-header {
    display: flex;
    min-height: 82px;
    padding: 0 32px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid #eceef2;
}

.member-guest-desktop-header > div,
.member-guest-desktop-header span,
.member-guest-desktop-header strong {
    display: block;
}

.member-guest-desktop-header span {
    color: #777d86;
    font-size: 12px;
    font-weight: 600;
}

.member-guest-desktop-header strong {
    margin-top: 2px;
    color: #17191c;
    font-size: 24px;
    font-weight: 750;
    line-height: 1.35;
    letter-spacing: -.04em;
}

.member-guest-desktop-header a {
    display: inline-flex;
    min-height: 40px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe2e7;
    border-radius: 10px;
    color: #535962;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
}

.member-guest-desktop-header a:hover,
.member-guest-desktop-header a:focus-visible {
    border-color: #cbc6e8;
    background: #f8f7ff;
    color: #3617ce;
}

.member-guest-desktop-header a:focus-visible {
    outline: 3px solid rgba(54, 23, 206, .2);
    outline-offset: 2px;
}

.member-guest-panel .kakao-member-shell {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
}

@media (min-width: 641px) {
    .member-guest-panel .member-mypage-card {
        padding-right: 32px;
        padding-left: 32px;
    }
}

.member-guest-panel .member-guest-lookup {
    display: grid;
    width: 100%;
    margin: 0;
    padding: 48px 14px 54px;
    grid-template-columns: minmax(250px, .85fr) minmax(360px, 1.15fr);
    align-items: start;
    column-gap: 54px;
    row-gap: 18px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.member-guest-panel .member-guest-lookup__intro {
    display: block;
    grid-column: 1;
    grid-row: 1 / span 4;
    padding: 4px 8px 0 2px;
}

.member-guest-panel .member-guest-lookup__icon {
    margin-bottom: 20px;
}

.member-guest-panel .member-guest-lookup__intro h1 {
    margin-top: 6px;
    font-size: 28px;
}

.member-guest-panel .member-guest-lookup__intro > div > span {
    max-width: 290px;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.65;
}

.member-guest-panel .member-guest-lookup__error,
.member-guest-panel .member-guest-lookup__form,
.member-guest-panel .member-guest-lookup__member,
.member-guest-panel .member-guest-lookup__privacy {
    grid-column: 2;
}

.member-guest-panel .member-guest-lookup__error,
.member-guest-panel .member-guest-lookup__form {
    margin-top: 0;
}

.member-guest-panel .member-guest-lookup__member {
    margin-top: 6px;
}

.member-guest-panel .member-guest-lookup__privacy {
    margin-top: 0;
}

.member-mypage-layout {
    display: grid;
    width: min(100%, 1080px);
    margin: 0 auto;
    grid-template-columns: 216px minmax(0, 1fr);
    align-items: start;
    gap: 24px;
}

.member-mypage-sidebar,
.member-mypage-panel {
    border: 1px solid #dce2e9;
    border-radius: 16px;
    background: #fff;
}

.member-mypage-sidebar {
    padding: 24px 16px 16px;
}

.member-mypage-sidebar__account {
    display: flex;
    min-width: 0;
    padding: 0 0 24px;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #dce2e9;
}

.member-mypage-sidebar__avatar {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #f5f7fa;
    color: #3617ce;
}

.member-mypage-sidebar__avatar svg,
.member-mypage-sidebar__nav svg,
.member-mypage-sidebar__logout svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.member-mypage-sidebar__account-copy,
.member-mypage-sidebar__account-copy strong,
.member-mypage-sidebar__account-copy small {
    display: block;
    min-width: 0;
}

.member-mypage-sidebar__account-copy strong {
    overflow: hidden;
    color: #243247;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.member-mypage-sidebar__account-copy small {
    margin-top: 2px;
    color: #526071;
    font-size: 15px;
    line-height: 1.4;
}

.member-mypage-sidebar__nav {
    display: grid;
    gap: 4px;
    padding: 16px 0;
    border-bottom: 1px solid #dce2e9;
}

.member-mypage-sidebar__nav a,
.member-mypage-sidebar__logout {
    display: flex;
    min-height: 48px;
    padding: 8px;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    color: #526071;
    text-decoration: none;
    transition: background-color .16s ease, color .16s ease;
}

.member-mypage-sidebar__nav a > span,
.member-mypage-sidebar__logout > span {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.member-mypage-sidebar__nav strong,
.member-mypage-sidebar__logout strong {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.member-mypage-sidebar__nav a:hover,
.member-mypage-sidebar__nav a:focus-visible {
    background: #f5f7fa;
    color: #243247;
}

.member-mypage-sidebar__nav a.is-active {
    background: transparent;
    color: #3617ce;
}

.member-mypage-sidebar__nav a.is-active strong {
    font-weight: 700;
}

.member-mypage-sidebar__logout {
    border-top: 0;
    border-radius: 16px;
    color: #526071;
}

.member-mypage-sidebar__logout:hover,
.member-mypage-sidebar__logout:focus-visible {
    background: #f5f7fa;
    color: #d73a49;
}

.member-mypage-sidebar__nav a:focus-visible,
.member-mypage-sidebar__logout:focus-visible {
    outline: 3px solid rgba(54, 23, 206, .2);
    outline-offset: 2px;
}

.member-mypage-panel {
    min-width: 0;
    overflow: hidden;
}

.member-mypage-desktop-header {
    display: flex;
    min-height: 80px;
    padding: 16px 32px;
    align-items: center;
    border-bottom: 1px solid #dce2e9;
}

.member-mypage-desktop-header h1 {
    margin: 0;
    color: #243247;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.02em;
}

.member-mypage-page .kakao-member-shell {
    width: 100%;
    min-height: 520px;
    margin: 0;
    padding: 0;
}

.member-mypage-card {
    min-height: 520px;
    padding: 0 38px 30px;
    background: #fff;
    transition: opacity .14s ease;
}

.member-service-header {
    position: sticky;
    z-index: 5;
    top: 0;
    display: grid;
    min-height: 64px;
    padding: 0 12px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(10px);
}

.member-mypage-page .member-service-header {
    display: none;
}

.member-service-header strong {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.035em;
    text-align: center;
}

.member-service-back,
.member-service-home {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #111827;
    text-decoration: none;
}

.member-service-home {
    justify-self: end;
    color: #52525b;
}

.member-service-back svg,
.member-service-home svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.member-service-home svg {
    width: 36px;
    height: 36px;
    padding: 8px;
    border: 1px solid #e7e7eb;
    border-radius: 12px;
    background: #f7f7f8;
    box-sizing: border-box;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.member-service-back:hover,
.member-service-back:focus-visible {
    background: #f4f4f5;
}

.member-service-home:hover svg,
.member-service-home:focus-visible svg {
    border-color: #d8d2f6;
    background: #f5f3ff;
    color: #3617ce;
}

.member-service-header__spacer {
    width: 44px;
    height: 44px;
}

.member-mypage-content {
    min-width: 0;
}

.member-mypage-panel.is-loading {
    cursor: progress;
}

.member-mypage-panel.is-loading .member-mypage-card {
    opacity: .72;
    pointer-events: none;
}

.member-mypage-panel.is-entering .member-mypage-content {
    animation: member-mypage-content-enter .14s ease-out both;
}

@keyframes member-mypage-content-enter {
    from {opacity: .78;}
    to {opacity: 1;}
}

.member-service-back:focus-visible,
.member-service-home:focus-visible,
.member-application-item:focus-visible,
.member-mypage-home__links a:focus-visible,
.member-mypage-home__logout:focus-visible,
.member-profile__links a:focus-visible,
.member-profile__actions a:focus-visible,
.member-withdrawal__form button:focus-visible,
.member-withdrawal__form > a:focus-visible,
.member-application-empty a:focus-visible,
.member-application-pagination a:focus-visible,
.member-official-form a:focus-visible,
.member-detail-chat:focus-visible,
.member-application-guide-hero__return:focus-visible,
.member-application-guide-return:focus-visible {
    outline: 3px solid rgba(54, 23, 206, .22);
    outline-offset: 2px;
}

.member-profile,
.member-withdrawal {
    width: min(100%, 680px);
    margin: 0 auto;
    padding: 42px 0 64px;
}

.member-profile__intro {
    display: flex;
    padding: 0 2px 30px;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #e7e9ed;
}

.member-profile__provider {
    display: inline-flex;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 22px;
    font-weight: 700;
}

.member-profile__provider--kakao {
    background: #fee500;
    color: #191600;
}

.member-profile__provider--naver {
    background: #03c75a;
    color: #fff;
}

.member-profile__intro strong,
.member-profile__intro p {
    display: block;
    margin: 0;
}

.member-profile__intro strong {
    color: #17191c;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.035em;
}

.member-profile__intro p {
    margin-top: 4px;
    color: #526071;
    font-size: 15px;
    line-height: 1.55;
}

.member-profile__section {
    margin-top: 32px;
}

.member-profile__section h2 {
    margin: 0 2px 10px;
    color: #243247;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.member-profile__facts,
.member-profile__facts dt,
.member-profile__facts dd {
    margin: 0;
}

.member-profile__facts {
    border-top: 1px solid #e7e9ed;
}

.member-profile__facts > div {
    display: grid;
    min-height: 58px;
    padding: 14px 4px;
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #e7e9ed;
}

.member-profile__facts dt {
    color: #526071;
    font-size: 15px;
    font-weight: 500;
}

.member-profile__facts dd {
    color: #202328;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    overflow-wrap: anywhere;
}

.member-profile__privacy-note {
    margin: 16px 0 0;
    padding: 15px 16px;
    border-radius: 16px;
    background: #f6f7f9;
    color: #526071;
    font-size: 15px;
    line-height: 1.65;
}

.member-profile__links {
    border-top: 1px solid #e7e9ed;
}

.member-profile__links a {
    display: flex;
    min-height: 54px;
    padding: 0 4px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #e7e9ed;
    color: #2f3338;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.member-profile__links .main-icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    color: #526071;
}

.member-profile__links a:hover {
    color: #3617ce;
}

.member-profile__section--account {
    padding-top: 4px;
}

.member-profile__actions {
    display: flex;
    gap: 10px;
}

.member-profile__actions a {
    display: inline-flex;
    min-height: 46px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe2e7;
    border-radius: 16px;
    background: #fff;
    color: #4f555e;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.member-profile__actions a:hover {
    border-color: #c9cdd4;
    background: #f8f9fa;
}

.member-profile__actions a.is-withdraw {
    color: #b42318;
}

.member-withdrawal__intro {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.member-withdrawal__intro > span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #fff1f0;
    color: #b42318;
    font-size: 20px;
    font-weight: 800;
}

.member-withdrawal__intro strong,
.member-withdrawal__intro p {
    display: block;
    margin: 0;
}

.member-withdrawal__intro strong {
    color: #1d2024;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.035em;
}

.member-withdrawal__intro p {
    margin-top: 6px;
    color: #666d76;
    font-size: 14px;
    line-height: 1.6;
}

.member-withdrawal__notice {
    margin: 28px 0 0;
    padding: 20px 22px 20px 40px;
    border: 1px solid #e4e6ea;
    border-radius: 14px;
    background: #f8f9fa;
    color: #525861;
    font-size: 14px;
    line-height: 1.7;
}

.member-withdrawal__notice li + li {
    margin-top: 7px;
}

.member-withdrawal__form {
    margin-top: 24px;
}

.member-withdrawal__check {
    display: flex;
    min-height: 52px;
    padding: 14px 15px;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #dfe2e7;
    border-radius: 12px;
    color: #34383e;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    cursor: pointer;
}

.member-withdrawal__check input {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    margin: 1px 0 0;
    accent-color: #3617ce;
}

.member-withdrawal__form button,
.member-withdrawal__form > a {
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
}

.member-withdrawal__form button {
    margin-top: 18px;
    border: 1px solid #b42318;
    background: #b42318;
    color: #fff;
    cursor: pointer;
}

.member-withdrawal__form button:disabled {
    border-color: #d4d7dc;
    background: #d4d7dc;
    cursor: not-allowed;
}

.member-withdrawal__form > a {
    margin-top: 8px;
    color: #707680;
    text-decoration: none;
}

.member-mypage-home {
    width: 100%;
    margin: 0 auto;
    padding: 32px 0;
}

.member-mypage-home__intro {
    padding: 0 0 24px;
    border-bottom: 1px solid #dce2e9;
}

.member-mypage-home__intro strong,
.member-mypage-home__intro p {
    display: block;
    margin: 0;
}

.member-mypage-home__intro strong {
    color: #243247;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -.02em;
}

.member-mypage-home__intro p {
    margin-top: 8px;
    color: #526071;
    font-size: 15px;
    line-height: 1.55;
}

.member-mypage-home__group {
    margin-top: 32px;
}

.member-mypage-home__group h2 {
    margin: 0 0 8px;
    color: #526071;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.02em;
}

.member-mypage-home__links {
    border-top: 1px solid #dce2e9;
}

.member-mypage-home__links a {
    position: relative;
    display: flex;
    min-height: 88px;
    padding: 16px 8px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 0;
    color: #243247;
    text-decoration: none;
    transition: color .16s ease, background-color .16s ease;
}

.member-mypage-home__links a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #dce2e9;
    content: '';
}

.member-mypage-home__link-content {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 16px;
}

.member-mypage-home__copy,
.member-mypage-home__links a strong,
.member-mypage-home__links a small {
    display: block;
    min-width: 0;
}

.member-mypage-home__icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #f5f7fa;
    color: #3617ce;
}

.member-mypage-home__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.member-mypage-home__icon--logout {
    background: #f5f7fa;
    color: #526071;
}

.member-mypage-home__links a strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -.02em;
}

.member-mypage-home__links a small {
    margin-top: 3px;
    color: #526071;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.member-mypage-home__chevron {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.member-mypage-home__links a:hover {
    color: #3617ce;
    background: #faf9ff;
}

.member-mypage-home__logout {
    display: inline-flex;
    min-height: 44px;
    margin-top: 24px;
    padding: 8px;
    align-items: center;
    color: #526071;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.member-mypage-home__logout:hover {
    color: #3617ce;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.member-mypage-home__logout strong {
    font-size: inherit;
    font-weight: inherit;
}

.member-application-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.member-application-heading > div {
    min-width: 0;
}

.member-application-heading h2 {
    margin: 0;
    font-size: 21px;
    line-height: 1.35;
    letter-spacing: -.035em;
}

.member-application-heading p {
    margin: 5px 0 0;
    color: var(--member-muted);
    font-size: 14px;
}

.member-application-heading > span {
    flex: 0 0 auto;
    color: #555a61;
    font-size: 13px;
    font-weight: 700;
}

.member-application-overview {
    padding: 4px 0 34px;
}

.member-application-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.member-application-item {
    display: grid;
    min-width: 0;
    min-height: 122px;
    padding: 18px 20px;
    grid-template-columns: 76px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 18px;
    border: 1px solid #dfe2e7;
    border-radius: 16px;
    background: #fff;
    color: #202328;
    text-decoration: none;
    transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.member-application-item:hover {
    border-color: #cbc6e8;
    background: #fbfaff;
    box-shadow: 0 7px 20px rgba(36, 29, 75, .06);
}

.member-application-item__thumb {
    display: flex;
    width: 76px;
    height: 86px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 13px;
    background: #f5f6f8;
}

.member-application-item__thumb img {
    width: 100%;
    height: 100%;
    padding: 6px;
    object-fit: contain;
}

.member-application-item__thumb svg {
    width: 29px;
    height: 42px;
    fill: none;
    stroke: #a4a9b1;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.member-application-item__body {
    display: block;
    min-width: 0;
}

.member-application-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.member-application-item__date {
    color: #6f747d;
    font-size: 13px;
    font-weight: 550;
}

.member-application-status {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 10px;
    border-radius: 999px;
    background: #f0f1f3;
    color: #4b5057;
    font-size: 12px;
    font-weight: 750;
}

.member-application-status--active,
.member-application-status--shipping {
    background: #eeeaff;
    color: #3617ce;
}

.member-application-status--complete {
    background: #eaf7ef;
    color: #167541;
}

.member-application-status--hold,
.member-application-status--cancelled {
    background: #f5f5f6;
    color: #777c84;
}

.member-application-item__name {
    display: block;
    overflow: hidden;
    color: #202328;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: -.03em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.member-application-item__meta {
    display: block;
    margin-top: 5px;
    color: #5f656e;
    font-size: 13px;
    line-height: 1.45;
}

.member-application-item__number {
    display: block;
    margin-top: 7px;
    color: #8a9098;
    font-size: 12px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.member-application-item__chevron {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #a2a7af;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.member-application-detail {
    margin: 0 -38px -30px;
    background: #f3f5f7;
    color: #24272c;
    font-size: 14px;
}

.member-application-detail__number {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 38px;
    background: #f7f8fa;
}

.member-application-detail__number span {
    color: #555c66;
    font-size: 13px;
    font-weight: 500;
}

.member-application-detail__number strong {
    color: #292d33;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    overflow-wrap: anywhere;
}

.member-detail-section {
    margin-top: 8px;
    padding: 28px 38px;
    background: #fff;
}

.member-detail-section:first-of-type {
    margin-top: 0;
}

.member-detail-section__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.member-detail-section__heading > div > span {
    display: block;
    margin-bottom: 4px;
    color: #555c65;
    font-size: 13px;
    font-weight: 500;
}

.member-detail-section__heading h2 {
    margin: 0;
    color: #16181b;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -.035em;
}

.member-detail-section__heading--simple {
    align-items: center;
}

.member-official-form {
    margin-top: 20px;
    padding: 18px;
    border-radius: 13px;
    background: #f3f5f8;
}

.member-official-form strong {
    display: block;
    color: #20242a;
    font-size: 16px;
    font-weight: 700;
}

.member-official-form p {
    margin: 6px 0 0;
    color: #555c65;
    font-size: 14px;
    line-height: 1.6;
}

.member-official-form__primary {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    border-radius: 9px;
    background: #3617ce;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.member-official-form__guide {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border: 1px solid #d8dce3;
    border-radius: 9px;
    background: #fff;
    color: #34383f;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

.member-official-form__guide::after {
    width: 7px;
    height: 7px;
    margin: 0 2px 0 9px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    content: '';
    transform: rotate(45deg);
}

.member-official-form p.member-official-form__help {
    margin-top: 10px;
    color: #69707a;
    font-size: 12px;
    text-align: center;
}

.member-official-form--complete {
    background: #edf8f1;
}

.member-official-form--complete strong {
    color: #126b3a;
}

.member-progress-notice {
    margin: 14px 0 0;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff8e8;
    color: #705000;
    font-size: 14px;
    line-height: 1.55;
}

.member-progress-notice--cancelled {
    background: #f4f5f6;
    color: #666b72;
}

.member-progress-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.member-progress-list li {
    position: relative;
    display: grid;
    min-height: 42px;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
}

.member-progress-list li:not(:last-child)::before {
    position: absolute;
    top: 17px;
    bottom: -1px;
    left: 7px;
    width: 1px;
    background: #d8dce2;
    content: "";
}

.member-progress-list li.is-complete:not(:last-child)::before {
    background: #3617ce;
}

.member-progress-list__marker {
    position: relative;
    z-index: 1;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    border: 2px solid #c9ced5;
    border-radius: 50%;
    background: #fff;
}

.member-progress-list li.is-current .member-progress-list__marker {
    border: 4px solid #3617ce;
}

.member-progress-list li.is-complete .member-progress-list__marker {
    border-color: #3617ce;
    background: #3617ce;
}

.member-progress-list li strong {
    display: block;
    color: #7a818b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.member-progress-list__title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.member-progress-list__title time {
    flex: 0 0 auto;
    color: #555c65;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.member-progress-list li.is-complete strong {
    color: #34383e;
    font-weight: 600;
}

.member-progress-list li.is-current strong {
    color: #17191c;
    font-weight: 700;
}

.member-progress-list li p {
    margin: 3px 0 10px;
    color: #59606a;
    font-size: 13px;
    line-height: 1.55;
}

.member-delivery-tracking {
    display: grid;
    gap: 5px;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid #e0e3e8;
    border-radius: 11px;
    background: #f7f8fa;
}

.member-delivery-tracking span,
.member-delivery-tracking small {
    color: #626973;
    font-size: 13px;
    line-height: 1.5;
}

.member-delivery-tracking strong {
    color: #20242a;
    font-size: 15px;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.member-activation-request {
    display: grid;
    gap: 14px;
    margin-top: 14px;
    padding: 18px;
    border: 1px solid #d8d2f6;
    border-radius: 16px;
    background: #f7f5ff;
}

.member-activation-request strong {
    display: block;
    color: #1c2026;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.member-activation-request p {
    margin: 5px 0 0;
    color: #5a616b;
    font-size: 15px;
    line-height: 1.6;
}

.member-activation-request form {
    display: grid;
    gap: 7px;
}

.member-activation-request button {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 16px;
    background: #3617ce;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .18s ease, transform .18s ease;
}

.member-activation-request button:hover {
    background: #2c10b4;
}

.member-activation-request button:active {
    transform: translateY(1px);
}

.member-activation-request button:focus-visible {
    outline: 2px solid #3617ce;
    outline-offset: 3px;
}

.member-activation-request button:disabled {
    cursor: wait;
    opacity: .65;
}

.member-activation-request__feedback,
.member-activation-request__unavailable {
    min-height: 20px;
    color: var(--member-action-feedback-color, #5a3fd9) !important;
    font-size: var(--member-action-feedback-size, 13px) !important;
}

.member-activation-request--complete {
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
    border-color: #d7e8df;
    background: #f2faf5;
}

.member-activation-request--complete > span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #168653;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.member-account-page .member-mypage-panel .member-activation-request .member-activation-cancel,
.member-activation-request .member-activation-cancel {
    width: fit-content;
    max-width: 100%;
    min-height: 44px;
    margin-top: 12px;
    padding: 8px 16px;
    border: 1px solid #cbd0d9;
    border-radius: 16px;
    background: #fff;
    color: #363b45;
    font-size: 15px;
    font-weight: 500;
}
.member-account-page .member-mypage-panel .member-activation-request .member-activation-cancel:hover,
.member-activation-request .member-activation-cancel:hover {background: #f1effb; color: #3617ce;}
.member-activation-request--complete > span:has(svg) {background: transparent; color: #17653d; border-radius: 0;}
.member-activation-request--complete > span svg {width: 24px; height: 24px;}
.member-application-review p {margin: 12px 0; color: #525965; font-size: 15px; line-height: 1.65;}
.member-application-review .member-application-review__link {display: inline-flex; box-sizing: border-box; align-items: center; justify-content: center; max-width: 100%; min-height: 48px; margin-top: 16px; padding: 10px 20px; border: 1px solid #3617ce; border-radius: 16px; background: #3617ce; color: #fff; font: inherit; font-size: 16px; font-weight: 700; text-decoration: none;}
.member-application-review .member-application-review__link:hover {background: #2c10b4; color: #fff;}
.member-application-review .member-application-review__link:focus-visible {outline: 2px solid #3617ce; outline-offset: 3px;}
.member-action-notice {padding: 16px; margin-bottom: 24px; border-radius: 16px; background: #f1effb; color: #3617ce; font-size: 15px; line-height: 1.6;}

.member-detail-chat {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    background: #f1efff;
    color: #3617ce;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.member-detail-product {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eceef1;
}

.member-detail-product__image {
    display: flex;
    width: 92px;
    height: 92px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
    border: 1px solid #e4e7eb;
    border-radius: 13px;
    background: #f7f8fa;
}

.member-detail-product__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.member-detail-product__image span {
    color: #a0a5ad;
    font-size: 11px;
}

.member-detail-product > div:last-child {
    min-width: 0;
}

.member-detail-product strong,
.member-detail-product span {
    display: block;
}

.member-detail-product strong {
    color: #181b1f;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -.025em;
}

.member-detail-product span {
    margin-top: 5px;
    color: #5f6670;
    font-size: 14px;
    font-weight: 500;
}

.member-detail-definition {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
}

.member-detail-definition > div {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
}

.member-detail-definition dt,
.member-detail-definition dd {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.member-detail-definition dt {
    color: #5f6670;
    font-weight: 500;
}

.member-detail-definition dd {
    color: #23272d;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.member-detail-definition a {
    color: inherit;
    text-underline-offset: 3px;
}

.member-detail-plan-title {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    padding: 0 16px;
    border-radius: 11px;
    background: #f4f6f9;
}

.member-detail-plan-title strong {
    color: #20242a;
    font-size: 15px;
    font-weight: 700;
}

.member-detail-plan-title span {
    flex: 0 0 auto;
    color: #444a53;
    font-size: 14px;
    font-weight: 600;
}

.member-detail-plan-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0 0;
}

.member-detail-plan-facts > div {
    padding: 13px;
    border: 1px solid #e7e9ed;
    border-radius: 10px;
}

.member-detail-plan-facts dt,
.member-detail-plan-facts dd {
    margin: 0;
}

.member-detail-plan-facts dt {
    color: #646b75;
    font-size: 12px;
    font-weight: 500;
}

.member-detail-plan-facts dd {
    margin-top: 4px;
    color: #25292f;
    font-size: 14px;
    font-weight: 600;
}

.member-detail-plan-memo,
.member-payment-note {
    margin: 14px 0 0;
    color: #5f6670;
    font-size: 13px;
    line-height: 1.7;
}

.member-detail-benefit {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eceef1;
    font-size: 14px;
}

.member-detail-benefit span {
    color: #5f6670;
    font-weight: 500;
}

.member-detail-benefit strong {
    color: #23272d;
    font-weight: 600;
}

.member-payment-total {
    display: grid;
    margin-top: 18px;
    padding: 19px 18px;
    border-radius: 13px;
    background: #f1efff;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 3px 16px;
}

.member-payment-total span {
    color: #3e434b;
    font-size: 14px;
    font-weight: 600;
}

.member-payment-total strong {
    color: #3617ce;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.03em;
}

.member-payment-total small {
    color: #5f6670;
    font-size: 12px;
    grid-column: 1 / -1;
}

.member-payment-group {
    margin-top: 24px;
}

.member-payment-group + .member-payment-group {
    padding-top: 22px;
    border-top: 1px solid #eceef1;
}

.member-payment-group h3 {
    margin: 0 0 12px;
    color: #30343a;
    font-size: 15px;
    font-weight: 700;
}

.member-payment-group dl {
    display: grid;
    gap: 9px;
    margin: 0;
}

.member-payment-group dl > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}

.member-payment-group dt,
.member-payment-group dd {
    margin: 0;
    color: #555c65;
    font-size: 14px;
}

.member-payment-group dd {
    color: #25292f;
    font-weight: 600;
    text-align: right;
}

.member-payment-group dd small {
    margin-left: 3px;
    color: #69707a;
    font-size: 11px;
    font-weight: 500;
}

.member-payment-group dd.is-discount {
    color: #3617ce;
}

.member-payment-group .is-emphasis,
.member-payment-group .is-total {
    margin-top: 3px;
    padding-top: 11px;
    border-top: 1px solid #eceef1;
}

.member-payment-group .is-emphasis dt,
.member-payment-group .is-emphasis dd,
.member-payment-group .is-total dt,
.member-payment-group .is-total dd {
    color: #17191c;
    font-weight: 700;
}

.member-payment-group .is-total dd {
    color: #3617ce;
    font-size: 16px;
}

.member-payment-installment {
    align-items: flex-start !important;
}

.member-payment-installment dd {
    display: grid;
    justify-items: end;
    gap: 5px;
}

.member-payment-installment__total {
    color: #25292f;
    font-size: 14px;
    font-weight: 600;
}

.member-payment-installment__breakdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 3px 10px;
}

.member-payment-installment__breakdown small {
    position: relative;
    margin: 0 !important;
    color: #69707a;
    font-size: 12px;
    font-weight: 500;
}

.member-payment-installment__breakdown small + small {
    padding-left: 11px;
}

.member-payment-installment__breakdown small + small::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    background: #d9dde2;
    content: '';
    transform: translateY(-50%);
}

.member-signup-information {
    display: grid;
    gap: 0;
    margin: 18px 0 0;
}

.member-signup-information > div {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #eceef1;
}

.member-signup-information > div:first-child {
    padding-top: 0;
}

.member-signup-information > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.member-signup-information dt,
.member-signup-information dd {
    margin: 0;
}

.member-signup-information dt {
    color: #30343a;
    font-size: 14px;
    font-weight: 700;
}

.member-signup-information dd {
    display: grid;
    gap: 4px;
}

.member-signup-information dd strong {
    color: #20242a;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.5;
}

.member-signup-information dd span {
    color: #5a616b;
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: break-word;
}

.member-signup-information__note {
    margin: 18px 0 0;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f5f6f8;
    color: #606873;
    font-size: 13px;
    line-height: 1.65;
}

.member-contract-information__list {
    display: grid;
    gap: 0;
    margin: 20px 0 0;
}

.member-contract-information__list > div {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 16px;
    padding: 17px 0;
    border-bottom: 1px solid #eceef1;
}

.member-contract-information__list > div:first-child {
    padding-top: 0;
}

.member-contract-information__list > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.member-contract-information__list dt,
.member-contract-information__list dd {
    margin: 0;
}

.member-contract-information__list dt {
    color: #30343a;
    font-size: 14px;
    font-weight: 650;
}

.member-contract-information__list dd {
    display: grid;
    gap: 5px;
}

.member-contract-information__list dd strong {
    color: #20242a;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.5;
}

.member-contract-information__list dd span {
    color: #5a616b;
    font-size: 14px;
    line-height: 1.65;
}

.member-contract-information__notice {
    margin: 20px 0 0;
    padding: 13px 15px;
    border-radius: 10px;
    background: #f5f6f8;
    color: #606873;
    font-size: 13px;
    line-height: 1.65;
}

.member-detail-guide {
    display: grid;
    gap: 14px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.member-detail-guide li {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
}

.member-detail-guide strong {
    color: #2b2f35;
    font-size: 14px;
    font-weight: 700;
}

.member-detail-guide span {
    color: #555c65;
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: break-word;
}

.member-detail-seller {
    padding-bottom: 32px;
}

.member-common-footer > .only-mobile {
    display: none;
}

.member-common-footer .mobile-bottom-custom {
    padding: 25px 15px 20px;
    border-top: 1px solid #ddd;
    background: #f5f5f5;
    text-align: center;
}

.member-common-footer .mobile-bottom-custom h3 {
    margin: 0 0 15px;
    font-family: Pretendard, "Noto Sans KR", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -.03em;
}

.member-common-footer .mobile-bottom-custom .cs {
    display: table;
    width: 100%;
    padding: 17px 0;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.member-common-footer .mobile-bottom-custom .cs > div {
    display: table-cell;
    vertical-align: middle;
}

.member-common-footer .mobile-bottom-custom .tel {
    padding: 0 7px;
    color: #666;
    font-size: 12px;
    line-height: 1.3;
}

.member-common-footer .mobile-bottom-custom .tel a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.member-common-footer .mobile-bottom-custom .tel strong {
    color: #3a518d;
    font-size: 23px;
    font-weight: 800;
    white-space: nowrap;
}

.member-common-footer .mobile-bottom-custom .hour {
    color: #555;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
}

.member-common-footer #footer {
    padding: 45px 0;
    border-top: 1px solid #a6a6a6;
    background: #fff;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -.015em;
}

.member-common-footer #footer .contain {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
}

.member-common-footer #footer .footer {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.member-common-footer #footer .foot-logo {
    display: table-cell;
    width: 167px;
    padding-top: 5px;
    vertical-align: top;
}

.member-common-footer #footer .foot-logo img {
    display: block;
    max-width: 100%;
}

.member-common-footer #footer .foot-info {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
}

.member-common-footer #footer .f-links {
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
}

.member-common-footer #footer .f-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.member-common-footer #footer .f-links ul::after {
    display: block;
    clear: both;
    content: '';
}

.member-common-footer #footer .f-links li {
    position: relative;
    float: left;
    padding: 0 13px;
}

.member-common-footer #footer .f-links li::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 15px;
    background: #ddd;
    content: '';
}

.member-common-footer #footer .f-links li:first-child {
    padding-left: 0;
}

.member-common-footer #footer .f-links li:first-child::before {
    display: none;
}

.member-common-footer #footer a {
    color: inherit;
    text-decoration: none;
}

.member-common-footer #footer address {
    margin: 0;
    font-style: normal;
}

.member-common-footer #footer address span {
    display: inline-block;
    margin-right: 16px;
}

.member-common-footer #footer .foot-bnr {
    display: table-cell;
    width: 160px;
    text-align: right;
    vertical-align: top;
}

.member-common-footer #footer .foot-bnr img {
    max-width: 100%;
    margin-top: -12px;
}

.member-application-official--complete {
    color: #167541 !important;
}

.member-application-official--action {
    color: #b54708 !important;
}

.member-application-official--legacy {
    color: #777c84 !important;
}

.member-application-empty,
.member-mypage-placeholder {
    margin-top: 18px;
    padding: 44px 24px;
    border: 1px solid #e3e5e9;
    border-radius: 16px;
    background: #fafbfc;
    text-align: center;
}

.member-application-empty > span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    border-radius: 50%;
    background: #eceef2;
    color: #61666e;
    font-size: 18px;
    font-weight: 800;
}

.member-application-empty strong,
.member-mypage-placeholder strong {
    display: block;
    color: #24272b;
    font-size: 16px;
}

.member-application-empty p,
.member-mypage-placeholder p {
    margin: 7px 0 0;
    color: #747981;
    font-size: 13px;
}

.member-application-empty a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 0 16px;
    border-radius: 10px;
    background: #222;
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.member-application-empty__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.member-application-empty__actions a.is-secondary {
    border: 1px solid #d3d6db;
    background: #fff;
    color: #3f444a;
}

.member-application-empty--error {
    background: #fffaf6;
}

.member-guest-lookup {
    width: min(100%, 600px);
    margin: 40px auto 56px;
    padding: 34px 32px;
    border: 1px solid #e1e4e9;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(25, 28, 33, 0.05);
}

.member-guest-lookup__intro {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.member-guest-lookup__icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #f0f2ff;
    color: #3617ce;
}

.member-guest-lookup__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.member-guest-lookup__intro p,
.member-guest-lookup__intro h1,
.member-guest-lookup__intro > div > span {
    margin: 0;
}

.member-guest-lookup__intro p {
    color: #6d727a;
    font-size: 13px;
    font-weight: 700;
}

.member-guest-lookup__intro h1 {
    margin-top: 2px;
    color: #17191c;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -0.04em;
}

.member-guest-lookup__intro > div > span {
    display: block;
    margin-top: 8px;
    color: #646a72;
    font-size: 14px;
    line-height: 1.55;
}

.member-guest-lookup__error {
    margin: 24px 0 0;
    padding: 13px 14px;
    border: 1px solid #f0d4d4;
    border-radius: 10px;
    background: #fff7f7;
    color: #a33535;
    font-size: 13px;
    font-weight: 650;
}

.member-guest-lookup__form {
    display: grid;
    gap: 22px;
    margin-top: 30px;
}

.member-guest-lookup__form label > span {
    display: block;
    margin-bottom: 8px;
    color: #24272b;
    font-size: 14px;
    font-weight: 750;
}

.member-guest-lookup__form input {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border: 1px solid #cfd3d9;
    border-radius: 11px;
    outline: 0;
    background: #fff;
    color: #17191c;
    font: inherit;
    font-size: 16px;
    font-variant-numeric: tabular-nums;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.member-guest-lookup__form input::placeholder {
    color: #9ca1a8;
}

.member-guest-lookup__form input:focus {
    border-color: #3617ce;
    box-shadow: 0 0 0 3px rgba(54, 23, 206, 0.11);
}

.member-guest-lookup__form small {
    display: block;
    margin-top: 7px;
    color: #777d85;
    font-size: 12px;
}

.member-guest-lookup__form button {
    width: 100%;
    min-height: 52px;
    margin-top: 2px;
    border: 1px solid #3617ce;
    border-radius: 12px;
    background: #3617ce;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 750;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.member-guest-lookup__form button:hover {
    border-color: #2a10a8;
    background: #2a10a8;
}

.member-guest-lookup__form button:focus-visible,
.member-guest-lookup__member a:focus-visible {
    outline: 3px solid rgba(54, 23, 206, 0.22);
    outline-offset: 3px;
}

.member-guest-lookup__form button:disabled {
    border-color: #c9ccd1;
    background: #c9ccd1;
    cursor: not-allowed;
}

.member-guest-lookup__member {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid #e7e9ed;
    color: #6d7279;
    font-size: 13px;
}

.member-guest-lookup__member a {
    color: #3617ce;
    font-weight: 750;
    text-decoration: none;
}

.member-guest-lookup__privacy {
    margin: 18px 0 0;
    color: #858a91;
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.member-guest-lookup__footer {
    margin: 0 -38px -30px;
}

.member-application-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 22px;
}

.member-application-pagination a,
.member-application-pagination span {
    color: #5f646b;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.member-application-pagination a {
    display: inline-flex;
    min-width: 52px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--member-line);
    border-radius: 9px;
    background: #fff;
}

.member-application-guest-note {
    margin: 18px 0 0;
    color: #858a91;
    font-size: 12px;
    text-align: center;
}

.member-mypage-placeholder {
    margin-top: 30px;
}

.member-application-guide-page {
    background: #f6f7f9;
}

.member-application-guide-page .member-application-guide-mobile-header {
    display: none;
}

.member-application-guide-site-main {
    min-height: 680px;
    padding: 40px 24px 72px;
    background: #f6f7f9;
}

.member-application-guide-page .kakao-member-shell {
    width: min(100%, 1140px);
    padding: 0;
}

.member-application-guide-card {
    padding: 56px 32px 80px;
    border: 1px solid #e7e9ed;
    border-radius: 18px;
    background: #fff;
    text-align: left;
}

.member-application-guide-card--mypage {
    padding: 34px 0 56px;
    border: 0;
    border-radius: 0;
}

.member-application-guide-card--mypage .member-application-guide-hero,
.member-application-guide-card--mypage .member-application-guide-layout {
    max-width: none;
}

.member-application-guide-hero {
    max-width: 1200px;
    margin: 0 auto 46px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e4e7eb;
}

.member-application-guide-hero__return-row {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 22px;
}

.member-application-guide-hero__return {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border: 1px solid #d7d1f1;
    border-radius: 10px;
    background: #fff;
    color: #3617ce;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.member-application-guide-hero__return span {
    font-size: 17px;
    line-height: 1;
}

.member-application-guide-hero__return:hover {
    border-color: #bfb5ec;
    background: #f7f5ff;
}

.member-application-guide-hero__title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px 24px;
}

.member-application-guide-title {
    min-width: 0;
    margin: 0;
    color: #15171a;
    font-size: 34px;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: -.035em;
}

.member-application-guide-hero > p {
    margin: 12px 0 0;
    color: #555d67;
    font-size: 16px;
    line-height: 1.7;
}

.member-application-guide-notice {
    margin-top: 22px;
    padding: 14px 16px;
    border-left: 3px solid #3617ce;
    background: #f7f6fd;
    color: #4e5560;
    font-size: 14px;
    line-height: 1.65;
}

.member-application-guide-layout {
    max-width: 1200px;
    margin: 0 auto;
}

.member-application-guide-content {
    min-width: 0;
}

.member-application-guide-step {
    scroll-margin-top: 84px;
}

.member-application-guide-step + .member-application-guide-step {
    margin-top: 72px;
    padding-top: 64px;
    border-top: 1px solid #e4e7eb;
}

.member-application-guide-step__heading {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.member-application-guide-step__heading > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #3617ce;
    color: #fff;
    font-size: 17px;
    font-weight: 750;
}

.member-application-guide-step__heading p {
    margin: 0 0 5px;
    color: #3617ce;
    font-size: 13px;
    font-weight: 700;
}

.member-application-guide-step__heading h2 {
    margin: 0;
    color: #1c2025;
    font-size: 24px;
    font-weight: 720;
    line-height: 1.4;
    letter-spacing: -.025em;
}

.member-application-guide-tabs {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 6px;
    margin: 0;
    padding: 5px;
    border: 1px solid #d8d2f1;
    border-radius: 12px;
    background: #f5f3ff;
}

.member-application-guide-tabs button {
    min-width: 120px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #bbb3df;
    border-radius: 8px;
    background: #fff;
    color: #4b4564;
    font: inherit;
    font-size: 14px;
    font-weight: 650;
    cursor: pointer;
}

.member-application-guide-tabs button:hover {
    border-color: #7565c8;
    background: #fbfaff;
    color: #3617ce;
}

.member-application-guide-tabs button[aria-selected="true"] {
    border-color: #3617ce;
    background: #3617ce;
    color: #fff;
    box-shadow: 0 0 0 2px rgba(54, 23, 206, .16), 0 3px 8px rgba(54, 23, 206, .2);
}

.member-application-guide-tabs button:focus-visible {
    outline: 3px solid rgba(54, 23, 206, .2);
    outline-offset: 1px;
}

.member-application-guide-checklist {
    display: grid;
    gap: 8px;
    margin: 24px 0 20px 56px;
    padding: 0;
    color: #4f5761;
    font-size: 14px;
    line-height: 1.65;
    list-style: none;
}

.member-application-guide-checklist li {
    position: relative;
    padding-left: 19px;
}

.member-application-guide-checklist li::before {
    position: absolute;
    top: .7em;
    left: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3617ce;
    content: '';
}

.member-application-guide-checklist strong {
    color: #2b3037;
    font-weight: 700;
}

.member-application-guide-shot {
    width: min(100%, 860px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e0e3e8;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(30, 36, 46, .06);
}

.member-application-guide-shot picture {
    display: block;
}

.member-application-guide-shot img {
    display: block;
    width: 100%;
    height: auto;
}

.member-application-guide-face-flow {
    width: min(100%, 860px);
    margin: 28px auto 0;
    padding: 24px;
    border: 1px solid #e0e3e8;
    border-radius: 14px;
    background: #f7f8fa;
}

.member-application-guide-face-flow__heading h3 {
    margin: 0;
    color: #1c2025;
    font-size: 20px;
    font-weight: 720;
    line-height: 1.45;
}

.member-application-guide-face-flow__heading p {
    margin: 7px 0 0;
    color: #6d7580;
    font-size: 13px;
    line-height: 1.6;
}

.member-application-guide-face-flow__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.member-application-guide-face-flow__item {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dfe3e8;
    border-radius: 12px;
    background: #fff;
}

.member-application-guide-face-flow__label {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    border-bottom: 1px solid #eceef1;
}

.member-application-guide-face-flow__label span {
    display: inline-flex;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1effc;
    color: #3617ce;
    font-size: 12px;
    font-weight: 750;
}

.member-application-guide-face-flow__label strong {
    color: #2a3037;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.member-application-guide-face-flow__item img {
    display: block;
    width: 100%;
    height: auto;
}

.member-application-guide-face-flow__privacy {
    margin: 16px 0 0;
    color: #747c86;
    font-size: 12px;
    line-height: 1.55;
}

.member-application-guide-actions {
    margin-top: 64px;
    padding-top: 28px;
    border-top: 1px solid #e4e7eb;
    text-align: center;
}

.member-application-guide-actions p {
    margin: 0;
    color: #626a74;
    font-size: 14px;
    line-height: 1.65;
}

.member-application-guide-return {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 0 22px;
    border-radius: 10px;
    background: #3617ce;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.member-application-guide-return:hover {
    background: #2f13b8;
}

.social-policy-page .kakao-member-shell {
    width: min(100% - 40px, 820px);
}

.social-policy-card {
    padding: 44px 48px;
}

.social-policy-header {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--member-line);
}

.social-policy-header h1 {
    margin-bottom: 10px;
}

.social-policy-header > p:not(.kakao-member-eyebrow) {
    margin: 0;
    color: var(--member-muted);
    font-size: 15px;
    line-height: 1.7;
}

.social-policy-header > span {
    display: inline-block;
    margin-top: 12px;
    color: #777c84;
    font-size: 13px;
}

.social-policy-related {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 18px 0 6px;
}

.social-policy-related a {
    padding: 8px 11px;
    border: 1px solid #dfe2e7;
    border-radius: 8px;
    color: #42464d;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.social-policy-related a:hover {
    border-color: #b8bdc5;
    background: #f8f9fa;
}

.social-policy-related a:focus-visible {
    outline: 3px solid rgba(54, 23, 206, .22);
    outline-offset: 2px;
}

.social-policy-content section {
    padding-top: 28px;
}

.social-policy-content h2 {
    margin: 0 0 11px;
    color: #17191c;
    font-size: 18px;
    letter-spacing: -.025em;
}

.social-policy-content p,
.social-policy-content li {
    color: #4c5158;
    font-size: 14px;
    line-height: 1.8;
}

.social-policy-content p {
    margin: 0;
}

.social-policy-content ol,
.social-policy-content ul {
    margin: 0;
    padding-left: 22px;
}

.social-policy-table-wrap {
    overflow-x: auto;
    border: 1px solid #e1e4e8;
    border-radius: 10px;
}

.social-policy-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    text-align: left;
}

.social-policy-table th,
.social-policy-table td {
    padding: 13px 15px;
    border-bottom: 1px solid #e7e9ed;
    color: #4c5158;
    font-size: 13px;
    line-height: 1.65;
    vertical-align: top;
}

.social-policy-table thead th {
    background: #f5f6f8;
    color: #282b30;
    font-weight: 750;
}

.social-policy-table tbody th {
    width: 128px;
    color: #282b30;
    font-weight: 750;
}

.social-policy-table tr:last-child th,
.social-policy-table tr:last-child td {
    border-bottom: 0;
}

.social-policy-note {
    margin-top: 12px !important;
    padding: 13px 15px;
    border-radius: 9px;
    background: #f5f6f8;
    color: #3f4349 !important;
}

.social-policy-contact {
    margin-top: 10px !important;
}

.social-policy-supplement {
    margin-top: 28px;
    padding: 20px !important;
    border-radius: 10px;
    background: #f7f8fa;
}

.social-policy-company {
    display: grid;
    gap: 5px;
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid var(--member-line);
    color: #777c84;
    font-size: 12px;
    line-height: 1.6;
}

.social-policy-company strong {
    color: #383c42;
    font-size: 13px;
}

.kakao-login-card {
    width: min(100%, 500px);
    margin: 0 auto;
    padding: 48px 40px 40px;
    text-align: center;
    animation: kakao-login-enter .34s cubic-bezier(.22, .8, .32, 1) both;
}

.kakao-login-page .kakao-login-service-header {
    display: none;
}

.kakao-login-logo {
    justify-content: center;
    margin-bottom: 18px;
}

.kakao-login-card .kakao-member-lead {
    margin-top: 8px;
    color: #6b6f76;
    font-size: 15px;
}

.kakao-login-kicker {
    margin: 0;
    color: #53565c;
    font-size: 14px;
    font-weight: 600;
}

.kakao-login-card h1 {
    margin: 5px 0 0;
    color: #171717;
    font-size: 29px;
    letter-spacing: -.045em;
}

.kakao-login-action {
    position: relative;
    display: grid;
    gap: 10px;
    margin-top: 66px;
}

.kakao-login-tip {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    padding: 7px 11px;
    border-radius: 6px;
    background: #3a3a3d;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transform: translateX(-50%);
}

.kakao-login-tip::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #3a3a3d;
    content: "";
    transform: translateX(-50%);
}

.kakao-login-primary {
    display: flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 12px;
    background: var(--member-kakao);
    color: #191919;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: -.02em;
    text-decoration: none;
    transition: background-color .16s ease, transform .16s ease;
}

.kakao-login-primary:hover {
    background: #f2da00;
}

.kakao-login-primary:active {
    transform: translateY(1px);
}

.kakao-login-primary svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.naver-login-primary {
    display: flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 12px;
    background: #03c75a;
    color: #fff;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: -.02em;
    text-decoration: none;
    transition: background-color .16s ease, transform .16s ease;
}

.naver-login-primary:hover {
    background: #02b351;
}

.naver-login-primary:active {
    transform: translateY(1px);
}

.naver-login-primary__mark {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.kakao-login-primary:focus-visible,
.naver-login-primary:focus-visible,
.social-login-account-switch a:focus-visible,
.kakao-login-guest a:focus-visible {
    outline: 3px solid rgba(54, 23, 206, .25);
    outline-offset: 3px;
}

.social-login-account-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    color: #9a9da3;
    font-size: 13px;
}

.social-login-account-switch a {
    color: #5d6168;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-color: #c8cbd0;
    text-underline-offset: 3px;
}

.social-login-account-switch a:hover {
    color: #171717;
    text-decoration-color: #73777e;
}

.kakao-login-guest {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid var(--member-line);
}

.kakao-login-guest p {
    margin: 0 0 10px;
    color: #8a8e95;
    font-size: 13px;
}

.kakao-login-guest a {
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f0f2f5;
    color: #3b3e43;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.kakao-login-guest a:hover {
    background: #e7e9ed;
}

@keyframes kakao-login-enter {
    from {
        opacity: 0;
        transform: translateY(34px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 641px) and (max-width: 960px) {
    .member-site-main {
        padding: 36px 18px 60px;
    }

    .member-mypage-layout {
        grid-template-columns: 200px minmax(0, 1fr);
        gap: 18px;
    }

    .member-mypage-sidebar {
        padding-right: 10px;
        padding-left: 10px;
    }

    .member-mypage-sidebar__account {
        padding-right: 4px;
        padding-left: 4px;
        gap: 9px;
    }

    .member-mypage-sidebar__avatar {
        width: 38px;
        height: 38px;
        border-radius: 16px;
    }

    .member-mypage-sidebar__nav a,
    .member-mypage-sidebar__logout {
        padding-right: 9px;
        padding-left: 9px;
    }

    .member-mypage-desktop-header {
        padding-right: 30px;
        padding-left: 30px;
    }

    .member-mypage-card {
        padding-right: 30px;
        padding-left: 30px;
    }

    .member-application-detail {
        margin-right: -30px;
        margin-left: -30px;
    }

}

@media (max-width: 640px) {
    .kakao-login-page #header {
        display: none;
    }

    .kakao-login-page .kakao-login-service-header {
        display: grid;
        min-height: 60px;
        padding: 0 8px;
    }

    .kakao-login-page .member-common-footer {
        display: none;
    }

    .member-login-site-main {
        min-height: 0;
        padding: 28px 16px 48px;
    }

    .member-mypage-page #header {
        display: none;
    }

    .member-application-guide-page #header {
        display: none;
    }

    .member-application-guide-page .member-application-guide-mobile-header {
        display: grid;
        min-height: 60px;
        padding: 0 8px;
    }

    .member-application-guide-site-main {
        min-height: 0;
        padding: 0;
        background: #fff;
    }

    .member-application-guide-page .kakao-member-shell {
        width: 100%;
    }

    .member-site-main {
        min-height: 0;
        padding: 0;
        background: #fff;
    }

    .member-guest-layout {
        width: 100%;
    }

    .member-guest-desktop-header {
        display: none;
    }

    .member-mypage-layout {
        display: block;
        width: 100%;
    }

    .member-mypage-sidebar,
    .member-mypage-desktop-header {
        display: none;
    }

    .member-mypage-panel {
        border: 0;
        border-radius: 0;
    }

    .member-common-footer > .only-mobile {
        display: block;
    }

    .member-common-footer #footer {
        padding: 30px 0;
        font-size: 12px;
        line-height: 19px;
    }

    .member-common-footer #footer .contain {
        padding: 0 15px;
    }

    .member-common-footer #footer .footer {
        position: relative;
        display: block;
    }

    .member-common-footer #footer .foot-logo {
        display: block;
        width: auto;
        margin-bottom: 16px;
        padding-top: 0;
    }

    .member-common-footer #footer .foot-logo img {
        max-width: 120px;
    }

    .member-common-footer #footer .foot-info {
        display: block;
        padding-right: 0;
    }

    .member-common-footer #footer .f-links {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .member-common-footer #footer .f-links li {
        float: none;
        padding: 2px 0;
    }

    .member-common-footer #footer .f-links li::before {
        display: none;
    }

    .member-common-footer #footer .foot-bnr {
        position: absolute;
        top: 5px;
        right: 0;
        display: block;
        width: 100px;
    }

    .member-common-footer #footer .foot-bnr img {
        margin-top: 0;
    }

    .kakao-member-shell {
        width: min(100% - 24px, 620px);
        padding: 24px 0 48px;
    }

    .kakao-member-card {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .kakao-member-logo img {
        height: 40px;
    }

    .kakao-member-card h1 {
        font-size: 24px;
    }

    .member-mypage-page .kakao-member-shell {
        width: 100%;
        min-height: 100vh;
        padding: 0;
    }

    .member-mypage-page .member-service-header {
        display: grid;
        min-height: 60px;
        padding: 0 8px;
    }

    .member-mypage-card {
        padding: 0 20px 28px;
    }

    .member-profile,
    .member-withdrawal {
        padding: 30px 0 48px;
    }

    .member-profile__intro {
        padding-bottom: 24px;
    }

    .member-profile__provider {
        width: 48px;
        height: 48px;
        border-radius: 16px;
        font-size: 20px;
    }

    .member-profile__intro strong {
        font-size: 19px;
    }

    .member-profile__section {
        margin-top: 28px;
    }

    .member-profile__facts > div {
        min-height: 56px;
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
    }

    .member-profile__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .member-profile__actions a {
        width: 100%;
        min-height: 48px;
    }

    .member-withdrawal__intro strong {
        font-size: 19px;
    }

    .member-withdrawal__notice {
        padding: 18px 18px 18px 36px;
        font-size: 13px;
    }

    .member-application-guide-card {
        padding: 34px 16px 50px;
        border: 0;
        border-radius: 0;
    }

    .member-application-guide-card--mypage {
        padding: 30px 0 50px;
    }

    .member-application-guide-hero {
        margin-bottom: 30px;
        padding-bottom: 24px;
    }

    .member-application-guide-hero__return-row {
        display: none;
    }

    .member-application-guide-title {
        font-size: 25px;
    }

    .member-application-guide-hero__title-row {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .member-application-guide-hero > p {
        font-size: 14px;
    }

    .member-application-guide-step__heading {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 11px;
    }

    .member-application-guide-step__heading > span {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .member-application-guide-step__heading h2 {
        font-size: 20px;
    }

    .member-application-guide-tabs {
        display: flex;
    }

    .member-application-guide-tabs button {
        min-width: 0;
        flex: 1;
        padding: 0 10px;
    }

    .member-application-guide-checklist {
        margin: 20px 0 18px;
        font-size: 13px;
    }

    .member-application-guide-shot {
        border-radius: 10px;
    }

    .member-application-guide-face-flow {
        margin-top: 20px;
        padding: 18px 12px;
        border-radius: 10px;
    }

    .member-application-guide-face-flow__heading h3 {
        font-size: 17px;
    }

    .member-application-guide-face-flow__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        margin-top: 16px;
    }

    .member-application-guide-step + .member-application-guide-step {
        margin-top: 48px;
        padding-top: 42px;
    }

    .member-application-guide-actions {
        margin-top: 48px;
    }

    .member-application-detail {
        margin: 0 -20px -28px;
    }

    .member-application-detail__number {
        min-height: 48px;
        padding: 0 20px;
    }

    .member-detail-section {
        padding: 26px 20px;
    }

    .member-detail-section__heading h2 {
        font-size: 20px;
    }

    .member-detail-product {
        gap: 15px;
    }

    .member-detail-product__image {
        width: 88px;
        height: 88px;
    }

    .member-detail-product strong {
        font-size: 18px;
    }

    .member-detail-definition > div,
    .member-detail-guide li,
    .member-signup-information > div,
    .member-contract-information__list > div {
        grid-template-columns: 94px minmax(0, 1fr);
    }

    .member-detail-plan-facts {
        gap: 7px;
    }

    .member-detail-plan-facts > div {
        padding: 11px 9px;
    }

    .member-detail-plan-facts dd {
        font-size: 13px;
    }

    .member-payment-total strong {
        font-size: 21px;
    }

    .member-application-heading {
        align-items: flex-start;
        gap: 12px;
        margin-top: 26px;
    }

    .member-application-heading h2 {
        font-size: 19px;
    }

    .member-application-heading p {
        max-width: 260px;
        font-size: 13px;
    }

    .member-application-overview {
        padding-bottom: 28px;
    }

    .member-application-item {
        min-height: 108px;
        padding: 14px;
        grid-template-columns: 64px minmax(0, 1fr) 18px;
        gap: 12px;
        border-radius: 14px;
    }

    .member-application-item__thumb {
        width: 64px;
        height: 76px;
        border-radius: 11px;
    }

    .member-application-item__top {
        align-items: flex-start;
        gap: 8px;
    }

    .member-application-item__date {
        padding-top: 4px;
        font-size: 12px;
    }

    .member-application-status {
        min-height: 28px;
        padding: 0 9px;
        font-size: 11px;
    }

    .member-application-item__name {
        font-size: 15px;
    }

    .member-application-item__meta {
        font-size: 12px;
    }

    .member-application-item__number {
        margin-top: 6px;
        font-size: 11px;
    }

    .member-application-empty,
    .member-mypage-placeholder {
        padding: 36px 18px;
    }

    .member-guest-lookup {
        margin: 22px auto 40px;
        padding: 25px 20px;
        border-radius: 16px;
        box-shadow: none;
    }

    .member-guest-panel .member-guest-lookup {
        display: block;
        width: min(100%, 600px);
        margin: 22px auto 40px;
        padding: 25px 20px;
        border: 1px solid #e1e4e9;
        border-radius: 16px;
    }

    .member-guest-panel .member-guest-lookup__intro {
        display: flex;
        padding: 0;
    }

    .member-guest-panel .member-guest-lookup__icon {
        margin-bottom: 0;
    }

    .member-guest-panel .member-guest-lookup__intro h1 {
        margin-top: 2px;
        font-size: 21px;
    }

    .member-guest-panel .member-guest-lookup__intro > div > span {
        max-width: none;
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.55;
    }

    .member-guest-panel .member-guest-lookup__error {
        margin-top: 24px;
    }

    .member-guest-panel .member-guest-lookup__form {
        margin-top: 26px;
    }

    .member-guest-panel .member-guest-lookup__member {
        margin-top: 26px;
    }

    .member-guest-panel .member-guest-lookup__privacy {
        margin-top: 18px;
    }

    .member-guest-lookup__intro {
        gap: 13px;
    }

    .member-guest-lookup__icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 12px;
    }

    .member-guest-lookup__intro h1 {
        font-size: 21px;
    }

    .member-guest-lookup__intro > div > span {
        font-size: 13px;
    }

    .member-guest-lookup__form {
        gap: 20px;
        margin-top: 26px;
    }

    .member-guest-lookup__member {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .member-guest-lookup__privacy {
        text-align: left;
    }

    .member-guest-lookup__footer {
        margin: 0 -20px -28px;
    }

    .social-policy-page .kakao-member-shell {
        width: min(100% - 24px, 820px);
    }

    .social-policy-card {
        padding: 28px 20px;
    }

    .social-policy-header {
        padding-bottom: 20px;
    }

    .social-policy-content section {
        padding-top: 24px;
    }

    .social-policy-content h2 {
        font-size: 17px;
    }

    .social-policy-table {
        min-width: 0;
    }

    .social-policy-table thead {
        display: none;
    }

    .social-policy-table tbody,
    .social-policy-table tr,
    .social-policy-table th,
    .social-policy-table td {
        display: block;
        width: 100%;
    }

    .social-policy-table tr {
        border-bottom: 1px solid #e7e9ed;
    }

    .social-policy-table tr:last-child {
        border-bottom: 0;
    }

    .social-policy-table tbody th {
        width: 100%;
        padding-bottom: 4px;
        border-bottom: 0;
        background: #f7f8fa;
    }

    .social-policy-table td {
        padding-top: 9px;
        border-bottom: 0;
    }

    .kakao-login-card {
        padding: 36px 20px 28px;
    }

    .kakao-login-logo {
        margin-bottom: 16px;
    }

    .kakao-login-logo img {
        height: 40px;
    }

    .kakao-login-card h1 {
        font-size: 25px;
    }

    .kakao-login-primary {
        min-height: 52px;
    }

    .naver-login-primary {
        min-height: 52px;
    }

    .kakao-login-action {
        margin-top: 60px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kakao-login-card {
        animation: none;
    }

    .kakao-login-primary {
        transition: none;
    }

    .naver-login-primary {
        transition: none;
    }
}

/* 마이페이지 가격변동 알림 */
.member-price-alerts {padding:32px 0;}
.member-price-alerts__heading {display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:8px 16px; padding:0 0 16px; border-bottom:1px solid #dce2e9;}
.member-price-alerts__heading h2 {margin:0; color:#243247; font-size:20px; font-weight:700; letter-spacing:-.02em;}
.member-price-alerts__heading a {display:inline-flex; min-height:44px; align-items:center; gap:8px; border-radius:16px; color:#3617ce; font-size:16px; font-weight:500; text-decoration:underline; text-underline-offset:4px;}
.member-price-alerts__list {display:grid; gap:0;}
.member-price-alert-item {display:grid; grid-template-columns:64px minmax(0,1fr) auto; align-items:center; gap:16px; min-height:112px; padding:24px 0; border-bottom:1px solid #dce2e9; transition:opacity .18s ease, transform .18s ease;}
.member-price-alert-item.is-removing {opacity:0; transform:translateY(-6px); pointer-events:none;}
.member-price-alert-item__thumb {display:flex; align-items:center; justify-content:center; width:64px; height:80px; overflow:hidden; border-radius:16px; background:#f5f7fa;}
.member-price-alert-item__thumb img {display:block; max-width:56px; max-height:72px; object-fit:contain;}
.member-price-alert-item__copy {min-width:0;}
.member-price-alert-item__copy strong {display:block; color:#243247; font-size:18px; font-weight:700; line-height:1.5; overflow-wrap:anywhere;}
.member-price-alert-item__copy span {display:block; margin-top:8px; color:#526071; font-size:15px; font-weight:500;}
.member-price-alert-item__copy small {display:block; margin-top:4px; color:#526071; font-size:15px; font-weight:500; line-height:1.6; font-variant-numeric:tabular-nums;}
.member-price-alert-item__form {margin:0;}
.member-price-alert-item__form button {min-width:88px; min-height:44px; padding:8px 16px; border:1px solid #dce2e9; border-radius:16px; color:#243247; background:#fff; font-size:16px; font-weight:500; cursor:pointer;}
.member-price-alert-item__form button:hover {border-color:#3617ce; color:#3617ce; background:#f5f7fa;}
.member-price-alert-item__form button:disabled {color:#526071; background:#f5f7fa; cursor:wait;}
.member-price-alerts__empty {padding:48px 0; text-align:center;}
.member-price-alerts__empty > span {display:flex; align-items:center; justify-content:center; width:48px; height:48px; margin:0 auto 16px; border-radius:16px; color:#3617ce; background:#f5f7fa;}
.member-price-alerts__empty strong {display:block; color:#243247; font-size:18px; font-weight:700;}
.member-price-alerts__empty p {max-width:48ch; margin:8px auto 0; color:#526071; font-size:15px; line-height:1.6;}
.member-price-alerts__empty a {display:inline-flex; align-items:center; justify-content:center; min-height:48px; margin-top:24px; padding:8px 16px; border:1px solid #3617ce; border-radius:16px; color:#fff; background:#3617ce; font-size:16px; font-weight:700; text-decoration:none;}
.member-price-alerts__notice {margin:24px 0 0; padding:16px; border-radius:16px; color:#526071; background:#f5f7fa; font-size:15px; font-weight:500; line-height:1.6;}
.member-price-alerts__result {margin:0 0 16px; padding:16px; border-radius:16px; color:#17653d; background:#edf8f1; font-size:15px; font-weight:500;}
.member-price-alerts__result.is-error {color:#9c302b; background:#fff1f0;}

@media (max-width:640px) {
    .member-price-alerts {padding:24px 0;}
    .member-price-alert-item {grid-template-columns:64px minmax(0,1fr); gap:16px;}
    .member-price-alert-item__form {grid-column:2; justify-self:start;}
}

@media (prefers-reduced-motion:reduce) {
    .member-mypage-panel.is-entering .member-mypage-content {animation:none;}
    .member-mypage-card,
    .member-price-alert-item {transition:none;}
}

/* Member account surfaces. Shared guest/guide component defaults above stay isolated.
   Direction: DESIGN.md. Existing font loading and all order/alert actions are unchanged. */
.member-account-page {
    --member-text: #243247;
    --member-muted: #526071;
    --member-line: #dce2e9;
    --member-bg: #f5f7fa;
    --member-action-feedback-color: #3617ce;
    --member-action-feedback-size: 15px;
    background: var(--member-bg);
}

.member-account-page .member-site-main {
    padding: 48px 30px 64px;
    background: var(--member-bg);
}

.member-account-page .member-mypage-layout {
    color: var(--member-text);
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -.02em;
    overflow-wrap: anywhere;
    caret-color: #3617ce;
}

.member-account-page .member-mypage-layout ::selection {
    background: #e8e2ff;
    color: #243247;
}

.member-account-page .member-mypage-layout :is(button, input, select, textarea) {
    font-family: inherit;
}

.member-account-page .member-mypage-layout :is(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 2px solid #3617ce;
    outline-offset: 3px;
}

.member-account-page .member-mypage-panel {
    overflow: clip;
}

.member-account-page .member-mypage-card {
    padding: 0 32px 32px;
}

.member-account-page .member-service-header {
    background: #fff;
    backdrop-filter: none;
}

.member-account-page :is(.member-service-back, .member-service-home) {
    border-radius: 16px;
    color: var(--member-text);
}

.member-account-page .member-service-home svg {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.member-account-page .member-mypage-home__links a {
    border-radius: 16px;
}

.member-account-page .member-application-overview {padding:32px 0 0;}
.member-account-page .member-application-heading {margin:0; gap:16px; flex-wrap:wrap;}
.member-account-page .member-application-heading h2 {font-size:20px; font-weight:700;}
.member-account-page .member-application-heading p {margin-top:8px; font-size:15px;}
.member-account-page .member-application-heading > span {color:var(--member-muted); font-size:15px; font-weight:500;}
.member-account-page .member-application-list {gap:16px; margin-top:24px;}
.member-account-page .member-application-item {grid-template-columns:80px minmax(0,1fr) 24px; gap:16px; padding:24px 16px; border-color:var(--member-line); border-radius:16px; transition:border-color .16s ease, background-color .16s ease;}
.member-account-page .member-application-item:hover {border-color:#3617ce; background:var(--member-bg); box-shadow:none;}
.member-account-page .member-application-item__thumb {width:80px; height:96px; border-radius:16px; background:var(--member-bg);}
.member-account-page .member-application-item__thumb svg {width:32px; height:32px; stroke:var(--member-muted); stroke-width:2;}
.member-account-page .member-application-item__top {flex-wrap:wrap; gap:8px 16px; margin-bottom:8px;}
.member-account-page .member-application-item__date {padding:0; color:var(--member-muted); font-size:15px; font-weight:500;}
.member-account-page .member-application-status {min-height:32px; max-width:100%; padding:4px 8px; border-radius:16px; color:var(--member-muted); background:var(--member-bg); font-size:15px; font-weight:500; flex-shrink:1;}
.member-account-page :is(.member-application-status--active, .member-application-status--shipping) {color:#3617ce; background:#f1edff;}
.member-account-page .member-application-status--complete {color:#17653d; background:#edf8f1;}
.member-account-page .member-application-item__name {font-size:18px; color:var(--member-text); white-space:normal; overflow:visible; overflow-wrap:anywhere;}
.member-account-page .member-application-item__meta {margin-top:8px; color:var(--member-muted); font-size:15px;}
.member-account-page .member-application-item__number {margin-top:8px; color:var(--member-muted); font-size:15px; font-variant-numeric:tabular-nums;}
.member-account-page .member-application-item__chevron {width:24px; height:24px; stroke:var(--member-muted); stroke-width:2;}
.member-account-page .member-application-guest-note {margin:24px 0 0; color:var(--member-muted); font-size:15px;}

.member-account-page .member-application-empty {margin:32px 0 0; padding:40px 16px; border:0; border-radius:16px; background:var(--member-bg);}
.member-account-page .member-application-empty > span {width:48px; height:48px; margin-bottom:16px; border-radius:16px; color:#3617ce; background:#fff;}
.member-account-page .member-application-empty strong {font-size:18px; font-weight:700; color:var(--member-text);}
.member-account-page .member-application-empty p {margin-top:8px; color:var(--member-muted); font-size:15px;}
.member-account-page .member-application-empty a {min-height:48px; padding:8px 16px; margin-top:24px; border-radius:16px; background:#3617ce; color:#fff; font-size:16px; font-weight:700;}
.member-account-page .member-application-empty__actions a.is-secondary {background:#fff; color:var(--member-text); border-color:var(--member-line);}

.member-account-page .member-application-detail {margin:0 -32px -32px; background:#fff; color:var(--member-text); font-size:16px;}
.member-account-page .member-application-detail__number {min-height:56px; padding:16px 32px; flex-wrap:wrap; gap:8px 16px; border-bottom:1px solid var(--member-line); background:var(--member-bg); font-variant-numeric:tabular-nums;}
.member-account-page .member-mypage-panel .member-application-detail :where(p, small, dt, dd, span, time, a, strong, h3) {font-size:15px; font-weight:500; line-height:1.6; color:var(--member-text);}
.member-account-page .member-mypage-panel .member-application-detail :where(p, small, dt, span, time) {color:var(--member-muted);}
.member-account-page .member-mypage-panel .member-application-detail :where(strong, h3) {font-weight:700;}
.member-account-page .member-detail-section {margin:0; padding:32px; border-bottom:1px solid var(--member-line);}
.member-account-page .member-detail-section:last-child {border-bottom:0;}
.member-account-page .member-detail-section__heading {gap:16px; flex-wrap:wrap; align-items:center;}
.member-account-page .member-detail-section__heading h2 {color:var(--member-text); font-size:20px; font-weight:700; line-height:1.4; letter-spacing:-.02em;}
.member-account-page :is(.member-official-form, .member-delivery-tracking, .member-activation-request, .member-detail-plan-title, .member-payment-total, .member-signup-information__note, .member-contract-information__notice, .member-progress-notice) {margin-top:24px; padding:16px; border-radius:16px; background:var(--member-bg);}
.member-account-page .member-mypage-panel :is(.member-official-form, .member-activation-request) strong {color:var(--member-text); font-size:16px; font-weight:700;}
.member-account-page .member-mypage-panel :is(.member-official-form__primary, .member-activation-request button, .member-application-review__link) {min-height:48px; padding:8px 16px; border-radius:16px; color:#fff; background:#3617ce; font-size:16px; font-weight:700;}
.member-account-page .member-mypage-panel :is(.member-official-form__guide, .member-detail-chat) {min-height:44px; padding:8px 16px; border:1px solid var(--member-line); border-radius:16px; color:#3617ce; background:#fff; font-size:16px; font-weight:500;}
.member-account-page .member-official-form__guide::after {content:none;}
.member-account-page .member-mypage-panel :is(.member-official-form__primary, .member-activation-request button, .member-application-review__link):hover {background:#2c10b4;}
.member-account-page .member-progress-list {margin-top:24px;}
.member-account-page .member-progress-list li {min-height:48px; grid-template-columns:16px minmax(0,1fr); gap:16px; padding-bottom:16px;}
.member-account-page .member-progress-list li:not(:last-child)::before {top:16px; bottom:0; left:7px; background:var(--member-line);}
.member-account-page .member-progress-list li.is-complete::before {background:#3617ce;}
.member-account-page .member-progress-list .member-progress-list__marker {width:16px; height:16px; margin-top:4px; border:0; border-radius:0; background:none; fill:#fff; stroke:var(--member-muted); stroke-width:2;}
.member-account-page .member-progress-list li.is-current .member-progress-list__marker {stroke:#3617ce; stroke-width:4;}
.member-account-page .member-progress-list li.is-complete .member-progress-list__marker {stroke:#3617ce; fill:#3617ce;}
.member-account-page .member-progress-list :is(li.is-current, li.is-complete) .member-progress-list__marker {border:0; background:none;}
.member-account-page .member-progress-list__title {flex-wrap:wrap; gap:4px 16px;}
.member-account-page .member-mypage-panel .member-progress-list li strong {color:var(--member-muted); font-weight:500;}
.member-account-page .member-mypage-panel .member-progress-list li.is-complete strong {color:var(--member-text);}
.member-account-page .member-mypage-panel .member-progress-list li.is-current strong {color:#3617ce; font-weight:700;}
.member-account-page .member-mypage-panel .member-progress-list li p {margin:8px 0 0;}
.member-account-page .member-mypage-panel .member-progress-list__title time {font-variant-numeric:tabular-nums;}
.member-account-page .member-activation-request {gap:16px; border-color:var(--member-line);}
.member-account-page .member-activation-request form {gap:8px;}
.member-account-page .member-activation-request__feedback:empty {display:none;}
.member-account-page .member-activation-request--complete {grid-template-columns:24px minmax(0,1fr);}
.member-account-page .member-activation-request--complete > span {width:24px; height:24px; border-radius:0; color:#17653d; background:transparent;}
.member-account-page .member-detail-product {gap:16px; margin-top:24px; padding-bottom:24px; border-color:var(--member-line);}
.member-account-page .member-detail-product__image {width:96px; height:96px; border-radius:16px; border:0; background:var(--member-bg);}
.member-account-page .member-mypage-panel .member-detail-product strong {font-size:18px; line-height:1.5;}
.member-account-page .member-detail-definition {gap:16px; margin-top:24px;}
.member-account-page :is(.member-detail-definition > div, .member-detail-guide li, .member-signup-information > div, .member-contract-information__list > div) {grid-template-columns:120px minmax(0,1fr); gap:16px;}
.member-account-page .member-detail-plan-title {gap:8px 16px; flex-wrap:wrap;}
.member-account-page .member-detail-plan-facts {gap:16px; margin-top:24px;}
.member-account-page .member-detail-plan-facts > div {padding:0; border:0; border-radius:0;}
.member-account-page .member-detail-benefit {grid-template-columns:120px minmax(0,1fr); gap:16px; margin-top:24px; padding-top:24px; border-color:var(--member-line);}
.member-account-page .member-payment-total {gap:8px 16px;}
.member-account-page .member-mypage-panel .member-payment-total strong {color:#3617ce; font-size:24px; font-weight:700; font-variant-numeric:tabular-nums;}
.member-account-page .member-payment-group dl {gap:16px;}
.member-account-page .member-payment-group dl > div {gap:16px;}
.member-account-page .member-mypage-panel .member-payment-group dd {font-variant-numeric:tabular-nums;}
.member-account-page .member-mypage-panel .member-payment-group :is(.is-discount, .is-total dd) {color:#3617ce;}
.member-account-page .member-mypage-panel .member-payment-group :is(.is-emphasis, .is-total) :is(dt, dd) {font-weight:700;}
.member-account-page :is(.member-payment-group + .member-payment-group, .member-payment-group .is-emphasis, .member-payment-group .is-total) {padding-top:24px; border-color:var(--member-line);}
.member-account-page .member-signup-information > div,
.member-account-page .member-contract-information__list > div {padding:24px 0; border-color:var(--member-line);}
.member-account-page .member-detail-guide {gap:24px; margin-top:24px;}
.member-account-page .member-detail-section a {text-underline-offset:4px;}

.member-account-page .price-alert-toast {max-width:calc(100% - 32px); padding:16px; border:1px solid var(--member-line); border-radius:16px; background:#fff; box-shadow:none; color:var(--member-text); font-family:"Pretendard",sans-serif; font-size:16px; font-weight:500;}
.member-account-page .price-alert-toast__icon {border-radius:16px; background:var(--member-bg); color:#3617ce;}
.member-account-page .price-alert-toast.is-error {border-color:#9c302b;}

@media (min-width:641px) and (max-width:960px) {
    .member-account-page .member-mypage-layout {grid-template-columns:184px minmax(0,1fr); gap:24px;}
    .member-account-page .member-mypage-desktop-header {padding:16px 32px;}
}

@media (max-width:640px) {
    .member-account-page {background:#fff;}
    .member-account-page .member-site-main {min-height:0; padding:0; background:#fff;}
    .member-account-page .member-mypage-panel {overflow:visible; border:0; border-radius:0;}
    .member-account-page .member-mypage-card {padding:0 20px 28px;}
    .member-account-page .member-mypage-home {padding:24px 0;}
    .member-account-page .member-mypage-home__links a {padding:16px 0; gap:8px;}
    .member-account-page .member-mypage-home__link-content {gap:8px;}
    .member-account-page .member-application-overview {padding-top:24px;}
    .member-account-page .member-application-list {gap:0;}
    .member-account-page .member-application-item {grid-template-columns:48px minmax(0,1fr) 16px; gap:16px; padding:24px 0; border:0; border-bottom:1px solid var(--member-line); border-radius:0;}
    .member-account-page .member-application-item__thumb {width:48px; height:64px;}
    .member-account-page .member-application-item__chevron {width:16px; height:16px;}
    .member-account-page .member-application-item__top {display:grid; justify-items:start; gap:8px;}
    .member-account-page .member-application-detail {margin:0 -20px -28px;}
    .member-account-page .member-application-detail__number {padding:16px 20px;}
    .member-account-page .member-detail-section {padding:24px 20px;}
    .member-account-page :is(.member-detail-definition > div, .member-detail-guide li, .member-signup-information > div, .member-contract-information__list > div) {grid-template-columns:88px minmax(0,1fr); gap:16px;}
    .member-account-page .member-detail-product__image {width:64px; height:80px;}
    .member-account-page .member-detail-plan-facts {grid-template-columns:1fr; gap:16px;}
    .member-account-page .member-detail-plan-facts > div {display:grid; grid-template-columns:88px minmax(0,1fr); gap:16px;}
    .member-account-page .member-detail-plan-facts dd {margin:0;}
    .member-account-page .member-detail-benefit {grid-template-columns:88px minmax(0,1fr);}
    .member-account-page .member-payment-total {grid-template-columns:1fr;}
    .member-account-page .member-payment-group dl > div {display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.4fr); gap:16px;}
}

@media (prefers-reduced-motion:reduce) {
    .member-account-page .member-mypage-layout :is(a, button) {transition:none;}
}
