@charset "UTF-8";
/* .header_kv {
    margin-bottom: 10px;
  } */
/* .container .article_box .box .article_content .button {
    display: none;
  } */
* {
  box-sizing: border-box;
}

html {
  width: 100vw;
  height: 100vh;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  background-color: #000000;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.pc_none {
  display: none !important;
}

.mobile_header {
  display: none;
}

.footer {
  font-family: "Lato", sans-serif;
  color: #fff;
  line-height: 28px;
}

nav {
  width: 100%;
  height: 80px;
  margin: 0px auto 0px;
  display: flex;
  padding: 25px 50px;
  justify-content: space-between;
  background-color: #fff;
}
nav .as_logo {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .as_logo div {
  display: flex;
  align-items: center;
  width: 45%;
}
nav .as_logo div img {
  max-width: 100%;
}
nav .as_logo div:nth-of-type(1):after {
  content: "";
  display: block;
  margin-left: 10px;
  font-size: 22px;
  color: #666;
}
nav .as_menu {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 15px;
}
nav .as_menu a {
  margin-left: 20px;
  color: #333;
}

.full_kvbox {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.full_kvbox .kv_box {
  width: 65vw;
  height: 80vh;
  position: relative;
  display: flex;
}
.full_kvbox .kv_box .hero {
  position: absolute;
  width: 90%;
  right: 0px;
  top: 50%;
  transform: translateX(15%) translateY(-50%);
  z-index: 1;
  background: transparent;
}
.full_kvbox .kv_box .hero img {
  max-width: 100%;
  outline: none;
  display: block;
}
.full_kvbox .kv_box .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  left: 0;
  letter-spacing: 1.5px;
}
.full_kvbox .kv_box .container .sub_title {
  font-size: 2.5cqw;
  font-family: "Oswald", sans-serif;
}
.full_kvbox .kv_box .container .title {
  font-size: 5.2cqw;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
}
.full_kvbox .kv_box .container .btn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5cqw;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 30px;
  background: #000;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(56, 207, 255, 0.9), 0 0 15px rgba(0, 140, 255, 0.6), 0 0 30px rgba(0, 80, 255, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}
.full_kvbox .kv_box .container .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 30px;
  background: linear-gradient(180deg, #b9f3ff 0%, #38cfff 35%, #0879d9 70%, #003b8f 100%);
  /* 標準寫法 */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.full_kvbox .kv_box .container .btn {
  /* Hover */
}
.full_kvbox .kv_box .container .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 8px rgb(185, 243, 255), 0 0 18px rgba(56, 207, 255, 0.95), 0 0 35px rgba(0, 140, 255, 0.8), 0 0 55px rgba(0, 80, 255, 0.45);
}
.full_kvbox .kv_box .container .btn:hover::before {
  background: linear-gradient(180deg, #ffffff 0%, #b9f3ff 25%, #38cfff 50%, #0879d9 75%, #0066ff 100%);
}

.full_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0;
}
.full_container.swiper_c {
  flex-direction: column;
}
.full_container.swiper_c .swiper {
  margin-top: -50px;
  margin-bottom: 20px;
}
.full_container.box_0 {
  padding: 0;
}
.full_container.none {
  display: none;
}
.full_container .container {
  height: initial;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  margin-bottom: 80px;
}
.full_container .container .article_row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 3fr;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 30px 20px;
}
.full_container .container .article_row .left {
  color: #fff;
}
.full_container .container .article_row .left .box .num {
  font-size: 80px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: "Oswald", sans-serif;
  color: #fff;
  height: -moz-fit-content;
  height: fit-content;
}
.full_container .container .article_row .left .box .num:after {
  display: block;
  content: "%";
  font-size: 20px;
  margin-bottom: 18px;
  margin-left: 5px;
}
.full_container .container .article_row .right {
  font-size: 36px;
  line-height: 40px;
}
.full_container .container .gclogo {
  text-align: center;
}
.full_container .container .gclogo img {
  width: 25%;
}
.full_container .container .menu_box {
  width: 80%;
}
.full_container .container .title_text {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.full_container .container .title_text.white {
  color: #fff;
}
.full_container .container .title_text.top {
  margin-top: 8px;
  width: 100%;
}
.full_container .container .title_text a {
  display: block;
  background-color: #333;
  color: #fff;
  font-size: 15px;
  padding: 8px 12px;
  border-radius: 5px;
  margin-top: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.full_container .container .title_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.full_container .container .title_box.white {
  color: #fff;
}
.full_container .container .title_box h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  width: 100%;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}
.full_container .container .title_box .text {
  font-size: 18px;
  line-height: 26px;
  color: #f1f1f1;
  margin-top: 15px;
}
.full_container .container .text_box {
  width: 1200px;
  margin: 0 auto 0;
  font-size: 18px;
  line-height: 26px;
  color: #f1f1f1;
}
.full_container .container .pic_box {
  width: 1200px;
  display: block;
  border: 2px solid #e9e9e9;
  margin: 0 auto 80px;
  border-radius: 20px;
  overflow: hidden;
}
.full_container .container .pic_box img {
  max-width: 100%;
}
.full_container .container .article_box {
  width: 1200px;
  position: relative;
  border-radius: 20px;
  padding: 50px 80px;
  display: block;
  border: 1px solid #e9e9e9;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/background_box.jpg);
}
.full_container .container .article_box .article {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.full_container .container .article_box .article a {
  color: #fff;
}
.full_container .container .article_box .article .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-right: 20px;
}
.full_container .container .article_box .article .left .title_box {
  width: 100%;
}
.full_container .container .article_box .article .left .title_box h2 {
  width: 100%;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  font-family: "Lato", sans-serif;
  text-align: left;
  justify-content: flex-start;
}
.full_container .container .article_box .article .left .text {
  font-size: 18px;
  line-height: 26px;
  color: #f1f1f1;
}
.full_container .container .article_box .article .left .btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px;
  background-color: #000;
  border: 4px solid #194eac;
  color: #fff;
  border-radius: 15px;
  margin-top: 10px;
}
.full_container .container .article_box .article .right {
  width: 45%;
  border-radius: 14px;
  overflow: hidden;
}
.full_container .container .article_box .article .right img {
  max-width: 100%;
}
.full_container .container .article_box .article .reverse {
  flex-direction: row-reverse;
}
.full_container .container .banner {
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.full_container .container .banner_box {
  display: block;
  width: 1200px;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  padding: 0;
  position: relative;
  border: 1px solid #e9e9e9;
}
.full_container .container .banner_box .bgbox {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(images/kvbg.jpg);
  background-size: cover;
  background-position: center;
  animation-name: Breathe;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  z-index: -1;
}
.full_container .container .banner_box .link_box {
  position: absolute;
  z-index: 99;
  left: 0px;
  top: 50%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transform: translateY(-50%);
}
.full_container .container .banner_box .link_box .title {
  font-size: 38px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-shadow: 0 0 8px #000000;
}
.full_container .container .banner_box .link_box .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  background-color: #fff;
  color: #050505;
  padding: 10px 20px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Lato", sans-serif;
}
.full_container .container .num_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px auto 20px;
}
.full_container .container .num_box .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  height: 240px;
  width: 24%;
  padding: 0 40px 20px 40px;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  position: relative;
  cursor: default;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  transition: text-shadow 0.3s ease;
}
.full_container .container .num_box .box:hover {
  /* 上浮 */
  text-shadow: 2px 6px 12px rgba(0, 0, 0, 0.65);
  /* 陰影拉長，像浮起 */
}
.full_container .container .num_box .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/kvbg.jpg);
  background-size: cover;
  background-position: center;
  border-radius: inherit;
  opacity: 0.5;
  z-index: -1;
  display: block;
}
.full_container .container .num_box .box .num {
  font-size: 80px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: "Oswald", sans-serif;
  color: #fff;
  height: -moz-fit-content;
  height: fit-content;
}
.full_container .container .num_box .box .num::after {
  display: block;
  content: "%";
  font-size: 20px;
  margin-bottom: 18px;
  margin-left: 5px;
}
.full_container .container .num_box .box .text {
  font-size: 16px;
  color: #fff;
}
.full_container .container .row_2 {
  display: flex;
  justify-content: space-between;
}
.full_container .container .row_2 .row {
  width: 49.5%;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #050500;
  padding: 20px 15px;
}
.full_container .container .row_2 .row .wrapper {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 4px;
}
.full_container .container .row_2 .row canvas {
  background: #050500;
  height: 100%;
}
.full_container .container .row_2 .row img {
  max-width: 100%;
}
.full_container .container .row_3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.full_container .container .row_3 .row {
  display: block;
  width: 30%;
  border: 2px solid #e9e9e9;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  font-size: 0;
  display: block;
}
.full_container .container .row_3 .row .bg {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.full_container .container .row_3 .row .bg img {
  max-width: 100%;
}
.full_container .container .row_3 .row .container {
  position: absolute;
  z-index: 2;
  padding: 25px;
  width: 100%;
  margin-bottom: 0px;
  top: 50%;
  margin-top: 25px;
}
.full_container .container .row_3 .row .container .title {
  font-size: 30px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  text-align: left;
  width: 100%;
}
.full_container .container .row_3 .row .container .text {
  font-size: 15px;
  color: #333;
  line-height: 22px;
}
.full_container .container .row_3 .row .container .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  background-color: #fff;
  color: #333;
  border-radius: 6px;
  font-size: 15px;
  margin-top: 6px;
}
.full_container .container .row_4 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.full_container .container .row_4 .row,
.full_container .container .row_4 .row2 {
  display: block;
}
.full_container .container .row_4 .row,
.full_container .container .row_4 .row2 {
  width: 24%;
  height: 300px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.full_container .container .row_4 .row .title,
.full_container .container .row_4 .row2 .title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  font-family: "Oswald", sans-serif;
  display: none;
}
.full_container .container .row_4 .row .text,
.full_container .container .row_4 .row2 .text {
  font-size: 18px;
  color: #eee;
  line-height: 24px;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  display: none;
}
.full_container .container .row_4 .row .btn,
.full_container .container .row_4 .row2 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  background-color: #fff;
  color: #333;
  border-radius: 6px;
  font-size: 15px;
  margin-top: 6px;
}
.full_container .container .row_4 .row .bg,
.full_container .container .row_4 .row2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  top: 0;
  left: 0;
}
.full_container .container .row_4 .row .container,
.full_container .container .row_4 .row2 .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}
.full_container .container .row_4 .row.bg1,
.full_container .container .row_4 .row2.bg1 {
  background-image: url(images/row4-01.jpg);
}
.full_container .container .row_4 .row.bg2,
.full_container .container .row_4 .row2.bg2 {
  background-image: url(images/row4-02.jpg);
}
.full_container .container .row_4 .row.bg3,
.full_container .container .row_4 .row2.bg3 {
  background-image: url(images/row4-03.jpg);
}
.full_container .container .row_4 .row.bg4,
.full_container .container .row_4 .row2.bg4 {
  background-image: url(images/row4-04.jpg);
}
.full_container .container .row_4 .row2 {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  background-color: #050505;
  padding: 50px 20px 20px;
}
.full_container .container .row_4 .row2 .material-symbols-outlined {
  color: #42f1fa;
}
.full_container .footer {
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  line-height: 30px;
}

