/* Framer-style homepage editor. All selectors are scoped to hp-* to avoid admin UI bleed. */
body.homepage-editor-open{overflow:hidden;background:#1d1f23;letter-spacing:0}
body.homepage-editor-open #app{height:100vh;min-height:0}
body.homepage-editor-open #app>.sidebar,body.homepage-editor-open #app .topbar{display:none}
body.homepage-editor-open #app>.main{height:100vh;min-height:0}
body.homepage-editor-open #app .content{padding:0;max-width:none;height:100vh;min-height:0;overflow:hidden}
body.homepage-editor-open #v-homepage{height:100%;min-height:0}

.hp-editor{--hp-left:260px;--hp-right:300px;--hp-accent:#18a8b5;--hp-chrome:#1d1f23;--hp-panel:#25272c;--hp-panel-2:#2d3036;--hp-line:#3a3d44;--hp-text:#f3f4f6;--hp-muted:#a8adb8;position:relative;height:100%;min-height:0;display:flex;flex-direction:column;background:var(--hp-chrome);color:var(--hp-text);font-family:var(--sans);font-size:13px;letter-spacing:0;user-select:none}
.hp-editor *{letter-spacing:0}
.hp-editor button,.hp-editor input,.hp-editor select,.hp-editor textarea{font:inherit;letter-spacing:0}
.hp-editor-toolbar{height:52px;min-height:52px;display:grid;grid-template-columns:minmax(240px,1fr) auto minmax(240px,1fr);align-items:center;gap:10px;padding:0 10px;background:#202226;border-bottom:1px solid #35383e;z-index:50}
.hp-toolbar-group{display:flex;align-items:center;gap:6px;min-width:0}
.hp-toolbar-group.center{justify-content:center}
.hp-toolbar-group.end{justify-content:flex-end}
.hp-tool-btn,.hp-segment button{height:32px;min-width:32px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 10px;border:1px solid transparent;border-radius:6px;color:#d8dbe1;background:transparent;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}
.hp-tool-btn:hover,.hp-segment button:hover{background:#30333a;color:#fff}
.hp-tool-btn:focus-visible,.hp-segment button:focus-visible,.hp-tab:focus-visible,.hp-insert-btn:focus-visible,.hp-layer-row:focus-visible{outline:2px solid var(--hp-accent);outline-offset:1px}
.hp-tool-btn.primary{background:var(--hp-accent);color:#fff;font-weight:750}
.hp-tool-btn.primary:hover{background:#148c97}
.hp-tool-btn[disabled]{opacity:.35;cursor:not-allowed}
.hp-tool-btn.icon{padding:0;width:32px;font-size:17px}
.hp-tool-btn .hp-short-label{font-weight:700}
.hp-divider-v{width:1px;height:22px;background:#3a3d44;margin:0 3px}
.hp-project-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:750;color:#f7f8fa}
.hp-page-switcher{display:flex;align-items:center;gap:6px;min-width:0}.hp-page-switcher>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.hp-page-switcher select{height:30px;max-width:128px;padding:0 28px 0 10px;border:1px solid #454951;border-radius:5px;background:#2b2e34;color:#f3f4f6;font-size:12px;font-weight:750;cursor:pointer}.hp-page-switcher select:hover{border-color:#6b717b}.hp-page-switcher select:focus-visible{outline:2px solid var(--hp-accent);outline-offset:1px}
.hp-save-state{font-size:11px;color:var(--hp-muted);white-space:nowrap}
.hp-save-state.is-dirty{color:#f7be5b}
.hp-segment{display:inline-flex;align-items:center;padding:2px;background:#17191d;border:1px solid #383b42;border-radius:7px}
.hp-segment button{height:27px;min-width:36px;padding:0 9px;border-radius:5px;font-size:12px}
.hp-segment button.is-active{background:#3a3d44;color:#fff;box-shadow:0 1px 1px rgba(0,0,0,.28)}
.hp-zoom-label{min-width:48px;text-align:center;color:#c6cad2;font-variant-numeric:tabular-nums}

.hp-editor-body{position:relative;flex:1;min-height:0;display:grid;grid-template-columns:var(--hp-left) minmax(0,1fr) var(--hp-right);overflow:hidden}
.hp-editor.is-left-closed .hp-editor-body{grid-template-columns:0 minmax(0,1fr) var(--hp-right)}
.hp-editor.is-right-closed .hp-editor-body{grid-template-columns:var(--hp-left) minmax(0,1fr) 0}
.hp-editor.is-left-closed.is-right-closed .hp-editor-body{grid-template-columns:0 minmax(0,1fr) 0}
.hp-dock{position:relative;min-width:0;min-height:0;display:flex;flex-direction:column;background:var(--hp-panel);overflow:visible;z-index:20}
.hp-dock>.hp-panel-body{overflow:auto}
.hp-left{border-right:1px solid var(--hp-line)}
.hp-right{border-left:1px solid var(--hp-line)}
.hp-editor.is-left-closed .hp-left,.hp-editor.is-right-closed .hp-right{visibility:hidden}
.hp-panel-resizer{position:absolute;top:0;bottom:0;width:5px;z-index:30;cursor:col-resize;background:transparent}
.hp-panel-resizer:hover{background:var(--hp-accent)}
.hp-resize-left{right:-3px}.hp-resize-right{left:-3px}
.hp-panel-head{height:44px;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px;border-bottom:1px solid var(--hp-line)}
.hp-panel-title{font-weight:750;color:#f3f4f6}
.hp-panel-actions{display:flex;gap:4px}
.hp-panel-body{flex:1;min-height:0;overflow:auto;scrollbar-width:thin;scrollbar-color:#555a63 transparent}
.hp-tabs{display:grid;grid-template-columns:repeat(3,1fr);padding:8px 8px 0;gap:4px;background:var(--hp-panel);border-bottom:1px solid var(--hp-line)}
.hp-tab{height:34px;border-radius:5px 5px 0 0;color:var(--hp-muted);font-size:12px;font-weight:700}
.hp-tab:hover{background:#2f3238;color:#fff}
.hp-tab.is-active{background:#34373e;color:#fff;box-shadow:inset 0 -2px var(--hp-accent)}
.hp-pane{display:none;padding:12px}
.hp-pane.is-active{display:block}
.hp-pane-heading{margin:4px 0 9px;font-size:11px;font-weight:800;color:#9096a3;text-transform:uppercase}
.hp-insert-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-bottom:18px}
.hp-insert-btn{height:64px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;padding:10px 11px;border:1px solid #3c4047;border-radius:6px;background:#2b2e34;color:#e3e5e9;text-align:left}
.hp-insert-btn:hover{border-color:#5b606a;background:#32353c}
.hp-insert-btn .symbol{font-size:17px;color:#7ed4dc}
.hp-insert-btn small{font-size:11px;color:#969ca7}
.hp-layer-tree{padding:8px 6px 16px}
.hp-layer-row{height:30px;display:flex;align-items:center;gap:5px;padding-right:4px;border-radius:4px;color:#cfd2d8;cursor:default;white-space:nowrap}
.hp-layer-row:hover{background:#30333a}
.hp-layer-row.is-selected{background:#174b52;color:#fff}
.hp-layer-row.is-hidden{opacity:.52}
.hp-layer-row.is-locked .hp-layer-name:after{content:" · 잠금";font-size:10px;color:#8f96a2}
.hp-layer-caret,.hp-layer-visibility{width:24px;height:24px;display:grid;place-items:center;color:#8f95a0;border-radius:4px;flex:0 0 auto}
.hp-layer-caret:hover,.hp-layer-visibility:hover{background:#3a3d44;color:#fff}
.hp-layer-type{width:18px;text-align:center;color:#72ccd5;flex:0 0 auto}
.hp-layer-name{overflow:hidden;text-overflow:ellipsis;flex:1}
.hp-assets-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:116px;padding:16px;border:1px dashed #555a64;border-radius:7px;background:#292c31;color:#b8bdc6;text-align:center}
.hp-assets-drop:hover{border-color:var(--hp-accent);background:#2d3036}
.hp-assets-drop input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.hp-assets-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}
.hp-asset{position:relative;aspect-ratio:4/3;border:1px solid #3e4249;border-radius:5px;overflow:hidden;background:#1b1d21}
.hp-asset img{width:100%;height:100%;object-fit:cover;display:block}
.hp-asset button{position:absolute;inset:0;width:100%;height:100%;opacity:0;background:rgba(15,20,25,.72);color:#fff;font-weight:750}
.hp-asset:hover button{opacity:1}
.hp-empty{padding:28px 16px;color:#9298a4;text-align:center;line-height:1.6}

.hp-stage{position:relative;min-width:0;min-height:0;display:flex;flex-direction:column;background:#d9dcdf;overflow:hidden}
.hp-editor-fixed-preview{position:absolute;inset:34px 0 0;z-index:30;pointer-events:none}.hp-editor-fixed-preview.is-interactive .hp-editor-fixed-channels,.hp-editor-fixed-preview.is-interactive .hp-editor-fixed-cart{pointer-events:auto}.hp-editor-fixed-preview.is-interactive a:focus-visible,.hp-editor-fixed-preview.is-interactive button:focus-visible{outline:3px solid rgba(25,197,201,.72);outline-offset:2px}.hp-editor-fixed-channels{position:absolute!important;top:12px!important;right:12px!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:4px!important;width:auto!important;height:auto!important}.hp-editor-fixed-channels>[data-hp-name]{width:64px!important;height:68px!important;padding:5px 4px!important}.hp-editor-fixed-cart{position:absolute;right:16px;bottom:16px;display:flex;align-items:center;gap:9px;min-height:48px;padding:0 14px;border:0;border-radius:4px;background:#087f83;color:#fff;box-shadow:0 10px 28px rgba(4,25,37,.2);font:900 12px/1 Pretendard,sans-serif}.hp-editor-fixed-cart b{display:grid;place-items:center;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:#fff;color:#087f83;font-size:11px}.hp-editor-fixed-cart b[hidden]{display:none}
.hp-stage-bar{height:34px;min-height:34px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;background:#eaebed;border-bottom:1px solid #c7cbd0;color:#5c636c;font-size:11px;z-index:4}
.hp-stage-scroll{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-color:#a9adb3 transparent}
.hp-stage-scroll.is-space-pan{cursor:grab}.hp-stage-scroll.is-panning{cursor:grabbing}.hp-stage-scroll.is-panning *{cursor:grabbing!important}
.hp-canvas-pad{box-sizing:border-box;min-width:100%;min-height:100%;display:flex;align-items:flex-start;justify-content:center;padding:46px 48px 110px}
.hp-canvas-frame{position:relative;flex:0 0 auto;background:#fff;box-shadow:0 2px 5px rgba(25,31,38,.18),0 18px 48px rgba(25,31,38,.14);transform-origin:top center;transition:width .2s ease}
.hp-render-host{width:100%;min-height:100%;background:#fff;color:#142433;user-select:none}
.hp-render-host.preview-mode .hp-edit-node{cursor:default}
.hp-canvas-label{position:absolute;top:-25px;left:0;font-size:11px;color:#666d75;font-weight:700}
.hp-canvas-size{position:absolute;top:-25px;right:0;font-size:11px;color:#777e86;font-variant-numeric:tabular-nums}
.hp-canvas-empty{min-height:420px;display:grid;place-items:center;color:#73808b}
.hp-edit-node{position:relative;cursor:default}
.hp-edit-node:hover{outline:1px solid rgba(24,168,181,.52);outline-offset:-1px}
.hp-edit-node.is-selected{outline:2px solid var(--hp-accent)!important;outline-offset:-2px;z-index:2}.hp-edit-node.is-selected:not(.is-locked){cursor:move}
.hp-edit-node.is-selected:after{content:attr(data-hp-type);position:absolute;top:-20px;left:0;z-index:100;padding:2px 5px;border-radius:3px 3px 0 0;background:var(--hp-accent);color:#fff;font:700 10px/16px var(--sans);pointer-events:none}
.hp-edit-node.is-locked{cursor:not-allowed}
.hp-edit-node.is-hidden-node{display:flex!important;min-height:28px!important;opacity:.32!important;outline:1px dashed #a1a7ae!important}
.hp-image-empty{display:grid!important;place-items:center!important;min-height:140px;background:repeating-linear-gradient(135deg,#eef1f3,#eef1f3 10px,#e7eaed 10px,#e7eaed 20px)!important;color:#7b858e!important;font-size:13px}
.hp-runtime-page{isolation:isolate;overflow:hidden}
.hp-carousel{position:relative;overflow:hidden}
.hp-carousel-track{display:flex;align-items:stretch;transition:transform .55s cubic-bezier(.22,1,.36,1);will-change:transform}
.hp-carousel-track>.hp-runtime-node{min-width:0}
.hp-carousel-controls{position:absolute;top:85px;right:8px;left:8px;display:flex;align-items:center;justify-content:space-between;pointer-events:none;transform:translateY(-50%);z-index:8}
.hp-carousel-arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:48px;padding:0;border:1px solid rgba(9,40,63,.18);border-radius:4px;background:rgba(255,255,255,.94);box-shadow:0 5px 18px rgba(9,40,63,.16);color:#09283f;font:500 30px/1 Pretendard,sans-serif;cursor:pointer;pointer-events:auto}
.hp-carousel-arrow:hover{background:#087f83;color:#fff;border-color:#087f83}
.hp-carousel-arrow:focus-visible{outline:3px solid rgba(8,127,131,.28);outline-offset:2px}
.hp-carousel-controls[hidden]{display:none}
.hp-runtime-button{align-items:center;justify-content:center}
.hp-runtime-button[data-hp-action],.hp-runtime-input{cursor:pointer}
.hp-runtime-input{font-family:inherit;letter-spacing:0}
.hp-runtime-input::placeholder{color:#7b8b92}
.hp-runtime-input:focus{box-shadow:inset 0 0 0 2px rgba(8,127,131,.18)}
.hp-runtime-image{display:block}
.hp-runtime-divider{flex:0 0 auto}

.hp-inspector-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;color:#969ca7;text-align:center;line-height:1.65}
.hp-selection-title{display:flex;align-items:center;gap:8px;min-width:0}
.hp-selection-title b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hp-selection-type{padding:2px 6px;border:1px solid #4a4f58;border-radius:4px;color:#9ddbe1;font-size:10px;text-transform:uppercase}
.hp-inspector{padding-bottom:30px}
.hp-inspector-section{border-bottom:1px solid var(--hp-line)}
.hp-inspector-section>summary{height:38px;display:flex;align-items:center;gap:7px;padding:0 12px;cursor:pointer;color:#dfe2e7;font-weight:750;list-style:none}
.hp-inspector-section>summary::-webkit-details-marker{display:none}
.hp-inspector-section>summary:before{content:"›";width:12px;color:#8d939e;transform:rotate(0);transition:transform .12s}
.hp-inspector-section[open]>summary:before{transform:rotate(90deg)}
.hp-inspector-content{padding:0 12px 14px}
.hp-field{margin-top:10px}
.hp-field>label{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:5px;color:#aeb3bd;font-size:11px;font-weight:650}
.hp-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.hp-field-row.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.hp-editor .hp-field input,.hp-editor .hp-field select,.hp-editor .hp-field textarea{width:100%;min-width:0;border:1px solid #42464e;border-radius:5px;background:#1f2126;color:#eceef1;padding:7px 8px;box-shadow:none;outline:none;font-size:12px}
.hp-editor .hp-field textarea{resize:vertical;min-height:64px;line-height:1.45}
.hp-editor .hp-field input:focus,.hp-editor .hp-field select:focus,.hp-editor .hp-field textarea:focus{border-color:var(--hp-accent);box-shadow:0 0 0 2px rgba(24,168,181,.16)}
.hp-editor .hp-field input[type=color]{height:32px;padding:3px;cursor:pointer}
.hp-editor .hp-field input[type=range]{padding:0;border:0;background:transparent}
.hp-field-note{margin-top:5px;color:#858c97;font-size:10.5px;line-height:1.45}
.hp-action-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:10px 12px;border-bottom:1px solid var(--hp-line)}
.hp-mini-btn{height:29px;display:grid;place-items:center;border:1px solid #41454d;border-radius:5px;background:#2a2d33;color:#cfd3d9;font-size:12px}
.hp-mini-btn:hover{background:#35383f;color:#fff;border-color:#565b65}
.hp-mini-btn.danger{color:#ff9b9b}
.hp-breakpoint-note{padding:8px 12px;background:#202327;color:#9da4ae;font-size:10.5px;border-bottom:1px solid var(--hp-line)}
.hp-breakpoint-note b{color:#76d0d8}
.hp-inline-edit{outline:2px solid #f1b84b!important;cursor:text!important;user-select:text!important}
.hp-selection-box{position:absolute;z-index:10000;border:2px solid var(--hp-accent);box-sizing:border-box;pointer-events:none}
.hp-selection-box.is-locked{border-style:dashed;border-color:#f1b84b}
.hp-selection-size{position:absolute;right:-2px;bottom:calc(100% + 6px);padding:3px 6px;border-radius:3px;background:#0d8894;color:#fff;font:750 11px/1.2 var(--sans);white-space:nowrap;pointer-events:none}
.hp-selection-handle{position:absolute;width:16px;height:16px;padding:0;border:2px solid var(--hp-accent);border-radius:3px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.28);pointer-events:auto}
.hp-selection-box.is-locked .hp-selection-handle{display:none}
.hp-handle-nw{left:-9px;top:-9px;cursor:nwse-resize}.hp-handle-n{left:calc(50% - 8px);top:-9px;cursor:ns-resize}.hp-handle-ne{right:-9px;top:-9px;cursor:nesw-resize}.hp-handle-e{right:-9px;top:calc(50% - 8px);cursor:ew-resize}.hp-handle-se{right:-9px;bottom:-9px;cursor:nwse-resize}.hp-handle-s{left:calc(50% - 8px);bottom:-9px;cursor:ns-resize}.hp-handle-sw{left:-9px;bottom:-9px;cursor:nesw-resize}.hp-handle-w{left:-9px;top:calc(50% - 8px);cursor:ew-resize}
.hp-context-menu{position:absolute;z-index:20000;display:flex;flex-direction:column;width:190px;padding:6px;border:1px solid #484c54;border-radius:7px;background:#24272c;box-shadow:0 16px 38px rgba(0,0,0,.38)}
.hp-context-menu.hidden{display:none}.hp-context-menu>span{height:1px;margin:5px 2px;background:#3d4148}
.hp-context-menu button{display:flex;align-items:center;justify-content:space-between;min-height:34px;padding:0 9px;border:0;border-radius:4px;background:transparent;color:#e3e5e9;text-align:left;font-size:12px}.hp-context-menu button:hover{background:#353941}.hp-context-menu button.danger{color:#ffaaa5}.hp-context-menu button:disabled{opacity:.35}.hp-context-menu kbd{color:#969da8;font:10px/1 var(--sans)}
.hp-editor .hp-field input[type=file]{padding:5px;color:#aeb3bd;cursor:pointer}.hp-editor .hp-field input[type=file]::file-selector-button{margin-right:8px;padding:5px 9px;border:1px solid #555b65;border-radius:4px;background:#30343a;color:#f2f3f5;font-weight:750;cursor:pointer}.hp-editor .hp-field input[type=file]:hover::file-selector-button{border-color:var(--hp-accent);background:#383c43}

.hp-toast{position:absolute;left:50%;bottom:22px;z-index:100;transform:translateX(-50%);padding:9px 13px;border-radius:6px;background:#17191d;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.28);font-size:12px;pointer-events:none;animation:hp-toast-in .18s ease both}
@keyframes hp-toast-in{from{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%,0)}}
.hp-effect{animation-fill-mode:both;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-duration:600ms}
.hp-effect-fade{animation-name:hp-fade}
.hp-effect-slide-up{animation-name:hp-slide-up}
.hp-effect-scale{animation-name:hp-scale}
@keyframes hp-fade{from{opacity:0}to{opacity:1}}
@keyframes hp-slide-up{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@keyframes hp-scale{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
@media(prefers-reduced-motion:reduce){.hp-effect{animation:none!important}.hp-carousel-track{transition:none!important}}

.sf-scroll-reveal{opacity:0;transform:translateY(22px);transition:opacity .56s cubic-bezier(.22,1,.36,1),transform .56s cubic-bezier(.22,1,.36,1)}
.sf-scroll-reveal.is-visible{opacity:1;transform:translateY(0)}
#publicHome [data-hp-name="모터펌프 소개"],#publicHome [data-hp-name="모터펌프 상품"] .hp-carousel-track>[data-hp-name],#publicHome [data-hp-name="오일 상품 목록"] .hp-carousel-track>[data-hp-name]{transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
#publicHome [data-hp-name="모터펌프 소개"]:hover,#publicHome [data-hp-name="모터펌프 상품"] .hp-carousel-track>[data-hp-name]:hover,#publicHome [data-hp-name="오일 상품 목록"] .hp-carousel-track>[data-hp-name]:hover{transform:translateY(-5px);border-color:#8ebfc1!important;box-shadow:0 18px 36px rgba(9,40,63,.13)!important}
#publicHome [data-hp-name="모터펌프 소개 이미지"],#publicHome [data-hp-name="모터펌프 상품"] [data-hp-name$=" 이미지"],#publicHome [data-hp-name="오일 상품 목록"] [data-hp-name$=" 이미지"]{transition:transform .28s ease}
#publicHome [data-hp-name="모터펌프 소개"]:hover [data-hp-name="모터펌프 소개 이미지"],#publicHome [data-hp-name="모터펌프 상품"] .hp-carousel-track>[data-hp-name]:hover [data-hp-name$=" 이미지"],#publicHome [data-hp-name="오일 상품 목록"] .hp-carousel-track>[data-hp-name]:hover [data-hp-name$=" 이미지"]{transform:scale(1.035)}
#publicHome [data-sf-linked-media]{cursor:pointer}#publicHome [data-sf-linked-media]:focus-visible{outline:3px solid rgba(8,127,131,.34);outline-offset:4px}
#publicHome [data-hp-action="product-detail"]{cursor:pointer}#publicHome [data-hp-action="product-detail"]:focus-visible{outline:3px solid rgba(8,127,131,.34);outline-offset:3px}
#publicHome [data-hp-name="핵심 서비스"] [data-hp-name$=" 원형"],#publicHome [data-hp-name="고압호스 목록"]>[data-hp-name]{transition:transform .24s ease,box-shadow .24s ease}#publicHome [data-hp-name="핵심 서비스"] [data-hp-name$=" 이미지"],#publicHome [data-hp-name="고압호스 목록"]>[data-hp-name]>[data-hp-name$=" 이미지"]{transition:transform .28s ease}#publicHome [data-hp-name="핵심 서비스"] [data-hp-name$=" 원형"]:hover{transform:translateY(-5px);box-shadow:0 16px 30px rgba(9,40,63,.13)}#publicHome [data-hp-name="핵심 서비스"] [data-hp-name$=" 원형"]:hover [data-hp-name$=" 이미지"],#publicHome [data-hp-name="고압호스 목록"]>[data-hp-name]:hover>[data-hp-name$=" 이미지"]{transform:scale(1.045)}#publicHome [data-hp-name="고압호스 목록"]>[data-hp-name]:hover{transform:translateY(-5px);box-shadow:0 14px 28px rgba(9,40,63,.12)}
.hp-render-host.preview-mode [data-hp-name="모터펌프 소개"],.hp-render-host.preview-mode [data-hp-name="모터펌프 상품"] .hp-carousel-track>[data-hp-name],.hp-render-host.preview-mode [data-hp-name="오일 상품 목록"] .hp-carousel-track>[data-hp-name],.hp-render-host.preview-mode [data-hp-name="핵심 서비스"] [data-hp-name$=" 원형"],.hp-render-host.preview-mode [data-hp-name="고압호스 목록"]>[data-hp-name]{transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.hp-render-host.preview-mode [data-hp-name="모터펌프 소개"]:hover,.hp-render-host.preview-mode [data-hp-name="모터펌프 상품"] .hp-carousel-track>[data-hp-name]:hover,.hp-render-host.preview-mode [data-hp-name="오일 상품 목록"] .hp-carousel-track>[data-hp-name]:hover,.hp-render-host.preview-mode [data-hp-name="핵심 서비스"] [data-hp-name$=" 원형"]:hover,.hp-render-host.preview-mode [data-hp-name="고압호스 목록"]>[data-hp-name]:hover{transform:translateY(-5px);box-shadow:0 16px 32px rgba(9,40,63,.13)}.hp-render-host.preview-mode [data-hp-name$=" 이미지"]{transition:transform .28s ease}.hp-render-host.preview-mode [data-hp-name="모터펌프 상품"] .hp-carousel-track>[data-hp-name]:hover [data-hp-name$=" 이미지"],.hp-render-host.preview-mode [data-hp-name="오일 상품 목록"] .hp-carousel-track>[data-hp-name]:hover [data-hp-name$=" 이미지"],.hp-render-host.preview-mode [data-hp-name="핵심 서비스"] [data-hp-name$=" 원형"]:hover [data-hp-name$=" 이미지"],.hp-render-host.preview-mode [data-hp-name="고압호스 목록"]>[data-hp-name]:hover>[data-hp-name$=" 이미지"]{transform:scale(1.04)}.hp-render-host.preview-mode [data-sf-linked-media],.hp-render-host.preview-mode [data-hp-action="product-detail"]{cursor:pointer}.hp-render-host.preview-mode [data-sf-linked-media]:focus-visible,.hp-render-host.preview-mode [data-hp-action="product-detail"]:focus-visible{outline:3px solid rgba(8,127,131,.34);outline-offset:3px}
#publicHome [data-hp-name="빠른 채널"]{position:fixed!important;top:126px!important;right:8px!important;gap:4px!important;z-index:19010!important}#publicHome [data-hp-name="빠른 채널"]>[data-hp-node]{width:64px!important;height:68px!important;padding:5px 4px!important}
#publicHome [data-hp-name="쇼룸 내부"]{grid-template-columns:minmax(220px,.62fr) minmax(560px,1.9fr) minmax(220px,.62fr)!important}.sf-carousel-preview{position:relative!important;height:460px!important;background:#102f42!important;border:0!important;overflow:hidden!important;cursor:pointer}.sf-carousel-preview>img{display:block;width:100%;height:100%;padding:0!important;background:#102f42!important;object-fit:cover!important;filter:saturate(.72)}.sf-carousel-preview-shade{position:absolute;inset:0;background:rgba(4,25,37,.58);transition:background .22s ease}.sf-carousel-preview:hover .sf-carousel-preview-shade{background:rgba(4,25,37,.46)}.sf-carousel-preview-copy{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;gap:8px;padding:24px 20px;color:#fff}.sf-carousel-preview-copy small{font-size:9px;font-weight:900;color:#b9f0ef}.sf-carousel-preview-copy strong{font-size:21px;line-height:1.3}.sf-carousel-preview-copy span{font-size:10px;font-weight:900}.sf-carousel-preview>button{position:absolute;inset:0;z-index:3;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer}.sf-carousel-preview>button:focus-visible{outline:4px solid #19c5c9;outline-offset:-4px}@media(max-width:1024px){#publicHome [data-hp-name="쇼룸 내부"]{grid-template-columns:1fr!important}.sf-carousel-preview{display:none!important}}
.sf-cart-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 12px}.sf-cart-toolbar span{color:#71838b;font-size:12px;font-weight:850}.sf-cart-toolbar .sf-danger{min-height:36px;padding:0 12px}
.sf-carousel-preview-shade{background:rgba(4,25,37,.5)}.sf-carousel-preview:hover .sf-carousel-preview-shade{background:rgba(4,25,37,.38)}
.sf-editor-carousel-preview{position:relative!important}.sf-editor-carousel-preview>.sf-editor-preview-card{position:absolute;inset:0;z-index:2;cursor:pointer}.sf-editor-preview-card>img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.72);pointer-events:none}.sf-editor-preview-card>.sf-carousel-preview-shade,.sf-editor-preview-card>.sf-carousel-preview-copy{pointer-events:none}
#publicHome [data-hp-name="상단 쇼룸"]{overflow:hidden!important}#publicHome [data-hp-name="쇼룸 내부"]{width:100%!important;min-width:1280px!important;max-width:none!important;grid-template-columns:minmax(250px,1fr) 756px minmax(250px,1fr)!important}#publicHome [data-hp-name="호스 제작 비주얼"],.sf-carousel-preview{display:block!important;height:460px!important;min-height:460px!important;max-height:460px!important;grid-column:auto!important}
.sf-fixed-channels{position:fixed!important;top:126px!important;right:8px!important;z-index:19010!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:4px!important}.sf-fixed-channels>[data-hp-node]{width:64px!important;height:68px!important;padding:5px 4px!important}@media(max-width:680px){.sf-fixed-channels{top:92px!important;right:4px!important;transform:scale(.82);transform-origin:top right}}

/* 고객용 상세 페이지 — 공용 헤더·푸터 사이에 삽입되는 내부 라우트 */
.sp-page{width:100%;background:#fff;color:#203642;font-family:Pretendard,"Apple SD Gothic Neo",sans-serif;letter-spacing:0}
.sp-inner{width:min(1280px,calc(100% - 48px));margin:0 auto}
.sp-hero{position:relative;display:flex;min-height:540px;overflow:hidden;background:#173744;color:#fff}
.sp-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.sp-hero-shade{position:absolute;inset:0;background:rgba(4,25,37,.68)}
.sp-page[data-store-page="pumps"] .sp-hero-bg,.sp-page[data-store-page="oil"] .sp-hero-bg{object-fit:contain;object-position:76% 50%;background:#e8edef}
.sp-page[data-store-page="pumps"] .sp-hero-shade,.sp-page[data-store-page="oil"] .sp-hero-shade{background:rgba(4,25,37,.76)}
.sp-hero-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:540px;padding:84px 24px 78px}
.sp-breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 34px;color:rgba(255,255,255,.74);font-size:12px;font-weight:700}
.sp-breadcrumb a{color:inherit;text-decoration:none}.sp-breadcrumb a:hover{color:#fff}
.sp-eyebrow{margin:0 0 10px;color:#1cb8bd;font-size:11px;font-weight:900;line-height:1.4;text-transform:uppercase}
.sp-hero .sp-eyebrow{color:#76dedc}
.sp-hero h1{max-width:760px;margin:0;color:#fff;font-size:48px;font-weight:900;line-height:1.15;letter-spacing:0}
.sp-lead{max-width:680px;margin:19px 0 0;color:#e0e9eb;font-size:16px;line-height:1.75}
.sp-hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:30px 0 0}
.sp-hero-actions a,.sp-hero-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid #087f83;border-radius:4px;background:#087f83;color:#fff;font:900 13px/1 Pretendard,sans-serif;text-decoration:none;cursor:pointer}
.sp-hero-actions .secondary{border-color:rgba(255,255,255,.5);background:transparent;color:#fff}
.sp-hero-actions a:hover,.sp-hero-actions button:hover{background:#0a9498;border-color:#0a9498}.sp-hero-actions .secondary:hover{background:rgba(255,255,255,.12);border-color:#fff}
.sp-section{padding:82px 0;background:#fff}.sp-section-alt{background:#eef2f3}
.sp-section-heading{max-width:760px;margin:0 0 38px}.sp-section-heading h2{margin:0;color:#09283f;font-size:34px;font-weight:900;line-height:1.25;letter-spacing:0}.sp-section-heading>p:last-child:not(.sp-eyebrow){margin:11px 0 0;color:#63777f;font-size:14px;line-height:1.75}
.sp-feature-grid,.sp-check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#ccd7da;border:1px solid #ccd7da}
.sp-feature-grid article,.sp-check-grid article{min-height:220px;padding:30px;background:#fff}.sp-feature-grid span{display:block;margin:0 0 28px;color:#087f83;font-size:12px;font-weight:900}.sp-feature-grid h3,.sp-check-grid h3{margin:0;color:#12394d;font-size:20px;font-weight:900}.sp-feature-grid p,.sp-check-grid p{margin:12px 0 0;color:#63777f;font-size:13px;line-height:1.75}
.sp-company-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(540px,1.2fr);gap:72px;align-items:start}.sp-copy{margin:0;color:#536a74;font-size:15px;line-height:1.85}
.sp-company-facts{margin:0;border-top:2px solid #09283f}.sp-company-facts>div{display:grid;grid-template-columns:150px 1fr;gap:18px;padding:17px 4px;border-bottom:1px solid #ccd7da}.sp-company-facts dt{color:#71838b;font-size:12px;font-weight:800}.sp-company-facts dd{margin:0;color:#173744;font-size:14px;font-weight:800;overflow-wrap:anywhere}
.sp-service-grid,.sp-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.sp-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sp-service-grid article,.sp-media-grid article{background:#fff}.sp-service-grid img,.sp-media-grid img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.sp-service-grid h3,.sp-media-grid h3{margin:19px 0 0;color:#12394d;font-size:18px;font-weight:900}.sp-service-grid p,.sp-media-grid p{margin:7px 0 0;color:#71838b;font-size:13px;line-height:1.65}
.sp-process{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:0;padding:0;border-top:2px solid #09283f;list-style:none}.sp-process li{min-height:220px;padding:25px 22px;border-right:1px solid #ccd7da;background:#fff}.sp-process li:last-child{border-right:0}.sp-process span{display:block;color:#087f83;font-size:11px;font-weight:900}.sp-process h3{margin:38px 0 0;color:#12394d;font-size:18px;font-weight:900}.sp-process p{margin:10px 0 0;color:#63777f;font-size:12px;line-height:1.7}
.sp-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.sp-product-card{display:flex;flex-direction:column;min-width:0;border:1px solid #d7e0e3;background:#fff;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.sp-product-card:hover{transform:translateY(-4px);border-color:#8ebfc1;box-shadow:0 18px 36px rgba(9,40,63,.12)}.sp-product-visual{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;padding:22px;background:#f6f7f7;overflow:hidden}.sp-product-visual img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .28s ease}.sp-product-card:hover .sp-product-visual img{transform:scale(1.035)}.sp-product-view{position:absolute;right:12px;bottom:12px;padding:7px 9px;border-radius:3px;background:rgba(9,40,63,.9);color:#fff;font-size:10px;font-weight:900;opacity:0;transform:translateY(5px);transition:opacity .2s ease,transform .2s ease}.sp-product-card:hover .sp-product-view,.sp-product-visual:focus-visible .sp-product-view{opacity:1;transform:translateY(0)}.sp-product-body{display:flex;flex:1;flex-direction:column;padding:20px;border-top:1px solid #e4eaec}.sp-product-meta{display:flex;justify-content:space-between;gap:8px;color:#71838b;font-size:9px;font-weight:900}.sp-product-body h3{margin:14px 0 0;color:#12394d;font-size:18px;font-weight:900;line-height:1.4}.sp-product-body h3 a{color:inherit;text-decoration:none}.sp-product-body h3 a:hover{color:#087f83}.sp-product-body>p{min-height:42px;margin:7px 0 0;color:#71838b;font-size:12px;line-height:1.65}.sp-product-body>strong{margin:17px 0 0;color:#e9573f;font-size:19px;font-weight:900}.sp-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:17px 0 0}.sp-product-actions button{min-height:44px;padding:0 10px;border:1px solid #b9c9cd;border-radius:4px;background:#fff;color:#29444f;font:900 12px/1 Pretendard,sans-serif;cursor:pointer}.sp-product-actions button:hover{border-color:#087f83;background:#f1fbfa;color:#087f83}.sp-product-actions button.primary{border-color:#087f83;background:#087f83;color:#fff}.sp-product-actions button.primary:hover{background:#066d70;color:#fff}.sp-product-actions button[aria-disabled="true"]{opacity:.55}.sp-product-visual:focus-visible,.sp-product-body h3 a:focus-visible,.sp-product-actions button:focus-visible{outline:3px solid rgba(8,127,131,.3);outline-offset:3px}
.sp-detail-section{padding:46px 0 78px;background:#fff}.sp-product-detail-page .sp-inner{width:min(1180px,calc(100% - 140px))}.sp-detail-breadcrumb{display:flex;align-items:center;gap:9px;margin:0 0 30px;color:#71838b;font-size:12px;font-weight:800}.sp-detail-breadcrumb a{color:#47616b;text-decoration:none}.sp-detail-breadcrumb a:hover{color:#087f83}.sp-detail-breadcrumb strong{min-width:0;overflow:hidden;color:#173744;text-overflow:ellipsis;white-space:nowrap}.sp-detail-shell{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:64px;align-items:start}.sp-detail-media{position:relative;display:grid;place-items:center;min-height:590px;padding:58px;border:1px solid #d7e0e3;background:#f3f6f6;overflow:hidden}.sp-detail-media img{display:block;width:100%;height:100%;max-height:500px;object-fit:contain;filter:drop-shadow(0 20px 28px rgba(9,40,63,.12))}.sp-detail-badge{position:absolute;top:18px;left:18px;padding:8px 10px;background:#09283f;color:#fff;font-size:10px;font-weight:900}.sp-detail-summary{padding:20px 0}.sp-detail-summary h1{margin:0;color:#09283f;font-size:42px;font-weight:900;line-height:1.18;letter-spacing:0}.sp-detail-description{margin:17px 0 0;color:#536a74;font-size:16px;line-height:1.75}.sp-detail-spec{margin:34px 0 0;border-top:2px solid #09283f}.sp-detail-spec>div{display:grid;grid-template-columns:110px 1fr;gap:18px;padding:16px 4px;border-bottom:1px solid #d7e0e3}.sp-detail-spec dt{color:#71838b;font-size:12px;font-weight:800}.sp-detail-spec dd{margin:0;color:#173744;font-size:13px;font-weight:850}.sp-detail-price{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:28px 4px 21px}.sp-detail-price span{color:#71838b;font-size:12px;font-weight:800}.sp-detail-price strong{color:#e9573f;font-size:32px;font-weight:900}.sp-detail-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:9px}.sp-detail-actions button{min-height:54px;padding:0 16px;border:1px solid #9fb2b8;border-radius:4px;background:#fff;color:#29444f;font:900 14px/1 Pretendard,sans-serif;cursor:pointer}.sp-detail-actions button:hover{border-color:#087f83;background:#f1fbfa;color:#087f83}.sp-detail-actions button.primary{border-color:#087f83;background:#087f83;color:#fff}.sp-detail-actions button.primary:hover{background:#066d70;color:#fff}.sp-detail-actions button[aria-disabled="true"]{opacity:.55}.sp-detail-actions button:focus-visible{outline:3px solid rgba(8,127,131,.3);outline-offset:3px}.sp-detail-note{margin:14px 0 0;color:#71838b;font-size:11px;line-height:1.6}.sp-detail-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:56px 0 0;border-top:1px solid #ccd7da;border-bottom:1px solid #ccd7da}.sp-detail-benefits article{padding:25px 28px;border-right:1px solid #ccd7da}.sp-detail-benefits article:last-child{border-right:0}.sp-detail-benefits strong{color:#087f83;font-size:10px}.sp-detail-benefits h2{margin:10px 0 0;color:#12394d;font-size:16px;font-weight:900}.sp-detail-benefits p{margin:7px 0 0;color:#71838b;font-size:12px;line-height:1.65}.sp-related{border-top:1px solid #d7e0e3}
.sp-detail-quantity{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 12px;padding:12px 4px;border-top:1px solid #d7e0e3}.sp-detail-quantity>span{color:#536a74;font-size:12px;font-weight:850}.sp-detail-quantity>div{display:grid;grid-template-columns:44px 58px 44px;border:1px solid #b9c9cd}.sp-detail-quantity button,.sp-detail-quantity input{height:44px;padding:0;border:0;background:#fff;color:#173744;text-align:center;font:900 14px/1 Pretendard,sans-serif}.sp-detail-quantity button{cursor:pointer}.sp-detail-quantity button:hover{background:#eef7f7;color:#087f83}.sp-detail-quantity input{border-right:1px solid #d7e0e3;border-left:1px solid #d7e0e3}.sp-detail-quantity button[aria-disabled="true"]{opacity:.55}.sp-detail-quantity button:focus-visible,.sp-detail-quantity input:focus-visible{position:relative;z-index:1;outline:3px solid rgba(8,127,131,.3)}
.sp-detail-gallery{min-width:0}.sp-detail-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding:2px 2px 6px}.sp-detail-thumbs button{flex:0 0 78px;width:78px;height:78px;padding:7px;border:1px solid #d7e0e3;border-radius:3px;background:#fff;cursor:pointer}.sp-detail-thumbs button:hover,.sp-detail-thumbs button.is-active{border-color:#087f83;box-shadow:inset 0 0 0 1px #087f83}.sp-detail-thumbs button:focus-visible{outline:3px solid rgba(8,127,131,.3);outline-offset:2px}.sp-detail-thumbs img{display:block;width:100%;height:100%;object-fit:contain}.sp-detail-kicker{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:13px;color:#087f83;font-size:10px;font-weight:950}.sp-detail-kicker span:last-child{color:#536a74}.sp-detail-review{display:flex;align-items:center;gap:11px;margin-top:20px;color:#71838b;font-size:11px}.sp-detail-review strong{padding-right:11px;border-right:1px solid #cbd6d9;color:#087f83}.sp-detail-total{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding:15px 4px;border-top:1px solid #d7e0e3;background:#f7f9f9}.sp-detail-total span{color:#536a74;font-size:12px;font-weight:850}.sp-detail-total strong{color:#09283f;font-size:20px;font-weight:950}.sp-product-title-block{padding:0 0 32px;border-bottom:2px solid #09283f}.sp-product-title-block>p:last-child{margin:10px 0 0;color:#63777f;font-size:13px}.sp-product-story{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);align-items:center;gap:64px;margin-top:40px;padding:52px;background:#f3f6f6}.sp-product-story>div>span{display:inline-block;padding:7px 9px;background:#09283f;color:#fff;font-size:9px;font-weight:950}.sp-product-story h3{margin:24px 0 0;color:#09283f;font-size:30px;font-weight:950;line-height:1.35}.sp-product-story p{margin:14px 0 0;color:#536a74;font-size:14px;line-height:1.8}.sp-product-story img{display:block;width:100%;max-height:420px;object-fit:contain}.sp-selection-guide{display:grid;grid-template-columns:minmax(260px,.72fr) 1.28fr;gap:54px;align-items:start;padding:70px 0;border-bottom:1px solid #d7e0e3}.sp-selection-copy h2,.sp-specification h2{margin:0;color:#09283f;font-size:30px;font-weight:950}.sp-selection-copy>p:last-child,.sp-specification>div>p:last-child{margin:13px 0 0;color:#63777f;font-size:13px;line-height:1.75}.sp-selection-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:2px solid #09283f}.sp-selection-facts article{min-height:188px;padding:24px 20px;border-right:1px solid #d7e0e3;border-bottom:1px solid #d7e0e3}.sp-selection-facts article:first-child{border-left:1px solid #d7e0e3}.sp-selection-facts span{color:#087f83;font-size:10px;font-weight:950}.sp-selection-facts h3{margin:34px 0 0;color:#12394d;font-size:17px;font-weight:900}.sp-selection-facts p{margin:9px 0 0;color:#71838b;font-size:12px;line-height:1.65}.sp-specification{display:grid;grid-template-columns:minmax(220px,.6fr) 1.4fr;gap:52px;align-items:start;padding:70px 0 0}.sp-specification .sp-info-table{margin:0}
.sp-technical-detail{margin-top:70px;padding:70px 0 0;border-top:1px solid #cbd6d9}.sp-tech-heading{max-width:760px}.sp-tech-heading h2,.sp-tech-heading h3{margin:0;color:#09283f;font-size:30px;font-weight:950;line-height:1.3}.sp-tech-heading h3{font-size:25px}.sp-tech-heading>p:last-child{margin:13px 0 0;color:#63777f;font-size:13px;line-height:1.75}.sp-tech-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:34px 0 0;border-top:2px solid #09283f;border-bottom:1px solid #d7e0e3}.sp-tech-metrics>div{display:flex;min-height:104px;padding:20px 22px;flex-direction:column;justify-content:center;border-right:1px solid #d7e0e3}.sp-tech-metrics>div:last-child{border-right:0}.sp-tech-metrics span{color:#71838b;font-size:11px;font-weight:850}.sp-tech-metrics strong{margin-top:9px;color:#12394d;font-size:17px;font-weight:950}.sp-technical-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:50px;border-top:1px solid #cbd6d9;border-bottom:1px solid #cbd6d9}.sp-technical-grid article{padding:36px 38px 40px}.sp-technical-grid article+article{border-left:1px solid #cbd6d9}.sp-technical-grid h3{margin:0;color:#12394d;font-size:22px;font-weight:950}.sp-technical-grid h4{margin:28px 0 0;color:#173744;font-size:15px}.sp-technical-grid article>p:not(.sp-eyebrow){margin:12px 0 0;color:#63777f;font-size:13px;line-height:1.75}.sp-tech-list{display:grid;gap:0;margin:18px 0 0;padding:0;list-style:none}.sp-tech-list li{position:relative;padding:11px 0 11px 18px;border-top:1px solid #e2e7e9;color:#29444f;font-size:13px;line-height:1.55}.sp-tech-list li:before{position:absolute;top:16px;left:2px;width:5px;height:5px;border-radius:50%;background:#087f83;content:""}.sp-performance-standard{display:grid;grid-template-columns:minmax(260px,.7fr) 1.3fr;gap:60px;padding:62px 0;border-bottom:1px solid #cbd6d9}.sp-performance-standard .sp-tech-list{grid-template-columns:1fr 1fr;margin:0}.sp-performance-standard .sp-tech-list li{margin-right:22px}.sp-property-section{padding:62px 0;border-bottom:1px solid #cbd6d9}.sp-property-table-wrap{margin-top:28px;overflow-x:auto;border-top:2px solid #09283f;-webkit-overflow-scrolling:touch}.sp-property-table{width:100%;min-width:900px;border-collapse:collapse}.sp-property-table th,.sp-property-table td{padding:14px 12px;border-right:1px solid #d7e0e3;border-bottom:1px solid #d7e0e3;color:#29444f;font-size:12px;text-align:center;white-space:nowrap}.sp-property-table th:first-child{position:sticky;left:0;z-index:1;min-width:190px;background:#f3f6f6;color:#173744;text-align:left}.sp-property-table thead th{background:#eef3f4;color:#173744;font-weight:950}.sp-property-table .is-current{background:#e4f5f5;color:#006f73;font-weight:950}.sp-tech-note,.sp-source-note{margin:13px 0 0;color:#71838b;font-size:11px;line-height:1.65}.sp-source-note{padding:18px 20px;border-left:3px solid #087f83;background:#f3f7f7}.sp-tech-spec{display:grid;grid-template-columns:minmax(220px,.55fr) 1.45fr;gap:54px;align-items:start;padding:62px 0}.sp-tech-spec h3{margin:0;color:#09283f;font-size:25px}.sp-tech-spec .sp-info-table{margin:0}.sp-order-checklist{padding:62px 0;border-bottom:1px solid #cbd6d9}.sp-order-checklist dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:30px 0 0;border-top:2px solid #09283f}.sp-order-checklist dl>div{min-height:116px;padding:22px 24px;border-right:1px solid #d7e0e3;border-bottom:1px solid #d7e0e3}.sp-order-checklist dl>div:nth-child(2n+1){border-left:1px solid #d7e0e3}.sp-order-checklist dt{display:flex;align-items:center;gap:10px;color:#173744;font-size:14px;font-weight:950}.sp-order-checklist dt span{color:#087f83;font-size:10px}.sp-order-checklist dd{margin:10px 0 0;color:#63777f;font-size:12px;line-height:1.65}.sp-hose-process{padding:62px 0}.sp-hose-process ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:28px 0 0;padding:0;border-top:2px solid #09283f;list-style:none}.sp-hose-process li{min-height:178px;padding:24px 22px;border-right:1px solid #d7e0e3;border-bottom:1px solid #d7e0e3}.sp-hose-process li:first-child{border-left:1px solid #d7e0e3}.sp-hose-process li>span{color:#087f83;font-size:10px;font-weight:950}.sp-hose-process h4{margin:26px 0 0;color:#12394d;font-size:17px}.sp-hose-process li p{margin:9px 0 0;color:#71838b;font-size:12px;line-height:1.65}.sp-tech-warning{display:grid;grid-template-columns:140px 1fr;gap:24px;padding:22px 24px;border-left:4px solid #e9b949;background:#fff8e7}.sp-tech-warning strong{color:#7a5400;font-size:13px}.sp-tech-warning p{margin:0;color:#695d3e;font-size:12px;line-height:1.65}
.sp-split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}.sp-list{margin:0;padding:0;border-top:2px solid #09283f;list-style:none}.sp-list li{padding:17px 8px;border-bottom:1px solid #ccd7da;color:#29444f;font-size:14px;font-weight:800}
.sp-channel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.sp-channel-grid button{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:170px;border:1px solid #ccd7da;border-radius:6px;background:#fff;color:#29444f;cursor:pointer}.sp-channel-grid strong{color:#087f83;font-size:24px;font-weight:900}.sp-channel-grid span{margin:13px 0 0;font-size:13px;font-weight:850}.sp-channel-grid button:hover{border-color:#087f83;background:#f1fbfa}
.sp-notice-list{border-top:2px solid #09283f}.sp-notice-list article{display:grid;grid-template-columns:120px 1fr;gap:26px;padding:25px 8px;border-bottom:1px solid #ccd7da}.sp-notice-list time{color:#087f83;font-size:12px;font-weight:900}.sp-notice-list h3{margin:0;color:#12394d;font-size:17px;font-weight:900}.sp-notice-list p{margin:8px 0 0;color:#63777f;font-size:13px;line-height:1.65}
.sp-empty{padding:62px 24px;border-top:2px solid #09283f;background:#f5f7f7;text-align:center}.sp-empty strong{display:block;color:#12394d;font-size:21px}.sp-empty p{margin:10px 0 0;color:#71838b;font-size:13px}
.sp-cta{padding:48px 0;background:#e9b949;color:#09283f}.sp-cta .sp-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.sp-cta .sp-eyebrow{color:#6a4b00}.sp-cta h2{margin:0;font-size:30px;font-weight:900;line-height:1.3}.sp-cta p{margin:9px 0 0;color:#5e4b1c;font-size:13px}.sp-cta-button{display:inline-flex;align-items:center;justify-content:center;min-width:176px;min-height:50px;padding:0 18px;border-radius:4px;background:#09283f;color:#fff;font-size:16px;font-weight:900;text-decoration:none;white-space:nowrap}
@media(max-width:1050px){.sp-hero h1{font-size:42px}.sp-company-grid{grid-template-columns:1fr;gap:38px}.sp-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sp-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sp-process{grid-template-columns:repeat(3,minmax(0,1fr))}.sp-process li:nth-child(3){border-right:0}.sp-process li{border-bottom:1px solid #ccd7da}}
@media(max-width:1050px){.sp-product-detail-page .sp-inner{width:calc(100% - 110px)}.sp-detail-shell{grid-template-columns:minmax(0,1fr) minmax(330px,.9fr);gap:36px}.sp-detail-media{min-height:500px;padding:40px}.sp-detail-summary h1{font-size:36px}}
@media(max-width:1050px){.sp-product-story{gap:36px;padding:38px}.sp-selection-guide{grid-template-columns:1fr;gap:28px}.sp-specification{grid-template-columns:1fr;gap:28px}.sp-selection-facts article{min-height:160px}}
@media(max-width:680px){.sp-inner{width:calc(100% - 30px)}.sp-hero{min-height:500px}.sp-hero-copy{min-height:500px;padding:58px 15px 54px}.sp-breadcrumb{margin-bottom:26px}.sp-hero h1{font-size:34px;line-height:1.2}.sp-lead{font-size:14px;line-height:1.7}.sp-hero-actions{width:100%}.sp-hero-actions a,.sp-hero-actions button{flex:1;min-width:0;padding:0 10px}.sp-section{padding:58px 0}.sp-section-heading{margin-bottom:28px}.sp-section-heading h2{font-size:27px}.sp-feature-grid,.sp-check-grid,.sp-media-grid,.sp-channel-grid{grid-template-columns:1fr}.sp-feature-grid article,.sp-check-grid article{min-height:0;padding:24px}.sp-feature-grid span{margin-bottom:18px}.sp-service-grid{grid-template-columns:1fr 1fr;gap:18px 10px}.sp-service-grid h3,.sp-media-grid h3{font-size:16px}.sp-product-grid{grid-template-columns:1fr 1fr;gap:10px}.sp-product-visual{padding:12px}.sp-product-view{display:none}.sp-product-body{padding:14px}.sp-product-body h3{font-size:15px}.sp-product-body>p{min-height:50px;font-size:11px}.sp-product-body>strong{font-size:16px}.sp-product-actions{grid-template-columns:1fr}.sp-process{grid-template-columns:1fr}.sp-process li,.sp-process li:nth-child(3){min-height:0;border-right:0;border-bottom:1px solid #ccd7da}.sp-process h3{margin-top:17px}.sp-split{grid-template-columns:1fr;gap:28px}.sp-company-facts>div{grid-template-columns:105px 1fr}.sp-notice-list article{grid-template-columns:1fr;gap:8px}.sp-cta .sp-inner{align-items:flex-start;flex-direction:column}.sp-cta h2{font-size:25px}.sp-cta-button{width:100%}.sp-detail-section{padding:26px 0 56px}.sp-detail-breadcrumb{margin-bottom:20px}.sp-detail-shell{grid-template-columns:1fr;gap:27px}.sp-detail-media{min-height:0;aspect-ratio:1/1;padding:38px}.sp-detail-summary{padding:0}.sp-detail-summary h1{font-size:30px}.sp-detail-description{font-size:14px}.sp-detail-spec{margin-top:25px}.sp-detail-price{padding:23px 4px 18px}.sp-detail-price strong{font-size:26px}.sp-detail-actions{grid-template-columns:1fr}.sp-detail-actions button{min-height:50px}.sp-detail-benefits{grid-template-columns:1fr;margin-top:38px}.sp-detail-benefits article{padding:20px 4px;border-right:0;border-bottom:1px solid #ccd7da}.sp-detail-benefits article:last-child{border-bottom:0}}
@media(max-width:680px){body:has(#publicHome .sp-product-detail-page)>.sf-fixed-channels,#publicHome:has(.sp-product-detail-page) [data-hp-name="빠른 채널"]{display:none!important}.sp-product-detail-page .sp-inner{width:calc(100% - 30px)}.sp-detail-thumbs button{flex-basis:66px;width:66px;height:66px}.sp-detail-total strong{font-size:18px}.sp-product-story{grid-template-columns:1fr;gap:26px;margin-top:28px;padding:24px}.sp-product-story h3{font-size:24px}.sp-product-story img{max-height:300px}.sp-selection-guide,.sp-specification{padding:50px 0}.sp-selection-copy h2,.sp-specification h2{font-size:25px}.sp-selection-facts{grid-template-columns:1fr}.sp-selection-facts article,.sp-selection-facts article:first-child{min-height:0;padding:20px;border-left:1px solid #d7e0e3;border-right:1px solid #d7e0e3}.sp-selection-facts h3{margin-top:16px}.sp-product-title-block{padding-bottom:24px}}
@media(max-width:900px){.sp-tech-metrics{grid-template-columns:1fr 1fr}.sp-tech-metrics>div:nth-child(2){border-right:0}.sp-technical-grid,.sp-performance-standard,.sp-tech-spec{grid-template-columns:1fr}.sp-technical-grid article+article{border-top:1px solid #cbd6d9;border-left:0}.sp-performance-standard,.sp-tech-spec{gap:28px}.sp-hose-process ol{grid-template-columns:1fr 1fr}.sp-hose-process li:nth-child(3){border-left:1px solid #d7e0e3}}
@media(max-width:680px){.sp-technical-detail{margin-top:48px;padding-top:48px}.sp-tech-heading h2{font-size:25px}.sp-tech-heading h3{font-size:22px}.sp-tech-metrics{margin-top:25px}.sp-tech-metrics>div{min-height:82px;padding:15px}.sp-tech-metrics strong{font-size:14px}.sp-technical-grid{margin-top:36px}.sp-technical-grid article{padding:26px 18px 30px}.sp-performance-standard,.sp-property-section,.sp-tech-spec,.sp-order-checklist,.sp-hose-process{padding:44px 0}.sp-performance-standard .sp-tech-list{grid-template-columns:1fr}.sp-property-table-wrap{margin-right:-15px}.sp-order-checklist dl{grid-template-columns:1fr}.sp-order-checklist dl>div,.sp-order-checklist dl>div:nth-child(2n+1){min-height:0;border-right:1px solid #d7e0e3;border-left:1px solid #d7e0e3}.sp-hose-process ol{grid-template-columns:1fr}.sp-hose-process li,.sp-hose-process li:nth-child(3){min-height:0;border-left:1px solid #d7e0e3}.sp-tech-warning{grid-template-columns:1fr;gap:8px}}
@media(prefers-reduced-motion:reduce){.sf-scroll-reveal{opacity:1!important;transform:none!important;transition:none!important}.sp-product-card,.sp-product-visual img,.sp-product-view,#publicHome [data-hp-name="모터펌프 소개"],#publicHome [data-hp-name="모터펌프 상품"] .hp-carousel-track>[data-hp-name],#publicHome [data-hp-name="오일 상품 목록"] .hp-carousel-track>[data-hp-name],#publicHome [data-hp-name="핵심 서비스"] [data-hp-name$=" 원형"],#publicHome [data-hp-name="핵심 서비스"] [data-hp-name$=" 이미지"],#publicHome [data-hp-name="고압호스 목록"]>[data-hp-name],#publicHome [data-hp-name="고압호스 목록"]>[data-hp-name]>[data-hp-name$=" 이미지"]{transition:none!important}.sp-product-card:hover,#publicHome [data-hp-name="모터펌프 소개"]:hover,#publicHome [data-hp-name="모터펌프 상품"] .hp-carousel-track>[data-hp-name]:hover,#publicHome [data-hp-name="오일 상품 목록"] .hp-carousel-track>[data-hp-name]:hover,#publicHome [data-hp-name="핵심 서비스"] [data-hp-name$=" 원형"]:hover,#publicHome [data-hp-name="고압호스 목록"]>[data-hp-name]:hover{transform:none}.sp-product-card:hover .sp-product-visual img,#publicHome [data-hp-name="모터펌프 소개"]:hover [data-hp-name="모터펌프 소개 이미지"],#publicHome [data-hp-name="모터펌프 상품"] .hp-carousel-track>[data-hp-name]:hover [data-hp-name$=" 이미지"],#publicHome [data-hp-name="오일 상품 목록"] .hp-carousel-track>[data-hp-name]:hover [data-hp-name$=" 이미지"],#publicHome [data-hp-name="핵심 서비스"] [data-hp-name$=" 원형"]:hover [data-hp-name$=" 이미지"],#publicHome [data-hp-name="고압호스 목록"]>[data-hp-name]:hover>[data-hp-name$=" 이미지"]{transform:none}}

body.sf-modal-open{overflow:hidden}
.sf-floating-tools{position:fixed;right:18px;bottom:18px;z-index:19000;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.sf-floating-tools button{border:0;box-shadow:0 10px 28px rgba(4,25,37,.2);font-family:Pretendard,"Apple SD Gothic Neo",sans-serif;cursor:pointer}.sf-floating-cart{display:flex;align-items:center;gap:9px;min-height:48px;padding:0 14px;border-radius:4px;background:#087f83;color:#fff;font-size:12px;font-weight:900}.sf-floating-cart:hover{background:#066d70}.sf-floating-cart b{display:grid;place-items:center;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:#fff;color:#087f83;font-size:11px}.sf-floating-cart b[hidden]{display:none}.sf-scroll-top{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#09283f;color:#fff;font-size:22px;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.sf-scroll-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.sf-scroll-top:hover{background:#173f55}.sf-floating-tools button:focus-visible{outline:3px solid rgba(8,127,131,.32);outline-offset:3px}
.sf-modal-backdrop{position:fixed;inset:0;z-index:20000;display:grid;place-items:center;padding:20px;background:rgba(4,25,37,.64)}
.sf-modal-backdrop[hidden]{display:none}
.sf-modal{width:min(620px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;border:1px solid #cbd6d9;border-radius:8px;background:#fff;box-shadow:0 24px 70px rgba(4,25,37,.28);color:#203642}
.sf-modal>header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid #dce4e6;background:#fff}
.sf-modal>header h2{margin:0;color:#09283f;font-size:20px;line-height:1.3;letter-spacing:0}
.sf-close{display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;background:#edf1f2;color:#29444f;font-size:25px;line-height:1;cursor:pointer}
.sf-modal-body{padding:22px 20px 24px}
.sf-form{display:flex;flex-direction:column;gap:16px}.sf-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sf-form-grid .wide{grid-column:1/-1}
.sf-form label{display:flex;flex-direction:column;gap:7px;color:#29444f;font-size:12px;font-weight:850}.sf-form input,.sf-form textarea,.sf-form select{width:100%;padding:11px 12px;border:1px solid #b9c9cd;border-radius:4px;background:#fff;color:#203642;font:inherit;letter-spacing:0}.sf-form textarea{resize:vertical}.sf-form input:focus,.sf-form textarea:focus,.sf-form select:focus{outline:3px solid rgba(8,127,131,.16);border-color:#087f83}
.sf-primary,.sf-secondary,.sf-danger{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 15px;border:1px solid transparent;border-radius:4px;font-size:13px;font-weight:900;text-decoration:none;cursor:pointer}.sf-primary{background:#087f83;color:#fff}.sf-secondary{border-color:#b9c9cd;background:#fff;color:#29444f}.sf-danger{background:#fff1ef;color:#b63827;border-color:#f1c8c1}.sf-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:18px}
.sf-error{min-height:18px;margin:0;color:#b63827;font-size:12px}.sf-toast{position:fixed;right:22px;bottom:22px;z-index:21000;padding:12px 15px;border-radius:4px;background:#09283f;color:#fff;box-shadow:0 10px 30px rgba(4,25,37,.24);font-size:13px;font-weight:800}
.sf-empty{padding:28px 18px;text-align:center;background:#f4f6f6}.sf-empty b{display:block;color:#102f42;font-size:16px}.sf-empty p{margin:8px 0 0;color:#71838b;font-size:13px;line-height:1.6}
.sf-cart-list,.sf-order-list{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.sf-cart-list article{display:grid;grid-template-columns:72px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:13px;border:1px solid #dce4e6}.sf-cart-thumb{display:grid;place-items:center;width:72px;height:72px;padding:6px;border:1px solid #e1e7e9;background:#f5f7f7;overflow:hidden;color:#829198;font-size:10px;text-decoration:none}.sf-cart-thumb img{display:block;width:100%;height:100%;object-fit:contain}.sf-cart-thumb:hover{border-color:#087f83}.sf-cart-name,.sf-cart-list b{color:#102f42;font-size:14px;font-weight:900;text-decoration:none}.sf-cart-name:hover{color:#087f83}.sf-cart-list p{margin:4px 0 0;color:#71838b;font-size:11px}.sf-cart-list span{font-size:12px;font-weight:900}.sf-cart-list button{padding:6px;border:0;background:#fff1ef;color:#b63827;font-size:11px;font-weight:850;cursor:pointer}
.sf-cart-qty{display:grid;grid-template-columns:28px 28px 28px;align-items:center;border:1px solid #cbd6d9}.sf-cart-list .sf-cart-qty button{height:28px;padding:0;background:#fff;color:#29444f;font-size:15px}.sf-cart-qty span{text-align:center}.sf-cart-total{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 16px;padding:14px 0;border-top:1px solid #dce4e6;border-bottom:1px solid #dce4e6}.sf-cart-total span{color:#536a74;font-size:12px;font-weight:800}.sf-cart-total strong{color:#102f42;font-size:18px}.sf-order-notice{margin:0;padding:11px 12px;background:#eef7f7;color:#46656b;font-size:11px;line-height:1.55}
.sf-selected{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}.sf-selected span{padding:6px 8px;border:1px solid #cbd6d9;background:#f4f6f6;color:#29444f;font-size:11px;font-weight:800}
.sf-complete{text-align:center}.sf-complete span{display:block;color:#71838b;font-size:12px}.sf-complete strong{display:block;margin:7px 0;color:#087f83;font-size:24px;letter-spacing:0}.sf-complete p{color:#536a74;font-size:13px}.sf-order{padding:15px;border-left:4px solid #e9b949;background:#f8f9f9}.sf-order.is-progress{border-color:#1d9bb5}.sf-order.is-done{border-color:#087f83}.sf-order.is-cancelled{border-color:#b63827;opacity:.78}.sf-order>div{display:flex;justify-content:space-between;gap:12px}.sf-order span{font-size:11px;color:#71838b}.sf-order b{font-size:12px;color:#102f42}.sf-order p{margin:9px 0;color:#29444f;font-size:13px}.sf-order small{color:#8a989e;font-size:10px}
.sf-profile{margin:0}.sf-profile>div{display:grid;grid-template-columns:100px 1fr;padding:12px 0;border-bottom:1px solid #e6ebec}.sf-profile dt{color:#71838b;font-size:12px}.sf-profile dd{margin:0;color:#102f42;font-size:14px;font-weight:800}.sf-search-results{display:flex;flex-direction:column;gap:6px}.sf-search-results a{display:flex;flex-direction:column;gap:4px;padding:12px 13px;border:1px solid #dce4e6;color:#102f42;text-decoration:none}.sf-search-results a:hover{border-color:#087f83;background:#f1fbfa}.sf-search-results span{color:#087f83;font-size:10px;font-weight:900}.sf-search-results b{font-size:14px}.sf-detail p,.sf-copy p{margin:0;color:#536a74;font-size:14px;line-height:1.75}.sf-copy b{display:block;margin-bottom:9px;color:#102f42;font-size:16px}
@media(max-width:680px){.hp-carousel-controls{top:68px}.sf-floating-tools{right:12px;bottom:12px}.sf-floating-cart{min-height:46px}.sf-scroll-top{width:44px;height:44px}.sf-modal-backdrop{padding:0;align-items:end}.sf-modal{width:100%;max-height:90vh;border-radius:8px 8px 0 0}.sf-form-grid{grid-template-columns:1fr}.sf-form-grid .wide{grid-column:auto}.sf-cart-list article{grid-template-columns:64px minmax(0,1fr) auto}.sf-cart-thumb{width:64px;height:64px}.sf-cart-list article>button[data-sf-remove]{grid-column:2/-1}.sf-toast{right:12px;bottom:68px;left:12px;text-align:center}#publicHome [data-hp-action="product-detail"],#publicHome [data-hp-action="add-cart"],#publicHome [data-hp-action="order-now"]{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px!important;padding:10px 12px!important}}

.sp-product-tabs{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:repeat(5,1fr);margin:60px 0 0;border:1px solid #cbd6d9;background:#fff}.sp-product-tabs a{display:flex;align-items:center;justify-content:center;gap:6px;min-height:58px;border-right:1px solid #d7e0e3;color:#29444f;font-size:14px;font-weight:900;text-decoration:none}.sp-product-tabs a span{color:#087f83;font-size:11px}.sp-product-tabs a:last-child{border-right:0}.sp-product-tabs a:hover{background:#eef7f7;color:#087f83}.sp-product-info,.sp-product-policy{padding:72px 0;border-bottom:1px solid #d7e0e3}.sp-product-info h2,.sp-product-policy h2,.sp-product-board h2,.sp-product-seller h2{margin:0;color:#09283f;font-size:30px;font-weight:900}.sp-product-info-lead{display:grid;grid-template-columns:minmax(300px,.85fr) 1.15fr;gap:54px;align-items:center;margin:36px 0 0;padding:46px;background:#f3f6f6}.sp-product-info-lead img{display:block;width:100%;max-height:440px;object-fit:contain}.sp-product-info-lead h3{margin:0;color:#12394d;font-size:24px;font-weight:900}.sp-product-info-lead p{margin:14px 0 0;color:#536a74;font-size:15px;line-height:1.75}.sp-product-info-lead ul{margin:25px 0 0;padding:0;border-top:1px solid #ccd7da;list-style:none}.sp-product-info-lead li{padding:13px 0;border-bottom:1px solid #ccd7da;color:#29444f;font-size:13px}.sp-info-table{width:100%;margin:34px 0 0;border-collapse:collapse}.sp-info-table th,.sp-info-table td{padding:17px 18px;border:1px solid #d7e0e3;font-size:13px;text-align:left}.sp-info-table th{width:14%;background:#f5f7f7;color:#536a74}.sp-info-table td{width:36%;color:#173744}.sp-policy-grid{display:grid;grid-template-columns:repeat(3,1fr);margin:34px 0 0;border:1px solid #ccd7da}.sp-policy-grid article{padding:30px;border-right:1px solid #ccd7da}.sp-policy-grid article:last-child{border-right:0}.sp-policy-grid h3{margin:0;color:#12394d;font-size:18px}.sp-policy-grid p{margin:12px 0 0;color:#63777f;font-size:13px;line-height:1.75}.sp-product-board{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:46px 0;border-bottom:1px solid #d7e0e3}.sp-product-board p:last-child{margin:10px 0 0;color:#71838b;font-size:13px}.sp-product-board>a{display:inline-flex;align-items:center;justify-content:center;min-width:144px;min-height:46px;border:1px solid #087f83;color:#087f83;font-size:13px;font-weight:900;text-decoration:none}.sp-product-seller{display:grid;grid-template-columns:minmax(220px,.6fr) 1.4fr;gap:54px;padding:58px 0;border-bottom:1px solid #d7e0e3}.sp-product-seller>div>p:last-child{margin:10px 0 0;color:#71838b;font-size:13px;line-height:1.7}.sp-product-seller dl{margin:0;border-top:2px solid #09283f}.sp-product-seller dl>div{display:grid;grid-template-columns:150px 1fr;gap:16px;padding:15px 12px;border-bottom:1px solid #d7e0e3}.sp-product-seller dt{color:#71838b;font-size:12px;font-weight:800}.sp-product-seller dd{margin:0;color:#173744;font-size:13px;font-weight:800}.sp-related-empty{padding:34px;border:1px solid #d7e0e3;color:#71838b;text-align:center}
.sp-detail-price>div{display:flex;align-items:baseline;justify-content:flex-end;gap:12px;flex-wrap:wrap}.sp-detail-price del{color:#8a9aa0;font-size:14px;font-weight:750}.sp-detail-option{margin:0 0 22px;padding:18px;border:1px solid #cbd6d9;background:#f7f9f9}.sp-detail-option label{display:block;margin-bottom:9px;color:#29444f;font-size:12px;font-weight:900}.sp-detail-option select{width:100%;min-height:48px;padding:0 14px;border:1px solid #9fb2b8;border-radius:3px;background:#fff;color:#173744;font:800 13px Pretendard,sans-serif}.sp-detail-option select:focus-visible{outline:3px solid rgba(8,127,131,.24);outline-offset:2px}.sp-detail-option p{margin:8px 0 0;color:#71838b;font-size:11px}.sp-managed-detail{margin-top:70px;padding:66px clamp(24px,6vw,78px);background:#f3f6f6}.sp-managed-detail-heading{max-width:760px}.sp-managed-detail-heading h2{margin:0;color:#09283f;font-size:32px;font-weight:950}.sp-managed-detail-heading>p:last-child{margin:13px 0 0;color:#536a74;font-size:14px;line-height:1.8}.sp-managed-detail-blocks{max-width:900px;margin:38px auto 0}.sp-managed-detail-blocks h3{margin:44px 0 14px;color:#12394d;font-size:25px}.sp-managed-detail-blocks>p{margin:0 0 20px;color:#29444f;font-size:15px;line-height:1.9}.sp-managed-detail-blocks figure{margin:34px 0}.sp-managed-detail-blocks figure img{display:block;width:100%;max-height:720px;object-fit:contain;background:#fff}.sp-managed-detail-blocks figcaption{margin-top:9px;color:#71838b;font-size:11px;text-align:center}.sp-managed-notice{margin:26px 0;padding:20px 22px;border-left:4px solid #e9b949;background:#fff8e7;color:#695d3e;font-size:13px;line-height:1.75}.sp-managed-table{display:grid;grid-template-columns:minmax(220px,.55fr) 1.45fr;gap:54px;align-items:start;padding:64px 0;border-bottom:1px solid #cbd6d9}.sp-managed-table h2{margin:0;color:#09283f;font-size:27px;font-weight:950}.sp-managed-table .sp-info-table{margin:0}.sp-product-identity{padding-top:70px}.sp-policy-grid dl{margin:20px 0 0}.sp-policy-grid dl>div{display:grid;grid-template-columns:96px 1fr;gap:10px;padding:10px 0;border-top:1px solid #e0e6e8}.sp-policy-grid dt{color:#71838b;font-size:11px;font-weight:800}.sp-policy-grid dd{margin:0;color:#29444f;font-size:12px;font-weight:800;line-height:1.55}
.sp-managed-detail-html{max-width:860px;margin:38px auto 0;color:#29444f;font-size:15px;line-height:1.9;overflow-wrap:anywhere}.sp-managed-detail-html h2,.sp-managed-detail-html h3,.sp-managed-detail-html h4{margin:44px 0 14px;color:#12394d;line-height:1.35}.sp-managed-detail-html h2{font-size:29px}.sp-managed-detail-html h3{font-size:25px}.sp-managed-detail-html p{margin:0 0 20px}.sp-managed-detail-html img{display:block;max-width:100%;height:auto;margin:34px auto;background:#fff}.sp-managed-detail-html figure{margin:34px 0}.sp-managed-detail-html figcaption{margin-top:9px;color:#71838b;font-size:11px;text-align:center}.sp-managed-detail-html blockquote{margin:24px 0;padding:18px 22px;border-left:4px solid #087f83;background:#fff}.sp-managed-detail-html table{width:100%;margin:28px 0;border-collapse:collapse}.sp-managed-detail-html th,.sp-managed-detail-html td{padding:13px;border:1px solid #cbd6d9;text-align:left}.sp-managed-detail-html th{background:#eef3f3}.sp-managed-detail-html a{color:#087f83;font-weight:800}
.sp-account{min-height:calc(100vh - 170px);padding:72px 20px 96px;background:#f3f6f6}.sp-account-shell{width:min(520px,100%);margin:0 auto;padding:44px;border:1px solid #d7e0e3;background:#fff;box-shadow:0 18px 50px rgba(9,40,63,.08)}.sp-account-brand{display:block;margin:0 0 36px;color:#09283f;font-size:17px;font-weight:900;text-decoration:none}.sp-account h1{margin:0;color:#09283f;font-size:34px;font-weight:900}.sp-account-copy{margin:12px 0 28px;color:#63777f;font-size:13px;line-height:1.65}.sp-account-form{display:grid;gap:16px}.sp-account-form label{display:grid;gap:7px;color:#29444f;font-size:12px;font-weight:850}.sp-account-form input{width:100%;height:48px;padding:0 13px;border:1px solid #b9c9cd;border-radius:3px;font:inherit}.sp-account-form .sf-primary{width:100%;margin-top:4px}.sp-account-links{display:flex;align-items:center;justify-content:center;gap:22px;margin:24px 0 0}.sp-account-links a,.sp-account-links button{border:0;background:none;color:#536a74;font-size:12px;font-weight:800;text-decoration:none;cursor:pointer}.sp-easy-auth{margin:32px 0 0;padding:24px 0 0;border-top:1px solid #d7e0e3}.sp-easy-auth>strong{color:#173744;font-size:13px}.sp-easy-auth>p{margin:8px 0 15px;color:#71838b;font-size:11px;line-height:1.55}.sp-easy-auth button{width:100%;min-height:44px;margin:6px 0 0;border:1px solid #d7e0e3;background:#f5f7f7;color:#9aa7ac;font-size:12px}.sp-profile-facts{margin:28px 0 0;border-top:2px solid #09283f}.sp-profile-facts>div{display:grid;grid-template-columns:100px 1fr;padding:16px 8px;border-bottom:1px solid #d7e0e3}.sp-profile-facts dt{color:#71838b;font-size:12px}.sp-profile-facts dd{margin:0;color:#173744;font-size:13px;font-weight:850}
@media(max-width:680px){.sp-product-tabs{grid-template-columns:repeat(5,minmax(112px,1fr));margin-top:38px;overflow-x:auto}.sp-product-tabs a{min-height:50px;font-size:11px}.sp-product-info,.sp-product-policy{padding:50px 0}.sp-product-info h2,.sp-product-policy h2,.sp-product-board h2,.sp-product-seller h2{font-size:25px}.sp-product-info-lead{grid-template-columns:1fr;gap:24px;padding:24px}.sp-info-table th,.sp-info-table td{display:block;width:100%;padding:11px 12px}.sp-info-table th{border-bottom:0}.sp-policy-grid{grid-template-columns:1fr}.sp-policy-grid article{border-right:0;border-bottom:1px solid #ccd7da}.sp-policy-grid article:last-child{border-bottom:0}.sp-product-board{align-items:flex-start;flex-direction:column}.sp-product-board>a{width:100%}.sp-product-seller{grid-template-columns:1fr;gap:24px}.sp-product-seller dl>div{grid-template-columns:110px 1fr}.sp-account{padding:30px 12px 60px}.sp-account-shell{padding:28px 22px}.sp-account h1{font-size:29px}}
@media(max-width:900px){.sp-managed-table{grid-template-columns:1fr;gap:26px}}
@media(max-width:680px){.sp-detail-option{padding:15px}.sp-managed-detail{margin-top:48px;padding:44px 18px}.sp-managed-detail-heading h2{font-size:25px}.sp-managed-detail-blocks{margin-top:26px}.sp-managed-detail-blocks h3{margin-top:32px;font-size:21px}.sp-managed-detail-blocks>p{font-size:14px;line-height:1.8}.sp-managed-table{padding:48px 0}.sp-managed-table h2{font-size:24px}.sp-policy-grid dl>div{grid-template-columns:88px 1fr}}

.sp-account-login{padding:58px 24px 90px;background:#f5f7f7}.sp-account-login .sp-account-shell{width:min(1180px,100%);padding:48px 54px;box-shadow:none}.sp-account-login .sp-account-brand{margin-bottom:30px}.sp-account-login h1{font-size:34px;word-break:keep-all}.sp-login-notice{display:grid;grid-template-columns:82px 1fr;gap:22px;margin:28px 0 34px;padding:22px 26px;border:1px solid #d7e0e3;background:#fbfcfc}.sp-login-notice>strong{color:#087f83;font-size:14px}.sp-login-notice ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.sp-login-notice li{position:relative;padding-left:14px;color:#536a74;font-size:13px;line-height:1.55}.sp-login-notice li:before{position:absolute;left:0;content:"·"}.sp-member-tabs{display:grid;grid-template-columns:1fr 1fr;margin:0 0 32px}.sp-member-tabs button{min-height:52px;border:1px solid #9fb2b8;background:#fff;color:#536a74;font-size:14px;font-weight:900}.sp-member-tabs button+button{border-left:0}.sp-member-tabs .is-active{border-color:#087f83;background:#087f83;color:#fff}.sp-member-tabs button:disabled{opacity:.7}.sp-auth-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sp-auth-card{display:flex;min-height:210px;padding:28px;flex-direction:column;align-items:flex-start;border:1px solid #d7e0e3;border-radius:6px;background:#f7f8f8;color:#173744;text-align:left;text-decoration:none}.sp-auth-card.is-active{border:2px solid #087f83;background:#f5fbfb}.sp-auth-card:disabled{cursor:not-allowed}.sp-auth-icon{display:grid;place-items:center;min-width:45px;height:45px;padding:0 8px;border:1px solid #9fb2b8;border-radius:50%;background:#fff;color:#087f83;font-size:11px;font-weight:950}.sp-auth-card strong{margin:25px 0 0;font-size:18px;font-weight:900}.sp-auth-card p{margin:10px 0 0;color:#63777f;font-size:12px;line-height:1.65}.sp-auth-card em{margin:auto 0 0;padding-top:18px;color:#087f83;font-size:11px;font-style:normal;font-weight:900}.sp-auth-card:disabled em{color:#9aa7ac}.sp-login-panel{display:grid;grid-template-columns:1fr minmax(360px,.9fr);gap:60px;align-items:start;margin:48px 0 0;padding:38px 42px;border-top:3px solid #09283f;background:#f3f6f6;scroll-margin-top:80px}.sp-login-panel h2{margin:0;color:#09283f;font-size:25px;font-weight:900}.sp-login-panel>div>p:last-child{margin:12px 0 0;color:#63777f;font-size:13px;line-height:1.6}.sp-join-banner{display:flex;align-items:center;gap:12px;margin:34px 0 0;padding:28px 34px;background:#eaf1f8}.sp-join-banner>div{margin-right:auto}.sp-join-banner strong{color:#09283f;font-size:19px}.sp-join-banner p{margin:7px 0 0;color:#63777f;font-size:12px}.sp-join-banner>a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid #9fb2b8;background:#fff;color:#29444f;font-size:12px;font-weight:900;text-decoration:none}
.sp-admin-entry{display:flex;align-items:center;gap:10px;margin-top:22px;color:#536a74;font-size:12px;font-weight:800}.sp-admin-entry a{color:#087f83;text-decoration:none}.sp-admin-entry a:hover{text-decoration:underline}
@media(max-width:860px){.sp-account-login .sp-account-shell{padding:36px 28px}.sp-auth-methods{grid-template-columns:1fr 1fr}.sp-login-panel{grid-template-columns:1fr;gap:26px}.sp-join-banner{align-items:flex-start;flex-wrap:wrap}.sp-join-banner>div{width:100%}}
@media(max-width:520px){.sp-account-login{padding:20px 10px 50px}.sp-account-login .sp-account-shell{padding:26px 18px}.sp-account-login h1{font-size:27px}.sp-login-notice{grid-template-columns:1fr;gap:10px;padding:18px}.sp-member-tabs button{font-size:12px}.sp-auth-methods{grid-template-columns:1fr}.sp-auth-card{min-height:172px;padding:22px}.sp-auth-card strong{margin-top:18px}.sp-login-panel{padding:26px 20px}.sp-join-banner{padding:24px 20px}.sp-join-banner>a{flex:1}}
@media(prefers-reduced-motion:reduce){.sf-scroll-top{transition:none!important}}
.sp-auth-card[type="button"]{cursor:pointer;font:inherit}.sp-auth-card[type="button"]:hover{border-color:#087f83;background:#f5fbfb;box-shadow:0 10px 22px rgba(9,40,63,.09);transform:translateY(-2px)}.sp-auth-card[type="button"]:focus-visible{outline:3px solid rgba(8,127,131,.28);outline-offset:3px}.sp-auth-card[type="button"]:active{transform:translateY(0)}
.sp-auth-methods--four{grid-template-columns:repeat(4,minmax(0,1fr))}.sp-auth-methods--four .sp-auth-card{min-height:196px}.sp-auth-methods--four .sp-auth-icon{font-size:13px}.sp-auth-methods--four .sp-auth-card:nth-child(2) .sp-auth-icon{border-color:#f0cb3b;background:#fee500;color:#3b1e1e}.sp-auth-methods--four .sp-auth-card:nth-child(3) .sp-auth-icon{border-color:#03c75a;background:#03c75a;color:#fff}.sp-auth-methods--four .sp-auth-card:nth-child(4) .sp-auth-icon{border-color:#d9e0e3;color:#4285f4}
@media(max-width:1050px){.sp-auth-methods--four{grid-template-columns:repeat(2,1fr)}}

@media(max-width:1180px){
  .hp-editor{--hp-left:230px;--hp-right:270px}
  .hp-editor-toolbar{grid-template-columns:minmax(150px,1fr) auto minmax(150px,1fr)}
  .hp-tool-btn .wide-label,.hp-save-state{display:none}
}
@media(max-width:860px){
  .hp-editor-toolbar{grid-template-columns:1fr auto 1fr;padding:0 6px}
  .hp-project-name,.hp-save-state,.hp-toolbar-group.center .hp-divider-v,.hp-toolbar-group.center [data-action="zoom-out"],.hp-toolbar-group.center [data-action="zoom-in"],.hp-toolbar-group.center [data-action="fit"],.hp-toolbar-group.center .hp-zoom-label{display:none}
  .hp-page-switcher select{max-width:108px}
  .hp-editor-body,.hp-editor.is-left-closed .hp-editor-body,.hp-editor.is-right-closed .hp-editor-body,.hp-editor.is-left-closed.is-right-closed .hp-editor-body{display:block;position:relative}
  .hp-stage{position:absolute;inset:0}
  .hp-dock{position:absolute;top:0;bottom:0;width:min(280px,82vw);box-shadow:0 12px 34px rgba(0,0,0,.35)}
  .hp-left{left:0}.hp-right{right:0}
  .hp-editor.is-left-closed .hp-left,.hp-editor.is-right-closed .hp-right{transform:translateX(-105%);visibility:hidden}
  .hp-editor.is-right-closed .hp-right{transform:translateX(105%)}
  .hp-canvas-pad{padding:42px 22px 100px}
  .hp-tool-btn{padding:0 8px}
  .hp-tool-btn .wide-label{display:none}
}
@media(max-width:600px){
  .hp-editor-toolbar{height:88px;min-height:88px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:44px 40px;gap:0 6px;padding:2px 6px}
  .hp-editor-toolbar>.hp-toolbar-group:first-child{grid-column:1;grid-row:1}
  .hp-toolbar-group.center{grid-column:1 / -1;grid-row:2;justify-content:center}
  .hp-toolbar-group.end{grid-column:2;grid-row:1}
  .hp-toolbar-group.end [data-action="preview"],.hp-toolbar-group.end [data-action="public"]{display:none}
  .hp-segment button{min-width:64px}
}
