:root{--ds-brand-rgb:254,72,0;--gray-100:#fff;--gray-99:#f6f6f9;--gray-95:#f2f2f5;--gray-90:#ebebef;--gray-85:#e3e3e7;--gray-80:#dbdbdf;--gray-75:#c3c3c8;--gray-70:#b1b1b6;--gray-65:#96969d;--gray-60:#8a8a91;--gray-55:#73737c;--gray-50:#5c5c64;--gray-45:#48484e;--gray-40:#3a3a3f;--gray-35:#2c2c30;--gray-30:#212125;--gray-25:#1c1c1f;--gray-20:#171719;--gray-15:#141416;--gray-10:#111113;--gray-5:#080808;--gray-0:#000;--green-50:#30d158;--green-40:#2cbe50;--red-50:#ff453a;--red-40:#e83f35;--font-pretendard:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;--ls-title:-.03em;--radius-tight:2px;--radius-field:4px;--radius-sheet:6px;--radius-surface:8px;--radius-full:9999px;--layout-margin:16px;--layout-container:none;--layout-readable:800px;--layout-stack-section:32px;--layout-stack-block:20px;--layout-stack-item:12px;--layout-top-text:32px;--layout-bottom:80px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--ease:cubic-bezier(.4,0,.2,1);--dur-fast:.15s;--dur-normal:.2s;--motion-page-duration:.3s;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--sem-primary:rgb(var(--ds-brand-rgb));--sem-bg-normal:var(--gray-100);--sem-bg-alternative:var(--gray-99);--sem-bg-elevated:var(--gray-100);--sem-bg-elevated-alternative:var(--gray-99);--sem-label-strong:var(--gray-0);--sem-label-normal:var(--gray-20);--sem-label-neutral:var(--gray-45);--sem-label-alternative:var(--gray-60);--sem-label-assistive:var(--gray-70);--sem-label-disable:var(--gray-75);--sem-solid-normal:var(--gray-40);--sem-solid-alternative:var(--gray-80);--sem-solid-assistive:var(--gray-99);--sem-line-strong:var(--gray-0);--sem-line-normal:var(--gray-40);--sem-line-neutral:var(--gray-75);--sem-line-alternative:var(--gray-80);--sem-line-assistive:var(--gray-90);--sem-line-subtle:var(--gray-95);--sem-status-negative:var(--red-40);--state-color:23,23,25}@media (min-width:744px){:root{--layout-margin:20px;--layout-stack-section:40px;--layout-stack-block:24px;--layout-stack-item:16px;--layout-top-text:48px}}@media (min-width:1280px){:root{--layout-margin:32px;--layout-container:1344px;--layout-stack-section:48px;--layout-stack-block:32px;--layout-top-text:64px;--layout-bottom:120px}}*,:before,:after{box-sizing:border-box;border:0 solid}html{font-family:var(--font-pretendard);-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent;line-height:1.5}body{background:var(--sem-bg-normal);min-width:320px;min-height:100dvh;color:var(--sem-label-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;margin:0;display:flex;overflow-x:clip}h1,h2,h3,p,ul,ol{margin:0}ul,ol{padding:0;list-style:none}a{color:inherit;text-decoration:none}button{font:inherit;letter-spacing:inherit;color:inherit;cursor:pointer;background:0 0;padding:0}input{font:inherit;letter-spacing:inherit;color:inherit;background:0 0;border:0;outline:0;min-width:0;padding:0}input[type=search]::-webkit-search-cancel-button{appearance:none}input[type=search]::-webkit-search-decoration{appearance:none}img,svg{max-width:100%;display:block}[hidden]{display:none!important}:focus-visible{outline:2px solid var(--sem-line-strong);outline-offset:2px}::selection{background:rgba(var(--ds-brand-rgb), .3)}main{width:100%;max-width:var(--layout-container);padding:calc(var(--layout-top-text) / 2) var(--layout-margin) var(--layout-bottom);flex:1;min-width:0;margin-inline:auto}.home,.pd{flex-direction:column;min-width:0;display:flex}.home{gap:var(--layout-stack-block)}.pd{gap:var(--layout-stack-section);max-width:var(--layout-readable);width:100%;margin-inline:auto}.hdr{z-index:20;background:var(--sem-bg-normal);transition:border-color var(--dur-normal) var(--ease);padding-top:var(--safe-top);border-bottom:1px solid #0000;position:sticky;top:0}.hdr.is-stuck{border-bottom-color:var(--sem-line-assistive)}.hdr-in{width:100%;height:56px;max-width:var(--layout-container);padding:0 var(--layout-margin);justify-content:center;align-items:center;margin-inline:auto;display:flex;position:relative}.hdr-back{left:var(--layout-margin);width:24px;height:24px;color:var(--sem-label-strong);justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.hdr-back:before{content:"";position:absolute;inset:-10px}.hdr-back svg{width:24px;height:24px}.hdr-title{max-width:calc(100% - 80px - var(--layout-margin) * 2);text-align:center;letter-spacing:var(--ls-title);color:var(--sem-label-strong);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:18px;font-weight:600;line-height:26px;overflow:hidden}.search{width:100%;max-width:var(--layout-container);padding:calc(var(--layout-margin) * 2) var(--layout-margin) var(--layout-stack-item);margin-inline:auto}.search-box{border:1px solid var(--sem-line-alternative);border-radius:var(--radius-tight);background:var(--sem-bg-normal);height:48px;transition:border-color var(--dur-fast) var(--ease);align-items:center;gap:4px;padding:0 12px;display:flex}.search-box:focus-within{border-color:var(--sem-line-normal)}.search-ic{width:24px;height:24px;color:var(--sem-label-alternative);flex:none}.search-in{min-width:0;height:100%;color:var(--sem-label-normal);flex:1;padding:0 4px;font-size:16px;font-weight:400;line-height:24px}.search-in:focus-visible{outline:0}.search-in::placeholder{color:var(--sem-label-assistive)}.search-clear{border-radius:var(--radius-full);width:44px;height:44px;color:var(--sem-label-assistive);transition:color var(--dur-fast) var(--ease);flex:none;justify-content:center;align-items:center;margin-right:-12px;display:inline-flex}.search-clear svg{width:20px;height:20px}.search-clear:active{color:var(--sem-label-normal)}@media (hover:hover){.search-clear:hover{color:var(--sem-label-normal)}}.chips{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--sem-line-alternative);border-radius:var(--radius-full);min-height:40px;color:var(--sem-label-neutral);transition:background-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);align-items:center;padding:0 14px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex;position:relative}.chip:before{content:"";position:absolute;inset:-2px 0}.chip[aria-pressed=true]{background:var(--sem-label-strong);border-color:var(--sem-label-strong);color:var(--sem-bg-normal)}.chip:not([aria-pressed=true]):active{background:rgba(var(--state-color), .1)}@media (hover:hover){.chip:not([aria-pressed=true]):hover{background:rgba(var(--state-color), .05);color:var(--sem-label-normal)}}.sec{gap:var(--layout-stack-item);flex-direction:column;min-width:0;display:flex}.sec-grid{gap:var(--layout-stack-block)}.sec-h{letter-spacing:var(--ls-title);color:var(--sem-label-strong);align-items:baseline;gap:6px;font-size:18px;font-weight:600;line-height:26px;display:flex}.sec-n{letter-spacing:0;color:var(--sem-label-alternative);font-variant-numeric:tabular-nums;font-size:14px;font-weight:400;line-height:20px}@media (min-width:1024px){.sec-h{font-size:20px;line-height:28px}}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px;display:grid}.grid>li{min-width:0}@media (min-width:744px){.grid{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:24px}}@media (min-width:1024px){.grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:1280px){.grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.card{text-align:left;border-radius:var(--radius-sheet);flex-direction:column;gap:8px;width:100%;display:flex}.card-img{aspect-ratio:1;border-radius:var(--radius-sheet);background:var(--sem-bg-elevated-alternative);width:100%;position:relative;overflow:hidden}.card-img img{object-fit:contain;width:100%;height:100%;transition:transform var(--dur-normal) var(--ease)}.card-name{color:var(--sem-label-normal);-webkit-line-clamp:2;word-break:keep-all;overflow-wrap:anywhere;-webkit-box-orient:vertical;padding-inline:4px;font-size:14px;font-weight:500;line-height:20px;display:-webkit-box;overflow:hidden}.card-hint{color:var(--sem-label-neutral);white-space:nowrap;text-overflow:ellipsis;margin-top:-4px;padding-inline:4px;font-size:12px;line-height:16px;overflow:hidden}.card:active .card-img img{transform:scale(1.05)}@media (min-width:744px){.card{gap:12px}.card-img{border-radius:var(--radius-surface)}}@media (min-width:1024px){.card-name{font-size:16px;line-height:24px}.card-hint{font-size:13px;line-height:20px}}@media (hover:hover){.card:hover .card-img img{transform:scale(1.05)}}.notice{color:var(--sem-label-neutral);font-size:14px;line-height:20px}.empty{text-align:center;color:var(--sem-label-alternative);padding:48px 0 24px;font-size:14px;line-height:20px}.pd-head{align-items:center;gap:16px;display:flex}.pd-img{border-radius:var(--radius-surface);background:var(--sem-bg-elevated-alternative);flex:none;width:96px;height:96px;overflow:hidden}.pd-img img{object-fit:contain;width:100%;height:100%}.pd-body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.pd-name{letter-spacing:var(--ls-title);color:var(--sem-label-strong);-webkit-line-clamp:2;word-break:keep-all;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:18px;font-weight:600;line-height:26px;display:-webkit-box;overflow:hidden}.pd-link{color:var(--sem-label-neutral);transition:color var(--dur-fast) var(--ease);align-self:flex-start;align-items:center;gap:2px;margin:-8px 0 -12px;padding:12px 0;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.pd-link svg{width:18px;height:18px}.pd-link:active{color:var(--sem-label-strong)}@media (min-width:744px){.pd-head{gap:20px}.pd-img{width:128px;height:128px}}@media (min-width:1024px){.pd-name{font-size:20px;line-height:28px}}@media (hover:hover){.pd-link:hover{color:var(--sem-label-strong)}}.rows,.rows>li+li{border-top:1px solid var(--sem-line-assistive)}.row{align-items:center;gap:12px;min-height:72px;padding:8px 0;display:flex;position:relative}.row.noimg{min-height:56px}.row:before{content:"";border-radius:var(--radius-surface);pointer-events:none;transition:background-color var(--dur-fast) var(--ease);background:0 0;position:absolute;inset:0 -8px}.row:active:before{background:rgba(var(--state-color), .1)}.row.hit:after{content:"";left:calc(-1 * var(--layout-margin));background:var(--sem-primary);border-radius:0 2px 2px 0;width:3px;position:absolute;top:12px;bottom:12px}.row-img{border-radius:var(--radius-sheet);background:var(--sem-bg-elevated-alternative);width:56px;height:56px;color:var(--sem-label-assistive);flex:none;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.row-img img{object-fit:cover;width:100%;height:100%}.row-img svg{width:24px;height:24px}.row-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.row-name{color:var(--sem-label-normal);-webkit-line-clamp:2;word-break:keep-all;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:14px;font-weight:500;line-height:20px;display:-webkit-box;overflow:hidden}.row-sold{color:var(--sem-status-negative);font-size:13px;font-weight:500;line-height:20px}.row-arrow{width:20px;height:20px;color:var(--sem-label-assistive);transition:color var(--dur-fast) var(--ease);flex:none}@media (min-width:744px){.row{gap:16px}.row-img{width:64px;height:64px}}@media (min-width:1024px){.row-name{font-size:16px;line-height:24px}}@media (hover:hover){.row:hover:before{background:rgba(var(--state-color), .05)}.row:hover .row-arrow{color:var(--sem-label-normal)}}.sug{z-index:19;background:var(--sem-bg-elevated);border-top:1px solid var(--sem-line-assistive);border-bottom:1px solid var(--sem-line-assistive);overscroll-behavior:contain;max-height:min(64dvh,600px);position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 16px 32px #00000038}.sug-in{width:100%;max-width:var(--layout-container);padding:4px var(--layout-margin) 10px;margin-inline:auto}.sg-blk+.sg-blk{border-top:1px solid var(--sem-line-assistive)}.sg{text-align:left;align-items:center;gap:12px;width:100%;min-height:56px;padding:6px 0;display:flex;position:relative}.sg:before{content:"";border-radius:var(--radius-surface);pointer-events:none;transition:background-color var(--dur-fast) var(--ease);background:0 0;position:absolute;inset:0 -8px}.sg:active:before{background:rgba(var(--state-color), .1)}.sg-img{border-radius:var(--radius-sheet);background:var(--sem-bg-elevated-alternative);width:44px;height:44px;color:var(--sem-label-assistive);flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.sg-img img{object-fit:cover;width:100%;height:100%}.sg-img.prod img{object-fit:contain}.sg-img svg{width:20px;height:20px}.sg-body{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.sg-name{color:var(--sem-label-normal);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}.sg-name .crumb{color:var(--sem-label-alternative);font-weight:400}.sg-sub{color:var(--sem-label-alternative);white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:16px;overflow:hidden}.sg-arrow{width:18px;height:18px;color:var(--sem-label-assistive);flex:none}.sg-kids{border-left:1px solid var(--sem-line-assistive);margin-bottom:8px;margin-left:22px;padding-left:28px}.sg-kids .sg{min-height:44px;padding:4px 0}.sg-kids .sg-img{width:36px;height:36px}.sg-more{text-align:center;width:100%;color:var(--sem-label-neutral);padding:12px 0 6px;font-size:13px;line-height:20px;display:block}.sg-kids .sg-more{text-align:left;padding:6px 0 2px}.sg-none{text-align:center;color:var(--sem-label-alternative);padding:20px 0 14px;font-size:14px;line-height:20px}.sg-code{flex-direction:column;gap:12px;padding:14px 0 6px;display:flex}.sg-code-card{align-items:center;gap:14px;display:flex}.sg-code-card .sg-img{border-radius:var(--radius-surface);width:72px;height:72px}.sg-badge{border-radius:var(--radius-full);border:1px solid var(--sem-line-alternative);color:var(--sem-label-neutral);font-variant-numeric:tabular-nums;align-self:flex-start;padding:2px 8px;font-size:12px;font-weight:600;line-height:18px}.sg-code-name{letter-spacing:var(--ls-title);color:var(--sem-label-strong);word-break:keep-all;overflow-wrap:anywhere;font-size:16px;font-weight:600;line-height:24px}.sg-pick{border-radius:var(--radius-sheet);background:var(--sem-bg-elevated-alternative);color:var(--sem-label-normal);word-break:keep-all;overflow-wrap:anywhere;padding:10px 12px;font-size:14px;line-height:20px}.sg-pick b{color:var(--sem-label-strong);font-weight:700}.sg-list,.sg-list>.sg+.sg,.sg-list>.sg-kids+.sg,.sg-list .sg-kids .sg+.sg{border-top:1px solid var(--sem-line-assistive)}.sg-list .sg.in{min-height:48px}.sg-list>.sg.in{padding-left:4px}.sg-cd{border-radius:var(--radius-full);border:1px solid var(--sem-line-alternative);color:var(--sem-label-neutral);font-variant-numeric:tabular-nums;letter-spacing:.02em;flex:none;padding:1px 7px;font-size:12px;font-weight:600;line-height:18px}.sg-help{color:var(--sem-label-neutral);word-break:keep-all;font-size:13px;line-height:18px}.sg-buy{border-radius:var(--radius-tight);background:var(--sem-label-strong);height:48px;color:var(--sem-bg-normal);transition:opacity var(--dur-fast) var(--ease);justify-content:center;align-items:center;gap:4px;font-size:15px;font-weight:600;display:flex}.sg-buy svg{width:18px;height:18px}.sg-buy:active{opacity:.85}@media (min-width:744px){.sg-name{font-size:15px}}@media (hover:hover){.sg:hover:before{background:rgba(var(--state-color), .05)}.sg-more:hover{color:var(--sem-label-normal)}.sg-buy:hover{opacity:.9}}.skel{border-radius:var(--radius-sheet);background-color:var(--sem-solid-assistive);background-image:linear-gradient(110deg, var(--sem-solid-assistive) 25%, var(--sem-solid-alternative) 50%, var(--sem-solid-assistive) 75%);background-size:1000px 100%;background-attachment:fixed;animation:2s ease-in-out infinite skel-shimmer}.skel-img{aspect-ratio:1;width:100%}.skel-line{border-radius:var(--radius-tight);width:70%;height:14px;margin-block:3px}@keyframes skel-shimmer{0%{background-position:-500px 0}to{background-position:500px 0}}.view{animation:view-in var(--motion-page-duration) var(--ease) both}@keyframes view-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.skel{animation:none}}
