*,*:before,*:after{box-sizing:border-box}:root{--bg: #f6fafd;--surface: #ffffff;--surface-alt: #eff6ff;--primary: #0ea5e9;--primary-dark: #0369a1;--text: #0f172a;--text-muted: #475569;--border: #e2e8f0;--shadow: 0 10px 30px rgba(15, 23, 42, .08)}html,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Apple SD Gothic Neo,Malgun Gothic,Noto Sans KR,sans-serif;background:var(--bg);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased}a{color:var(--primary-dark);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:960px;margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:10;padding:14px 0;border-bottom:1px solid var(--border);background:#ffffffeb;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px)}.site-nav{display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px;color:var(--text)}.brand:hover{text-decoration:none}.brand-icon{font-size:24px}.nav-links{display:flex;gap:6px;font-size:14px;flex-wrap:wrap;align-items:center}.nav-links a{color:var(--text-muted);padding:8px 12px;border-radius:999px;transition:background .15s,color .15s}.nav-links a:hover{color:var(--primary-dark);background:var(--surface-alt);text-decoration:none}.nav-links a.active{color:var(--primary-dark);background:var(--surface-alt)}@media(max-width:520px){.nav-links{gap:2px}.nav-links a{padding:6px 10px;font-size:13px}}.hero{padding:80px 0 56px;text-align:center}.hero h1{font-size:clamp(28px,4.6vw,44px);font-weight:800;margin:0 0 16px;letter-spacing:-.02em}.hero p.lead{font-size:clamp(16px,2vw,18px);color:var(--text-muted);margin:0 auto 12px;max-width:620px}.hero p.sub{font-size:15px;color:var(--text-muted);margin:0 auto 28px;max-width:620px}.cta{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--primary);color:#fff;border-radius:999px;font-weight:600;font-size:16px;transition:background .2s}.cta:hover{background:var(--primary-dark);text-decoration:none}.cta-note{display:block;margin-top:12px;font-size:13px;color:var(--text-muted)}section.about{padding:48px 0}section.about h2{font-size:24px;margin:0 0 16px}section.about p{color:var(--text-muted);margin:0 0 12px}.features{padding:32px 0 64px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.feature{background:var(--surface);border-radius:16px;padding:28px 24px;box-shadow:var(--shadow)}.feature-icon{font-size:32px;margin-bottom:12px}.feature h3{margin:0 0 8px;font-size:18px}.feature p{margin:0;color:var(--text-muted);font-size:15px}.policies{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:28px;margin-bottom:64px;display:flex;flex-wrap:wrap;gap:16px 32px;justify-content:space-between;align-items:center}.policies-text{color:var(--text-muted);font-size:15px;flex:1 1 320px}.policies-text strong{color:var(--text)}.policies-links{display:flex;flex-wrap:wrap;gap:12px}.policies-links a{display:inline-flex;padding:10px 18px;border-radius:999px;background:var(--surface-alt);color:var(--primary-dark);font-weight:600;font-size:14px}.policies-links a:hover{background:#dbeafe;text-decoration:none}.site-footer{padding:36px 0;border-top:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:14px}.footer-row{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;align-items:center}.footer-links{display:flex;flex-wrap:wrap;gap:16px}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--primary-dark)}.privacy-page{max-width:800px;margin:0 auto;padding:48px 24px 80px}.privacy-page h1{font-size:28px;margin:0 0 8px;letter-spacing:-.01em}.privacy-page .updated{color:var(--text-muted);font-size:14px;margin-bottom:32px}.privacy-page .lead{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px 24px;color:var(--text-muted);font-size:15px;margin-bottom:40px}.privacy-page h2{font-size:19px;margin:40px 0 12px;padding-top:16px;border-top:1px solid var(--border)}.privacy-page h2:first-of-type{border-top:none;padding-top:0}.privacy-page h3{font-size:16px;margin:20px 0 8px}.privacy-page p,.privacy-page ul,.privacy-page ol{margin:0 0 12px}.privacy-page ul,.privacy-page ol{padding-left:22px}.privacy-page li{margin:4px 0}.privacy-page table{width:100%;border-collapse:collapse;margin:12px 0 16px;font-size:14px;background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden}.privacy-page th,.privacy-page td{padding:10px 12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.privacy-page th{background:var(--surface-alt);font-weight:600}.privacy-page tr:last-child td{border-bottom:none}.privacy-page .terms-body{white-space:pre-wrap;word-break:break-word;font-size:15px;line-height:1.7;color:var(--text);margin-top:24px}.feedback-page{max-width:720px;padding:48px 20px 80px}.feedback-header h1{font-size:28px;font-weight:700;margin:0 0 8px}.feedback-header p{color:var(--text-muted);margin:0 0 32px;line-height:1.6}.feedback-notice{border-radius:14px;padding:14px 18px;margin-bottom:24px;font-size:14px;line-height:1.5}.feedback-notice--success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.feedback-notice--error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.feedback-form{display:flex;flex-direction:column;gap:28px}.feedback-field>label{display:block;font-size:13px;font-weight:700;color:var(--text-muted);margin-bottom:8px}.feedback-field input[type=email],.feedback-field textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:12px 14px;font-size:16px;font-family:inherit;background:var(--surface);color:var(--text);box-sizing:border-box}.feedback-field textarea{resize:vertical;min-height:160px;line-height:1.6}.feedback-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.feedback-category{border:1px solid var(--border);border-radius:14px;padding:14px 12px;background:var(--surface);cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:4px;font-family:inherit;color:var(--text);transition:border-color .15s,background .15s}.feedback-category:hover{border-color:#f43f5e}.feedback-category.active{border-color:#f43f5e;background:#fff1f2;color:#be123c}.feedback-category strong{font-size:14px}.feedback-category span{font-size:12px;color:var(--text-muted)}.feedback-counter{margin:6px 0 0;text-align:right;font-size:12px;color:var(--text-muted)}.feedback-image-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.feedback-image-header label{margin:0}.feedback-image-add{background:var(--surface-alt);border:none;border-radius:10px;padding:6px 12px;font-size:12px;font-weight:700;color:#0284c7;cursor:pointer}.feedback-image-add:disabled{color:var(--text-muted);cursor:not-allowed}.feedback-image-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.feedback-image-item{position:relative;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;background:var(--surface-alt)}.feedback-image-item img{width:100%;height:100%;object-fit:cover}.feedback-image-item button{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;border:none;background:#0009;color:#fff;cursor:pointer;font-size:14px;line-height:1}.feedback-submit{background:#f43f5e;color:#fff;border:none;border-radius:14px;padding:16px;font-size:16px;font-weight:700;cursor:pointer}.feedback-submit:disabled{background:#cbd5e1;cursor:not-allowed}@media(max-width:540px){.feedback-categories{grid-template-columns:1fr}}
