.showroom-page {
  position: relative;
  width: 100%;
}

.showroom-page .intro-section {
  padding: 0 5% 25vh;
  margin-bottom: 8rem;
  justify-content: end;
}

.showroom-page .info-section {
  position: relative;
  margin: 8rem 0 15rem 0;
  padding: 0 5%;
}

.showroom-page .info-section .cont-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.showroom-page .info-section .top-cont {
  position: relative;
}

.showroom-page .info-section .top-cont span {
  color: var(--clr-gray1);
}

.showroom-page .info-section .top-cont .text {
  margin-top: 1.25rem;
  color: var(--clr-gray2);
}

.showroom-page .info-section .swiper {
  position: relative;
}

.showroom-page .info-section .swiper-slide a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

.showroom-page .info-section img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  left: 0;
}

.showroom-page .info-section .img-cont {
  width: 100%;
  aspect-ratio: 3.5/1;
}

.showroom-page .info-section .img-cont .swiper-slide {
  position: relative;
}

.showroom-page .info-section .info-cont {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  margin-bottom: 1.25rem;
  align-items: flex-end;
}
.showroom-page .info-section .info-cont .top-cont i {
  font-style: normal;
}
.showroom-page .info-section .info-cont .name {
  text-transform: uppercase;
  line-height: 1.5;
}
.showroom-page .info-section .info-cont .info,
.showroom-page .info-section .info-cont .tel {
  color: var(--clr-gray1);
}
.showroom-page .info-section .text-cont {
  display: flex;
  align-items: end;
  gap: 1rem 5rem;
  width: 100%;
  padding: 2.375rem 0;
}
.showroom-page .info-section .text-cont > * {
  color: var(--clr-gray2);
  line-height: 1.5;
}
.showroom-page .info-section .text-cont .tel {
  margin-top: 1rem;
}
.showroom-page .info-section .text-cont .map {
  display: inline-flex;
  height: fit-content;
  gap: 1rem;
  align-items: center;
  font-size: 1rem;
  border: 1px solid var(--clr-gray2);
  border-radius: 1.875rem;
  padding: 0.75rem 1.25rem;
}
.showroom-page .info-section .location-select {
  display: flex;
}
.showroom-page .info-section .location-select button {
  border: none;
  border-bottom: 0.125rem solid var(--clr-gray2);
  background: none;
  width: 12vw;
  padding-bottom: 0.625rem;
  text-align: left;
}
.showroom-page .info-section .location-select button:first-child {
  margin-right: 1.25rem;
}
.showroom-page .info-section .swiper-pagination {
  bottom: 1.75rem;
}
.showroom-page .info-section .swiper-pagination-bullet-active {
  background: var(--clr-black);
}
@media (max-width: 1024px) {
  .showroom-page .info-section {
    margin: 6.25rem 0 11.25rem 0;
  }
  .showroom-page .info-section .cont-wrapper {
    flex-direction: column;
  }
  .showroom-page .info-section .img-cont,
  .showroom-page .info-section .info-cont {
    width: 100%;
  }
  .showroom-page .info-section .info-cont {
    align-items: start;
  }
  .showroom-page .info-section .info-cont .top-cont i {
    display: none;
  }

  .showroom-page .info-section .info-cont .top-cont .mix-title {
    margin-bottom: 1.25rem;
  }
  .showroom-page .info-section .info-cont {
    flex-direction: column;
  }
  .showroom-page .info-section .info-cont .location-select {
    width: 100%;
    margin-top: 2.5rem;
  }
  .showroom-page .info-section .info-cont .location-select button {
    width: 47%;
  }
  .showroom-page .info-section .location-select button:first-child {
    margin-right: 4%;
  }
  .showroom-page .info-section .img-cont {
    aspect-ratio: 3/4;
  }
  .showroom-page .info-section .text-cont {
    flex-direction: column;
    align-items: start;
    padding: 1.25rem 0;
  }
  .showroom-page .info-section .top-cont .text,
  .showroom-page .info-section .text-cont {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1840px) {
  .showroom-page .info-section {
    padding-left: 12%;
    padding-right: 12%;
  }
}
