@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;600&family=Special+Elite&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif:ital@0;1&display=swap);
@font-face {
  font-family: 'Noto Serif TC', serif;
  src: url(https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;600&display=swap);
  unicode-range: U+4E00-9FFF,U+3100-312F;
}

@font-face {
  font-family: 'Noto Serif', serif;
  src: url(https://fonts.googleapis.com/css2?family=Noto+Serif:ital@0;1&display=swap);
  unicode-range: U+00-024F;
}

* {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
}

body {
  background-color: #fff;
}

.loadbird {
  width: 260px;
  height: auto;
  position: relative;
  top: 80px;
  opacity: 0.8;
  -webkit-filter: grayscale(0.7);
}

.loadingcount {
  margin-top: 130px;
  color: #ddcce7;
  font-size: 30px;
}

.loadingbar {
  background-color: #ddcce7;
  border: none;
  position: relative;
  height: 1px;
}

.loading-warpper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #4c3659;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  text-align: center;
}

.instruct {
  color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  overflow: hidden;
  background-image: url("../All_img/startBG.png");
  background-size: cover;
}

h3 {
  font-style: italic;
  font-size: 26px;
  letter-spacing: 5px;
  line-height: 15px;
  z-index: 2;
}

.intoLOGO {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 45%;
  top: 30%;
}

.stratimg {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 65%;
}

.stratimg img {
  margin: 10px;
  height: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stratimg img:hover {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
}

.intofont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nextA {
  margin-left: 36px;
}

.nextpg {
  cursor: pointer;
  width: 85px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #fee;
}

.nextpg:hover {
  fill: #1df528;
}

.videoBG {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.anipopUp {
  -webkit-animation: fade-in 2s;
          animation: fade-in 2s;
}

.context {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../All_img/noise.gif);
  background-blend-mode: multiply;
  background-color: #4c3659;
}

.go_nextP {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fee;
  font-size: 38px;
  text-align: center;
  letter-spacing: 5px;
  line-height: 42px;
}

#nextB {
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

#nextB:hover {
  width: 95px;
}
/*# sourceMappingURL=video1.css.map */