body {
  font-family: Microsoft JhengHei;
  width: 100%;
  max-width: 1960px;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.banner {
  width: 100%;
  height: 800px;
  background-image: url("/images/background.jpg");
  text-align: center; }
  .banner .mid_logo img {
    width: 200px; }
  .banner .title {
    height: 500px;
    color: white;
    line-height: 500px;
    font-size: 30px; }
  .banner .loc_icon img {
    width: 50px; }

#map {
  height: 300px; }

.footer {
  padding: 20px 0;
  background-color: #292929; }
  .footer .footer_data {
    width: 60%;
    margin: 0 20%;
    padding-bottom: 40px; }
    .footer .footer_data .f_d_sec {
      text-align: center;
      width: 33%;
      float: left; }
      .footer .footer_data .f_d_sec img {
        width: 25px;
        margin-bottom: 20px; }
      .footer .footer_data .f_d_sec .f_d_content {
        color: #957a56; }
    .footer .footer_data:after {
      content: '';
      display: block;
      clear: both; }
  .footer .copy_r {
    text-align: center;
    color: white; }
    .footer .copy_r a {
      color: white;
      text-decoration: none; }

/*# sourceMappingURL=index.css.map */
