@charset "UTF-8";

.special_back {
  padding-bottom: 100px;
}

.special_back::after {
  height: calc(1445 / 1685 * 100%) !important;
}

@media (max-width: 767px) {
  .special_back {
    padding-bottom: 80px;
  }

  .special_back::after {
    height: calc(1680 / 1920 * 100%) !important;
  }
}

.movie-button {
  border: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .movie-button {
    width: 100%;
  }
}

/* modal:start */
.modal-close, 
.cont-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-close > *, .cont-modal > * {
  min-height: 0%;
}

.cont-modal {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal.movie-01 .show-movie02,
.modal.movie-01 .show-movie03,
.modal.movie-01 .show-movie04 {
  display: none;
}

.modal.movie-02 .show-movie01,
.modal.movie-02 .show-movie03,
.modal.movie-02 .show-movie04 {
  display: none;
}

.modal.movie-03 .show-movie01,
.modal.movie-03 .show-movie02,
.modal.movie-03 .show-movie04 {
  display: none;
}

.modal.movie-04 .show-movie01,
.modal.movie-04 .show-movie02,
.modal.movie-04 .show-movie03 {
  display: none;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-container {
  width: 720px;
  z-index: 2;
}

@media (max-width: 767px) {
  .modal-container {
    width: 320px;
  }
}

.modal-topArea {
  display: flex;
  position: relative;
  margin-bottom: 5px;
}

.modal-text {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.modal-close {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
}

.modal-closeIcon {
  width: 54px;
}

.modal-contents {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.modal-inner {
  width: 100%;
  height: 100%;
}

.modal-movie {
  width: 720px;
  height: 417px;
}

@media (max-width: 767px) {
  .modal-movie {
    width: 320px;
    height: 200px;
  }
}
/* modal:end */