:root{--bg:#f4f4f1;--paper:#fff;--ink:#161616;--muted:#6b6b68;--line:#d8d8d2;--accent:#ff5a36;--dark:#20211f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:Arial,Noto Sans KR,Noto Sans JP,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.siteHeader{border-bottom:1px solid var(--line);z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f4f4f1f2;justify-content:space-between;align-items:center;height:72px;padding:0 clamp(20px,4vw,64px);display:flex;position:sticky;top:0}.brand{letter-spacing:-.04em;font-size:21px;font-weight:900}.siteHeader nav{align-items:center;gap:24px;font-size:14px;display:flex}.siteHeader select{border:1px solid var(--line);background:0 0;padding:8px 10px}.hero{background:linear-gradient(115deg,#ecece5 0 62%,#20211f 62%);flex-direction:column;justify-content:center;align-items:flex-start;min-height:620px;padding:110px clamp(20px,8vw,130px);display:flex}.hero h1{letter-spacing:-.065em;max-width:820px;max-inline-size:12ch;margin:22px 0;font-size:clamp(46px,7vw,94px);line-height:.94}.hero p{color:#4d4d49;max-width:650px;font-size:20px;line-height:1.6}.heroBadge,.eyebrow{letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:800}.primaryCta,.button{border:1px solid var(--ink);background:0 0;padding:14px 18px;font-weight:800}.primaryCta{background:var(--accent);border-color:var(--accent);color:#fff;margin-top:18px}.contentSection,.featureSection,.guideSection,.legal{max-width:1280px;margin:0 auto;padding:100px clamp(20px,6vw,90px)}.contentSection{grid-template-columns:1.2fr .8fr;align-items:center;gap:70px;display:grid}.contentSection h2,.featureSection h2,.guideSection h2{letter-spacing:-.05em;margin:12px 0 20px;font-size:clamp(34px,5vw,64px)}.contentSection p,.guideSection p,.legal p{color:var(--muted);font-size:18px;line-height:1.8}.privacyGraphic{aspect-ratio:1;background:var(--dark);color:#fff;flex-direction:column;justify-content:flex-end;padding:42px;display:flex}.privacyGraphic span{color:var(--accent);font-size:90px;font-weight:900}.privacyGraphic b{font-size:24px}.privacyGraphic small{color:#aaa;margin-top:10px}.featureSection{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.featureGrid{grid-template-columns:repeat(5,1fr);margin-top:55px;display:grid}.featureGrid article{border:1px solid var(--line);min-height:220px;margin-left:-1px;padding:24px}.featureGrid span{color:var(--accent);font-weight:900}.featureGrid h3{margin-top:70px;font-size:20px}.guideSection{max-width:980px}.guideSection a{border-bottom:2px solid var(--accent);margin-top:24px;font-weight:900;display:inline-block}.adPlaceholder{color:#999;letter-spacing:.18em;text-transform:uppercase;background:#eeeeea;border:1px dashed #b9b9b3;justify-content:center;align-items:center;max-width:1100px;height:120px;margin:34px auto;font-size:11px;display:flex}.siteFooter{border-top:1px solid var(--line);justify-content:space-between;padding:36px clamp(20px,4vw,64px);font-size:13px;display:flex}.siteFooter div{gap:22px;display:flex}.cookieBanner{z-index:80;border:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:20px;max-width:720px;margin:auto;padding:20px;display:flex;position:fixed;bottom:20px;left:20px;right:20px;box-shadow:0 16px 60px #0003}.cookieBanner p{margin:0;font-size:14px}.cookieBanner div{flex-shrink:0;gap:8px;display:flex}.cookieBanner button{background:var(--dark);color:#fff;border:0;padding:10px 13px;font-weight:700}.cookieBanner .secondary{color:#222;background:#eee}.legal{max-width:880px;min-height:70vh}.legal h1{letter-spacing:-.05em;font-size:56px}.legal h2{margin-top:48px}.editorPage{padding:40px clamp(12px,2vw,32px)}.editorIntro{max-width:1240px;margin:0 auto 28px}.editorIntro h1{letter-spacing:-.055em;margin:10px 0;font-size:clamp(34px,5vw,66px)}.editorIntro>p:last-child{color:var(--muted)}.editorShell{background:#e9e9e5;border:1px solid #c9c9c3;max-width:1540px;margin:auto}.editorTopbar{border-bottom:1px solid var(--line);background:#fff;flex-wrap:wrap;align-items:center;gap:10px;min-height:72px;padding:12px;display:flex}.button{background:#fff;padding:11px 14px}.button.primary{background:var(--accent);border-color:var(--accent);color:#fff}.button.dark{background:var(--dark);color:#fff}.button:disabled{opacity:.4;cursor:not-allowed}.editorTopbar>label,.dimensions{color:#555;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.editorTopbar select,.editorTopbar input{border:1px solid var(--line);background:#f8f8f6;height:38px;padding:0 8px}.dimensions label{align-items:center;gap:5px;display:flex}.dimensions input{width:78px}.editorGrid{grid-template-columns:280px minmax(400px,1fr) 250px;min-height:720px;display:grid}.layerPanel,.controlPanel{background:#fff;padding:16px;overflow:auto}.layerPanel{border-right:1px solid var(--line)}.controlPanel{border-left:1px solid var(--line)}.panelHeading{justify-content:space-between;align-items:center;display:flex}.panelHeading h2,.controlPanel h2{white-space:nowrap;text-overflow:ellipsis;margin:2px 0 16px;font-size:16px;overflow:hidden}.panelHeading span{color:#888;font-size:12px}.layerList{flex-direction:column;gap:9px;display:flex}.layerCard{border:1px solid var(--line);background:#fafaf8;padding:11px}.layerCard.active{border:2px solid var(--accent);padding:10px}.layerTitle{grid-template-columns:24px 1fr 25px;align-items:center;gap:7px;display:grid}.layerTitle strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.layerTitle button{background:0 0;border:0;font-size:20px}.layerNumber{color:#fff;background:#222;border-radius:50%;place-items:center;width:22px;height:22px;font-size:11px;display:grid}.layerCard label,.controlPanel label{color:#666;grid-template-columns:62px 1fr 40px;align-items:center;gap:5px;margin-top:12px;font-size:11px;display:grid}.layerCard input[type=range],.controlPanel input[type=range]{width:100%;accent-color:var(--accent)}output{text-align:right;font-variant-numeric:tabular-nums}.layerActions{gap:6px;margin-top:10px;display:flex}.layerActions button,.controlButtons button{border:1px solid var(--line);background:#eee;padding:7px 9px;font-size:11px}.layerActions .on{color:#fff;background:#222}.workspace{background:repeating-conic-gradient(#d6d6d2 0 25%,#e1e1dd 0 50%) 50%/22px 22px;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:30px;display:flex}.canvasStage{justify-content:center;align-items:center;width:100%;height:620px;display:flex;position:relative}.canvasStage.dragOver{outline:4px solid var(--accent);outline-offset:-5px}.canvasStage canvas{touch-action:none;cursor:move;background:#f0f1f3;max-width:100%;max-height:100%;display:block;box-shadow:0 15px 40px #0003}.dropPrompt{z-index:4;background:#fffffff0;border:2px dashed #777;flex-direction:column;gap:10px;width:min(430px,80%);padding:50px 25px;display:flex;position:absolute}.dropPrompt b{font-size:18px}.dropPrompt span{color:#777;font-size:12px}.workspaceTip{color:#fff;background:#222;margin:18px 0 0;padding:8px 12px;font-size:11px}.controlPanel label{grid-template-columns:58px 1fr 48px;margin:20px 0}.controlButtons{grid-template-columns:1fr 1fr;gap:8px;display:grid}.nudgeGrid{grid-template-columns:repeat(3,42px);width:126px;margin:38px auto;display:grid}.nudgeGrid button{border:1px solid var(--line);background:#f4f4f1;height:42px}.emptySmall{color:#888;font-size:12px;line-height:1.6}.adsbygoogle{min-height:100px}.editorPage>.guideSection{padding-top:70px;padding-bottom:50px}@media (max-width:1050px){.featureGrid{grid-template-columns:repeat(2,1fr)}.editorGrid{grid-template-columns:230px minmax(360px,1fr)}.controlPanel{border-left:0;border-top:1px solid var(--line);grid-column:1/-1;grid-template-columns:180px 1fr 1fr;gap:20px;display:grid}.nudgeGrid{display:none}}@media (max-width:760px){.siteHeader{align-items:flex-start;height:auto;min-height:64px;padding:14px 18px}.siteHeader nav{flex-wrap:wrap;justify-content:flex-end;gap:12px}.siteHeader nav>a:not(:first-child){display:none}.hero{background:linear-gradient(160deg,#ecece5 0 78%,#20211f 78%);min-height:600px;padding:80px 22px}.hero h1{font-size:52px}.hero p{font-size:17px}.contentSection,.featureGrid{grid-template-columns:1fr}.featureGrid article{min-height:140px}.featureGrid h3{margin-top:38px}.editorPage{padding:24px 0}.editorIntro{padding:0 18px}.editorTopbar{z-index:20;position:sticky;top:64px}.editorGrid{flex-direction:column;display:flex}.layerPanel{border-right:0;border-top:1px solid var(--line);order:2;max-height:330px}.workspace{order:1;min-height:520px;padding:16px}.canvasStage{height:490px}.controlPanel{border-top:1px solid var(--line);order:3;display:block}.dimensions{order:5;width:100%}.editorTopbar>.button{flex:1}.cookieBanner{display:block}.cookieBanner div{margin-top:13px}.siteFooter{flex-direction:column;gap:20px}}.prosePage{max-width:1160px;min-height:70vh;margin:0 auto;padding:64px 24px 100px}.pageHero{max-width:820px;margin-bottom:48px}.pageHero h1,.guideArticle h1,.legalPage h1{letter-spacing:-.055em;margin:10px 0 20px;font-size:clamp(2.2rem,5vw,4.6rem);line-height:1.04}.pageHero>p:last-child,.lead{color:#555;font-size:1.18rem;line-height:1.8}.articleGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.articleCard{background:#fff;border:1px solid #dedede;border-radius:20px;flex-direction:column;min-height:220px;padding:28px;display:flex}.articleCard h2,.articleCard h3{margin:0 0 14px;font-size:1.35rem;line-height:1.3}.articleCard p{color:#666;flex:1;line-height:1.7}.articleCard a,.textLink{color:#111;font-weight:700;text-decoration:none}.guidePreview{background:#f7f7f5;padding:80px max(24px,50vw - 580px)}.guidePreview>h2{letter-spacing:-.04em;font-size:clamp(2rem,4vw,3.5rem)}.guideArticle{max-width:780px;margin:0 auto}.guideArticle section{margin:52px 0}.guideArticle h2,.legalPage h2{letter-spacing:-.025em;margin:0 0 15px;font-size:1.75rem}.guideArticle p,.guideArticle li,.legalPage p{color:#333;font-size:1.05rem;line-height:1.85}.guideArticle details,.faqList details{border-top:1px solid #ddd;padding:20px 0}.guideArticle summary,.faqList summary{cursor:pointer;font-weight:750}.articleCta{color:#fff;background:#111;border-radius:22px;padding:34px}.articleCta p{color:#ccc}.articleCta .primaryCta{color:#111;background:#fff}.stepGrid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.stepGrid article{border:1px solid #ddd;border-radius:20px;padding:28px}.stepGrid span{color:#777;font-size:.8rem}.stepGrid h2{font-size:1.4rem}.stepGrid p{color:#666;line-height:1.7}.faqList{max-width:820px}.faqList details{padding:24px 0}.faqList summary{font-size:1.15rem}.faqList p{color:#555;line-height:1.7}.legalPage{max-width:780px;margin:0 auto}.legalPage section{margin:42px 0}.muted{color:#777!important;font-size:.92rem!important}.footerLinks{flex-wrap:wrap;gap:16px;display:flex}.siteFooter{align-items:flex-start}.siteFooter p{color:#777;max-width:380px}.siteHeader nav{flex-wrap:wrap}.siteHeader nav a{color:inherit;text-decoration:none}.siteHeader nav a:hover{text-decoration:underline}@media (max-width:760px){.articleGrid,.stepGrid{grid-template-columns:1fr}.prosePage{padding-top:40px}.siteHeader{align-items:flex-start}.siteHeader nav{gap:10px;font-size:.85rem}.siteFooter{flex-direction:column;gap:28px}.guidePreview{padding:60px 20px}}.zoomControl{grid-template-columns:58px minmax(0,1fr) 82px!important}.zoomNumber{align-items:center;gap:3px;display:flex}.zoomNumber input{border:1px solid var(--line);text-align:right;font-variant-numeric:tabular-nums;background:#f8f8f6;width:62px;height:34px;padding:0 5px;font-size:11px}.zoomNumber b{color:#666;font-size:11px;font-weight:700}.breadcrumbs{color:#666;max-width:1120px;margin:0 auto 24px;font-size:.88rem}.breadcrumbs ol{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li:not(:last-child):after{content:"/";color:#aaa;margin-left:8px}.breadcrumbs a{color:inherit;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.articleDate{color:#707070;margin-top:-8px;font-size:.9rem}.relatedGuides{border-top:1px solid #ddd;margin-top:56px;padding-top:32px}.relatedGuides ul{gap:18px;padding:0;list-style:none;display:grid}.relatedGuides li{border:1px solid #ddd;border-radius:12px;padding:18px}.relatedGuides li a{font-weight:700}.relatedGuides li p{color:#555;margin:8px 0 0}.languageLanding nav{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.footerPrivacyButton{color:inherit;font:inherit;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:0;text-decoration:underline;text-decoration-thickness:1px}.footerPrivacyButton:hover{color:var(--accent)}.canvasStage{overscroll-behavior:contain}.canvasStage canvas{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;overscroll-behavior:contain}@media (max-width:760px){.canvasStage canvas{touch-action:none}.workspaceTip{text-align:center;line-height:1.45}}.canvasStage,.canvasStage canvas{overscroll-behavior:none}.relativeSlider{--slider-progress:0%;cursor:ew-resize;touch-action:none;-webkit-user-select:none;user-select:none;outline:none;align-items:center;width:100%;height:34px;display:flex;position:relative}.relativeSliderTrack{background:#d8d8d2;border-radius:999px;height:6px;position:absolute;left:0;right:0;overflow:hidden}.relativeSliderFill{width:var(--slider-progress);background:var(--accent);height:100%;display:block}.relativeSliderThumb{left:var(--slider-progress);border:2px solid var(--accent);pointer-events:none;background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 1px 4px #0003}.relativeSlider:focus-visible{border-radius:8px;box-shadow:0 0 0 3px #ff5a3638}.relativeSlider:active .relativeSliderThumb{width:18px;height:18px}@media (max-width:760px){.relativeSlider{height:44px}.relativeSliderThumb{width:20px;height:20px}.relativeSlider:active .relativeSliderThumb{width:22px;height:22px}}
