html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#edf1f4;color:#405563;font-family:Pretendard,sans-serif}*{box-sizing:border-box}#presentation{position:absolute;inset:18px 68px 55px 18px;display:flex;align-items:center;justify-content:center}#stage{width:1920px;height:1080px;position:absolute;transform-origin:center;box-shadow:0 8px 32px #243b4b16;border:1px solid #d2dce3;background:#fff;overflow:hidden}#product{width:1920px;height:1080px;border:0;display:block}#controls{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:grid;gap:10px}#controls button,#controls a{display:grid;place-items:center;width:36px;height:36px;border:1px solid #cad6df;border-radius:50%;background:#fff;color:#456477;font-size:20px;text-decoration:none;cursor:pointer}#controls button:hover,#controls a:hover{background:#e5eff6;border-color:#6d93ad}footer{position:absolute;bottom:14px;left:24px;right:70px;display:flex;align-items:center;gap:20px;font-size:11px}footer>span{font-size:10px;letter-spacing:1.3px}footer b{color:#718995;font-weight:500}#caption{margin:0;flex:1;text-align:center;font-size:13px;color:#345667}#step-status{font-size:10px;color:#7b8d98}#tour-cursor{position:absolute;left:0;top:0;width:30px;height:38px;z-index:40000;pointer-events:none;filter:drop-shadow(0 2px 2px #18344780)}#tour-cursor svg{fill:#fff;stroke:#20384b;stroke-width:1.5px;width:100%;height:100%}#tour-ring{position:absolute;width:38px;height:38px;margin:-19px;border:2px solid #007ec5;border-radius:50%;z-index:39999;pointer-events:none;opacity:0}#tour-ring.click{animation:click 440ms ease-out}@keyframes click{from{opacity:.55;transform:scale(.35)}to{opacity:0;transform:scale(1.35)}}#progress{position:absolute;bottom:0;left:0;height:3px;background:#007ec5;width:100%;transform:scaleX(0);transform-origin:left;z-index:40001}#tour-overlay{position:absolute;inset:0;background:#edf1f4;z-index:30000}#tour-overlay[hidden]{display:none}#tour-overlay>header{height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:#fff;border-bottom:1px solid #cbd6df;font-size:13px}#overlay-close{border:1px solid #bdccd6;border-radius:5px;background:#fff;padding:5px 13px;font:inherit;cursor:pointer}#overlay-body{height:1036px;overflow:hidden}#overlay-body img{display:block;width:100%;height:auto}#overlay-body.photo{display:flex;align-items:center;justify-content:center;background:#1b2f3c}#overlay-body.photo img{width:1672px;max-height:960px;object-fit:contain}#overlay-body iframe{display:block;border:0;width:100%;height:100%}@media(max-width:850px){footer>span{display:none}#caption{font-size:11px}footer{gap:10px}}
#stage>#tour-ring{width:44px;height:44px;margin:-22px;border:3px solid #007ec5;background:#168bdc33;box-shadow:0 0 0 5px #ffffffb3}
#tour-cursor.pressing svg{fill:#007ec5;stroke:#fff}
#tour-overlay #overlay-body.manual{overflow-y:auto;scrollbar-width:thin}
