.popup-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  font-size: 10px;

  display: none;

  @media all and (max-width: 767px) {
    font-size: 40%;
    /* font-size: 6.4px */
  }

  @media (min-width: 767px) and (max-width: 1024px) {
    font-size: 50%;
    /* font-size: 8px; */
  }

  @media all and (min-width: 1921px) and (max-width: 2560px) {
    font-size: 12px;
  }

  @media all and (min-width: 2561px) and (min-height: 1081px) {
    font-size: 18px;
  }
}

.popup-wrap {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-container .swiper {
  margin: 0;
}

.popup-container .swiper-slide {
  text-align: center;
  background: #E8E0D4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#multiPopupHos {
  display: flex;
  flex-direction: column;
}

#multiPopupHos .swiper-wrap {
  display: flex;
  height: 70rem;
}

.mainSwiper {
  width: 46.7rem;
  height: 100%;
}

.thumsSwiper {
  height: 100%;
  position: relative;
  padding: 5px;
  background-color: #E8E0D4;
}

.thumsSwiper .swiper-wrapper {
  display: flex;
  flex-direction: column;
}

.thumsSwiper .swiper-slide {
  opacity: 0.6;
  width: 11rem;
  height: auto;
}

.thumsSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.popup-container .swiper-button-next,
.popup-container .swiper-button-prev {
  z-index: 9;
  right: unset;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  width: fit-content;
  height: fit-content;
  padding: .4rem;
}

.popup-container .swiper-button-next img,
.popup-container .swiper-button-prev img {
  width: 2.8rem;
  height: 2.8rem;
}

.popup-container .swiper-button-prev {
  bottom: unset;
  top: 0;
}

.popup-container .swiper-button-next {
  bottom: 0;
  top: unset;
}

.popup-container .swiper-button-next:after,
.popup-container .swiper-button-prev:after {
  display: none;
}

.popup-container .swiper-horizontal>.swiper-pagination-bullets,
.popup-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.popup-container .swiper-pagination-custom,
.popup-container .swiper-pagination-fraction {
  --swiper-pagination-bottom: 1.5rem;
}

.popup-container .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 1.3rem;
  --swiper-pagination-bullet-height: 1.3rem;
  --swiper-pagination-bullet-horizontal-gap: .6rem;
  --swiper-pagination-bullet-inactive-opacity: .4;
}

.popup-container .bg {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 998;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup-container .close24 {
  width: 100%;
  margin-top: 1.2rem;
  display: flex;
  justify-content: space-between;
}

.popup-container .close24 button {
  display: flex;
  align-items: center;
}

.popup-container .close24 img {
  border: 1px solid #fff;
  padding: 4px 3px;
  margin-right: .6rem;
  width: fit-content;
}

.popup-container .close24 span,
.popup-container .popCloseBtn {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}


@media screen and (max-width: 690px) {
  #multiPopupHos .swiper-wrap {
    flex-direction: column;
    height: fit-content;
  }

  .thumsSwiper {
    width: 46.7rem;
    height: 17rem;
  }

  .thumsSwiper .swiper-wrapper {
    flex-direction: row;
    width: 100%;
  }

  .thumsSwiper .swiper-slide {
    width: 10rem;
  }

  .popup-container .swiper-button-next,
  .popup-container .swiper-button-prev {
    display: none;
  }
}

@media screen and (min-width: 691px) and (max-width: 1024px) {
  #multiPopupHos .swiper-wrap {
    height: 80rem;
  }

  .mainSwiper {
    width: 53.3rem;
  }

  .thumsSwiper .swiper-slide {
    width: 15rem;
  }

  .popup-container .swiper-button-next img,
  .popup-container .swiper-button-prev img {
    width: 3.8rem;
    height: 3.8rem;
  }

  .popup-container .swiper-horizontal>.swiper-pagination-bullets,
  .popup-container .swiper-pagination-bullets.swiper-pagination-horizontal,
  .popup-container .swiper-pagination-custom,
  .popup-container .swiper-pagination-fraction {
    --swiper-pagination-bottom: 2.3em;
  }

  .popup-container .swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 1.8em;
    --swiper-pagination-bullet-height: 1.8em;
    --swiper-pagination-bullet-horizontal-gap: .8em;
  }
}

@media screen and (min-width: 2560px){
  .mainSwiper {
    width: 56.7rem; 
  }

  #multiPopupHos .swiper-wrap {
    height: 85rem;
  }
}