* {
  font-family: "Noto Sans KR", sans-serif;
}
body {
  margin: 0;
}

div,
section,
header,
footer,
p,
h1,
h2 {
  box-sizing: border-box;
}

h1 {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 100vh;
}

.global-width {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 1rem;
}

.scroll-graphic {
  position: sticky;
  top: 0px;
  height: 100vh;
}

.graphic-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
}

.visible {
  opacity: 1;
}

.scroll-text {
  position: relative;
  padding-bottom: 1px;
}

.step {
  padding: 0.5rem 1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 60vh;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}
