.banner {
  overflow: hidden;
}
.banner li {
  width: 100%;
  max-height: calc(100vh - 184px);
  margin: 0;
}
.banner li img {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
  height: auto;
  aspect-ratio: 375/217;
}
.banner li:nth-of-type(2) img {
  filter: brightness(.8);
}
.banner .banner-info {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner-summary {
  padding: 20px 0;
}
.banner .banner-des {
  padding-bottom: 40px;
  font-size: 24px;
  line-height: 48px;
}

.inner-banner {
  height: 50vh;
}
.inner-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner-info {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inquiry_bg {
  background: url(../images/Inquiry-banner.jpg) no-repeat center / cover;
}
.inquiry_bg .page-tit1 {
  color: #fff;
}
.inquiry_bg .bread-crumb a {
  color: #fff;
}
.inquiry_bg .bread-crumb li {
  color: #fff;
}
.inquiry_bg .bread-crumb li:after {
  margin-left: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  
  .banner li {
    height: auto;
  }
  .banner .banner-info {
    width: 80%;
  }
  .banner-info .btn {
    margin-top: 8px;
  }
   .banner-info h1 {
    font-size: 1.5rem;
  }
  .banner .banner-summary {
    font-size: 1.3rem;
    padding: 10px 0;
  }
  .banner .banner-des {
    font-size: 1rem;
    line-height: 1.3em;
    padding-bottom: 0;
  }
  .flickity-page-dots {
    bottom: 0;
  }
  .flickity-page-dots .dot {
    width: 6px;
    height: 6px;
  }
}