@charset "UTF-8";
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 992px) {
  header {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/* header */
/* footer */
footer {
  color: #fff;
}
footer .wp {
  background: url(../../images/footer.jpg) no-repeat;
  background-size: cover;
  padding: 35px 20px;
}
footer .wp .container {
  max-width: 1200px;
}
footer .footer-content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-content .right {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer-content .left {
  flex: 1 0;
}
@media screen and (max-width: 767px) {
  footer .footer-content .left {
    width: 100%;
    flex: auto;
    margin-bottom: 30px;
  }
}
footer .contact {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
footer .contact li {
  display: block;
  margin: 5px 0;
}
footer .contact li i {
  margin-right: 10px;
  vertical-align: -2px;
}
footer .contact li a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
}
footer .social {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
}
footer .social li {
  margin-right: 10px;
}
footer .social li a {
  color: #fff;
  display: block;
}
footer .social li a i {
  font-size: 2em;
}
footer .footer-contact {
  padding-left: 20px;
  list-style: none;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  footer .footer-contact {
    padding-left: 0;
    max-width: 400px;
    margin: 15px auto;
    text-align: center;
  }
}
footer .footer-contact li a {
  display: block;
  font-size: 16px;
  padding: 5px;
  color: #666;
}
footer .footer-contact li a i {
  color: #e29d90;
  font-size: 14px;
  margin-right: 5px;
}
footer .footer-menu .sitemap {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer-menu .sitemap li a {
  display: block;
  font-size: 18px;
  padding: 10px;
}
footer .container-fluid {
  background: #e29d90;
  color: #231815;
}

/* footer */
/* 全站高度滿版 */
#root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  width: 100%;
  flex: 1 0 0%;
  display: flex;
  flex-direction: column;
  flex-basis: auto;
}

/* 全站高度滿版 *//*# sourceMappingURL=view.css.map */