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

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  background: linear-gradient(to bottom, #010920 0%, #010920 50%, #021755 70%, #E4E6EB 100%), #E4E6EB;
  background-repeat: no-repeat;
  background-size: 100% 200vh;
}

.pc_none,
.swiper_3,
.mobile_header {
  display: none;
}

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

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

nav {
  width: 95%;
  padding: 15px 20px;
  margin: 5px auto 75px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
nav .as_logo {
  width: 15%;
  display: flex;
  align-items: center;
}
nav .as_logo div {
  display: flex;
  align-items: center;
}
nav .as_logo div:nth-of-type(1) {
  width: 50%;
}
nav .as_logo div:nth-of-type(1):after {
  content: "";
  display: block;
  margin-left: 10px;
  font-size: 22px;
  color: #666;
}
nav .as_logo div:nth-of-type(1) img {
  max-width: 80%;
}
nav .as_logo div:nth-of-type(2) {
  width: 50%;
  margin-right: 8px;
}
nav .as_logo div:nth-of-type(2):after {
  content: "";
  display: block;
  margin-left: 10px;
  margin-right: 6px;
  font-size: 18px;
  color: #666;
}
nav .as_logo div:nth-of-type(2) img {
  max-width: 60%;
}
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: #e1e1e1;
}

.full_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0;
}
.full_container .kv_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1200px;
  padding: 0 0 60px;
}
.full_container .kv_box .kv_left {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 10%;
  display: none;
}
.full_container .kv_box .kv_left .pic {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full_container .kv_box .kv_left .pic img {
  max-width: 100%;
}
.full_container .kv_box .kv_right {
  width: 50%;
}
.full_container .kv_box .kv_right .title {
  font-size: 100px;
  color: #fff;
  text-align: center;
  line-height: 95px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}
.full_container .kv_box .kv_right .title img {
  max-width: 80%;
  margin-bottom: -5px;
}
.full_container .kv_box .kv_right .text {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
}
.full_container .kv_box .kv_right .kv_btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.full_container .kv_box .kv_right .kv_btn .btn {
  width: 24%;
  height: 50px;
  cursor: pointer;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #151515;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
.full_container .bg {
  position: absolute;
  z-index: 1;
}
.full_container .bg img {
  height: 100%;
}
.full_container .kv_menu {
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 100%;
}
.full_container .kv_menu .kv_box {
  margin-left: auto;
  margin-right: auto;
  height: calc(100% - 300px);
}
.full_container.bg {
  background-image: url(images/143192945_l.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 40px 0 0;
}
.full_container.grey,
.full_container .grey {
  background-color: #f6f7fb;
}
.full_container.col {
  flex-direction: column;
}
.full_container .container {
  height: initial;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  margin-bottom: 80px;
}
.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 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.full_container .container .title_text.top a {
  text-align: center;
  margin-top: 8px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 18px;
}
.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 .video_box {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  display: none;
}
.full_container .container .title_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.full_container .container .title_box .row_2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.full_container .container .title_box .row_2 .vlm {
  width: 60%;
}
.full_container .container .title_box.white {
  color: #fff;
}
.full_container .container .title_box h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  width: 80%;
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-optical-sizing: auto;
  color: #fff;
  text-align: center;
}
.full_container .container .title_box h2.blue {
  color: #06184b;
}
.full_container .container .radius_box,
.full_container .container .banner_box {
  width: 1200px;
  height: 500px;
  background-color: #f6f7fb;
  border-radius: 50px;
}
.full_container .container .sp_box {
  width: 1200px;
  justify-content: space-between;
  margin-top: 20px;
  display: none;
}
.full_container .container .sp_box .left {
  width: 20%;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
.full_container .container .sp_box .right {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.full_container .container .sp_box .right .pic_box {
  width: 32%;
  height: 200px;
}
.full_container .container .sp_box .right .pic_box span {
  text-align: center;
  display: block;
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.full_container .container .sp_box .right .pic_box span img {
  max-width: 77px;
  max-height: 20px;
}
.full_container .container .sp_box .right .pic_box img {
  width: 100%;
  height: 200px;
  border: 1px solid #f6f7fb;
}
.full_container .container .row_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
  margin-top: 50px;
  position: relative;
}
.full_container .container .row_box.radiation {
  background: linear-gradient(to bottom, #e4e6eb 0%, #132255 50%, #e4e6eb 100%);
}
.full_container .container .row_box .row_1 {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.full_container .container .row_box .row_1 span {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.full_container .container .row_box .row_1 a {
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 12px;
  color: #1a295a;
}
.full_container .container .row_box .row_3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 32.5%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
}
.full_container .container .row_box .row_3:nth-of-type(1) {
  background-image: url(images/app_01.png);
}
.full_container .container .row_box .row_3:nth-of-type(2) {
  background-image: url(images/app_02.png);
}
.full_container .container .row_box .row_3:nth-of-type(3) {
  background-image: url(images/app_03.png);
}
.full_container .container .row_box .row_3:nth-of-type(5) {
  background-image: url(images/app_04.png);
}
.full_container .container .row_box .row_3:nth-of-type(6) {
  background-image: url(images/app_05.png);
}
.full_container .container .row_box .row_3:nth-of-type(7) {
  background-image: url(images/app_06.png);
}
.full_container .container .row_box .row_3 .pic {
  background-color: #e1e1e1;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.full_container .container .row_box .row_3 .pic img {
  max-width: 100%;
}
.full_container .container .row_box .row_3 .box {
  padding: 20px;
  height: 300px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.9) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.full_container .container .row_box .row_3 .box .title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.full_container .container .row_box .row_3 .box .text {
  font-size: 16px;
  color: #cfcfcf;
}
.full_container .container .row_box .row {
  width: 24%;
  margin: 50px 0 10px;
  padding: 0 20px 20px;
  background-color: #0D1D51;
  border: 1px solid #d0d7de;
  border-radius: 20px;
  color: #fff;
}
.full_container .container .row_box .row .box {
  width: 90%;
  margin: auto;
}
.full_container .container .row_box .row .box .pic {
  margin: auto;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 20px;
}
.full_container .container .row_box .row .box .pic img {
  max-width: 100%;
}
.full_container .container .row_box .row .box .name {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 15px;
}
.full_container .container .row_box .row .box .model,
.full_container .container .row_box .row .box .vmodel {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  line-height: 28px;
}
.full_container .container .row_box .row .box .model {
  margin-bottom: 15px;
}
.full_container .container .row_box .row .box .vmodel {
  padding-top: 15px;
  border-top: 2px solid #526bbe;
}
.full_container .container .info_box {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.full_container .container .info_box .vlm_img {
  width: 100%;
  height: 350px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
}
.full_container .container .info_box .vlm_box {
  color: #fff;
  width: 22.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 20px 30px;
  background-color: #000c2c;
}
.full_container .container .info_box .vlm_box .top {
  width: 100%;
}
.full_container .container .info_box .vlm_box .main {
  width: 100%;
  position: relative;
  text-align: center;
}
.full_container .container .info_box .vlm_box .main img {
  max-width: 100%;
}
.full_container .container .info_box .vlm_box .main .word {
  width: 50%;
  position: relative;
}
.full_container .container .info_box .vlm_box .main .bottom {
  position: absolute;
  z-index: 9;
  right: 0px;
  bottom: 30px;
}
.full_container .container .info_box .vlm_box .main .model {
  font-size: 40px;
  position: absolute;
  z-index: 10;
  right: 10%;
  bottom: 0%;
}
.full_container .container .info_box .vlm_box:nth-of-type(1) {
  width: 34%;
  font-size: 26px;
  display: flex;
  align-items: flex-end;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.full_container .container .info_box .vlm_box:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.full_container .container .info_box .box {
  width: 22.5%;
  padding: 40px 20px;
  background-color: #000c2c;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.full_container .container .info_box .box .line {
  border-top: 1px solid #fff;
  width: 100%;
  padding-bottom: 10px;
}
.full_container .container .info_box .box .sub_title {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 0;
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}
.full_container .container .info_box .box .sub_title .icon {
  font-size: 18px;
  margin-bottom: 0;
}
.full_container .container .info_box .box .btn {
  font-size: 15px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  margin-top: 16px;
}
.full_container .container .info_box .box .btn a {
  color: #2749a6;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.full_container .container .info_box .box .icon {
  font-size: 42px;
  display: block;
  margin-bottom: 6px;
}
.full_container .container .info_box .box .text {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 24px;
  margin-top: 6px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.full_container .container .info_box .box .text ul {
  margin-left: -25px;
}
.full_container .container .info_box .box:first-child {
  width: 34%;
  background-color: #000c2c;
  font-size: 46px;
  line-height: 50px;
  font-family: "Oswald", sans-serif;
  border-radius: 20px;
  margin-right: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.full_container .container .info_box .box:nth-of-type(2) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.full_container .container .info_box .box:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.full_container .container .banner_box {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  padding: 40px 50px;
  background-color: #0a0a41;
  color: #fff;
  margin-top: 20px;
}
.full_container .container .banner_box .left {
  font-size: 50px;
  line-height: 60px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.full_container .container .banner_box .right {
  font-size: 20px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.full_container .container .banner_box .right a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
  padding: 6px 12px;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.footer {
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  line-height: 30px;
}

/* 設定游標替換用的 div */
.custom-cursor {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none !important;
  border-radius: 20px;
  display: none;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  /* 透明黑色 */
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  /* 毛玻璃效果 */
  color: #fff;
}
.custom-cursor svg {
  width: 20px;
}

/* 900px 到 1199px 之間的裝置（桌面） */
@media (max-width: 1199px) {
  /* 在這裡寫桌面的樣式 */
}
/* 600px 到 899px 之間的裝置（平板） */
@media (max-width: 899px) {
  /* 在這裡寫平板的樣式 */
  .mb {
    margin-bottom: 0px;
  }
  .mobile_header {
    display: block;
    height: 50px;
  }
  .mobile_banner,
  .swiper,
  .swiper_3 {
    display: block;
  }
  nav,
  .radiation,
  .product_box {
    display: none !important;
  }
  .pc_none {
    display: block;
  }
  .mobile_none {
    display: none;
  }
  .swiper_2 .swiper-slide {
    border-radius: 0;
  }
  .swiper_2 .swiper_box {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
  }
  .swiper_2 .swiper_box .sub_title {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    line-height: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .swiper_2 .swiper_box .sub_title span {
    font-size: 16px;
  }
  .swiper_2 .swiper_box .btn {
    font-size: 15px;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 16px;
    width: -moz-fit-content;
    width: fit-content;
    line-height: normal;
    margin-top: 16px;
  }
  .swiper_2 .swiper_box .btn a {
    color: #143fae;
  }
  .full_container .bg {
    left: -180px;
    top: 0px;
  }
  .full_container .bg img {
    height: 600px;
  }
  .full_container.col .row_1 {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
  }
  .full_container.col .row_1 a {
    background-color: #333;
    color: #fff;
    padding: 20px 20px;
    border-radius: 12px;
    margin-top: 20px;
  }
  .full_container .kv_menu .kv_box {
    width: 90%;
    height: calc(100% - 80px);
    flex-direction: column;
    padding: 30px 0;
  }
  .full_container .kv_menu .kv_box .kv_left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .full_container .kv_menu .kv_box .kv_right {
    width: 100%;
    margin-top: 500px;
  }
  .full_container .kv_menu .kv_box .kv_right .title {
    font-size: 60px;
    text-align: center;
    line-height: 55px;
  }
  .full_container .kv_menu .kv_box .kv_right .title.rainbow {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
  }
  .full_container .kv_menu .kv_box .kv_right .text {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .full_container .kv_menu .kv_box .kv_right .kv_btn {
    display: none;
  }
  .full_container .container {
    width: 90%;
  }
  .full_container .container .product_box {
    width: 100%;
  }
  .full_container .container .title_box {
    flex-direction: column;
  }
  .full_container .container .title_box h2,
  .full_container .container .title_box .title_text {
    width: 100%;
  }
  .full_container .container .title_box h2 br,
  .full_container .container .title_box .title_text br {
    display: none;
  }
  .full_container .container .title_box h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .full_container .container .info_box .vlm_img {
    background-color: transparent;
    height: -moz-fit-content;
    height: fit-content;
  }
  .full_container .container .info_box .vlm_img img {
    max-width: 100%;
  }
  .full_container .container .info_box .box:first-child {
    width: 100%;
    margin-right: 0;
    display: none;
  }
  .full_container .container .info_box .box:not(:first-child) {
    display: none;
  }
  .full_container .container .radius_box {
    width: 100%;
    height: 300px;
  }
  .full_container .container .sp_box {
    width: 100%;
    flex-direction: column;
  }
  .full_container .container .sp_box .left,
  .full_container .container .sp_box .right {
    width: 100%;
    text-align: center;
  }
  .full_container .container .sp_box .left {
    justify-content: center;
  }
  .full_container .container .sp_box .right {
    flex-direction: column;
  }
  .full_container .container .sp_box .right .pic_box {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 10px;
  }
  .full_container .container .sp_box .right .pic_box:last-child {
    margin-bottom: 0;
  }
  .full_container .container .row_box {
    flex-direction: column;
  }
  .full_container .container .row_box .row:first-child {
    display: none;
  }
  .full_container .container .row_box .row:nth-of-type(2), .full_container .container .row_box .row:last-child {
    width: 100%;
  }
  .full_container .container .row_box .row:nth-of-type(2) ul li:nth-child(odd), .full_container .container .row_box .row:last-child ul li:nth-child(odd) {
    display: block;
    text-align: center;
  }
  .full_container .container .banner_box {
    width: 100%;
    flex-direction: column;
  }
  .full_container .container .banner_box .left {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
  }
}
/* 小於 600px 的裝置（手機） */
@media (max-width: 599px) {
  /* 在這裡寫手機的樣式 */
}