.sajuhub-page{--sh-bg: #0d0a07;--sh-bg-card: #131008;--sh-bg-pill: rgba(240,230,210,.04);--sh-cream: #f0e6d2;--sh-cream-dim: #b8a888;--sh-cream-muted: #786858;--sh-amber: #e8722a;--sh-amber-bright: #f49144;--sh-amber-warm: #d4a574;--sh-gold: #c8a040;--sh-border: rgba(240,230,210,.08);--sh-border-strong: rgba(240,230,210,.14);--sh-serif: "DM Serif Display", serif;--sh-hanja: "Noto Serif KR", "Noto Serif", serif;background:var(--sh-bg);color:var(--sh-cream);overflow-x:hidden;position:relative;min-height:100vh}.sajuhub-page:before{content:"";position:fixed;right:-10%;top:10%;width:60vw;height:60vh;background:radial-gradient(ellipse at center,rgba(232,114,42,.06) 0%,rgba(212,165,116,.025) 40%,transparent 70%);pointer-events:none;z-index:0}.sajuhub-container{max-width:1180px;margin:0 auto;padding:80px 32px 120px;position:relative;z-index:1}.sajuhub-back{display:inline-flex;align-items:center;gap:8px;color:var(--sh-cream-muted);font-size:var(--fs-sm);letter-spacing:.04em;text-decoration:none;margin-bottom:48px;padding:10px 12px;margin-left:-12px;min-height:44px;border-radius:8px;transition:color .2s var(--saju-ease),background-color .2s var(--saju-ease)}.sajuhub-back:hover{background:#f0e6d20a;color:var(--sh-cream)}.sajuhub-back__arrow{display:inline-block;transition:transform .2s var(--saju-ease)}.sajuhub-back:hover .sajuhub-back__arrow{transform:translate(-3px)}.sajuhub-loading{min-height:320px;display:flex;align-items:center;justify-content:center}.sajuhub-loading__orb{position:relative;width:80px;height:80px}.sajuhub-loading__dot{position:absolute;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--sh-hanja);font-size:14px;color:var(--sh-cream);background:var(--sh-bg-card);border:1px solid var(--sh-border-strong);animation-name:sajuhubOrbitPulse;animation-duration:1.8s;animation-timing-function:var(--saju-ease);animation-iteration-count:infinite}.sajuhub-loading__dot--wood{top:0;left:26px;animation-delay:0s;color:#6abc7c}.sajuhub-loading__dot--fire{top:22px;left:52px;animation-delay:.3s;color:#d4516b}.sajuhub-loading__dot--earth{bottom:0;left:42px;animation-delay:.6s;color:var(--sh-gold)}.sajuhub-loading__dot--metal{bottom:0;left:12px;animation-delay:.9s;color:#b8a888}.sajuhub-loading__dot--water{top:22px;left:0;animation-delay:1.2s;color:#5a8fd0}@keyframes sajuhubOrbitPulse{0%,to{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.sajuhub-gate{position:relative;max-width:560px;margin:16px auto 40px;padding:clamp(32px,5vw,56px) clamp(24px,4vw,48px);border-radius:20px;background:linear-gradient(180deg,rgba(232,114,42,.06) 0%,var(--sh-bg-card) 60%);border:1px solid rgba(232,114,42,.25);overflow:hidden;isolation:isolate;animation-name:sajuhubGateIn;animation-duration:.5s;animation-timing-function:var(--saju-ease);animation-fill-mode:backwards}@keyframes sajuhubGateIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.sajuhub-gate__watermark{position:absolute;bottom:-40px;right:-20px;font-family:var(--sh-hanja);font-size:200px;line-height:1;color:#e8722a0f;letter-spacing:-.04em;pointer-events:none;user-select:none;z-index:0}.sajuhub-gate__inner{position:relative;z-index:1;text-align:center}.sajuhub-gate__title{font-family:var(--sh-serif);font-size:clamp(28px,4.5vw,42px);font-weight:400;line-height:1.2;color:var(--sh-cream);margin:14px 0;letter-spacing:-.01em}.sajuhub-gate__title em{font-style:italic;color:var(--sh-amber-warm)}.sajuhub-gate__sub{font-size:var(--fs-base);line-height:1.7;color:var(--sh-cream-dim);margin:0 0 28px}.sajuhub-gate__sub em{font-style:italic;color:var(--sh-amber-warm)}.sajuhub-gate__form{display:grid;gap:20px;text-align:left}.sajuhub-gate__group{display:grid;gap:8px}.sajuhub-gate__label{font-family:var(--font-mono);font-size:var(--fs-2xs);letter-spacing:.18em;text-transform:uppercase;color:var(--sh-cream-muted);font-weight:600}.sajuhub-gate__date-row{display:grid;grid-template-columns:1fr 1.4fr 1.6fr;gap:8px}.sajuhub-gate__select{appearance:none;width:100%;padding:14px 36px 14px 14px;border-radius:10px;background:var(--sh-bg-card);border:1px solid var(--sh-border-strong);color:var(--sh-cream);font-family:var(--font-thai);font-size:var(--fs-base);cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'><path d='M3 4.5L6 7.5L9 4.5' stroke='%23b8a888' stroke-width='1.5' stroke-linecap='round'/></svg>");background-repeat:no-repeat;background-position:right 14px center;transition:border-color .2s var(--saju-ease),background-color .2s var(--saju-ease)}.sajuhub-gate__select:focus{outline:none;border-color:var(--sh-amber);background-color:#e8722a0a}.sajuhub-gate__select:hover{border-color:var(--sh-border-strong)}.sajuhub-gate__error{display:none;font-size:var(--fs-xs);color:#d4516b;margin-top:2px}.sajuhub-gate__error.visible{display:block}.sajuhub-gate__radio-group{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sajuhub-gate__radio{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 16px;border-radius:10px;background:var(--sh-bg-card);border:1px solid var(--sh-border-strong);color:var(--sh-cream-dim);font-size:var(--fs-base);cursor:pointer;transition:border-color .2s var(--saju-ease),color .2s var(--saju-ease),background-color .2s var(--saju-ease)}.sajuhub-gate__radio input{position:absolute;opacity:0;pointer-events:none}.sajuhub-gate__radio:has(input:checked){border-color:var(--sh-amber);background:#e8722a14;color:var(--sh-cream)}.sajuhub-gate__submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:8px;padding:16px 22px;border-radius:12px;background:var(--sh-amber);color:#1a0f04;font-family:var(--font-thai);font-weight:600;font-size:var(--fs-lg);letter-spacing:.02em;border:none;cursor:pointer;transition:background-color .2s var(--saju-ease),transform .2s var(--saju-ease)}.sajuhub-gate__submit:hover:not(:disabled){background:var(--sh-amber-bright);transform:translateY(-1px)}.sajuhub-gate__submit:disabled{opacity:.6;cursor:not-allowed}.sajuhub-gate__submit-arrow{font-family:var(--font-mono);font-size:var(--fs-xl);transition:transform .2s var(--saju-ease)}.sajuhub-gate__submit:hover:not(:disabled) .sajuhub-gate__submit-arrow{transform:translate(4px)}.sajuhub-gate__guest-hint{text-align:center;font-size:var(--fs-sm);color:var(--sh-cream-muted);margin:4px 0 0}.sajuhub-gate__guest-hint a{color:var(--sh-amber);text-decoration:none;border-bottom:1px dashed currentColor}@media(max-width:480px){.sajuhub-gate{margin:12px auto 32px}.sajuhub-gate__date-row{grid-template-columns:1fr}.sajuhub-gate__watermark{font-size:140px}}.sajuhub-header{text-align:center;max-width:800px;margin:0 auto 64px;position:relative}.sajuhub-header:before{content:"四柱";position:absolute;top:-50px;left:50%;transform:translate(-50%);font-family:var(--sh-hanja);font-size:260px;line-height:1;color:#e8722a0d;letter-spacing:-.04em;pointer-events:none;user-select:none;z-index:-1}.sajuhub-eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:24px;font-family:var(--font-mono);font-size:var(--fs-xs);letter-spacing:.2em;text-transform:uppercase;color:var(--sh-amber)}.sajuhub-eyebrow:before,.sajuhub-eyebrow:after{content:"";display:block;width:32px;height:1px;background:currentColor;opacity:.5}.sajuhub-title{font-family:var(--sh-serif);font-size:clamp(36px,5.5vw,64px);font-weight:400;line-height:1.1;letter-spacing:-.02em;color:var(--sh-cream);margin-bottom:20px}.sajuhub-title em{font-style:italic;color:var(--sh-amber-warm)}.sajuhub-sub{font-size:var(--fs-lg);line-height:1.7;color:var(--sh-cream-dim);max-width:580px;margin:0 auto}.sajuhub-sub em{font-style:italic;color:var(--sh-amber-warm)}.sajuhub-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:32px}.sajuhub-cta__primary{display:inline-flex;align-items:center;gap:10px;padding:14px 26px;border-radius:999px;background:var(--sh-amber);color:#1a0f04;font-weight:600;font-size:var(--fs-base);text-decoration:none;letter-spacing:.02em;transition:background-color .2s var(--saju-ease),transform .2s var(--saju-ease)}.sajuhub-cta__primary:hover{background:var(--sh-amber-bright);transform:translateY(-2px)}.sajuhub-cta__arrow{font-family:var(--font-mono);font-size:var(--fs-lg);transition:transform .2s var(--saju-ease)}.sajuhub-cta__primary:hover .sajuhub-cta__arrow{transform:translate(4px)}.sajuhub-cta__secondary{display:inline-flex;align-items:center;padding:14px 26px;border-radius:999px;border:1px solid var(--sh-border-strong);color:var(--sh-cream);font-weight:500;font-size:var(--fs-base);text-decoration:none;letter-spacing:.02em;transition:border-color .2s var(--saju-ease),background-color .2s var(--saju-ease)}.sajuhub-cta__secondary:hover{border-color:var(--sh-amber);background:#e8722a0f}.sajuhub-section{margin-bottom:72px}.sajuhub-section:last-of-type{margin-bottom:0}.sajuhub-section-head{text-align:center;max-width:620px;margin:0 auto 36px}.sajuhub-section-eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;font-family:var(--font-mono);font-size:var(--fs-xs);letter-spacing:.2em;text-transform:uppercase;color:var(--sh-cream-muted)}.sajuhub-section-title{font-family:var(--sh-serif);font-size:clamp(26px,3.5vw,40px);font-weight:400;letter-spacing:-.01em;color:var(--sh-cream);margin:0 0 14px}.sajuhub-section-desc{font-size:var(--fs-base);line-height:1.7;color:var(--sh-cream-dim);margin:0}.sajuhub-section-desc em{font-style:italic;color:var(--sh-amber-warm)}.sajuhub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.sajuhub-grid--3{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.sajuhub-grid--2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.sajuhub-card{position:relative;display:grid;grid-template-rows:auto auto auto 1fr auto;gap:10px;padding:26px 24px 22px;border-radius:16px;background:var(--sh-bg-card);border:1px solid var(--sh-border);color:var(--sh-cream);text-decoration:none;overflow:hidden;isolation:isolate;transition:border-color .2s var(--saju-ease),transform .2s var(--saju-ease),background-color .2s var(--saju-ease)}.sajuhub-card:hover{border-color:var(--sh-amber);transform:translateY(-2px);background:#16110a}.sajuhub-card__accent{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(232,114,42,.4) 30%,rgba(232,114,42,.4) 70%,transparent 100%);opacity:0;transition:opacity .2s var(--saju-ease)}.sajuhub-card:hover .sajuhub-card__accent{opacity:1}.sajuhub-card__watermark{position:absolute;right:-16px;bottom:-32px;font-family:var(--sh-hanja);font-size:140px;line-height:1;color:#e8722a0f;letter-spacing:-.04em;pointer-events:none;user-select:none;z-index:0;transition:color .2s var(--saju-ease)}.sajuhub-card:hover .sajuhub-card__watermark{color:#e8722a1f}.sajuhub-card__num{position:relative;z-index:1;font-family:var(--font-mono);font-size:var(--fs-xs);letter-spacing:.18em;color:var(--sh-amber);font-weight:600}.sajuhub-card__new-tag{position:absolute;top:16px;right:16px;z-index:2;padding:3px 10px;border-radius:999px;background:var(--sh-amber);color:#1a0f04;font-family:var(--font-mono);font-size:var(--fs-2xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sajuhub-card__title{position:relative;z-index:1;font-family:var(--sh-serif);font-size:clamp(var(--fs-2xl),2.5vw,var(--fs-3xl));font-weight:400;color:var(--sh-cream);margin:0;line-height:1.2}.sajuhub-card__desc{position:relative;z-index:1;font-size:var(--fs-sm);line-height:1.65;color:var(--sh-cream-dim);margin:0}.sajuhub-card__pills{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.sajuhub-card__pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:var(--sh-bg-pill);border:1px solid var(--sh-border);font-family:var(--font-mono);font-size:var(--fs-2xs);letter-spacing:.06em;color:var(--sh-cream-dim)}.sajuhub-card__cta{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding-top:14px;border-top:1px dashed var(--sh-border);font-size:var(--fs-sm);color:var(--sh-amber);font-weight:600}.sajuhub-card__cta-arrow{font-family:var(--font-mono);font-size:var(--fs-base);transition:transform .2s var(--saju-ease)}.sajuhub-card:hover .sajuhub-card__cta-arrow{transform:translate(4px)}.sajuhub-card--new{background:linear-gradient(180deg,rgba(232,114,42,.04) 0%,var(--sh-bg-card) 100%);border-color:#e8722a33}.sajuhub-card--new:hover{border-color:var(--sh-amber)}.sajuhub-card--featured{grid-column:1 / -1;padding:32px 32px 28px;background:linear-gradient(135deg,rgba(232,114,42,.14) 0%,rgba(232,114,42,.06) 50%,var(--sh-bg-card) 100%);border-color:#e8722a66;box-shadow:0 0 0 1px #e8722a14,0 12px 32px -16px #e8722a40}.sajuhub-card--featured:hover{border-color:var(--sh-amber-bright);box-shadow:0 0 0 1px #e8722a2e,0 16px 40px -16px #e8722a66}.sajuhub-card--featured .sajuhub-card__num{color:var(--sh-amber-bright)}.sajuhub-card--featured .sajuhub-card__title{font-size:clamp(var(--fs-3xl),3vw,var(--fs-5xl))}.sajuhub-card--featured .sajuhub-card__cta{color:var(--sh-amber-bright);font-size:var(--fs-base)}.sajuhub-card--featured .sajuhub-card__watermark{font-size:180px;color:#e8722a1a}.sajuhub-card--featured:hover .sajuhub-card__watermark{color:#e8722a2e}.sajuhub-card__start-tag{position:absolute;top:18px;right:18px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:5px 12px 5px 10px;border-radius:999px;background:var(--sh-amber);color:#1a0f04;font-family:var(--font-mono);font-size:var(--fs-2xs);font-weight:700;letter-spacing:.08em;box-shadow:0 4px 12px -4px #e8722a99}.sajuhub-card__start-tag-dot{width:6px;height:6px;border-radius:50%;background:#1a0f04;animation-name:sajuhub-start-pulse;animation-duration:1.6s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes sajuhub-start-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}.sajuhub-guide{display:grid;grid-template-columns:1fr auto;align-items:center;gap:28px;margin-top:72px;padding:32px 36px;border-radius:16px;background:linear-gradient(135deg,#e8722a1a,#d4a5740a);border:1px solid rgba(232,114,42,.25);color:var(--sh-cream);text-decoration:none;transition:border-color .2s var(--saju-ease),transform .2s var(--saju-ease)}.sajuhub-guide:hover{border-color:var(--sh-amber);transform:translateY(-2px)}.sajuhub-guide__text{display:grid;gap:6px}.sajuhub-guide__eyebrow{font-family:var(--font-mono);font-size:var(--fs-xs);letter-spacing:.18em;text-transform:uppercase;color:var(--sh-amber);font-weight:600}.sajuhub-guide__title{font-family:var(--sh-serif);font-size:clamp(var(--fs-2xl),3vw,var(--fs-4xl));font-weight:400;color:var(--sh-cream);margin:0;line-height:1.15}.sajuhub-guide__desc{font-size:var(--fs-sm);line-height:1.65;color:var(--sh-cream-dim);margin:0}.sajuhub-guide__arrow{font-family:var(--font-mono);font-size:clamp(28px,4vw,40px);color:var(--sh-amber);transition:transform .2s var(--saju-ease)}.sajuhub-guide:hover .sajuhub-guide__arrow{transform:translate(6px)}.sajuhub-hint{text-align:center;margin:40px auto 0;font-size:var(--fs-sm);color:var(--sh-cream-muted);letter-spacing:.02em}.sajuhub-hint a{color:var(--sh-amber);text-decoration:none;border-bottom:1px dashed currentColor;padding-bottom:1px;transition:color .2s var(--saju-ease)}.sajuhub-hint a:hover{color:var(--sh-amber-bright)}.sajuhub-seo{margin-top:72px;padding-top:40px;border-top:1px solid var(--sh-border);max-width:720px;margin-left:auto;margin-right:auto}.sajuhub-seo-section{display:grid;gap:16px}.sajuhub-seo-title{font-family:var(--sh-serif);font-size:var(--fs-2xl);font-weight:400;color:var(--sh-cream);margin:0}.sajuhub-seo-text{font-size:var(--fs-sm);line-height:1.8;color:var(--sh-cream-muted);margin:0}.sajuhub-seo-text strong{color:var(--sh-cream-dim)}.sajuhub-seo-text a{color:var(--sh-amber);text-decoration:none;border-bottom:1px dashed currentColor}.sajuhub-reveal{opacity:0;transform:translateY(8px);animation-name:sajuhubReveal;animation-duration:.5s;animation-timing-function:var(--saju-ease);animation-fill-mode:forwards}@keyframes sajuhubReveal{to{opacity:1;transform:translateY(0)}}.sajuhub-reveal-d0{animation-delay:0s}.sajuhub-reveal-d1{animation-delay:.05s}.sajuhub-reveal-d2{animation-delay:.1s}.sajuhub-reveal-d3{animation-delay:.15s}.sajuhub-reveal-d4{animation-delay:.2s}.sajuhub-reveal-d5{animation-delay:.25s}.sajuhub-reveal-d6{animation-delay:.3s}.sajuhub-reveal-d7{animation-delay:.35s}.sajuhub-reveal-d8{animation-delay:.4s}.sajuhub-reveal-d9{animation-delay:.45s}.sajuhub-reveal-d10{animation-delay:.5s}.sajuhub-reveal-d11{animation-delay:.55s}.sajuhub-reveal-d12{animation-delay:.6s}.sajuhub-reveal-d13{animation-delay:.65s}.sajuhub-reveal-d14{animation-delay:.7s}.sajuhub-reveal-d15{animation-delay:.75s}.sajuhub-reveal-d16{animation-delay:.8s}.sajuhub-reveal-d17{animation-delay:.85s}.sajuhub-reveal-d18{animation-delay:.9s}.sajuhub-reveal-d19{animation-delay:.95s}.sajuhub-reveal-d20{animation-delay:1s}.sajuhub-reveal-d21{animation-delay:1.05s}.sajuhub-reveal-d22{animation-delay:1.1s}.sajuhub-reveal-d23{animation-delay:1.15s}.sajuhub-reveal-d24{animation-delay:1.2s}@media(max-width:768px){.sajuhub-container{padding:56px 20px 96px}.sajuhub-header{margin-bottom:48px}.sajuhub-header:before{font-size:180px;top:-30px}.sajuhub-section{margin-bottom:56px}.sajuhub-guide{grid-template-columns:1fr;text-align:center;padding:24px 20px;gap:16px}.sajuhub-guide__arrow{justify-self:center}}@media(max-width:480px){.sajuhub-grid,.sajuhub-grid--2,.sajuhub-grid--3{grid-template-columns:1fr}.sajuhub-card{padding:22px 20px 18px}.sajuhub-card__watermark{font-size:110px}.sajuhub-cta{flex-direction:column;width:100%}.sajuhub-cta__primary,.sajuhub-cta__secondary{justify-content:center;width:100%}}@media(prefers-reduced-motion:reduce){.sajuhub-reveal,.sajuhub-gate,.sajuhub-loading__dot,.sajuhub-card__start-tag-dot{animation:none;opacity:1;transform:none}.sajuhub-back,.sajuhub-back__arrow,.sajuhub-cta__primary,.sajuhub-cta__primary .sajuhub-cta__arrow,.sajuhub-cta__secondary,.sajuhub-card,.sajuhub-card__cta-arrow,.sajuhub-card__watermark,.sajuhub-card__accent,.sajuhub-guide,.sajuhub-guide__arrow,.sajuhub-gate__select,.sajuhub-gate__radio,.sajuhub-gate__submit,.sajuhub-gate__submit-arrow{transition:none}.sajuhub-back:hover .sajuhub-back__arrow,.sajuhub-cta__primary:hover,.sajuhub-cta__primary:hover .sajuhub-cta__arrow,.sajuhub-card:hover,.sajuhub-card:hover .sajuhub-card__cta-arrow,.sajuhub-guide:hover,.sajuhub-guide:hover .sajuhub-guide__arrow,.sajuhub-gate__submit:hover:not(:disabled),.sajuhub-gate__submit:hover:not(:disabled) .sajuhub-gate__submit-arrow{transform:none}}body:has(.sajuhub-page){background:#0d0a07}body:has(.sajuhub-page) .saju-app{background:transparent}body:has(.sajuhub-page) .nav-b{background:#0d0a07f5;border-bottom-color:#f0e6d20f}body:has(.sajuhub-page) .nav-b__logo-text{color:#f0e6d2}body:has(.sajuhub-page) .nav-b__logo-icon path{fill:#f0e6d2}body:has(.sajuhub-page) .nav-b__service-link{color:#f0e6d280}body:has(.sajuhub-page) .nav-b__link--active{color:#f0e6d2}body:has(.sajuhub-page) .nav-b__service-link:hover{color:#f0e6d2}body:has(.sajuhub-page) .nav-b__burger span{background:#f0e6d2}body:has(.sajuhub-page) .nav-b__burger:hover{background:#f0e6d21a}body:has(.sajuhub-page) .nav-notif__btn{color:#f0e6d2}@media(max-width:640px){body:has(.sajuhub-page) .nav-b__login-btn{color:#f0e6d280;border-color:#f0e6d21f}body:has(.sajuhub-page) .nav-b__login-btn:hover{color:#f0e6d2;border-color:#f0e6d24d;background:#f0e6d20f}}body:has(.sajuhub-page) .saju-footer{background:transparent;border-top:1px solid rgba(240,230,210,.06);color:#f0e6d259}body:has(.sajuhub-page) .saju-footer__legal,body:has(.sajuhub-page) .saju-footer__legal a{color:#f0e6d24d}body:has(.sajuhub-page) .saju-footer__legal a:hover{color:#f0e6d299}
