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

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
  background-color: #242424;
  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;
}

.full_kvbox {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.full_kvbox .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;
}
@keyframes Breathe {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.21) rotate(-6deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.full_kvbox nav {
  width: 95%;
  margin: 0px auto 0px;
  display: flex;
  padding: 25px 50px;
  justify-content: space-between;
}
.full_kvbox nav .as_logo {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full_kvbox nav .as_logo div {
  display: flex;
  align-items: center;
  width: 45%;
}
.full_kvbox nav .as_logo div img {
  max-width: 100%;
}
.full_kvbox nav .as_logo div:nth-of-type(1):after {
  content: "";
  display: block;
  margin-left: 10px;
  font-size: 22px;
  color: #666;
}
.full_kvbox nav .as_menu {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ccc;
  font-size: 15px;
}
.full_kvbox nav .as_menu a {
  margin-left: 20px;
  color: #ccc;
}
.full_kvbox .kv_box {
  width: 70%;
  height: calc(100vh - 80px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
}
.full_kvbox .kv_box .top {
  width: 68%;
  display: flex;
  position: relative;
  z-index: 9;
}
.full_kvbox .kv_box .top .top_1 {
  width: 100%;
  font-size: 1.7vw;
  text-align: center;
}
.full_kvbox .kv_box .bottom {
  width: 70%;
  text-align: center;
}
.full_kvbox .kv_box .bottom .big_title {
  font-size: 8.8vw;
  line-height: 9vw;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.full_kvbox .kv_box .bottom .sm_title {
  font-size: 7.3vw;
  line-height: 9.2vw;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.full_kvbox .kv_box .bottom .big_title,
.full_kvbox .kv_box .bottom .sm_title {
  word-break: break-word;
  text-transform: uppercase;
  font-weight: bold;
}
.full_kvbox .kv_box .bottom .text {
  font-size: 1.9vw;
  line-height: 2vw;
}
.full_kvbox .kv_box .bottom .text_box {
  margin-top: 50px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  padding-left: 18px;
  font-family: "Open Sans", sans-serif;
}
.full_kvbox .kv_box .bottom .top_2 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.full_kvbox .kv_box .bottom .top_2 a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2vw;
  border-radius: 30px;
  padding: 10px 30px;
  display: block;
  color: #fff;
  background-color: #D4171F;
}

.full_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0;
}
.full_container .container {
  height: initial;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  margin-bottom: 80px;
}
.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;
}
.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;
  display: flex;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}
.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;
}
.full_container .container .article_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 .article_box .article {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.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: #D4171F;
  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_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;
}
@keyframes Breathe {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.2) rotate(-2deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.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: 70%;
  margin: 0 auto;
}
.full_container .container .num_box .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  height: 200px;
  width: 49%;
  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: 1px solid #e9e9e9;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.full_container .container .row_3 .row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/kvbg.jpg);
  background-size: 300%;
  background-position: center;
  border-radius: inherit;
  opacity: 0.5;
  z-index: -1;
  display: block;
}
.full_container .container .row_3 .row .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 15px;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}
.full_container .container .row_3 .row .container img {
  max-width: 100%;
}
.full_container .container .row_3 .row .container .title {
  font-size: 18px;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  font-family: "Oswald", sans-serif;
  text-align: left;
  width: 100%;
}
.full_container .container .row_3 .row .container .text {
  font-size: 15px;
  color: #eee;
  line-height: 22px;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.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: 500px;
  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;
}
.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);
}
.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: #242424;
  }
  /* 在這裡寫平板的樣式 */
  .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: 600px;
    display: flex;
    align-items: center;
  }
  .full_kvbox nav {
    display: none;
  }
  .full_kvbox .bgbox {
    height: 280%;
    background-repeat: no-repeat;
  }
  .full_kvbox .kv_box {
    width: 90%;
    height: auto;
  }
  .full_kvbox .kv_box .top {
    width: 90%;
  }
  .full_kvbox .kv_box .top .top_1 {
    font-size: 18px;
  }
  .full_kvbox .kv_box .bottom {
    width: 100%;
  }
  .full_kvbox .kv_box .bottom .big_title {
    font-size: 55px;
    line-height: 60px;
  }
  .full_kvbox .kv_box .bottom .sm_title {
    font-size: 45px;
    line-height: 50px;
  }
  .full_kvbox .kv_box .bottom .text {
    font-size: 12px;
    margin-top: 10px;
  }
  .full_kvbox .kv_box .bottom .text_box {
    margin-top: 20px;
    line-height: 24px;
  }
  .full_kvbox .kv_box .bottom .top_2 {
    margin-top: 20px;
  }
  .full_kvbox .kv_box .bottom .top_2 a {
    font-size: 20px;
    padding: 5px 20px;
  }
  .full_container .text_box {
    margin-bottom: auto;
  }
  .full_container .container {
    width: 90%;
    margin-bottom: 0;
  }
  .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: 32px;
  }
  .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) {
  /* 在這裡寫手機的樣式 */
}