header {
  width: 1500px;
  height: auto;
  margin: 20px auto 70px;
}

#schedule {
  width: 100%;
  height: auto;
  padding: 50px 0 50px;
  background-color: #f0f0f0;
}
#schedule .scheduleWrap {
  width: 1500px;
  height: auto;
  margin: 50px auto 0;
  display: flex;
  padding: 0 50px;
}
#schedule .scheduleWrap iframe {
  width: 100%;
  min-height: 80vh;
  height: auto;
}

@media (max-width: 1024px) {
  header {
    width: 90%;
    height: auto;
    margin: 150px auto 8vw;
  }
  #schedule {
    width: 100%;
    height: auto;
    padding: 8vw 0;
    background-color: #f0f0f0;
  }
  #schedule .scheduleWrap {
    width: 90%;
    height: auto;
    margin: 5vw auto 0;
    display: block;
    padding: 0;
  }
}/*# sourceMappingURL=schedule.css.map */