@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway");
.info {
  line-height: 1.8;
}
.info p {
  margin-bottom: 20px;
}
.info p:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.bg:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
}

#map0 {
  position: relative;
  width: 100%;
  height: 500px;
}

.info {
  font-family: "微軟正黑體", sans-serif;
  float: right;
  position: relative;
  margin-top: 30px;
  color: #666;
}
.info i {
  margin-right: 15px;
  width: 14px;
  text-align: center;
}
.info a {
  color: #666;
}
.info a:hover {
  color: #333;
}

/*------------------------------------------
 *             tablet 、 Mobile
 *------------------------------------------*/
@media only screen and (max-width: 900px) {
  #map0 {
    height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  #map0 {
    height: 300px;
  }

  .info {
    float: none;
  }
}
