@charset "UTF-8";
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  z-index: 9;
}

/* header */
/* footer */
footer {
  background: #1f1f1f;
  color: #fff;
}
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-menu {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  footer .footer-menu {
    order: 2;
  }
}
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 */
/* 全站高度滿版 */
#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 */