.salon-container{
  padding: 2rem 10%;
  background-color: #fff;
}
.salon-list{
  position: relative;
  margin-top: calc(48rem / 40);
  padding-bottom: calc(68rem / 40);
  overflow: hidden;
}
.salon-box{
  width: 100%;
}
.salon-image{
  width: 100%;
}
.salon-title{
  font-size: 0.6rem;
  font-weight: 500;
  color: #000000;
  line-height: 1rem;
  margin-top: 0.6rem;
  text-align: center;
}

.salon-list .swiper-pagination {
  bottom: 0;
}
.salon-list .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #F1F3F5;
  border-radius: 50%;
  transition: 0.3s all;
}
.salon-list .swiper-pagination-bullet-active{
  width: 0.8rem;
  height: 0.5rem;
  border-radius: initial;
  background-image: url(./../img/about/swiper_icon.png);
  background-repeat: no-repeat;
  background-size: contain; 
  background-color: initial;
}

.salon-banner{
  width: 100%;
  line-height: 0;
  margin-top: 1rem;
}
.salon-banner-image{
  width: 100%;
}

@media screen and (max-width: 500px)  {
  .salon-container {
    padding: 1rem 5%;
  }
}