@charset "utf-8";

.swiper-wrapper {
  transition-timing-function: linear;
}
@media print, screen and (min-width:1601px) {
  .slide-images {
    height: 100vh;
    width: 100%;
  }
  .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1600px) {
  .slide-images {
    height: auto;
    width: 100%;
  }
  .swiper-slide {
    border-radius: 5px;
    aspect-ratio: 1 / 0.698;
    overflow: hidden;
  }
}



.result-wrap > section.-closed {
 display: none;
}

.result-msgWrap {
 display: none;
 margin-top: 60px;
 padding: 20px;
 background-color: #E8E8E8;
 text-align: center;
}

.result-msgWrap.-active {
 display: block;
}