@charset "utf-8";

/* This stylesheet is loaded only by the shared desktop/mobile home entry. */
html, body { min-width: 0; height: auto; background: #f8f4eb; }
body { margin: 0; }
#sa-home { --sa-paper: #f8f4eb; --sa-ink: #302b22; --sa-muted: #716b60; --sa-line: #dcd4c5; color: var(--sa-ink); background: var(--sa-paper); font-family: 'Pretendard', 'Malgun Gothic', sans-serif; font-size: 16px; line-height: 1.5; overflow-wrap: break-word; }
#sa-home *, #sa-home *::before, #sa-home *::after { box-sizing: border-box; }
#sa-home a { color: inherit; text-decoration: none; transition: color .16s ease, transform .16s ease, filter .16s ease; }
#sa-home a:hover { color: #976323; }
#sa-home button, #sa-home summary { font: inherit; color: inherit; cursor: pointer; }
#sa-home .sa-header button { background: none; border: 0; }
#sa-home a:focus-visible, #sa-home button:focus-visible, #sa-home summary:focus-visible { outline: 3px solid #9a651c; outline-offset: 5px; }
#sa-home .sa-header ul, #sa-home .sa-information ul { list-style: none; padding: 0; margin: 0; }
#sa-home .sa-header img, #sa-home .sa-hero img, #sa-home .sa-information img, #sa-home .sa-footer img { display: block; max-width: 100%; }
#sa-home :where(.sa-header, .sa-hero, .sa-information, .sa-footer) :is(h1, h2, p) { margin: 0; color: inherit; word-break: keep-all; }
#sa-home .sa-skip { position: absolute; left: 16px; top: -100px; z-index: 1000; padding: 12px 20px; background: #fff; color: #302b22; }
#sa-home .sa-skip:focus { top: 10px; }

#sa-home .sa-header { position: relative; z-index: 30; background: #f8f5ed; }
#sa-home .sa-header-inner { max-width: 1440px; min-height: 86px; margin: 0 auto; padding: 0 48px; display: flex; align-items: center; gap: 36px; }
#sa-home .sa-logo { flex: 0 0 194px; min-width: 0; align-self: center; mix-blend-mode: multiply; }
#sa-home .sa-logo img { width: 270px; height: 82px; max-width: none; object-fit: contain; margin-left: -38px; }
#sa-home .sa-navigation { margin: 0 auto; }
#sa-home .sa-nav-list { display: flex; align-items: center; gap: 25px; }
#sa-home .sa-nav-item { position: relative; }
#sa-home .sa-nav-heading { display: flex; align-items: center; }
#sa-home .sa-nav-heading > a { font-size: 17px; font-weight: 700; padding: 29px 2px; white-space: nowrap; }
#sa-home .sa-submenu-toggle { padding: 12px 6px; }
#sa-home .sa-chevron { display: block; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); margin-top: -4px; opacity: .65; }
#sa-home .sa-submenu { display: none; position: absolute; top: 100%; left: -20px; min-width: 170px; padding: 12px 0; background: #fffdf7; border: 1px solid #ddd3c1; box-shadow: 0 8px 20px #35291817; }
#sa-home .sa-nav-item.is-open > .sa-submenu { display: block; }
#sa-home .sa-submenu a { display: block; padding: 9px 20px; font-size: 14px; white-space: nowrap; }
#sa-home .sa-submenu a:hover, #sa-home .sa-submenu a:focus-visible { background: #f1ebdd; }
#sa-home .sa-account { flex: 0 0 auto; border-left: 1px solid #cfc6b7; padding-left: 28px; }
#sa-home .sa-login, #sa-home .sa-account-details summary { display: flex; gap: 12px; align-items: center; min-height: 44px; font-size: 16px; white-space: nowrap; }
#sa-home .sa-person { display: block; width: 26px; height: 26px; border: 1.5px solid #776c5c; border-radius: 50%; background: radial-gradient(circle at 50% 32%, #776c5c 4px, transparent 4.5px), radial-gradient(ellipse at 50% 112%, #776c5c 10px, transparent 10.5px); }
#sa-home .sa-account-details { position: relative; }
#sa-home .sa-account-details summary { list-style: none; }
#sa-home .sa-account-details summary::-webkit-details-marker { display: none; }
#sa-home .sa-account-name { max-width: 130px; overflow: hidden; text-overflow: ellipsis; }
#sa-home .sa-account-panel { position: absolute; top: calc(100% + 12px); right: 0; background: #fffdf7; padding: 10px 0; border: 1px solid #ddd3c1; box-shadow: 0 8px 20px #35291817; min-width: 165px; }
#sa-home .sa-account-panel a { display: block; font-size: 14px; padding: 9px 18px; }
#sa-home .sa-menu-toggle { display: none; }

#sa-home .sa-hero { position: relative; isolation: isolate; width: 100%; }
#sa-home .sa-hero-picture { display: block; }
#sa-home .sa-hero-picture img { width: 100%; height: auto; aspect-ratio: 2.5; object-fit: cover; }
#sa-home .sa-hero-inner { position: absolute; inset: 0; width: 100%; max-width: 1536px; margin: 0 auto; }
#sa-home .sa-hero-copy { position: absolute; top: 10%; left: 8%; width: 39%; display: flex; align-items: flex-start; flex-direction: column; }
#sa-home .sa-hero-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 3.5px; color: #385748; margin-bottom: 13px; }
#sa-home #sa-hero-title { font-size: clamp(30px, 3.1vw, 48px); font-weight: 800; letter-spacing: -2.2px; line-height: 1.24; color: #253e30; }
#sa-home .sa-hero-description { margin-top: 14px; font-size: 16px; letter-spacing: -.4px; color: #395846; }
#sa-home .sa-download { min-height: 56px; background: #f6c449; border: 1px solid #a67b22; border-radius: 4px; box-shadow: 0 3px 0 #b1852e; display: inline-flex; align-items: center; justify-content: center; gap: 12px; margin-top: 25px; padding: 12px 25px; color: #332b18; font-size: 19px; font-weight: 700; white-space: nowrap; }
#sa-home .sa-download:hover { color: #332b18; background: #ffd05c; transform: translateY(-1px); }
#sa-home .sa-arrow { display: inline-block; flex: 0 0 auto; width: 8px; height: 8px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); margin: 0 2px 0 10px; }
#sa-home .sa-download .sa-arrow { width: 11px; height: 11px; border-width: 2.5px; margin-left: 5px; }
#sa-home .sa-first-link { display: inline-flex; align-items: center; justify-content: center; gap: 3px; min-height: 44px; margin-top: 7px; padding: 5px 0; font-size: 15px; font-weight: 600; color: #304a3c; }
#sa-home .sa-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; margin-top: 25px; }
#sa-home .sa-hero-actions > a { margin-top: 0; }

#sa-home .sa-information { display: grid; grid-template-columns: .9fr 1.3fr 1.1fr; max-width: 1328px; margin: 0 auto; padding: 8px 42px 30px; gap: 0; }
#sa-home .sa-information > section { min-width: 0; padding: 0 32px; }
#sa-home .sa-information > section:first-child { padding-left: 0; }
#sa-home .sa-information > section:last-child { padding-right: 0; }
#sa-home .sa-information > section + section { border-left: 1px solid var(--sa-line); }
#sa-home .sa-information h2 { font-size: 24px; font-weight: 800; letter-spacing: -.8px; line-height: 1.35; }
#sa-home .sa-section-description { font-size: 14px; color: var(--sa-muted); margin-top: 6px; line-height: 1.45; }
#sa-home .sa-start-links { margin-top: 15px; }
#sa-home .sa-start-links a { display: flex; align-items: center; gap: 12px; min-height: 42px; font-size: 16px; }
#sa-home .sa-start-links img { width: 30px; height: 35px; object-fit: contain; mix-blend-mode: multiply; }
#sa-home .sa-start-icon { width: 30px; height: 36px; flex: 0 0 30px; text-align: center; font-size: 28px; line-height: 1; }
#sa-home .sa-stone-icon { color: #99917d; text-shadow: 1px 1px 0 #544b3d; }
#sa-home .sa-club-icon { color: #986126; font-size: 34px; }
#sa-home .sa-start-links .sa-arrow { width: 7px; height: 7px; margin-left: 4px; }
#sa-home .sa-guide-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 24px; }
#sa-home .sa-guide-links li + li { border-left: 1px solid var(--sa-line); }
#sa-home .sa-guide-links a { display: flex; flex-direction: column; align-items: center; padding: 0 7px; gap: 8px; font-size: 15px; white-space: nowrap; }
#sa-home .sa-guide-links img { width: 76px; height: 78px; object-fit: contain; mix-blend-mode: multiply; transition: transform .18s ease; }
#sa-home .sa-guide-links a:hover img { transform: translateY(-4px); }
#sa-home .sa-guide-links .sa-arrow { width: 7px; height: 7px; margin-left: 6px; }
#sa-home .sa-raid-link { display: flex; align-items: center; width: fit-content; font-size: 12px; color: var(--sa-muted); margin-top: 17px; }
#sa-home .sa-raid-link .sa-arrow { width: 6px; height: 6px; }
#sa-home .sa-section-heading { display: flex; gap: 12px; justify-content: space-between; align-items: baseline; padding-bottom: 13px; border-bottom: 1px solid var(--sa-line); }
#sa-home .sa-section-heading > a { flex-shrink: 0; font-size: 13px; color: var(--sa-muted); }
#sa-home .sa-section-heading .sa-arrow { width: 7px; height: 7px; margin-left: 7px; }
#sa-home .sa-news-list { padding-top: 9px; }
#sa-home .sa-news-list li + li { border-top: 1px dotted var(--sa-line); }
#sa-home .sa-news-list a { display: flex; gap: 12px; padding: 11px 0; font-size: 14px; line-height: 1.5; }
#sa-home .sa-news-label { flex: 0 0 auto; font-size: 12px; padding-top: 1px; }
#sa-home .sa-news-subject { overflow-wrap: anywhere; word-break: keep-all; }
#sa-home .sa-news-welcome { padding-top: 20px; }
#sa-home .sa-news-welcome p { color: var(--sa-muted); font-size: 14px; line-height: 1.7; }
#sa-home .sa-news-welcome a { display: inline-flex; align-items: center; padding: 12px 0; font-size: 14px; color: #81602f; }

#sa-home .sa-footer { background: #eee7db; border-top: 1px solid #e9e0d1; }
#sa-home .sa-footer-inner { display: flex; flex-wrap: wrap; gap: 24px 40px; align-items: center; max-width: 1440px; padding: 24px 48px; margin: 0 auto; }
#sa-home .sa-footer-logo img { width: 124px; height: 59px; object-fit: contain; filter: grayscale(1) sepia(.4); opacity: .65; mix-blend-mode: multiply; }
#sa-home .sa-footer-links { display: flex; flex-wrap: wrap; gap: 12px 0; }
#sa-home .sa-footer-links a { font-size: 12px; color: var(--sa-muted); padding: 0 17px; }
#sa-home .sa-footer-links a + a { border-left: 1px solid #c8bead; }
#sa-home .sa-copyright { margin-left: auto; font-size: 11px; color: #8a8174; }
#sa-home .sa-footer-search { font-size: 12px; color: var(--sa-muted); }

@media (min-width: 1600px) {
    #sa-home .sa-hero-picture img { max-height: 770px; object-position: center bottom; }
}
@media (max-width: 1180px) {
    #sa-home .sa-header-inner { padding: 0 28px; gap: 22px; }
    #sa-home .sa-logo { flex-basis: 160px; }
    #sa-home .sa-logo img { width: 224px; height: 78px; margin-left: -32px; }
    #sa-home .sa-hero-copy { left: 6%; top: 8%; }
    #sa-home .sa-hero-eyebrow { font-size: 10px; margin-bottom: 9px; }
    #sa-home .sa-hero-description { font-size: 14px; margin-top: 10px; }
    #sa-home .sa-download { min-height: 48px; font-size: 17px; margin-top: 17px; padding: 9px 19px; }
    #sa-home .sa-hero-actions { gap: 5px 16px; margin-top: 17px; }
    #sa-home .sa-nav-list { gap: 13px; }
    #sa-home .sa-nav-heading > a { font-size: 15px; }
    #sa-home .sa-account { padding-left: 18px; }
    #sa-home .sa-information { padding: 12px 32px 28px; }
    #sa-home .sa-information > section { padding: 0 22px; }
    #sa-home .sa-information h2 { font-size: 22px; }
    #sa-home .sa-guide-links a { font-size: 13px; padding: 0 4px; }
    #sa-home .sa-guide-links img { width: 65px; height: 70px; }
    #sa-home .sa-section-description { font-size: 13px; }
}
@media (max-width: 900px) {
    #sa-home .sa-header-inner { min-height: 76px; padding: 0 24px; gap: 18px; flex-wrap: wrap; }
    #sa-home .sa-logo { flex: 0 0 155px; }
    #sa-home .sa-logo img { width: 217px; height: 72px; margin-left: -31px; }
    #sa-home .sa-menu-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-left: auto; font-size: 14px; }
    #sa-home .sa-menu-lines { width: 19px; height: 14px; display: block; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; background: linear-gradient(currentColor,currentColor) center/100% 2px no-repeat; }
    #sa-home .sa-account { padding-left: 18px; }
    #sa-home .sa-person { width: 23px; height: 23px; }
    #sa-home .sa-login, #sa-home .sa-account-details summary { font-size: 14px; gap: 8px; }
    #sa-home .sa-account-name { max-width: 92px; }
    #sa-home .sa-navigation { display: none; flex: 0 0 100%; order: 4; padding-bottom: 12px; }
    #sa-home .sa-navigation.is-open { display: block; }
    #sa-home .sa-nav-list { display: block; border-top: 1px solid var(--sa-line); }
    #sa-home .sa-nav-item { border-bottom: 1px solid var(--sa-line); }
    #sa-home .sa-nav-heading { justify-content: space-between; }
    #sa-home .sa-nav-heading > a { flex: 1; padding: 12px 4px; font-size: 16px; }
    #sa-home .sa-submenu-toggle { min-width: 44px; min-height: 44px; display: flex; align-items: center; justify-content: center; }
    #sa-home .sa-submenu { position: static; border: 0; box-shadow: none; background: #f0eade; padding: 5px 10px; }
    #sa-home .sa-submenu a { padding: 12px; }
    #sa-home .sa-hero-copy { left: 5%; top: 7%; width: 44%; }
    #sa-home #sa-hero-title { font-size: 3.7vw; letter-spacing: -1.3px; }
    #sa-home .sa-hero-description { display: none; }
    #sa-home .sa-download { min-height: 44px; padding: 8px 14px; gap: 8px; margin-top: 15px; font-size: 15px; }
    #sa-home .sa-download svg { width: 18px; height: 18px; }
    #sa-home .sa-first-link { min-height: 40px; font-size: 14px; margin-top: 2px; padding: 5px 10px; background: #ffffffc7; border-radius: 3px; }
    #sa-home .sa-hero-actions { gap: 4px 12px; margin-top: 15px; }
    #sa-home .sa-information { grid-template-columns: 1fr 1.5fr; padding: 18px 28px 30px; }
    #sa-home .sa-information > section { padding: 0 24px; }
    #sa-home .sa-information > .sa-guide { padding-right: 0; }
    #sa-home .sa-information > .sa-news { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--sa-line); padding: 22px 0 0; margin-top: 22px; }
    #sa-home .sa-news-welcome { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 20px; padding-top: 9px; }
    #sa-home .sa-footer-inner { padding: 22px 28px; gap: 20px; }
    #sa-home .sa-copyright { width: 100%; margin: 0; }
}
@media (max-width: 560px) {
    #sa-home .sa-header-inner { padding: 0 16px; gap: 12px; min-height: 70px; }
    #sa-home .sa-logo { flex-basis: 129px; }
    #sa-home .sa-logo img { width: 180px; height: 66px; margin-left: -25px; }
    #sa-home .sa-account { padding-left: 12px; }
    #sa-home .sa-menu-toggle { gap: 6px; }
    #sa-home .sa-person { display: none; }
    #sa-home .sa-account-name { max-width: 72px; }
    #sa-home .sa-hero { padding-top: 0; }
    #sa-home .sa-hero-picture { padding-top: 265px; background: #dff1f8; }
    #sa-home .sa-hero-picture img { height: 360px; aspect-ratio: auto; object-fit: cover; object-position: 90% bottom; mask-image: linear-gradient(transparent, #000 55px); }
    #sa-home .sa-hero-inner { z-index: 1; }
    #sa-home .sa-hero-copy { top: 29px; left: 50%; width: 90%; transform: translateX(-50%); align-items: center; text-align: center; }
    #sa-home .sa-hero-eyebrow { font-size: 10px; margin-bottom: 10px; }
    #sa-home #sa-hero-title { font-size: 34px; letter-spacing: -1.7px; }
    #sa-home .sa-hero-description { display: block; font-size: 14px; margin-top: 12px; }
    #sa-home .sa-download { min-height: 49px; margin-top: 20px; font-size: 17px; padding: 10px 23px; }
    #sa-home .sa-first-link { font-size: 14px; min-height: 44px; margin-top: 5px; background: transparent; }
    #sa-home .sa-hero-actions { flex-direction: column; gap: 5px; margin-top: 20px; }
    #sa-home .sa-information { display: flex; flex-direction: column; padding: 5px 24px 28px; }
    #sa-home .sa-information > section, #sa-home .sa-information > section:first-child, #sa-home .sa-information > section:last-child { padding: 22px 0; margin: 0; border-left: 0; }
    #sa-home .sa-information > section + section { border-top: 1px solid var(--sa-line); }
    #sa-home .sa-information > .sa-guide { order: -1; border-top: 0; }
    #sa-home .sa-information > .sa-start { border-top: 1px solid var(--sa-line); }
    #sa-home .sa-information > .sa-news { padding-bottom: 0; }
    #sa-home .sa-information h2 { font-size: 23px; }
    #sa-home .sa-section-description { font-size: 14px; }
    #sa-home .sa-start .sa-section-description br { display: none; }
    #sa-home .sa-start-links { margin-top: 12px; }
    #sa-home .sa-start-links a { min-height: 46px; }
    #sa-home .sa-guide-links { margin-top: 20px; }
    #sa-home .sa-guide-links img { width: 70px; height: 76px; }
    #sa-home .sa-guide-links a { font-size: 14px; padding: 0 4px; min-height: 110px; }
    #sa-home .sa-guide-links .sa-arrow { width: 6px; height: 6px; margin-left: 5px; }
    #sa-home .sa-raid-link { min-height: 36px; margin-top: 8px; font-size: 13px; }
    #sa-home .sa-news-list a { font-size: 15px; padding: 13px 0; }
    #sa-home .sa-footer-inner { padding: 24px; gap: 18px; }
    #sa-home .sa-footer-logo img { width: 104px; height: 50px; }
    #sa-home .sa-footer-links { flex: 1; min-width: 160px; gap: 8px 0; }
    #sa-home .sa-footer-links a { padding: 4px 10px; font-size: 11px; }
    #sa-home .sa-footer-links a + a { border: 0; }
    #sa-home .sa-copyright { font-size: 10px; }
}
@media (max-width: 360px) {
    #sa-home .sa-header-inner { padding: 0 12px; gap: 8px; }
    #sa-home .sa-logo { flex-basis: 112px; }
    #sa-home .sa-logo img { width: 156px; margin-left: -22px; }
    #sa-home .sa-information { padding-left: 18px; padding-right: 18px; }
    #sa-home .sa-guide-links a { font-size: 12px; }
    #sa-home #sa-hero-title { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) {
    #sa-home a, #sa-home .sa-guide-links img { transition: none; }
}
