:root{--blue:#78383f;--ink:#362b30;--muted:#7b6e73;--line:#e9e1e3;--bg:#faf8f7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:16px/1.7 'Pretendard','Noto Sans KR',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);background:var(--bg);word-break:keep-all}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button,a,summary{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;background:#f0e8ec;color:#94818b;box-shadow:none}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #b78696;outline-offset:4px}[hidden]{display:none!important}header{background:#fff;border-bottom:1px solid var(--line)}.header-inner{max-width:1280px;margin:auto;height:80px;display:flex;align-items:center;gap:64px;padding:0 36px}.brand{font-size:22px;font-weight:800;letter-spacing:-1px;display:flex;align-items:center;gap:11px;white-space:nowrap}.brand-icon{background:var(--ink);color:#fff;border-radius:11px;width:37px;height:37px;display:grid;place-items:center;font-size:29px;line-height:1}nav{display:flex;gap:32px;font-size:14px;font-weight:600}nav a{padding:27px 0}nav a:first-child{color:var(--blue);border-bottom:2px solid var(--blue)}nav a:hover{color:var(--blue)}.header-local{margin-left:auto;font-size:13px;color:#677361;display:flex;align-items:center;gap:7px}.header-local svg{width:19px;height:19px}main{max-width:1280px;margin:auto;padding:38px 36px 72px}.intro{margin-bottom:30px}.eyebrow{font-size:13px;font-weight:600;letter-spacing:.2px;color:var(--blue)}h1{font-size:36px;letter-spacing:-1.8px;line-height:1.4;margin:8px 0 6px;font-weight:800}p{margin:7px 0;color:var(--muted)}h2,h3{line-height:1.45;letter-spacing:-.5px}h2{font-size:23px}h3{font-size:16px}.intro p{font-size:15px}.tool-layout{display:grid;grid-template-columns:254px minmax(0,1fr);gap:24px;align-items:start}.tool-rail{padding:7px 0}.rail-heading{display:flex;align-items:center;justify-content:space-between;padding:0 15px 17px;font-size:14px;font-weight:700}.rail-heading b{font-size:12px;font-weight:500;color:#86767e;background:#f0e8eb;padding:0 7px;border-radius:5px}.tool-grid{display:flex;flex-direction:column;gap:6px}.tool-card{display:flex;align-items:center;position:relative;gap:12px;padding:15px 13px;border:1px solid transparent;border-radius:12px;transition:background .18s,border-color .18s}.tool-card:hover{background:#fff;border-color:#d8dfea}.tool-card h2{font-size:15px;margin:0 0 3px;white-space:nowrap;letter-spacing:-.3px}.tool-card p{font-size:12px;line-height:1.5;margin:0;max-width:160px;color:#877780}.tool-symbol{display:grid;place-items:center;flex-shrink:0;width:40px;height:44px;border:1px solid #dce3ef;border-radius:9px;background:white;color:#87717c;font-weight:750;font-size:11px;letter-spacing:-.3px}.tool-card.selected{background:#78383f;color:#fff;box-shadow:0 6px 14px #78383f14}.selected p{color:#efdee1}.selected .tool-symbol{background:#95545c;border-color:#b07881;color:white}.card-arrow{display:none}.rail-note{display:flex;gap:11px;margin:26px 14px 0;padding-top:22px;border-top:1px solid #e6dcdf;align-items:flex-start}.rail-note>span{font-size:14px;color:#677361}.rail-note p{font-size:13px;line-height:1.65;margin:0;color:#7c8797}.workspace{background:#fff;border:1px solid #e9e0e3;border-radius:20px;overflow:hidden;box-shadow:0 8px 35px #1f355309;min-width:0}.work-title{display:flex;align-items:center;justify-content:space-between;padding:25px 28px 19px;gap:12px}.work-title .eyebrow{font-size:12px;color:#8a7882;font-weight:500}.work-title h2{margin:1px 0 0;font-size:25px;letter-spacing:-.8px}.local-badge{background:#eff1eb;padding:5px 10px;border-radius:6px;color:#677361;font-size:12px;white-space:nowrap}.steps{display:flex;list-style:none;margin:0 28px;padding:0 0 20px;gap:0;border-bottom:1px solid var(--line);color:#91818a;font-size:13px}.steps li{display:flex;align-items:center;gap:8px;flex:1;position:relative}.steps li:not(:last-child):after{content:'';height:1px;background:#e8ecf2;flex:1;margin:0 14px}.steps b{display:grid;place-items:center;width:22px;height:22px;background:#f3edf0;color:#91818a;font-size:11px;font-weight:500;border-radius:50%}.steps .active{color:var(--blue);font-weight:650}.steps .active b{background:var(--blue);color:white;box-shadow:0 2px 7px #78383f26}.steps span{white-space:nowrap}.work-body{display:grid;grid-template-columns:minmax(0,1fr) 215px;padding:24px 28px;gap:24px}.dropzone{display:flex;min-height:320px;flex-direction:column;align-items:center;justify-content:center;border:1.5px dashed #b9c8ec;background:radial-gradient(ellipse at 50% 25%,#edf2ff 0, #f8faff 70%);border-radius:13px;padding:25px 12px;text-align:center;transition:border-color .18s,background .18s}.dropzone.over{background:#e6edff;border-color:var(--blue)}.upload-icon{display:grid;place-items:center;color:var(--blue);width:60px;height:60px;border-radius:17px;border:1px solid #e0e7fc;background:#fff;box-shadow:0 6px 16px #78383f0c;transform:rotate(-5deg)}.upload-icon svg{width:30px;height:30px;transform:rotate(5deg)}.dropzone h3{font-size:18px;margin:20px 0 1px;letter-spacing:-.7px}.dropzone p{font-size:13px}.primary{display:inline-flex;align-items:center;justify-content:center;gap:28px;background:var(--blue);border:0;color:white;border-radius:9px;padding:12px 23px;font-size:14px;font-weight:650;min-height:46px;box-shadow:0 4px 8px #78383f12;transition:background .15s,transform .15s}.primary:hover:not(:disabled){background:#612b33;transform:translateY(-1px)}.dropzone .primary{margin:15px 0 5px;min-width:155px}.dropzone .file-limit{font-size:12px;color:#79869e;margin-top:12px}.options{display:flex;flex-direction:column;min-width:0}.options h3{margin:0 0 9px;font-size:15px}.options label{display:block;font-size:14px;font-weight:550;margin:11px 0 7px}.options select,.dimensions input{width:100%;padding:9px 11px;border:1px solid #e3d9df;border-radius:8px;background:#fff;color:var(--ink);min-height:44px;font-size:14px}.options output{float:right;color:var(--blue);font-size:13px}input[type=range]{width:100%;accent-color:var(--blue)}.hint{font-size:12px;line-height:1.75;margin:10px 0 17px;color:#7c8799}.convert{width:100%;margin-top:auto}.privacy-note{text-align:center;border-top:1px solid var(--line);padding:13px;font-size:12px;color:#788497}.privacy-note span{color:#5c8b75;margin-right:7px}.dimensions{display:flex;gap:8px}.dimensions label{width:50%;font-size:12px}.options .check{font-weight:400;display:flex;align-items:center;gap:6px;font-size:13px;margin:8px 0}.options input[type=checkbox]{accent-color:var(--blue)}.preview{height:248px;border-radius:11px;background:repeating-conic-gradient(#edf0f5 0 25%,#fff 0 50%) 50%/20px 20px;display:flex;align-items:center;justify-content:center;padding:12px}.preview img{max-width:100%;max-height:100%;object-fit:contain}.file-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 0}.file-row>div{min-width:0}.file-row strong{display:block;overflow-wrap:anywhere;font-size:14px}.file-row p{font-size:12px}.text-button{background:none;border:0;color:var(--blue);font-size:13px;white-space:nowrap}#status{margin:0 28px 15px;padding:10px 13px;background:#fff3f1;border-radius:7px;color:#a63d32;font-size:14px}#status:empty{display:none}.result{margin:0 28px 24px;background:#f0f8f4;border:1px solid #d3e9de;border-radius:12px;padding:20px;display:flex;justify-content:space-between;align-items:center;gap:20px}.result h3{margin:0;color:#245c44}.result p{font-size:13px}.result .primary{white-space:nowrap}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;padding:44px 36px;margin-top:34px;background:white;border:1px solid var(--line);border-radius:18px}.guide-grid h2{font-size:22px;margin:7px 0}.guide-grid>div>p{font-size:14px}.instructions{padding:0;list-style:none;margin:23px 0 0}.instructions li{display:flex;gap:16px;margin:18px 0}.instructions b{font-size:12px;color:var(--blue);border:1px solid #e8d6dc;background:#f7f0f2;width:33px;height:33px;display:grid;place-items:center;border-radius:10px;flex-shrink:0}.instructions h3{margin:0;font-size:15px}.instructions p{font-size:14px;margin:3px 0}.info-panels{border-left:1px solid var(--line);padding-left:34px}.info-panels h2{font-size:17px}.info-panels section+section{margin-top:25px}.info-panels p{font-size:14px}.format-tags{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.format-tags span{font-size:12px;background:#f3eef0;color:#7b6e73;padding:4px 9px;border-radius:5px}.faq{display:grid;grid-template-columns:260px minmax(0,1fr);column-gap:30px;margin:48px 0 0;padding:0 10px}.faq>h2{grid-column:1;grid-row:1/6;font-size:24px;margin:10px 0;letter-spacing:-1px}.faq details{grid-column:2;border-bottom:1px solid #e8dfe2;padding:19px 0}.faq summary{cursor:pointer;list-style:none;font-size:15px;font-weight:550;display:flex;justify-content:space-between;gap:20px}.faq summary:after{content:'＋';font-weight:400;color:#8c97a9}.faq details[open] summary:after{content:'−'}.faq details p{font-size:14px;padding:8px 25px 0 0}.back{display:none}footer{border-top:1px solid #e1e6ee;padding:27px max(36px,calc((100vw - 1208px)/2));display:flex;align-items:center;gap:24px}footer .brand{font-size:17px;color:#7d6871}footer p,footer span{font-size:12px;color:#97868e}footer span{margin-left:auto}@media(min-width:1500px){main{padding-top:46px}.intro{margin-bottom:34px}.dropzone{min-height:345px}}@media(max-width:1080px){.tool-layout{grid-template-columns:220px minmax(0,1fr);gap:18px}.tool-card{gap:9px;padding:14px 9px}.tool-card h2{font-size:14px}.tool-symbol{width:34px;height:39px;font-size:10px}.tool-card p{font-size:12px}.work-body{grid-template-columns:minmax(0,1fr) 185px;gap:18px;padding:22px}.work-title{padding:23px 22px 18px}.steps{margin:0 22px}.steps li:not(:last-child):after{margin:0 8px}.header-local{display:none}.dropzone h3{font-size:16px}.faq{grid-template-columns:220px minmax(0,1fr)}}@media(max-width:850px){.tool-layout{grid-template-columns:1fr}.tool-rail{padding:0}.rail-heading,.rail-note{display:none}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.tool-card{background:#fff;border:1px solid #e9e0e3;padding:13px 10px}.tool-card p{display:none}.tool-card h2{font-size:13px;margin:0}.tool-symbol{height:32px;width:32px;font-size:9px}.work-body{grid-template-columns:minmax(0,1fr) 230px}.header-inner{gap:40px}.guide-grid{gap:28px;padding:28px}.info-panels{padding-left:25px}.faq{grid-template-columns:190px minmax(0,1fr)}footer p{display:none}}@media(max-width:600px){.header-inner{height:66px;padding:0 20px;justify-content:space-between;gap:15px}.brand{font-size:20px}.brand-icon{width:32px;height:32px;font-size:25px;border-radius:9px}nav{gap:17px;font-size:12px}nav a{padding:20px 0}main{padding:27px 16px 42px}.intro{margin-bottom:22px;padding:0 3px}.intro .eyebrow{font-size:12px}h1{font-size:27px;letter-spacing:-1.2px;max-width:340px;margin-top:9px}.intro p{font-size:14px;max-width:315px}.tool-grid{grid-template-columns:repeat(2,1fr);gap:7px}.tool-card{padding:11px 10px;gap:9px;border-radius:9px}.tool-card h2{font-size:13px}.tool-symbol{width:30px;height:30px;font-size:9px;border-radius:6px}.tool-layout{gap:18px}.workspace{border-radius:15px}.work-title{padding:20px 18px 16px}.work-title h2{font-size:23px}.local-badge{font-size:11px;padding:4px 7px}.steps{margin:0 18px;padding-bottom:18px;font-size:11px}.steps li{gap:5px}.steps b{width:19px;height:19px;font-size:10px}.steps li:not(:last-child):after{margin:0 6px}.work-body{grid-template-columns:1fr;padding:18px;gap:22px}.dropzone{min-height:292px;padding:23px 10px}.dropzone h3{font-size:18px}.options{border-top:1px solid var(--line);padding-top:18px}.options h3{font-size:16px}.convert{margin-top:5px}.options label{font-size:14px}.hint{font-size:13px}.privacy-note{font-size:11px;padding:12px 5px}.guide-grid{grid-template-columns:1fr;gap:24px;padding:24px 21px;margin-top:24px;border-radius:15px}.info-panels{border-left:0;border-top:1px solid var(--line);padding:19px 0 0}.guide-grid h2{font-size:21px}.info-panels h2{font-size:17px}.faq{display:block;margin:31px 4px 0;padding:0}.faq>h2{font-size:22px;margin-bottom:9px}.faq summary{font-size:14px}.faq details{padding:17px 0}.result{margin:0 18px 18px;flex-direction:column;align-items:stretch}.result a{width:100%}#status{margin:0 18px 15px}footer{padding:23px 20px;gap:10px}footer span{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Reference palette: rose, mauve, ochre, sage and burgundy. */
.brand-icon{background:#78383f;border-radius:12px;box-shadow:0 3px 10px #78383f14}
.tool-card.selected{background:#78383f;box-shadow:0 5px 16px #78383f17}.tool-card.selected .tool-symbol{background:#945660;border-color:#b67f89;color:#fff}.selected p{color:#f0dfe4}
.tool-card.color-0:not(.selected) .tool-symbol{background:#f8e8ed;color:#a13e61;border-color:#edc9d5}
.tool-card.color-1:not(.selected) .tool-symbol{background:#efe5ec;color:#826377;border-color:#deceda}
.tool-card.color-2:not(.selected) .tool-symbol{background:#f6eed6;color:#886719;border-color:#e9dba8}
.tool-card.color-3:not(.selected) .tool-symbol{background:#e9eee6;color:#606e59;border-color:#cfd9c8}
.tool-card.color-4:not(.selected) .tool-symbol{background:#f2e5e6;color:#78383f;border-color:#e4c9cc}
.tool-card.color-5:not(.selected) .tool-symbol{background:#f2e5ec;color:#965e78;border-color:#e5cbd9}
.workspace{border-color:#e8dfe3;box-shadow:0 8px 32px #593b4908;border-radius:22px}.work-title h2{font-weight:700}.work-body{gap:26px}
.dropzone{background:linear-gradient(135deg,#efe3e9 0%,#e6d4de 100%);border:1px solid #ddc8d3;outline:1px dashed #b991a5;outline-offset:-11px;color:#543b49;min-height:340px;padding:30px 18px;border-radius:16px;transition:background .18s,border-color .18s}
.dropzone.over{background:#dfc8d5;border-color:#9e6f85;outline-color:#8f5e76}
.upload-icon{background:#ffffffb3;border-color:#ffffff;color:#82566e;box-shadow:0 6px 20px #875e7010;transform:none;border-radius:18px;width:64px;height:64px}.upload-icon svg{transform:none}
.dropzone h3{color:#4b3442;font-weight:650;letter-spacing:-.6px}.dropzone p,.dropzone .file-limit{color:#76606d}
.dropzone .primary{background:#78383f;color:#fff;box-shadow:0 5px 13px #78383f1a;min-width:172px;border-radius:10px;padding:13px 24px}.dropzone .primary:hover{background:#602a32;color:#fff;box-shadow:0 6px 16px #78383f24}
.primary{box-shadow:0 4px 8px #78383f12;border-radius:9px}.primary:hover:not(:disabled){background:#602a32}.steps .active b{box-shadow:0 2px 7px #78383f26}.steps li:not(:last-child):after{background:#ece4e8}.steps{border-color:#eee6ea}
.local-badge{background:#edf0e8;color:#5e6c52;border:1px solid #dce3d2}.privacy-note{background:#fcfafb;color:#89727e;border-color:#eee7ea}.privacy-note span{color:#879076}.options select,.dimensions input{border-color:#e4d9df}.hint{color:#8b7582}.options{color:#594650}
.guide-grid{border-color:#e8dfe3}.info-panels{border-color:#eee6e9}.format-tags span{background:#f1ecef;color:#7b6472}.faq details{border-color:#e7dde2}.faq summary:after{color:#a08394}.rail-note{border-color:#e6dce1}.rail-note p{color:#917c88}.header-local{color:#788366}footer{border-color:#e6dce1}footer .brand{color:#7b626d}
@media(max-width:600px){.work-body{gap:22px}.dropzone{min-height:305px;padding:27px 14px}.dropzone h3{font-size:17px}.workspace{border-radius:17px}}

/* Narrow screens: allow grids and navigation to fit. */
.tool-grid{min-width:0}.tool-card{min-width:0}.tool-card>div{min-width:0}.tool-card h2{white-space:normal;overflow-wrap:anywhere}#selected{min-width:0}.dimensions input{min-width:0}@media(max-width:360px){.header-inner{padding:0 12px;gap:8px}nav{gap:10px;font-size:11px}.brand{font-size:18px}.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-card{gap:6px;padding:10px 7px}.tool-card h2{font-size:12px}.work-title{flex-wrap:wrap}.steps{margin:0 12px;font-size:10px}.steps li{gap:3px}.steps li:not(:last-child):after{margin:0 3px}.steps b{flex-shrink:0}.work-body{padding:12px}.guide-grid{padding:20px 16px}footer{flex-wrap:wrap}}
