.project {
  position: relative;
  background: #000;
  color: #fff;
  --MSIBodyFont: "montserrat","Segoe UI","Noto Sans TC","Microsoft JhengHei", "Meiryo UI", Helvetica, Arial, sans-serif;
  font-size: 17px;
}

@media (min-width: 996px) {
  .project {
    font-size: 20px;
  }
}

.project img {
  max-width: 100%;
}

.project .common-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 25px;
  position: relative;
}

.project .common-title {
  font-size: 26px;
  color: #0069e2;
}

@media (min-width: 996px) {
  .project .common-title {
    font-size: 44px;
    padding-bottom: 35px;
  }
}

.project .common-title2 {
  font-size: 26px;
}

.project .common-title2 span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0069e2), color-stop(#0069e2), to(#0069e2));
  background: linear-gradient(to right, #0069e2, #0069e2, #0069e2);
  border: #09c9da 2px solid;
  border-radius: 50px;
  padding: 15px 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 996px) {
  .project .common-title2 {
    font-size: 44px;
    padding-bottom: 35px;
  }
}

.project .soon > div, .project .soon h2 {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.project .soon::before {
  content: "";
  position: absolute;
  z-index: 10;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
}

.project .soon::after {
  content: "SOON";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 5px;
  text-shadow: #000 -1px 2px 3px;
  font-size: 24px;
}

@media (min-width: 996px) {
  .project .soon::after {
    font-size: 40px;
  }
}

.menu {
  z-index: 20;
  display: none;
}

@media (min-width: 996px) {
  .menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: #000 0 0 20px;
            box-shadow: #000 0 0 20px;
    background: rgba(255, 255, 255, 0.8);
  }
}

.menu__inner {
  background: rgba(255, 255, 255, 0.6);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.menu button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-align: center;
  text-shadow: #fff 0px 1px 1px;
  padding: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: rgba(255, 255, 255, 0.6);
}

@media (min-width: 996px) {
  .menu button {
    display: none;
  }
}

.menu button.on {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.8);
}

.menu ul {
  display: none;
  text-align: center;
}

.menu ul li {
  padding: 10px 25px;
  cursor: pointer;
  text-shadow: #fff 0px 1px 1px;
  color: #000;
}

.menu ul li.active, .menu ul li:hover {
  color: #031556;
  text-shadow: #fff 0px 1px 5px;
}

@media (min-width: 996px) {
  .menu ul {
    width: 100%;
    margin: 0 auto;
    max-width: 1450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu ul li {
    padding: 20px 25px;
    font-size: 20px;
  }
}

.kv {
  position: relative;
  padding: 25px 0;
  text-align: center;
  background: url("../images/kv-bg-xs.jpg") bottom center no-repeat ;
  background-size: cover;
}

@media (min-width: 996px) {
  .kv {
    background: url("../images/kv-bg-lg.jpg") right center no-repeat ;
    background-size: cover;
    padding: 120px 0 80px;
  }
}

@media (min-width: 1930px) {
  .kv {
    background: url("../images/kv-bg-xxl.jpg") right center no-repeat ;
    background-size: cover;
    padding: 180px 0 120px;
  }
}

.kv h1 {
  font-size: 20px;
  font-weight: 600;
  text-shadow: #000 -2px -2px 10px;
}

.kv h1 strong {
  font-weight: 900;
  display: block;
  font-size: 150%;
}

@media (min-width: 768px) {
  .kv h1 {
    font-size: 30px;
  }
}

@media (min-width: 996px) {
  .kv h1 {
    font-size: 40px;
  }
}

.kv .zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 25px;
}

.kv .zoom img {
  height: 20px;
  margin-left: 15px;
}

@media (min-width: 996px) {
  .kv .zoom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 24px;
    padding-top: 25px;
  }
  .kv .zoom img {
    height: 30px;
  }
}

.kv-speaker {
  width: 80%;
  margin: 0 auto;
  max-width: 300px;
}

@media (min-width: 996px) {
  .kv-speaker {
    margin: 0;
    max-width: 600px;
  }
}

.kv-pd {
  padding-top: 25px;
}

@media (min-width: 768px) {
  .kv-pd {
    width: 80%;
    margin: 0 auto;
    max-width: auto;
  }
}

