
:root{--orange:#ff4f12;--orange2:#ff7849;--peach:#fff0e8;--cream:#fff9f5;--ink:#191817;--muted:#706a66;--line:#e9e2dc;--green:#15815d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Pretendard,"Noto Sans KR",Arial,sans-serif}button,input,select{font:inherit}button{cursor:pointer}main{min-height:100vh}.header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(4vw,32px);position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);z-index:20;border-bottom:1px solid rgba(233,226,220,.7)}.brand{display:flex;align-items:center;gap:9px;border:0;background:none;font-size:23px;font-weight:850;letter-spacing:-1.5px}.brand>span:last-child span{color:var(--orange)}.brandMark{width:32px;height:32px;border-radius:10px;background:var(--orange);color:#fff!important;display:grid;place-items:center;font-size:18px;font-weight:900;transform:rotate(-5deg)}nav{display:flex;gap:34px;height:100%;align-items:center}nav button{border:0;background:none;font-size:14px;font-weight:700;color:#4e4a47;height:100%;position:relative}nav button.active,nav button:hover{color:var(--orange)}nav button.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:3px;background:var(--orange)}.headerActions{display:flex;gap:9px}.headerActions button{padding:10px 16px;border-radius:10px;font-size:13px;font-weight:750}.login{border:1px solid var(--line);background:#fff}.join{border:1px solid var(--orange);background:var(--orange);color:#fff}.hero{min-height:680px;padding:72px max(6vw,60px) 58px;display:grid;grid-template-columns:48% 52%;align-items:center;background:radial-gradient(circle at 78% 35%,#ffe7da 0,transparent 28%),linear-gradient(135deg,#fffaf6,#fff 56%,#fff4ed);overflow:hidden}.heroCopy{max-width:680px}.eyebrow,.pageTitle>span,.sellerHero>div>span{display:inline-flex;padding:7px 12px;border-radius:99px;background:var(--peach);color:#d83c06;font-size:13px;font-weight:800;margin-bottom:22px}.hero h1{font-size:clamp(48px,4.5vw,72px);line-height:1.13;letter-spacing:-4.2px;margin:0 0 25px;font-weight:900}.hero h1 em{font-style:normal;color:var(--orange);position:relative}.hero h1 em:after{content:"";position:absolute;height:8px;background:#ffc8b0;left:0;right:0;bottom:-3px;border-radius:50%;z-index:-1}.heroCopy>p{font-size:18px;line-height:1.8;color:var(--muted);margin:0 0 30px}.heroButtons{display:flex;gap:12px}.primary,.secondary{border-radius:13px;padding:16px 22px;font-weight:800;border:1px solid var(--orange);transition:.2s}.primary{background:var(--orange);color:#fff;box-shadow:0 10px 24px rgba(255,79,18,.22)}.primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(255,79,18,.3)}.primary b{margin-left:22px}.secondary{background:#fff;color:var(--ink);border-color:#ddd5ce}.trust{display:flex;align-items:center;gap:20px;margin-top:32px;color:#7d746e;font-size:12px}.trust b{font-size:16px;color:#2b2826;margin-right:4px}.trust i{height:17px;width:1px;background:#ddd2ca}.flowBoard{width:min(560px,100%);height:510px;position:relative;margin-left:auto}.flowCard{position:absolute;width:285px;padding:18px 20px;background:#fff;border:1px solid #f0e5dc;border-radius:18px;display:flex;align-items:center;gap:14px;box-shadow:0 18px 45px rgba(86,48,27,.11);z-index:2}.flowCard>span{width:38px;height:38px;border-radius:12px;background:var(--peach);color:var(--orange);display:grid;place-items:center;font-weight:900}.flowCard div{display:flex;flex-direction:column;gap:4px}.flowCard small{color:#8a817b}.flowCard b{font-size:17px}.flowCard strong{margin-left:auto;color:var(--orange)}.flowCard.first{top:20px;left:30px;transform:rotate(-2deg)}.flowCard.second{top:163px;right:8px;transform:rotate(2deg)}.flowCard.third{top:302px;left:8px;transform:rotate(-1deg)}.flowLine{position:absolute;border:2px dashed #ffc0a4;width:200px;height:100px;border-left:0;border-bottom:0;border-radius:0 70px 0 0;top:96px;left:195px;transform:rotate(15deg)}.flowLine.short{top:245px;left:170px;transform:rotate(162deg)}.commission{position:absolute;right:6px;bottom:14px;width:260px;background:linear-gradient(135deg,#ff4f12,#ff7644);color:#fff;padding:20px 22px;border-radius:21px;box-shadow:0 18px 42px rgba(255,79,18,.32);display:flex;flex-direction:column;gap:7px;z-index:3}.commission b{font-size:28px}.commission span{font-size:12px;opacity:.8}.bubble{position:absolute;background:#1e1c1b;color:#fff;padding:9px 13px;border-radius:99px;font-size:11px;box-shadow:0 8px 24px rgba(0,0,0,.14)}.b1{top:105px;right:0}.b2{bottom:77px;left:15px}.featured{padding:74px max(6vw,60px) 100px}.sectionHead{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.sectionHead span{font-size:13px;font-weight:800;color:var(--orange)}.sectionHead h2{font-size:32px;letter-spacing:-1.8px;margin:7px 0 0}.sectionHead button{border:0;background:none;font-weight:750;color:#685f59}.productGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.productCard{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;transition:.22s}.productCard:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(41,29,20,.1)}.productVisual{height:150px;position:relative;display:grid;place-items:center;overflow:hidden}.productVisual:before,.productVisual:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.3)}.productVisual:before{width:180px;height:180px;right:-50px;top:-80px}.productVisual:after{width:100px;height:100px;left:-20px;bottom:-55px}.productVisual>span{font-size:58px;filter:grayscale(.15);z-index:1}.productVisual i{position:absolute;top:13px;left:13px;background:rgba(255,255,255,.9);padding:6px 10px;border-radius:99px;font-style:normal;font-size:11px;font-weight:800}.sun{background:linear-gradient(135deg,#ffd76a,#ff9d36)}.room{background:linear-gradient(135deg,#d3c0ab,#887466)}.cold{background:linear-gradient(135deg,#b8e9ff,#5eb6df)}.farm{background:linear-gradient(135deg,#c3e7a5,#6eaf58)}.power{background:linear-gradient(135deg,#9dd8ff,#547de7)}.build{background:linear-gradient(135deg,#e3c89b,#a9875b)}.productBody{padding:20px}.company{font-size:12px;font-weight:750;color:#5a544f;display:flex;align-items:center;gap:6px}.company>span{color:var(--green)}.company em{margin-left:auto;font-style:normal;color:#948a83;font-weight:500}.productBody h3{font-size:18px;letter-spacing:-.7px;margin:14px 0 8px}.productBody>p{font-size:12px;color:#8a817b;margin:0 0 17px}.fee{border-top:1px solid #f0e9e4;padding-top:15px;display:flex;justify-content:space-between;align-items:center}.fee span{font-size:11px;color:#91867f}.fee b{font-size:18px;color:var(--orange)}.productBody>button{width:100%;margin-top:15px;border:0;background:#221f1d;color:#fff;border-radius:11px;padding:12px;font-size:13px;font-weight:800}.productBody>button span{float:right}.pageWrap{max-width:1240px;margin:0 auto;padding:70px 28px 110px;min-height:750px}.pageTitle h1{font-size:42px;letter-spacing:-2.4px;margin:0 0 12px}.pageTitle p{color:var(--muted);font-size:16px}.categoryRow{display:flex;gap:9px;margin:38px 0 24px;border-bottom:1px solid var(--line);padding-bottom:18px}.categoryRow button{border:1px solid var(--line);background:#fff;border-radius:99px;padding:10px 18px;font-size:13px;font-weight:750}.categoryRow button.selected{background:var(--orange);border-color:var(--orange);color:#fff}.results{display:flex;justify-content:space-between;align-items:center;margin:25px 0 18px}.results select{border:1px solid var(--line);padding:9px 13px;border-radius:9px;background:#fff}.productGrid.all{grid-template-columns:repeat(3,1fr)}.dashboard{background:#faf8f6;max-width:none;padding-left:max(6vw,60px);padding-right:max(6vw,60px)}.statGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:32px 0}.statGrid article{background:#fff;border:1px solid var(--line);border-radius:17px;padding:22px;display:flex;flex-direction:column;gap:8px}.statGrid small{color:#877e78}.statGrid b{font-size:27px}.statGrid em{font-size:11px;font-style:normal;color:var(--green)}.statGrid .accent{background:var(--orange);color:#fff;border-color:var(--orange)}.statGrid .accent small,.statGrid .accent em{color:#fff;opacity:.8}.tableCard{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.tableHead{padding:22px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.tableHead h2{margin:0;font-size:20px}.tableHead button{border:0;background:var(--orange);color:#fff;border-radius:9px;padding:10px 14px;font-weight:750}.tr{display:grid;grid-template-columns:.7fr 2fr .8fr .8fr .8fr;gap:15px;padding:17px 24px;border-bottom:1px solid #f0ebe7;font-size:13px;align-items:center}.th{background:#fbfaf9;color:#8d847e;font-size:11px;font-weight:700}.tr strong{color:var(--orange)}.status{font-style:normal;padding:6px 9px;border-radius:99px;background:#fff3d6;color:#a77000;font-size:11px}.status.s1{background:#e5f7ef;color:#137253}.status.s2{background:#eeeafc;color:#6552a2}.seller{max-width:none;padding:0}.sellerHero{min-height:590px;background:var(--cream);padding:75px max(8vw,80px);display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.sellerHero h1{font-size:52px;letter-spacing:-3px;line-height:1.15;margin:0 0 20px}.sellerHero p{color:var(--muted);line-height:1.8;max-width:570px;margin-bottom:25px}.sellerPanel{background:#fff;padding:28px;border:1px solid var(--line);border-radius:22px;box-shadow:0 20px 60px rgba(76,45,25,.11)}.sellerPanel h3{margin:0 0 20px}.sellerPanel label{display:flex;flex-direction:column;gap:7px;font-size:11px;color:#776e68;font-weight:700;margin-bottom:14px}.sellerPanel input{border:1px solid var(--line);border-radius:9px;padding:12px;background:#fbfaf9;color:#35312f}.sellerPanel .two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sellerPanel>button{width:100%;border:0;background:#222;color:#fff;border-radius:10px;padding:13px;font-weight:750}.benefits{max-width:1120px;margin:0 auto;padding:75px 20px 100px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefits article{padding:27px;border:1px solid var(--line);border-radius:18px}.benefits span{color:var(--orange);font-weight:900}.benefits h3{margin:25px 0 10px}.benefits p{color:var(--muted);font-size:14px;line-height:1.7}.center{text-align:center}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:50px}.steps article{border:1px solid var(--line);border-radius:18px;padding:25px;position:relative}.steps article>b{color:var(--orange);font-size:13px}.steps article>span{position:absolute;right:-13px;top:50%;z-index:2;background:#fff;color:#c7bbb2}.steps article:last-child>span{display:none}.steps h3{font-size:19px;margin:30px 0 12px}.steps p{color:var(--muted);font-size:13px;line-height:1.7}.ruleBox{margin-top:45px;padding:35px;border-radius:20px;background:#24201d;color:#fff;display:grid;grid-template-columns:1fr 2fr auto;gap:30px;align-items:center}.ruleBox h2{margin:0}.ruleBox p{color:#c7beb8;line-height:1.7;font-size:13px}.ruleBox button{border:0;background:var(--orange);color:#fff;border-radius:10px;padding:13px 18px;font-weight:750}footer{background:#1d1a18;color:#fff;padding:48px max(6vw,60px);display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:20px;align-items:center}footer .brand{color:#fff;justify-self:start}footer p{color:#bfb6b0;font-size:13px}footer div{font-size:11px;color:#aaa09a;text-align:right}footer small{grid-column:1/-1;border-top:1px solid #39332f;padding-top:20px;color:#776e68}.modalBackdrop{position:fixed;inset:0;background:rgba(26,19,15,.55);z-index:50;display:grid;place-items:center;padding:20px}.modal{background:#fff;width:min(480px,100%);border-radius:22px;padding:31px;position:relative;box-shadow:0 30px 90px rgba(0,0,0,.24)}.close{position:absolute;right:18px;top:15px;border:0;background:none;font-size:27px;color:#887d76}.modalIcon{width:53px;height:53px;border-radius:15px;background:var(--peach);display:grid;place-items:center;font-size:26px;margin-bottom:17px}.modal>small{color:#8f857f}.modal h2{margin:7px 0 20px}.modalFee{background:var(--peach);padding:17px;border-radius:13px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modalFee span{font-size:12px;color:#8f4b32}.modalFee b{color:var(--orange);font-size:20px}.modal label{font-size:11px;font-weight:700;color:#756c66}.modal label>div{display:flex;margin-top:7px}.modal input{min-width:0;flex:1;border:1px solid var(--line);border-radius:9px 0 0 9px;padding:11px;font-size:11px;color:#777}.modal label button{border:0;background:#25211f;color:#fff;padding:0 13px;border-radius:0 9px 9px 0;font-size:11px}.kakao{width:100%;border:0;background:#fee500;color:#251f00;border-radius:10px;padding:13px;font-weight:800;margin-top:12px}.modal>p{font-size:11px;color:#958a83;line-height:1.6;margin:15px 0 0}.toast{position:fixed;right:25px;bottom:25px;background:#211e1c;color:#fff;padding:15px 18px;border-radius:12px;z-index:70;box-shadow:0 12px 35px rgba(0,0,0,.2);font-size:13px}.toast button{border:0;background:none;color:#fff;margin-left:20px}@media(max-width:950px){nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.flowBoard{margin:50px auto 0}.productGrid,.productGrid.all{grid-template-columns:repeat(2,1fr)}.statGrid{grid-template-columns:repeat(2,1fr)}.sellerHero{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}.steps article>span{display:none}.ruleBox{grid-template-columns:1fr}.benefits{grid-template-columns:1fr}.hero h1{letter-spacing:-3px}}@media(max-width:620px){.header{padding:0 16px}.headerActions .login{display:none}.join{padding:9px!important}.hero{padding:42px 20px}.hero h1{font-size:40px;letter-spacing:-2.5px}.heroCopy>p br{display:none}.heroButtons{flex-direction:column}.trust{gap:10px;flex-wrap:wrap}.flowBoard{height:480px;transform:scale(.86);transform-origin:top center;margin-bottom:-60px}.featured,.pageWrap{padding:55px 18px}.productGrid,.productGrid.all{grid-template-columns:1fr}.sectionHead{align-items:start;gap:20px}.sectionHead button{font-size:11px}.pageTitle h1{font-size:34px}.categoryRow{overflow:auto}.statGrid{grid-template-columns:1fr}.table{overflow:auto}.tr{min-width:720px}.sellerHero{padding:55px 20px}.sellerHero h1{font-size:40px}.steps{grid-template-columns:1fr}footer{grid-template-columns:1fr;padding:40px 20px}footer div{text-align:left}.productVisual{height:180px}}
