.hhh_modal {
  display: none;
  flex-direction: column;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.hhh_modal .swiper-container {
  display: flex;
  max-width: min(550px, 93.33vw);
  max-height: 85vh;
  width: 100%;
  position: relative;
}
.hhh_modal .swiper-container .swiper-button-prev, .hhh_modal .swiper-container swiper-button-next {
  z-index: 1001;
}
.hhh_modal .swiper-container {
  z-index: 1000;
  margin: 0px auto;
  width: 100%;
  height: auto;
}
.hhh_modal .forum_swiper {
  width: 100%;
  height: auto;
}
.hhh_modal.on {
  display: flex;
}
.hhh_modal.off {
  display: none;
}

.hhh_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 992px) {
  .hhh_modal .swiper-container {
    display: flex;
    max-width: min(540px, 92vw);
    max-height: 85vh;
    position: relative;
  }
}

/*# sourceMappingURL=modal.css.map */