@media (min-width: 996px) {
  .kv-pd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 996px) {
  .kv__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1930px) {
  .kv__box {
    max-width: 1800px;
  }
}

@media (min-width: 996px) {
  .kv__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
  }
}

.video {
  position: relative;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(#34b4e8), to(#1266aa));
  background: linear-gradient(to bottom, #000, #34b4e8, #1266aa);
  padding: 35px 0;
}

@media (min-width: 996px) {
  .video {
    text-align: left;
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(40%, #000), color-stop(55%, #34b4e8), color-stop(80%, #34b4e8), to(#1266aa));
    background: linear-gradient(to right, #000 0%, #000 40%, #34b4e8 55%, #34b4e8 80%, #1266aa);
    padding: 80px 0;
  }
}

.video p {
  padding-bottom: 20px;
  line-height: 1.6;
}

.video a {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#0069e2), color-stop(#0069e2), to(#0069e2));
  background: linear-gradient(to right, #0069e2, #0069e2, #0069e2);
  border: #09c9da 2px solid;
  border-radius: 50px;
  padding: 25px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.video a:hover {
  background: #09c9da;
  color: #000;
}

@media (min-width: 996px) {
  .video a {
    font-size: 24px;
  }
}

.video-img {
  padding-bottom: 25px;
}

.video-url {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}

@media (min-width: 996px) {
  .video__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 996px) {
  .video__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}

@media (min-width: 996px) {
  .video__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}

.photo {
  position: relative;
  background: url("../images/photo-bg.jpg") center center no-repeat ;
  background-size: cover;
  text-align: center;
  padding: 35px 0;
}

@media (min-width: 996px) {
  .photo {
    padding: 80px 0;
  }
}

.photo__box {
  width: 90%;
  margin: 0 auto;
  max-width: 1380px;
  overflow: hidden;
}

.photo .swiper-button-prev, .photo .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #0069e2;
  border: #09c9da 2px solid;
  color: #fff;
}

.photo .swiper-button-prev::after, .photo .swiper-button-next::after {
  font-size: 20px;
}

.commit {
  position: relative;
  background: url("../images/commit-bg.jpg") center center no-repeat ;
  background-size: cover;
  padding: 35px 0;
  text-align: center;
}

@media (min-width: 996px) {
  .commit {
    padding: 100px 0;
  }
}

.commit__box {
  width: 90%;
  margin: 0 auto;
  max-width: 1380px;
  overflow: hidden;
}

.commit .swiper-slide {
  -webkit-transition: 1s -webkit-transform ease;
  transition: 1s -webkit-transform ease;
  transition: 1s transform ease;
  transition: 1s transform ease, 1s -webkit-transform ease;
}

@media (min-width: 996px) {
  .commit .swiper-slide {
    padding-bottom: 100px;
  }
}

@media (min-width: 996px) {
  .commit .swiper-slide-active {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    padding-bottom: 0;
  }
}

.commit .swiper-button-prev, .commit .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #0069e2;
  border: #09c9da 2px solid;
  color: #fff;
}

.commit .swiper-button-prev::after, .commit .swiper-button-next::after {
  font-size: 20px;
}

.speak {
  color: #031556;
}

.speak-img img {
  width: 100%;
}

.speak-img-top img {
  vertical-align: bottom;
}

.speak-img-bottom img {
  vertical-align: top;
}

.speak-text {
  background: url("../images/speak.png") top center repeat-y;
  background-size: 100% auto;
}

.speak-text p {
  padding: 0 45px;
}

.promo {
  position: relative;
  background: url("../images/promo-bg.jpg") center center no-repeat ;
  background-size: cover;
  padding: 35px 0;
  text-align: center;
  color: #22f8ff;
}

@media (min-width: 996px) {
  .promo {
    padding: 100px 0 60px;
  }
}

.promo a {
  color: #22f8ff;
}

.promo__item {
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  margin-bottom: 25px;
}

.promo__item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.promo__item img {
  border-radius: 20px;
  border: #000cff 1px solid;
}

.promo__item h3 {
  padding: 15px 0 8px;
}

@media (min-width: 996px) {
  .promo__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px;
  }
  .promo__item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 996px) {
  .promo__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=main.css.map */