* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body {
  background-color: #ebebe8;
  overflow-x: hidden;
  font-family: 'Noto Sans TC', sans-serif;
  width: 100%;
  height: 100%;
}

.navbar #contactLine {
  border-bottom: 2px solid #686767;
}

@media (max-width: 1230px) {
  .navbar #contactLine {
    border-bottom: 2px solid #ebebe8;
  }
}

#container {
  min-height: calc(100vh - 101.5px - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 20px;
}

.adjust {
  width: 65%;
}

.adjust #place {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.adjust #place iframe {
  margin-top: 7vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7vh;
}

#information {
  margin: 5vh;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#information #one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#information #two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#information a {
  font-size: 15px;
  text-decoration: none;
  line-height: 30px;
  word-spacing: 6px;
  letter-spacing: 3px;
  color: #686767;
  font-family: 'Noto Sans TC', sans-serif;
}

#information a:hover {
  color: #d69948;
}

#three {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 5vh;
  margin-right: 5vh;
}

#loader-wrapper {
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  overflow-y: hidden;
  position: absolute;
  background-color: #9c886e;
}

.load {
  position: absolute;
  top: 15%;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-animation: circle 10s linear infinite .3s;
          animation: circle 10s linear infinite .3s;
}

@-webkit-keyframes circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.load2 {
  position: absolute;
  right: -3%;
  top: 54%;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-animation: circle2 10s linear infinite .3s;
          animation: circle2 10s linear infinite .3s;
}

.load2 img {
  height: 43rem;
}

@-webkit-keyframes circle2 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes circle2 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

footer {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

footer p {
  width: 100%;
  font-size: 15px;
  text-align: center;
  color: #949393;
  font-family: 'Noto Sans TC', sans-serif;
}

@media (max-width: 767px) {
  .adjust {
    width: 85%;
  }
  #information {
    width: 100%;
  }
  #information a {
    font-size: small;
  }
  #three {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 911px) {
  #three {
    display: none;
  }
}
/*# sourceMappingURL=contact.css.map */