/* 900px 到 1199px 之間的裝置（桌面） */
@media (max-width: 1199px) {
  /* 在這裡寫桌面的樣式 */
}
/* 600px 到 899px 之間的裝置（平板） */
@media (max-width: 899px) {
  body {
    background-color: #000000;
  }
  /* 在這裡寫平板的樣式 */
  .mb {
    margin-bottom: 0px;
  }
  .mobile_header {
    display: block;
    height: 50px;
  }
  .mobile_banner {
    display: block;
  }
  nav {
    display: none;
  }
  .pc_none {
    display: block !important;
  }
  .m_none {
    display: none !important;
  }
  .full_kvbox {
    height: 100vh;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .full_kvbox nav {
    display: none;
  }
  .full_kvbox .kv_box {
    width: 100vw;
    height: 100vh;
    flex-direction: column;
  }
  .full_kvbox .kv_box .hero {
    position: absolute;
    width: 100%;
    transform: none;
    top: 12%;
  }
  .full_kvbox .kv_box .hero img {
    max-width: 100%;
  }
  .full_kvbox .kv_box .container {
    width: 90%;
    margin: 0 auto 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
  }
  .full_kvbox .kv_box .container .sub_title {
    font-size: 5.5cqw;
  }
  .full_kvbox .kv_box .container .title {
    font-size: 12cqw;
  }
  .full_kvbox .kv_box .container .btn {
    font-size: 4.5cqw;
  }
  .full_container.swiper_c .swiper {
    margin-top: 0;
  }
  .full_container .text_box {
    margin-bottom: auto;
  }
  .full_container .container {
    width: 90%;
    margin-bottom: 0;
  }
  .full_container .container .pic_box {
    width: -moz-fit-content;
    width: fit-content;
  }
  .full_container .container .text_box {
    width: 100%;
  }
  .full_container .container .article_row {
    grid-template-columns: 1fr;
  }
  .full_container .container .article_row .right {
    padding: 20px;
  }
  .full_container .container .banner {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
  .full_container .container .article_box {
    width: 100%;
    padding: 15px;
  }
  .full_container .container .article_box .article {
    flex-direction: column;
  }
  .full_container .container .article_box .article .pic {
    order: 1;
    margin-bottom: 10px;
  }
  .full_container .container .article_box .article .word {
    order: 2;
  }
  .full_container .container .article_box .article .left,
  .full_container .container .article_box .article .right {
    width: 100%;
    padding: 0;
  }
  .full_container .container .title_box {
    text-align: center;
  }
  .full_container .container .title_box h2 {
    width: 100%;
    font-size: 30px;
    line-height: 38px;
  }
  .full_container .container .title_box h2 br {
    display: none;
  }
  .full_container .container .num_box {
    width: 90%;
  }
  .full_container .container .num_box .box {
    width: 100%;
    margin-bottom: 10px;
  }
  .full_container .container .row_4m {
    flex-wrap: wrap;
  }
  .full_container .container .row_4m .row2 {
    width: 49%;
    margin-bottom: 10px;
    height: 345px;
    padding: 15px;
  }
  .full_container .container .row_4m .row2 .btn {
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #e1e1e1;
    color: #e1e1e1;
    background-color: transparent;
    margin-top: 10px;
  }
  .full_container .container .row_2 {
    flex-wrap: wrap;
  }
  .full_container .container .row_2 .row {
    width: 100%;
    margin-bottom: 10px;
  }
  .full_container .container .gclogo img {
    width: 50%;
  }
  .full_container .container .row_3 {
    flex-wrap: wrap;
  }
  .full_container .container .row_3 .row {
    width: 100%;
    height: 350px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .full_container .container .row_3 .row:first-child {
    margin-top: 30px;
  }
  .full_container .container .banner_box {
    width: 100%;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .full_container .container .banner_box .link_box .title {
    font-size: 26px;
  }
  .full_container .g-container {
    margin: 0px auto 0;
    perspective: 5px;
    perspective-origin: 50% 50%;
    position: relative;
    animation: hueRotate 20s infinite linear;
  }
  .full_container .g-group {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: -50vw;
    top: 0vh;
    transform-style: preserve-3d;
    animation: move 8s infinite linear;
  }
  .full_container .g-group:nth-child(2) {
    animation: move 8s infinite linear;
    animation-delay: -4s;
  }
  .full_container .item {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 1;
    animation: fade 8s infinite linear;
    animation-delay: 0;
  }
  .full_container .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    right: 100px;
    bottom: -2500px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    box-shadow: shadowSet(100vw, 100vh, 500);
  }
  .full_container .g-group:nth-child(2) .item {
    animation-delay: -4s;
  }
  .full_container .item-right {
    transform: rotateY(80deg) translateZ(500px);
  }
  .full_container .item-left {
    transform: rotateY(-90deg) translateZ(500px);
  }
  .full_container .item-top {
    transform: rotateX(-90deg) translateZ(100px);
  }
  .full_container .item-bottom {
    transform: rotateX(150deg) translateZ(100px);
  }
  .full_container .item-middle {
    transform: rotateX(0deg) translateZ(1000px);
  }
}
/* 小於 600px 的裝置（手機） */
@media (max-width: 599px) {
  /* 在這裡寫手機的樣式 */
}