/* Customer signup entrance, using the monitor's visual structure. 2026-09-14 */
#member-auth-choice{position:fixed;inset:auto;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;box-sizing:border-box;border:0;padding:0;width:min(400px,calc(100% - 32px));max-height:calc(100dvh - 40px);border-radius:20px;background:#fff;color:#232331;box-shadow:0 22px 70px #0005;overflow:auto;font-family:"Malgun Gothic",Arial,sans-serif}
#member-auth-choice::backdrop{background:rgba(9,14,29,.96)}
#member-auth-choice *{box-sizing:border-box}
#member-auth-choice .mac-card{position:relative;padding:28px 28px 22px;text-align:center;border-top:4px solid #6556dc;background:linear-gradient(90deg,#6154da,#23b8c5) top/100% 4px no-repeat}
#member-auth-choice .mac-close{position:absolute;right:12px;top:12px;width:32px;height:32px;border:0;border-radius:50%;background:#f5f4f8;color:#5b5870;font-size:23px;line-height:1;cursor:pointer}
#member-auth-choice .mac-logo{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 12px;border-radius:16px;box-shadow:0 4px 18px #6556dc30;background:#fff}
#member-auth-choice .mac-logo span{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#5b4db4;color:#fff;font-size:31px;font-weight:800}
#member-auth-choice h2{margin:0;padding:0;border:0;text-align:center;color:#6052ca;font-size:22px;line-height:1.4;font-weight:800;letter-spacing:-.6px}
#member-auth-choice h2::before,#member-auth-choice h2::after{display:none}
#member-auth-choice .mac-subtitle{margin:6px 0 20px;color:#777381;font-size:13px;line-height:1.7}
#member-auth-choice .mac-social{display:flex;align-items:center;justify-content:center;gap:9px;position:relative;width:100%;min-height:48px;border:0;border-radius:9px;margin:0 0 10px;padding:12px 60px 12px 12px;font-size:14px;font-weight:700;font-family:inherit}
#member-auth-choice .mac-social:disabled{opacity:1;cursor:not-allowed}
#member-auth-choice .mac-kakao{background:#fee500;color:#382322}
#member-auth-choice .mac-naver{background:#03c75a;color:#fff}
#member-auth-choice .mac-google{background:#fff;color:#444;border:1px solid #dadce0}
#member-auth-choice .mac-icon{display:inline-grid;place-items:center;width:21px;height:21px;border-radius:5px;font-weight:900;flex:none}
#member-auth-choice .mac-kakao .mac-icon{background:#382322;color:#fee500}
#member-auth-choice .mac-naver .mac-icon{background:#fff;color:#03a64c}
#member-auth-choice .mac-google .mac-icon{color:#4285f4}
#member-auth-choice .mac-badge{position:absolute;right:11px;font-size:10px;font-weight:600;border-radius:4px;padding:3px 5px;background:#fff8;color:#4d4a4a}
#member-auth-choice .mac-divider{display:flex;align-items:center;gap:10px;margin:20px 0 14px;font-size:11px;color:#88828f}
#member-auth-choice .mac-divider:before,#member-auth-choice .mac-divider:after{content:"";height:1px;background:#e9e6ee;flex:1}
#member-auth-choice .mac-alternatives{display:flex;gap:8px}
#member-auth-choice .mac-alt{flex:1;min-height:44px;border:1px solid #e2dfe9;border-radius:9px;background:#faf9fc;color:#555063;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer}
#member-auth-choice .mac-alt:disabled{opacity:1;color:#807b88;cursor:not-allowed}
#member-auth-choice .mac-alt.active{border-color:#7869dd;background:#f4f1ff;color:#594abc}
#member-auth-choice .mac-alt small{display:block;font-size:10px;margin-top:2px;font-weight:400}
#member-auth-choice .mac-status{margin:16px 0 12px;padding:11px 12px;border-radius:8px;background:#f7f6fa;color:#696376;font-size:12px;line-height:1.75;text-align:left}
#member-auth-choice .mac-primary{display:block;width:100%;min-height:47px;padding:12px 16px;border:0;border-radius:9px;background:linear-gradient(125deg,#5b51db,#8473ef);color:#fff;font-size:15px;font-family:inherit;font-weight:700;cursor:pointer}
#member-auth-choice .mac-primary:hover{box-shadow:0 4px 15px #6556dc40}
#member-auth-choice button:focus-visible{outline:3px solid #285fcc;outline-offset:3px}
#member-auth-choice .mac-foot{margin:19px 0 0;color:#797382;font-size:12px}
#member-auth-choice .mac-link{border:0;background:none;color:#594abc;padding:4px;font:inherit;font-weight:700;cursor:pointer}
#member-auth-choice .mac-copy{margin:13px 0 0;color:#918b98;font-size:10px;line-height:1.6}
@media(max-width:420px){#member-auth-choice .mac-card{padding:30px 22px 22px}#member-auth-choice h2{font-size:21px}}
