:root {
  /* 공통 헤더(.common-header) 배경(#fff)과 페이지 배경을 통일 */
  --bg-app: #ffffff;
  --bg-paper: #ffffff;
}

body {
  background-color: #ffffff;
}

.user-output-taxonomy__flow-root {
  flex: 1;
  min-height: 720px;
}

.output-static-topbar {
  width: calc(100% - 32px);
  max-width: 1180px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .output-static-topbar {
    width: calc(100% - 24px);
  }
}
