.header{position:sticky;top:0;z-index:100;background:transparent;transition:background .25s,box-shadow .25s}.header--solid{background:var(--color-bg);box-shadow:0 1px 0 var(--color-border)}.header__inner{display:flex;align-items:center;gap:3.2rem;height:6.4rem}.header__logo{display:flex;align-items:baseline;gap:.8rem}.header__logo strong{font-size:2.2rem;font-weight:800;letter-spacing:-.03em}.header__logo span{font-size:1.2rem;color:var(--color-text-sub)}.header__nav{display:flex;align-items:center;gap:.4rem;flex:1}.header__navlink{display:inline-block;padding:.8rem 1.2rem;font-size:1.5rem;font-weight:600;color:var(--color-text);border-radius:var(--radius-sm)}.header__navlink:hover{background:var(--color-surface)}.header__dropdown{position:relative}.header__dropdown-panel{position:absolute;top:100%;left:0;min-width:18rem;padding:.8rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card),0 12px 32px #0000001f;opacity:0;visibility:hidden;transform:translateY(.6rem);transition:opacity .18s,transform .18s,visibility .18s}.header__dropdown:hover .header__dropdown-panel,.header__dropdown:focus-within .header__dropdown-panel{opacity:1;visibility:visible;transform:translateY(.2rem)}.header__dropdown-panel a{display:block;padding:.9rem 1.2rem;font-size:1.4rem;border-radius:var(--radius-sm)}.header__dropdown-panel a:hover{background:var(--color-surface);color:var(--color-primary)}.header__actions{display:flex;align-items:center;gap:1.2rem;margin-left:auto}.header__cta{padding:1rem 2rem;font-size:1.4rem;font-weight:700;color:var(--color-primary-text);background:linear-gradient(90deg,var(--color-accent),var(--color-accent2));border-radius:var(--radius-md);transition:opacity .2s}.header__cta:hover{opacity:.88}.header__burger{display:none;flex-direction:column;justify-content:center;gap:.5rem;width:4rem;height:4rem;padding:.8rem}.header__burger span{display:block;height:2px;background:var(--color-text);border-radius:1px;transition:transform .2s,opacity .2s}.header__burger.is-open span:nth-child(1){transform:translateY(.7rem) rotate(45deg)}.header__burger.is-open span:nth-child(2){opacity:0}.header__burger.is-open span:nth-child(3){transform:translateY(-.7rem) rotate(-45deg)}.header__mobile{display:none}@media (max-width: 768px){.header__nav,.header__cta{display:none}.header__burger{display:flex}.header__mobile{display:block;position:fixed;top:6.4rem;right:0;bottom:0;left:0;background:var(--color-bg);padding:2.4rem 2rem;overflow-y:auto}.header__mobile-label{font-size:1.3rem;font-weight:700;color:var(--color-text-sub);margin-bottom:1.2rem}.header__mobile-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin-bottom:2.4rem}.header__mobile-grid a{display:block;padding:1.4rem 1.6rem;font-size:1.5rem;font-weight:600;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.header__mobile-links{display:flex;flex-direction:column;gap:.4rem;margin-bottom:3.2rem}.header__mobile-links a{display:block;padding:1.2rem .4rem;font-size:1.5rem;font-weight:600;border-bottom:1px solid var(--color-border)}.header__mobile-cta{display:block;padding:1.6rem;text-align:center;font-size:1.6rem;font-weight:700;color:var(--color-primary-text);background:linear-gradient(90deg,var(--color-accent),var(--color-accent2));border-radius:var(--radius-md)}}.footer{margin-top:8rem;border-top:1px solid var(--color-border);padding-bottom:4rem}.footer__notice{display:flex;align-items:center;gap:1rem;padding-top:1.6rem;padding-bottom:1.6rem;font-size:1.3rem;color:var(--color-text-sub);border-bottom:1px dashed var(--color-border)}.footer__notice a{color:var(--color-primary);text-decoration:underline}.footer__body{padding-top:3.2rem}.footer__brand{display:flex;align-items:baseline;gap:.8rem;margin-bottom:1.6rem}.footer__brand strong{font-size:2rem;font-weight:800}.footer__brand span{font-size:1.2rem;color:var(--color-text-sub)}.footer__info{font-style:normal;font-size:1.3rem;line-height:1.8;color:var(--color-text-sub)}.footer__links{display:flex;gap:1.6rem;margin-top:1.6rem;font-size:1.3rem}.footer__links a{color:var(--color-text-sub);text-decoration:underline}.footer__copy{margin-top:2rem;font-size:1.2rem;color:var(--color-text-sub)}@media (max-width: 768px){.footer{padding-bottom:10rem}}.floating-cta{position:fixed;right:2.4rem;bottom:2.4rem;z-index:90;padding:1.4rem 2.2rem;font-size:1.5rem;font-weight:700;color:var(--color-primary-text);background:linear-gradient(90deg,var(--color-accent),var(--color-accent2));border-radius:999px;box-shadow:0 8px 24px #0000002e;opacity:0;visibility:hidden;transform:translateY(1rem);transition:opacity .25s,transform .25s,visibility .25s}.floating-cta.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.mobile-cta-bar{display:none}@media (max-width: 768px){.floating-cta{display:none}.mobile-cta-bar{display:block;position:fixed;left:0;right:0;bottom:0;z-index:90;padding:1.2rem 2rem calc(1.2rem + env(safe-area-inset-bottom));background:var(--color-bg);border-top:1px solid var(--color-border)}.mobile-cta-bar a{display:block;padding:1.4rem;text-align:center;font-size:1.6rem;font-weight:700;color:var(--color-primary-text);background:linear-gradient(90deg,var(--color-accent),var(--color-accent2));border-radius:var(--radius-md)}}.statbar{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;padding:2.8rem 3.2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.statbar__item{display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center}.statbar__item strong{font-size:3rem;font-weight:800;letter-spacing:-.02em;color:var(--color-primary)}[data-theme=dark] .statbar__item strong{background:linear-gradient(90deg,var(--color-accent),var(--color-accent2));-webkit-background-clip:text;background-clip:text;color:transparent}.statbar__item span{font-size:1.4rem;color:var(--color-text-sub)}@media (max-width: 768px){.statbar{padding:2rem 1.6rem}.statbar__item strong{font-size:2.2rem}.statbar__item span{font-size:1.2rem}}.hero{background:var(--color-hero-bg);padding:6.4rem 0 4.8rem}[data-theme=friendly] .hero{background:linear-gradient(135deg,#eef4ff,#fdf1f7)}.hero__inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:4.8rem;margin-bottom:5.6rem}.hero__eyebrow{font-size:1.4rem;font-weight:700;color:var(--color-primary);margin-bottom:1.6rem}.hero__title{font-size:4.4rem;font-weight:800;line-height:1.25;letter-spacing:-.03em}.hero__title em{font-style:normal;color:var(--color-primary)}[data-theme=dark] .hero__title em{background:linear-gradient(90deg,var(--color-accent),var(--color-accent2));-webkit-background-clip:text;background-clip:text;color:transparent}.hero__sub{margin-top:2rem;font-size:1.7rem;line-height:1.7;color:var(--color-text-sub);max-width:48rem}.hero__actions{display:flex;gap:1.2rem;margin-top:3.2rem}.hero__cta{padding:1.5rem 2.8rem;font-size:1.6rem;font-weight:700;color:var(--color-primary-text);background:linear-gradient(90deg,var(--color-accent),var(--color-accent2));border-radius:var(--radius-md);transition:opacity .2s}.hero__cta:hover{opacity:.88}.hero__cta--ghost{color:var(--color-text);background:transparent;border:1px solid var(--color-border)}.hero__visual img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}[data-theme=friendly] .hero__visual img{box-shadow:0 16px 40px #1a2b5c1f}@media (max-width: 968px){.hero{padding:4rem 0 3.2rem}.hero__inner{grid-template-columns:1fr;gap:3.2rem;margin-bottom:4rem}.hero__title{font-size:3.2rem}.hero__sub{font-size:1.5rem}.hero__actions{flex-direction:column}.hero__cta{text-align:center}}.section-title{font-size:3.2rem;font-weight:800;letter-spacing:-.02em;text-align:center}.section-sub{margin-top:1rem;font-size:1.5rem;color:var(--color-text-sub);text-align:center}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;margin-top:4rem}.product-card{display:flex;flex-direction:column;gap:1rem;height:100%;padding:2.4rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform .2s,border-color .2s}.product-card:hover{transform:translateY(-4px);border-color:var(--color-primary)}.product-card__icon{display:inline-flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;color:var(--color-primary);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md)}[data-theme=friendly] .product-card__icon{color:var(--color-accent);background:#eef4ff;border:0}.product-card strong{font-size:1.8rem;font-weight:700}.product-card p{flex:1;font-size:1.35rem;line-height:1.6;color:var(--color-text-sub)}.product-card__more{display:inline-flex;align-items:center;gap:.4rem;font-size:1.3rem;font-weight:600;color:var(--color-primary)}@media (max-width: 968px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.product-card{padding:1.8rem}}.why{background:var(--color-surface)}.why__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:4.8rem;align-items:center;margin-top:4rem}.why__visual img{border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.why__list{display:flex;flex-direction:column;gap:2.4rem}.why__list li{display:flex;gap:1.6rem}.why__num{flex-shrink:0;font-size:1.4rem;font-weight:800;color:var(--color-primary);padding-top:.3rem}.why__list strong{font-size:1.8rem;font-weight:700}.why__list p{margin-top:.4rem;font-size:1.4rem;color:var(--color-text-sub)}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;margin-top:4rem;counter-reset:step}.process li{position:relative;padding:2.4rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.process__step{display:block;font-size:1.3rem;font-weight:800;color:var(--color-primary);margin-bottom:1.2rem}.process strong{font-size:1.7rem;font-weight:700}.process p{margin-top:.8rem;font-size:1.35rem;color:var(--color-text-sub)}.refs{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;margin-top:4rem}.refs__card{overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.refs__image{aspect-ratio:16 / 10;overflow:hidden;background:var(--color-border)}.refs__image img{width:100%;height:100%;object-fit:cover}.refs__body{padding:2rem 2.4rem 2.4rem}.refs__body span{font-size:1.3rem;color:var(--color-text-sub)}.refs__body strong{display:block;margin-top:.4rem;font-size:2.2rem;font-weight:800;color:var(--color-primary)}[data-theme=dark] .refs__body strong{background:linear-gradient(90deg,var(--color-accent),var(--color-accent2));-webkit-background-clip:text;background-clip:text;color:transparent}.refs__body p{margin-top:1rem;font-size:1.35rem;line-height:1.6;color:var(--color-text-sub)}.partners__list{display:grid;grid-template-columns:repeat(5,1fr);gap:1.2rem;margin-top:4rem}.partners__list li{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:2.4rem 1.2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:center}.partners__list strong{font-size:1.8rem;font-weight:800;letter-spacing:-.01em}.partners__list span{font-size:1.2rem;color:var(--color-text-sub)}@media (max-width: 968px){.why__grid{grid-template-columns:1fr;gap:3.2rem}.process{grid-template-columns:repeat(2,1fr);gap:1.2rem}.refs{grid-template-columns:1fr}.partners__list{grid-template-columns:repeat(2,1fr)}.partners__list li:last-child{grid-column:span 2}}.cta-band{margin-top:4rem}.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:2.4rem;padding:4.8rem 4rem;background:linear-gradient(105deg,var(--color-accent),var(--color-accent2));border-radius:var(--radius-lg);color:#fff}.cta-band__inner h2{font-size:2.6rem;font-weight:800;letter-spacing:-.02em}.cta-band__inner p{margin-top:.8rem;font-size:1.5rem;opacity:.9}.cta-band__button{flex-shrink:0;padding:1.5rem 3.2rem;font-size:1.6rem;font-weight:700;color:var(--color-text);background:var(--color-bg);border-radius:var(--radius-md);transition:transform .2s}[data-theme=dark] .cta-band__button{color:#0b1020;background:#f9fafb}.cta-band__button:hover{transform:translateY(-2px)}@media (max-width: 768px){.cta-band__inner{flex-direction:column;align-items:flex-start;padding:3.2rem 2.4rem}.cta-band__inner h2{font-size:2.2rem}.cta-band__button{width:100%;text-align:center}}.mini-lead{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%;max-width:44rem;padding:2rem;background:#ffffff24;border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mini-lead input[type=text],.mini-lead input[type=tel],.mini-lead select{font:inherit;font-size:1.4rem;padding:1.1rem 1.2rem;color:var(--color-text);background:var(--color-bg);border:1px solid transparent;border-radius:var(--radius-sm);outline:none;width:100%}[data-theme=dark] .mini-lead input[type=text],[data-theme=dark] .mini-lead input[type=tel],[data-theme=dark] .mini-lead select{background:#f9fafb;color:#0b1020}.mini-lead [aria-invalid=true]{border-color:#ffd7d7}.mini-lead__agree{grid-column:span 2;display:flex;align-items:center;gap:.8rem;font-size:1.3rem;color:#fff;cursor:pointer}.mini-lead__agree input{width:1.6rem;height:1.6rem}.mini-lead__error{grid-column:span 2;font-size:1.3rem;font-weight:600;color:#ffe1e1}.mini-lead button{grid-column:span 2;padding:1.3rem;font-size:1.5rem;font-weight:700;color:var(--color-text);background:var(--color-bg);border-radius:var(--radius-sm)}[data-theme=dark] .mini-lead button{color:#0b1020;background:#f9fafb}.mini-lead button:disabled{opacity:.6}.mini-lead--done{display:block;color:#fff;text-align:left}.mini-lead--done strong{font-size:1.6rem}.mini-lead--done p{margin-top:.6rem;font-size:1.3rem;opacity:.9}@media (max-width: 640px){.mini-lead{grid-template-columns:1fr;max-width:none}.mini-lead__agree,.mini-lead__error,.mini-lead button{grid-column:span 1}}.product-hero{background:var(--color-hero-bg);padding:5.6rem 0}[data-theme=friendly] .product-hero{background:linear-gradient(135deg,#eef4ff,#fdf1f7)}.product-hero__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:4.8rem;align-items:center}.product-hero__eyebrow{font-size:1.4rem;font-weight:700;color:var(--color-primary);margin-bottom:1.2rem}.product-hero h1{font-size:4rem;font-weight:800;letter-spacing:-.03em}.product-hero__definition{margin-top:1.6rem;font-size:1.6rem;line-height:1.7;color:var(--color-text-sub);max-width:46rem}.product-hero__cta{display:inline-block;margin-top:2.8rem;padding:1.4rem 2.8rem;font-size:1.5rem;font-weight:700;color:var(--color-primary-text);background:linear-gradient(90deg,var(--color-accent),var(--color-accent2));border-radius:var(--radius-md)}.product-hero__visual img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.pain__list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;margin-top:4rem}.pain__list li{display:flex;align-items:flex-start;gap:1.2rem;padding:2rem 2.4rem;font-size:1.5rem;font-weight:600;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.pain__check{flex-shrink:0;color:var(--color-primary);padding-top:.2rem}.product-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(24rem,1fr));gap:1.6rem;margin-top:4rem}.product-section__grid li{padding:2.4rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.product-section__grid strong{font-size:1.7rem;font-weight:700}.product-section__grid p{margin-top:.8rem;font-size:1.4rem;line-height:1.6;color:var(--color-text-sub)}.product-ref__card{text-align:center;padding:4.8rem 2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.product-ref__card span{font-size:1.3rem;font-weight:700;letter-spacing:.08em;color:var(--color-text-sub)}.product-ref__card strong{display:block;margin-top:1.2rem;font-size:3.6rem;font-weight:800;color:var(--color-primary)}[data-theme=dark] .product-ref__card strong{background:linear-gradient(90deg,var(--color-accent),var(--color-accent2));-webkit-background-clip:text;background-clip:text;color:transparent}.product-ref__card p{margin-top:1.2rem;font-size:1.5rem;color:var(--color-text-sub)}.related__list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:3.2rem}.related__list a{display:flex;align-items:center;gap:1.2rem;padding:1.8rem 2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);transition:border-color .2s}.related__list a:hover{border-color:var(--color-primary)}.related__list a svg:first-child{color:var(--color-primary)}.related__list strong{flex:1;font-size:1.5rem;font-weight:700}@media (max-width: 968px){.product-hero__inner{grid-template-columns:1fr;gap:3.2rem}.product-hero h1{font-size:3rem}.pain__list,.related__list{grid-template-columns:1fr;gap:1rem}.product-ref__card strong{font-size:2.8rem}}.inquiry{padding:5.6rem 0}.inquiry__inner{max-width:64rem}.inquiry__head h1{font-size:3.2rem;font-weight:800;letter-spacing:-.02em}.inquiry__head p{margin-top:1rem;font-size:1.5rem;color:var(--color-text-sub)}.inquiry__form{display:flex;flex-direction:column;gap:2rem;margin-top:4rem}.field{display:flex;flex-direction:column;gap:.8rem;flex:1}.field label{font-size:1.4rem;font-weight:700}.field input,.field select,.field textarea{font:inherit;font-size:1.5rem;padding:1.3rem 1.6rem;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none;transition:border-color .2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--color-primary)}.field [aria-invalid=true]{border-color:#e02424}.field textarea{resize:vertical}.field__error{font-size:1.3rem;color:#e02424}.field-row{display:flex;gap:1.6rem}.agree{display:flex;flex-direction:column;gap:1.2rem;padding:2rem 2.4rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.agree__row{display:flex;align-items:center;gap:1rem;font-size:1.4rem;cursor:pointer}.agree__row input{width:1.8rem;height:1.8rem;accent-color:var(--color-primary)}.agree__row em{font-style:normal;color:var(--color-text-sub);font-size:1.3rem}.agree__detail{font-size:1.3rem;color:var(--color-text-sub)}.agree__detail summary{cursor:pointer;font-weight:600}.agree__detail p{margin-top:.8rem;line-height:1.7}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.inquiry__submit{padding:1.6rem;font-size:1.6rem;font-weight:700;color:var(--color-primary-text);background:linear-gradient(90deg,var(--color-accent),var(--color-accent2));border-radius:var(--radius-md);transition:opacity .2s}.inquiry__submit:disabled{opacity:.6;cursor:default}.inquiry__success{max-width:56rem;text-align:center;padding:6.4rem 0}.inquiry__success-icon{display:inline-flex;align-items:center;justify-content:center;width:7.2rem;height:7.2rem;font-size:3.2rem;color:var(--color-primary-text);background:linear-gradient(135deg,var(--color-accent),var(--color-accent2));border-radius:50%;margin-bottom:2.4rem}.inquiry__success h1{font-size:2.8rem;font-weight:800}.inquiry__success p{margin-top:1.6rem;font-size:1.5rem;line-height:1.7;color:var(--color-text-sub)}.inquiry__demo-note{font-size:1.3rem;opacity:.75}.inquiry__home{display:inline-block;margin-top:3.2rem;padding:1.4rem 3.2rem;font-size:1.5rem;font-weight:700;border:1px solid var(--color-border);border-radius:var(--radius-md)}@media (max-width: 640px){.field-row{flex-direction:column;gap:2rem}}html{font-size:62.5%;scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:1.6rem;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;overflow-x:hidden;word-break:keep-all;overflow-wrap:anywhere}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;border:0;background:none;cursor:pointer}ul,ol{list-style:none}.skip-link{position:absolute;top:-100%;left:1rem;z-index:200;padding:1rem 1.6rem;font-size:1.4rem;font-weight:700;color:var(--color-primary-text);background:var(--color-primary);border-radius:var(--radius-sm)}.skip-link:focus{top:1rem}#main-content:focus{outline:none}.container{width:100%;max-width:114rem;margin:0 auto;padding:0 2rem}.section{padding:8rem 0}@media (max-width: 768px){.section{padding:5.6rem 0}}
