@charset "UTF-8";
.padding-0 {
  padding: 0;
}
.list-style-none {
  list-style: none;
}
.h-bg {
  background: #e6dfcb80;
}
.slider-item1 {
  background: url(../pic/hero/電腦/img_1.png);
  /* -o-object-position: top;
  object-position: top; */
  background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 576px) {
  .slider-item1 {
    background: url(../pic/hero/手機/img_2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.slider-item2 {
  background: url(../pic/hero/電腦/img_1.png);
  background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 576px) {
  .slider-item2 {
    background: url(../pic/hero/手機/img_2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#order img {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}
#order h3 {
  text-align: center;
  margin-bottom: 0;
}
#order ul {
  padding-left: 40px;
}
#order ul li {
  color: #928171;
}
#order p {
  padding-left: 20px;
  font-size: 12px;
  color: red;
}
#intro {
  display: none !important;
}
.intro {
  padding-top: 3rem;
}
.intro a {
  font-size: 1.25rem !important;
}
@media (max-width: 768px) {
  #intro {
    display: initial !important;
  }
}
