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

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

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

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

#container {
  width: 100%;
}

#container #title {
  margin-top: 7%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.2rem;
  color: #9c886e;
  letter-spacing: 5px;
}

#container #title h1 {
  font-weight: 0;
  font-family: 'Noto Serif TC', serif;
}

#container #title span {
  font-family: 'Noto Serif TC', serif;
}

#container #service {
  position: relative;
  width: 80%;
  left: 10%;
  right: 10%;
  margin-top: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#container #service .ser {
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 6px;
  color: #686767;
  border-bottom: 2px solid #9c886e;
  cursor: pointer;
}

#container #service .ser span {
  font-size: 2.3rem;
  margin-right: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

#container #service .ser h2 {
  float: right;
  font-size: 1.3rem;
  font-weight: 500;
  -webkit-transition: .5s;
  transition: .5s;
  font-family: 'Noto Serif TC', serif;
}

#container #pics {
  margin-top: 7vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

#container #pics .pic {
  margin-bottom: 3vh;
  text-align: center;
}

#container #pics .pic img {
  -webkit-box-shadow: 10px 10px 10px #686767;
          box-shadow: 10px 10px 10px #686767;
}

#container #pics .pic p {
  text-decoration: none;
  color: #686767;
}

#xfq1 {
  height: 60vh;
  position: relative;
  left: 15%;
  float: left;
  top: 90vh;
}

@media (max-width: 767px) {
  #xfq1 {
    display: none;
  }
  #pics img {
    width: 70%;
  }
  #container #service {
    -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;
  }
  #container #service .ser {
    margin-bottom: 20px;
  }
  #container #service .ser h2 {
    font-size: 1.2rem;
  }
  #container #service .ser span {
    font-size: 2rem;
  }
  #container #title {
    font-size: 1rem;
  }
  #container #pics p {
    font-size: small;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #xfq1 {
    display: none;
  }
}

#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 {
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 80px;
}

footer p {
  width: 100%;
  font-size: 15px;
  text-align: center;
  color: #949393;
  font-family: 'Noto Sans TC', sans-serif;
}
/*# sourceMappingURL=service.css.map */