html, body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

body {
  overflow-x: auto;
  font-family: "Noto Sans KR", "Segoe UI", sans-serif;
}

/* 1920 고정 캔버스 중앙 정렬 */
body > div[style*="width: 1920px"] {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 과거 오프셋(left/top 100px) 페이지 보정 */
body > div > div[style*="width: 1920px"][style*="left: 100px"][style*="top: 100px"] {
  left: 0 !important;
  top: 0 !important;
}
