.moviePage section + section {
  margin-top: 103rem;
}
.super {
  margin-top: 59rem;
}

.movie__contents {
  margin-top: 30rem;
}

@media screen and (max-width: 1000px) {
.moviePage section + section {
  margin-top: calc(80px / 2);
}
.super {
  margin-top: calc(96px / 2);
}
.movie__contents {
  margin-top: calc(19.79px / 2);
}
}