html {
    overflow-y: auto;               /* 필요 시에만 스크롤 */
    scrollbar-gutter: stable both-edges; /* 좌우 레이아웃 흔들림 방지 */
}
