@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css";:root{--primary-dark: #1e3a5f;--primary: #2563eb;--primary-light: #eff6ff;--text-main: #1a1a1a;--text-body: #333333;--text-light: #666666;--accent-red: #dc2626;--bg-main: #f5f5f5;--bg-white: #ffffff;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-main);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{line-height:1.3;font-weight:700}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:4rem 1rem}.text-primary{color:var(--primary)}.text-red{color:var(--accent-red)}.bg-white{background-color:var(--bg-white)}.site-header{position:sticky;top:0;z-index:1000;background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e0e0e0;padding:1rem 0}.header-inner,.header-brand,.header-actions,.header-phone{display:flex;align-items:center}.header-inner{justify-content:space-between;gap:1rem}.header-brand{min-width:0;gap:8px;color:var(--primary-dark);white-space:nowrap}.header-logo{font-size:1.25rem;font-weight:800}.header-tagline{margin-top:2px;color:var(--text-light);font-size:.875rem;font-weight:500}.header-actions{flex-shrink:0;gap:16px}.header-phone{gap:6px;color:var(--primary-dark);font-weight:700;line-height:1;white-space:nowrap}.header-phone svg{flex-shrink:0}.header-cta{border:none;border-radius:6px;background-color:var(--primary);color:#fff;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:700;line-height:1.2;white-space:nowrap;transition:background-color .2s}.header-cta:hover{background-color:#1d4ed8}@media(max-width:640px){.site-header{padding:.75rem 0}.header-inner{flex-direction:column;align-items:stretch;gap:.65rem}.header-brand{justify-content:center}.header-logo{font-size:1.35rem}.header-tagline{font-size:.9rem}.header-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.6rem;width:100%}.header-phone,.header-cta{min-height:48px;border-radius:8px;justify-content:center;font-size:.98rem}.header-phone{border:1px solid #d7e0ee;background-color:#fff}.header-cta{padding:.7rem .8rem}}@media(max-width:420px){.header-tagline{display:none}.header-phone,.header-cta{font-size:.92rem}}.consulting-form-container{max-width:600px;margin:0 auto;background-color:#fff;padding:2.5rem;border-radius:16px;box-shadow:var(--shadow-lg)}.consulting-form-container h2{text-align:center;margin-bottom:.5rem;font-size:1.75rem}.consulting-form-container>p{text-align:center;color:#666;margin-bottom:2rem}.consulting-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;font-size:.95rem}.form-group input[type=text],.form-group input[type=tel],.form-group select,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s,outline .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:2px solid var(--primary);border-color:transparent}.checkbox-group{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.checkbox-label{display:flex;align-items:center;gap:6px;font-size:.95rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:var(--primary);cursor:pointer}.submit-button{background-color:var(--primary-dark);color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1.1rem;font-weight:700;margin-top:1rem;transition:background-color .2s}.submit-button:hover:not(:disabled){background-color:#152b47}.submit-button:disabled{opacity:.7;cursor:not-allowed}.privacy-consent{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:.75rem;color:#334155;font-size:1rem}.privacy-consent-label{display:inline-flex;align-items:center;gap:.55rem;line-height:1.4;cursor:pointer;font-weight:700}.privacy-consent-label input[type=checkbox]{width:1.2rem;height:1.2rem;accent-color:var(--primary);flex:0 0 auto}.privacy-link-button{border:none;background:transparent;color:var(--primary);font-size:1rem;font-weight:700;text-decoration:underline;text-underline-offset:3px;padding:.25rem}.privacy-modal-backdrop{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a9e}.privacy-modal{width:min(100%,760px);max-height:min(86vh,820px);display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 24px 70px #0f172a4d}.privacy-modal-header,.privacy-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.privacy-modal-footer{justify-content:flex-end;border-top:1px solid #e2e8f0;border-bottom:none}.privacy-modal-header h3{font-size:1.2rem;color:#0f172a}.privacy-modal-close{width:2.25rem;height:2.25rem;border:none;border-radius:8px;background:#f1f5f9;color:#334155;font-size:1.5rem;line-height:1}.privacy-modal-body{overflow-y:auto;padding:1.25rem;color:#1e293b;font-size:.95rem;line-height:1.7}.privacy-modal-body h4{margin:1rem 0 .5rem;font-size:1rem;color:#0f172a}.privacy-modal-body h4:first-child{margin-top:0}.privacy-modal-body p{margin-bottom:.85rem}.privacy-modal-confirm{border:none;border-radius:8px;background:var(--primary);color:#fff;padding:.8rem 1.25rem;font-size:1rem;font-weight:700}.privacy-notice{font-size:.8rem;color:#999;text-align:center;margin-top:1rem}.error-message{font-size:.9rem;color:var(--accent-red);text-align:center;margin-top:.5rem}@media(max-width:600px){.consulting-form-container{padding:1.5rem}.privacy-consent{align-items:flex-start;justify-content:flex-start;font-size:.95rem}.privacy-link-button{font-size:.95rem}.privacy-modal-backdrop{align-items:flex-end;padding:0}.privacy-modal{width:100%;max-height:88vh;border-radius:12px 12px 0 0}.privacy-modal-header,.privacy-modal-footer,.privacy-modal-body{padding:1rem}}
