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

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

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

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

#container {
  position: absolute;
  top: 101.5px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: 20%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #A1A1A1;
}

#left-nav a {
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#left-nav a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  background: #9c886e;
  width: 0%;
  -webkit-transition: .3s;
  transition: .3s;
}

#left-nav a:hover:before {
  width: 100%;
}

#left-nav .option {
  margin-top: 2em;
  font-size: 1.2em;
  cursor: pointer;
  color: #686767;
}

#left-nav .option:hover {
  color: #9c886e;
}

#left-nav img {
  height: 15%;
  position: absolute;
  bottom: 18%;
  -webkit-transition: 8s;
  transition: 8s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#left-nav img:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  left: 20%;
  height: 100%;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#right-nav #coming {
  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;
  position: absolute;
  left: 50%;
}

#right-nav #coming h1 {
  font-weight: 0;
  font-family: 'Noto Serif TC', serif;
}

#right-nav #coming span {
  font-family: 'Noto Serif TC', serif;
}

#right-nav a {
  text-decoration: none;
  color: #363636;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.news {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  word-wrap: break-word;
  margin: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.news .news_pic {
  width: 310px;
  height: 200px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.news img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.news img:hover {
  -webkit-filter: brightness(0.65);
          filter: brightness(0.65);
  scale: 1.2;
}

.news .title {
  text-align: center;
  margin-top: 1.2rem;
}

#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;
}

@media (max-width: 767px) {
  #right-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #right-nav #coming {
    position: relative;
    left: 0%;
    font-size: smaller;
  }
  .news {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news .news_pic {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .news img {
    height: auto;
    width: 80%;
  }
  .news .title {
    margin-top: 1rem;
  }
  #left-nav {
    width: 25%;
  }
  #left-nav .option {
    font-size: 18px;
  }
  #left-nav img {
    height: 11%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #right-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #right-nav #coming {
    position: relative;
    left: 0%;
  }
  #left-nav {
    width: 25%;
  }
  #left-nav .option {
    font-size: 23px;
  }
  #left-nav img {
    height: 12%;
  }
}
/*# sourceMappingURL=perspective.css.map */