@charset "utf-8";

/**
 * frame-scroll.css 로 상단 고정 — 앵커 여백만 유지
 */
:root {
    --syou-sticky-header-h: 56px;
    --syou-sticky-topmenu-h: 48px;
}

body.syou-layout.is-pc-shell.syou-event-page .syou-event-section,
body.syou-layout.is-pc-shell.syou-guide-page .syou-clinic-block {
    scroll-margin-top: 16px;
}

body.syou-layout.is-pc-shell.syou-sub-page:not(.syou-event-page):not(.syou-guide-page) .syou-content {
    scroll-margin-top: 16px;
}
