.modelphotoWrap {
  padding-bottom: 3%;
  background-color: #f2f2f3;
}

.modelphoto {
  margin: auto;
  width: 90%;
  max-width: 1200px;
}

.modelphoto__title {
  text-align: center;
  color: #465364;
  font-size: clamp(22px, 19.33px + 0.712vw, 33px);
  font-weight: normal;
}

.slick-dotted.slick-slider {
  margin-bottom: 15px;
}

.slider6-wrap {
  margin: 0 auto;
  margin-top: 2em;
  position: relative;
}

.slider-6 .slick-slide {
  overflow: hidden;
}

.slider-6 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs_list {
  margin: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 70px);
  gap: 10px;
  justify-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px), print {
  .thumbs_list {
    width: 90%;
    grid-template-columns: repeat(auto-fit, 134px);
  }
}

.thumbs_list li {
  width: 70px;
  height: 50px;
  filter: brightness(50%);
  cursor: pointer;
  transition: filter 0.2s;
}
@media screen and (min-width: 769px), print {
  .thumbs_list li {
    width: 134px;
    height: 68px;
  }
}

.thumbs_list li:hover {
  filter: brightness(100%);
}

.thumbs_list li.slick-active {
  filter: brightness(100%);
}/*# sourceMappingURL=roomplan_photo.css.map */