:root{--oce-bg:#070a16;--oce-fg:#fff;--oce-overlay:rgba(10,15,25,.32)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--oce-bg);color:var(--oce-fg);font-family:-apple-system,Pretendard,sans-serif;min-height:100%}.oce-letter{font-family:Georgia,"Noto Serif KR",serif}.oce-screen{position:relative;width:100%;height:100vh;height:100dvh;overflow:hidden}.oce-bg-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border:0;pointer-events:none}.oce-button{padding:18px 64px;border-radius:999px;background:#fff;border:none;color:#0a0e1a;font-size:18px;font-weight:600;cursor:pointer}.oce-button:hover{background:#ececec}.oce-icon-button{width:50px;height:50px;border-radius:50%;background:hsla(0,0%,100%,.25);border:.5px solid hsla(0,0%,100%,.45);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px}.oce-icon-button.primary{width:66px;height:66px;background:#fff;color:#1d2230;border:none;font-size:24px}.oce-badge{padding:4px 10px;border-radius:999px;font-size:11px}.oce-badge,.oce-topbar{background:var(--oce-overlay)}.oce-topbar{position:absolute;top:0;left:0;right:0;height:calc(64px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);display:flex;align-items:center;justify-content:space-between;padding-left:16px;padding-right:16px;z-index:2}.oce-location-info{background:rgba(0,0,0,.55);border-radius:8px;padding:4px 10px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center}@media (min-width:768px){.oce-location-info{position:static;transform:none;text-align:left}}.oce-bottombar{bottom:0;left:0;right:0;height:calc(96px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);justify-content:center;gap:28px;z-index:2}.oce-bottombar,.oce-volume-bar{position:absolute;background:var(--oce-overlay);display:flex;align-items:center}.oce-volume-bar{left:16px;bottom:calc(96px + env(safe-area-inset-bottom) + 14px);z-index:3;gap:8px;border-radius:999px;padding:6px 12px}@media (min-width:768px){.oce-volume-bar{bottom:16px}}.oce-volume-slider{display:none}@media (min-width:768px){.oce-volume-slider{display:block}}.oce-seo{position:relative;z-index:1;background:var(--oce-bg);padding:64px 24px 96px;border-top:1px solid hsla(0,0%,100%,.08)}.oce-seo--detail{padding:48px 24px 80px}.oce-seo-inner{max-width:900px;margin:0 auto}.oce-seo-title{font-size:22px;font-weight:700;line-height:1.4;margin:0 0 16px;color:#fff}.oce-seo-body{font-size:15px;line-height:1.8;color:hsla(0,0%,100%,.72);margin:0 0 40px}.oce-seo-group{margin-bottom:32px}.oce-seo-group-title{font-size:13px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:hsla(0,0%,100%,.45);margin:0 0 14px}.oce-seo-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:8px;gap:8px}.oce-seo-link{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:12px 16px;border-radius:12px;background:hsla(0,0%,100%,.04);color:hsla(0,0%,100%,.9);text-decoration:none;font-size:14px;transition:background .15s ease}.oce-seo-link:hover{background:hsla(0,0%,100%,.1)}.oce-seo-country{font-size:12px;color:hsla(0,0%,100%,.4);white-space:nowrap}