.popup__content__wrap.theaterSchedule__popup__wrap {
  background-color: white;
  border-radius: 12px;
  width: 100vw;
  max-width: 634px;
  max-height: calc(100vh - 112px);
  padding: 32px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .popup__content__wrap.theaterSchedule__popup__wrap {
    border-radius: 0;
    max-width: none;
    max-height: calc(100vh - 200px);
    padding: 16px 0 32px;
  }
}
