@charset "utf-8";
/* default */
*, ::after, ::before {
  box-sizing: initial;
}
.advan-pd *, .advan-pd *::before, .advan-pd *::after {
  box-sizing: border-box !important;
}
.text-center {
  text-align: center !important;
}
.advan-pd {
  font-family: "Heebo", "Arial", sans-serif !important;
}

#advan-content .row-maxwidth-98pct {
  width: 100% !important;
  max-width: unset !important;
}

.m-0 {
  margin: 0;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-content-between {
  justify-content: space-between;
}

/* KV */
#main-banner-wrapper .banner-wrapper .banner-item .banner-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* about */
/*
#about {
    
  background: url(css-img/about_bg.jpg) center 85% no-repeat;
  background-size: 1920px 950px;
}
*/

/* about: anime */
#about .product-anime-container {
  position: relative;

  width: 100%;
  max-width: 1200px;
  height: 980px;
}
#about .product-anime-container .anime-block {
  height: 700px;
}
#about .product-anime-container .anime-block .tagsOutter,
#about .product-anime-container .anime-block .picOutter {
  position: relative;
}
#about .product-anime-container .anime-block .tagsOutter .tagCard {
  position: absolute;
  display: flex;
  align-items: flex-start;
  padding: 20px 30px 20px 10px;
  background-color: rgba(0, 66, 128, 0.85);
  transition: all 1.5s ease;
  opacity: 0;
}
#about .product-anime-container .anime-block .tagsOutter.show .tagCard {
  opacity: 1;
}
#about .product-anime-container .anime-block .tagsOutter .tagCard img {
  width: 80px;
  height: auto;
  margin-right: 20px;
}
#about .product-anime-container .anime-block .tagsOutter .tagCard h3 {
  color: #FFF !important;
  font-size: 18px !important;
  font-weight: bold;
  margin: 5px 0 10px 0 !important;
}
#about .product-anime-container .anime-block .tagsOutter .tagCard ul {
  margin-left: 1em;
}
#about .product-anime-container .anime-block .tagsOutter .tagCard ul li {
  color: #FFF;
  font-size: 14px;
}
#about .product-anime-container .anime-block .tagsOutter .tagCard.t1 {
  z-index: 14;
  left: calc(50% - 240px);
  top: 55px;
  width: 480px;
}
#about .product-anime-container .anime-block .tagsOutter .tagCard.t2 {
  z-index: 15;
  right: 20px;
  top: 250px;
  width: 410px;
}
#about .product-anime-container .anime-block .tagsOutter .tagCard.t3 {
  z-index: 16;
  left: 20px;
  top: 390px;
  width: 410px;
}
#about .product-anime-container .anime-block .picOutter .pic {
  position: absolute;
  top: 190px;
  left: calc(50% - 200px);
  transition: all 1.5s ease;
}
#about .product-anime-container .anime-block .picOutter .pic.p0 {
  z-index: 11;
}
#about .product-anime-container .anime-block .picOutter .pic.p1 {
  z-index: 13;
  opacity: 0;
}
#about .product-anime-container .anime-block .picOutter .pic.p2 {
  z-index: 12;
  opacity: 0;
}
#about .product-anime-container .anime-block .picOutter .pic.p3 {
  z-index: 10;
  opacity: 0;
}
#about .product-anime-container .anime-block .picOutter.show .pic.p1 {
  top: 365px;
  left: calc(50% + 80px);
  opacity: 1;
}
#about .product-anime-container .anime-block .picOutter.show .pic.p2 {
  top: 380px;
  left: calc(50% - 445px);
  opacity: 1;
}
#about .product-anime-container .anime-block .picOutter.show .pic.p3 {
  top: -6px;
  left: calc(50% - 565px);
  opacity: 1;
}
#about .product-anime-container .detail-block {
  position:absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
#about .product-anime-container .detail-block .box {
  position: relative;
  min-height: 300px;
  text-align: center;
}
#about .product-anime-container .detail-block .box img {
  margin-bottom: 10px;
}
#about .product-anime-container .detail-block .box h3 {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}
#about .product-anime-container .detail-block .box ul {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}
#about .product-anime-container .detail-block .box ul li {
  /* color: #666; */
  font-size: 14px;
  text-align: left;
  margin: 0 0 0 20px;
}
#about .product-anime-container .detail-block .box .btm-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

/* about: products */
#about-products {
  background: #F4F4F4;
}
#about-products .owl-carousel .owl-item {
  border-left: 1px solid #C1C1C1;
}
#about-products .box {
  position: relative;

  width: 290px;
  min-height: 500px;
  
  padding: 0 15px;
  margin: 0 auto;
}
#about-products .box .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  margin-bottom: 10px;
}

#about-products .box h3 {
  font-weight: 700;;
}

#about-products .box .series-title {
  font-size: 14px;
  margin-bottom: 15px;
}
#about-products .box p {
  color: #4d4d4d!important;
  font-size: 14px!important;
  margin-bottom: 0!important;
}

#about-products .box .btm-btn {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

#about-products .owl-carousel .owl-dots .owl-dot.active span,
#about-products .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #008cd6;
}

/* about: map */
#about-map h3 {
  font-weight: 700;
}
#about-map p {
  color: #4d4d4d !important;
}
#about-map .pic img {
  max-height: 100%;
  max-width: 100%;
}

/* features */
#features {
  background: #004280 url(css-img/features_bg.jpg) center center;
  background-size: cover;
}
#features h2 {
  color: #FFF!important;
}

#features .picBoard {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  min-height: 430px;
  background-color: #FFF;
}
#features .picBoard .left {
  width: 900px;
  background-color: #f7f7f7;
}
#features .picBoard .left .cardTTL {
  display: none;
}
#features .picBoard .left .pic {
  position: relative;
  display: none;
  min-height: 430px;
  padding: 50px 80px 30px 55px;
}
#features .picBoard .left .pic.p1 {
  background: url(css-img/Features1_bg.jpg) center center;
  background-size: cover;
}
#features .picBoard .left .pic.p2 {
  background: url(css-img/Features2_bg.jpg) center center;
  background-size: cover;
}
#features .picBoard .left .pic.p3 {
  background: url(css-img/Features3_bg.jpg) center center;
  background-size: cover;
}
#features .picBoard .left .pic.p4 {
  background: url(css-img/Features4_bg.jpg) center center;
  background-size: cover;
}
#features .picBoard .left .pic.active {
  display: block;
}
#features .picBoard .left .pic .blueLine {
  width: 34px;
  height: 4px;
  line-height: 0;
  background-color: #4398ef;
  margin-bottom: 10px;
}
#features .picBoard .left .pic .picTTL {
  font-size: 26px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 25px;
}
#features .picBoard .left .pic p, #features .picBoard .left .pic ul li {
  color: #4d4d4d !important;
  /* font-size: 14px !important; */
  /* line-height: 20px !important; */
  margin: 0;
  padding-right: 20px;
}
#features .picBoard .left .pic ul {
  margin-left: 1em;
}
#features .picBoard .left .pic .blueBtn {
  margin-top: 25px;
}
#features .picBoard ul.right {
  width: 300px;
  list-style-type: none;
}
#features .picBoard ul.right li, #features .picBoard .left .cardTTL {
  color: #4D4D4D;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 12px;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
}
#features .picBoard .left .cardTTL.active {
  border: none;
}
#features .picBoard ul.right li:hover, #features .picBoard ul.right li.active, #features .picBoard .left .cardTTL.active {
  color: #FFF;
  background-color: #008cd6;
}

/* products */
#products {
  background: linear-gradient(to bottom, #D7F0FF, #B6DCFF); 
}
#products .applicationsFrame {
  padding: 20px;
  margin-bottom: 40px;
}

#products .applicationsFrame.a1 {
  background: #071E45 url(css-img/product1_bg.jpg) top center no-repeat;
}
#products .applicationsFrame.a2 {
  background: #007CBE url(css-img/product2_bg.jpg) top center no-repeat;
}
#products .applicationsFrame.a3 {
  background: #314E9F url(css-img/product3_bg.jpg) top center no-repeat;
}
#products .applicationsFrame .text {
  display: flex;
  padding: 30px;
}
#products .applicationsFrame.a2 .text {
  padding-bottom: 0;
}
#products .applicationsFrame .text.left {
  justify-content: flex-start;
}
#products .applicationsFrame .text.right {
  justify-content: flex-end;
}

#products .applicationsFrame .text .thisTTL {
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 15px;
}
#products .applicationsFrame .text p,
#products .applicationsFrame .text ul {
  width: 470px;
  color: #FFF !important;
  /* font-size: 14px !important; */
  /* line-height: 20px !important; */
  margin-bottom: 15px;
}
#products .applicationsFrame .text ul {
  margin-bottom: 0;
  margin-left: 18px;
}
#products .applicationsFrame .app-features {
  color: #fff;
  font-weight: bold;
  padding: 15px 30px 30px 30px;
}
#products .applicationsFrame.a2 .app-features {
  padding-top: 0;
}
#products .applicationsFrame .app-features .ttl {
  font-size: 26px;
  line-height: 34px;
  border-bottom: 1px solid #ffffff80;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
#products .applicationsFrame.a2 .app-features .ttl {
  border-color: #fff;
}
#products .applicationsFrame .app-features .row {
  margin: 0 -30px;
}
#products .applicationsFrame .app-features .feature-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: start;
  padding-top: 10px;
  padding-bottom: 10px;
}
#products .applicationsFrame .app-features .feature-item .pic {
  width: 90px;
  margin-bottom: 10px;
}
#products .applicationsFrame .app-features .feature-item .pic img {
  max-width: 100%
}
#products .applicationsFrame .app-features .feature-item span {
  text-align: center;
  max-width: 236px;
  line-height: 1.3em;
}
#products .applicationsFrame > .sliderFrame {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#products .applicationsFrame .sliderFrame .box {
  position: relative;
  padding: 0;
  background-color: #FFF;
}
#products .applicationsFrame.a1 .sliderFrame .box,
#products .applicationsFrame.a2 .sliderFrame .box,
#products .applicationsFrame.a3 .sliderFrame .box {
  width: 360px;
  min-height: 360px;
  margin: 0 auto;
}
#products .applicationsFrame .sliderFrame .box .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  margin-bottom: 10px;
}
#products .applicationsFrame .sliderFrame .box .pic img {
  width: unset;
}
#products .applicationsFrame .sliderFrame .box h3 {
  color: #004280 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-align: center;
  margin-bottom: 15px !important;
}
#products .applicationsFrame .sliderFrame .box p {
  /* color: #4d4d4d !important; */
  /* font-size: 14px !important; */
  line-height: 20px !important;
  text-align: center;
  padding: 0 10px;
}
#products .applicationsFrame .sliderFrame .box .btm-btn {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
#products .center-btn {
  text-align: center;
}
#products .owl-carousel .owl-dots .owl-dot.active span,
#products .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #008cd6;
}

/* news */
#news .box {
  display: block;
  width: 360px;
  text-decoration: none;
  transition: transform 0.3s ease;
  transform: translateY(0);
  margin: 0 auto;
}
#news .box:hover {
  transform: translateY(5px);
}
#news .box img {
  max-width: 360px;
  margin-bottom: 10px;
}
#news .box p {
  width: 360px;
}
#news .owl-carousel .owl-dots .owl-dot.active span, #news .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #008cd6;
}

/* videos */
#videos {
  /* background-color:#dbf1ff; */
  background: rgb(182, 228, 255);
  background: linear-gradient(52deg, rgba(182, 228, 255, 1) 0%, rgba(243, 249, 255, 1) 50%, rgba(182, 228, 255, 1) 100%);
}
#videos .item {
  display: flex;
  align-items: flex-start;
}
#videos .item .left {
  position: relative;
  width: 600px;
  height: 340px !important
}
#videos .item .left .video-btn {
  display: block;
  position: absolute;
  top: calc((100% - 80px) / 2);
  left: calc((100% - 125px) / 2);
  width: 125px;
  height: 80px;
  background: url(css-img/video_btn.png);
  background-size: cover;
  transition: all 0.3s ease;
}
#videos .item .left .video-btn:hover {
  transform: scale(110%);
}
#videos .item .left img {
  width: 100%;
  max-width: 600px;
  height: auto ;
}
#videos .item .right {
  width: calc(100% - 600px);
  padding: 0 120px 0 40px;
}
#videos .item .right .title {
  color: #004280 !important;
  font-size: 26px !important;
  font-weight: bold !important;
  line-height: 34px !important;
  margin-bottom: 20px !important;
}
#videos .item .right p {
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 0;
}

#videos .owl-carousel .owl-dots .owl-dot.active span,
#videos .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #008cd6;
}

/* stories */
#stories .box {
  display: block;
  width: 360px;
  height: 205px;
  text-decoration: none;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
#stories .box .boxInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 205px;
  background-color: rgba(0, 0, 0, 0.5);
}
#stories .box .text {
  text-align: center;
  padding: 0 8%;
}
#stories .box .text .itemTTL {
  color: #FFF;
  font-weight: bold;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
#stories .box:hover .text .itemTTL {
  opacity: 0;
  transform: translateY(20px);
}
#stories .box .text .fake-btn {
  position: absolute;
  top: calc((100% - 40px) / 2);
  left: calc((100% - 120px) / 2);
  height: 0;
  width: 120px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
#stories .box:hover .boxInner {
  background-color: rgba(0, 0, 0, 0.8);
}
#stories .box:hover .text .fake-btn {
  opacity: 1;
  height: 40px;
}
#stories .owl-carousel .owl-dots .owl-dot.active span,
#stories .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #008cd6;
}

/* more */
#more {
  background-color: #f4f4f4;
  border-top: 2px solid #CBCBCB;
}
#more .text-block {
  max-width: 480px;
  padding-left: 50px;
}
#more .text-block .title {
  color: #004280;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
#more .text-block p {
  color: #4d4d4d !important;
}
#more .img-block {
  padding-right: 50px;
}
#more .img-block img {
  width: 100%;
}

@media (max-width: 1200px) {
  /* about */
  /* about: anime */
  #about .product-anime-container .detail-block {
    padding: 0 20px;
  }

  /* videos */
  #videos .item .left {
    padding-left: 60px;
  }

  #videos .item .right {
    width: calc(100% - 600px);
    padding: 0 60px 0 40px;
  }
}

@media (max-width: 992px) {
  /* about */
  /* about: anime */
  #about .product-anime-container .anime-block .picOutter.show .pic.p2 {
    top: 350px;
    left: calc(50% - 470px);
  }
  #about .product-anime-container .anime-block .picOutter.show .pic.p3 {
    top: 65px;
    left: calc(50% - 410px);
  }
  #about .product-anime-container .anime-block .tagsOutter .tagCard.t3 {
    top: 500px;
  }

  /* products */
  #products .applicationsFrame .text p, 
  #products .applicationsFrame .text ul {
    width: 310px;
  }

  /* videos */
  #videos .item {
    display: block;
  }
}

@media (max-width: 768px) {
  .adv-paragraph {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  h1 {
    font-size: 36px !important;
  }

  #main-banner-wrapper .banner-wrapper .banner-item .banner-content h3 {
    font-size: 16px;
  }

  /* KV */
  #main-banner-wrapper .banner-wrapper .banner-item div,
  #main-banner-wrapper .banner-wrapper .banner-item {
    height: 350px;
  }

  #main-banner-wrapper .banner-wrapper .banner-item .banner-image:has(.mb-kv) > img {
    display: none;
  }

  /* about */
  #about {
    background-position: center 12%!important;
  }

  /* about: anime */  
  #about .product-anime-container {
    height: unset;
  }
  #about .product-anime-container .anime-block {
    width: 100%;
    height: unset;
    overflow: hidden;
  }
  #about .product-anime-container .anime-block .picOutter {
    height: 620px;
    transform: translateY(-100px);
  }
  #about .product-anime-container .anime-block .tagsOutter {
    z-index: 20;
    padding: 0 20px;
  }
  #about .product-anime-container .anime-block .tagsOutter .tagCard {
    opacity: 1;
    position: static;
    width: 100% !important;
    margin-bottom: 20px;
  }
  #about .product-anime-container .detail-block {
    display: block;
  }
  #about .product-anime-container .detail-block .box {
    min-height: unset;
    padding: 40px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  #about .product-anime-container .detail-block .box:last-child {
    border: 0;
  }
  #about .product-anime-container .detail-block .box .btm-btn {
    position: static;
    margin-top: 20px;
  }

  #about .product-anime-container .detail-block {
    position: unset!important;
  }

  /* features */
  #features .picBoard {
    display: block;
  }
  #features .inner {
    padding: 50px 20px;
  }
  #features .picBoard ul.right {
    display: none;
  }
  #features .picBoard .left {
    width: 100%;
  }
  #features .picBoard .left .pic {
    padding: 20px;
  }
  #features .picBoard .left .cardTTL {
    display: block;
    background-color: #FFF;
  }
  #features .picBoard .left {
    background-image: none !important;
  }
  #features .picBoard .left .pic.p1 {
    background: url(css-img/Features1_bg.jpg) right bottom;
    background-size: cover;
  }
  #features .picBoard .left .pic.p2 {
    background: url(css-img/Features2_bg.jpg) right bottom;
    background-size: cover;
  }
  #features .picBoard .left .pic.p3 {
    background: url(css-img/Features3_bg.jpg) right bottom;
    background-size: cover;
  }
  #features .picBoard .left .pic.p4 {
    background: url(css-img/Features4_bg.jpg) right bottom;
    background-size: cover;
  }
  #features .picBoard .left .pic p, #features .picBoard .left .pic ul li {
    padding-right: 0;
  }

  /* videos */
  #videos .item .left {
    width: 100%;
    height: calc(100vw / 600 * 340) !important;
    max-width: 600px;
    margin: 0 auto;
    padding: 0!important;
  }
  #videos .item .right {
    width: 100%!important;
    max-width: 600px;
    margin: 0 auto;
    padding: 0!important;
  }

  /* more */
  #more .text-block {
    padding-left: 0;
  }
  #more .img-block {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 580px) {
  /* about */
  #about {
    background-position: center 7%!important;
  }

  /* about: anime */
  #about .product-anime-container .anime-block .picOutter {
    background: url(css-img/about_product.png) center center no-repeat;
    background-size: 450px auto;

    height: 500px !important;
    transform: translateY(0) !important;
  }
  #about .product-anime-container .anime-block .picOutter .pic {
    display: none;
  }

  /* about: products */
  #about-products .applicationsFrame .sliderFrame .box {
    width: 280px;
  }

  /* features */
  #features .picBoard .left .pic.p1 {
    background: url(css-img/Features1_bg.jpg) 60% center;
    background-size: cover;
  }
  #features .picBoard .left .pic.p2 {
    background: url(css-img/Features2_bg.jpg) 60% center;
    background-size: cover;
  }
  #features .picBoard .left .pic.p3 {
    background: url(css-img/Features3_bg.jpg) 70% center;
    background-size: cover;
  }
  #features .picBoard .left .pic.p4 {
    background: url(css-img/Features4_bg.jpg) 70% center;
    background-size: cover;
  }

  /* products */
  #products .applicationsFrame:has(.left) {
    background-position: right top !important;
    background-size: auto 220px !important;
  }
  #products .applicationsFrame:has(.right) {
    background-position: left top !important;
    background-size: auto 220px !important;
  }
  #products .applicationsFrame .text {
    margin: 0 !important;
    padding-top: 180px;
    padding-bottom: 30px;
  }
  #products .applicationsFrame.a2 .text {
    padding-bottom: 30px;
  }
  #products .applicationsFrame .text p,
  #products .applicationsFrame .text ul {
    width: unset;
  }
  #products .applicationsFrame .text .textInner {
    width: 100%;
  }
  #products .applicationsFrame .sliderFrame {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  #products .applicationsFrame.a1 .sliderFrame .box,
  #products .applicationsFrame.a2 .sliderFrame .box,
  #products .applicationsFrame.a3 .sliderFrame .box {
    width: 300px;
  }
  #products .applicationsFrame .sliderFrame .box p br {
    display: none;
  }
  #products .center-btn {
    padding: 0 20px;
  }
  #products .center-btn .blueBtn {
    height: 50px;
  }

  /* videos */
  #videos .item .left {
    padding: 0 30px!important;
  }
  #videos .item .right {
    padding: 20px 30px 0 30px!important;
  }
}

@media (max-width: 414px) {
  #news .box img {
    max-width: 330px;
    margin-bottom: 10px;
  }

  /* stories */
  #stories .box {
    max-width: 330px;
  }
}

@media (max-width: 375px) {
  /* products */
  #products .applicationsFrame.a1 .sliderFrame .box,
  #products .applicationsFrame.a2 .sliderFrame .box,
  #products .applicationsFrame.a3 .sliderFrame .box {
    width: 280px;
  }

  /* news */
  #news .box img {
    max-width: 320px;
  }

  /* stories */
  #stories .box {
    max-width: 320px;
  }
}
/* =================================================== */
/* =================================================== */
/* =================================================== */
/* template */
/* =================================================== */
/* =================================================== */
/* =================================================== */
.page.ARK h3, .page.ARK h4, .page.ARK h5 {
  display: block !important;
  position: static !important;
  width: unset !important;
  max-width: unset !important;
  min-width: unset !important;
  height: unset !important;
  max-height: unset !important;
  min-height: unset !important;
  font-size: 100% !important;
  font-weight: bold !important;
  line-height: 1.3em !important; /*行高統一1.3*/
  color: #4D4D4D;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
}
/* 此處設定所有的文字大小 */
.page.ARK h1 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 12px;
}
.page.ARK h2 {
  font-size: 36px !important;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 5px;
}
.page.ARK h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 5px;
}
.page.ARK h4 {
  font-size: 18px !important;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 5px;
}
.page.ARK h5 {
  font-size: 16px !important;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 5px;
}
.page.ARK p {
  font-size: 14px !important;
  line-height: 1.3em !important;
  color: #4D4D4D !important;
}
.clearfix {
  clear: both;
}
@media screen and (max-width: 767px) {
  .page.ARK h1 {
    font-size: 36px !important;
  }
  .page.ARK h2 {
    font-size: 26px !important;
  }
  .page.ARK .row .col-mobile-12 {
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
  }
}
/* 內容 */
.page.ARK {
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #222;
}
.page.ARK .content {
  width: 100%;
  /* min-height:500px; */
}
.page.ARK .content .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.page.ARK .content .inner h2 {
  text-align: center;
  margin-bottom: 50px !important;
	color:#000;
}
.page.ARK .row {
  display: flex;
  flex-wrap: wrap;
}
.page.ARK .row .col, .page.ARK .row .col-auto, .page.ARK .row .col-1, .page.ARK .row .col-2, .page.ARK .row .col-3, .page.ARK .row .col-4, .page.ARK .row .col-5, .page.ARK .row .col-6, .page.ARK .row .col-7, .page.ARK .row .col-8, .page.ARK .row .col-9, .page.ARK .row .col-10, .page.ARK .row .col-11, .page.ARK .row .col-12 {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.page.ARK .row .col {
  flex: 1 0 0%;
}
.page.ARK .row .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.page.ARK .row .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.page.ARK .row .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.page.ARK .row .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.page.ARK .row .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.page.ARK .row .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.page.ARK .row .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.page.ARK .row .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.page.ARK .hidden {
  display: none !important;
}
.page.ARK .boxShadow {
  /* transform: translateY(0); */
  transition: all 0.3s linear;
}
.page.ARK .boxShadow:hover {
  /* transform: translateY(-3px); */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.page.ARK .js_scrollTop {
  position: fixed;
  z-index: -1;
  bottom: 0px;
  right: 20px;
  width: 42px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: 1px solid #FFF;
  opacity: 0;
  transition: .7s;
  cursor: pointer;
}
.page.ARK .js_scrollTop::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 50%;
  height: 50%;
  margin: -11px 0 0 -11px;
  background: url(css-img/arrow_white.svg) center center no-repeat;
  background: url(css-img/arrow_white.png) center center no-repeat\9;
  background-size: contain;
  transform: translateY(-1px) rotate(-180deg);
}
.page.ARK .js_scrollTop.show {
  z-index: 99;
  opacity: 1;
  bottom: 45px;
}
.page.ARK .blueBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  padding: 0 20px;
  background-color: #007CBE;
  border: 1px solid #007CBE;
  transition: all 0.3s ease;
}
.page.ARK .blueBtn, .page.ARK .blueBtn span {
  color: #FFF;
  font-size: 16px;
}
.page.ARK .blueBtn span {
  margin-right: 5px;
}
.page.ARK .blueBtn, .page.ARK .blueBtn .fa, .page.ARK .blueBtn, .page.ARK .blueBtn .far {
  font-size: 23px;
}
.page.ARK .blueBtn:hover {
  background-color: #FFF;
  transform: translateY(-3px);
}
.page.ARK .blueBtn:hover span, .page.ARK .blueBtn:hover .fa, .page.ARK .blueBtn:hover .far {
  color: #007CBE;
}
/* =================================================== */
/* =================================================== */
/* =================================================== */
/* owl-carousel */
/* =================================================== */
/* =================================================== */
/* =================================================== */
.page.ARK .sliderBanner {
  position: relative;
}
.page.ARK .sliderBanner .owl-nav {
  position: absolute;
  bottom: 10px;
  width: 100%
}
.page.ARK .sliderBanner .owl-nav button {
  font-size: 50px;
  color: #FFF;
  margin: 15px 30px;
  cursor: pointer;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: relative;
}
.page.ARK .sliderBanner .owl-nav button:hover {
  background-color: transparent;
}
.page.ARK .sliderBanner .owl-nav button span {
  padding: 0 20px;
  opacity: 0;
}
.page.ARK .sliderBanner .owl-nav .owl-prev:before {
  content: "\f104";
  position: absolute;
  left: 20px;
}
.page.ARK .sliderBanner .owl-nav .owl-next:before {
  content: "\f105";
  position: absolute;
  left: 16px;
}
.page.ARK .sliderBanner .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.page.ARK .sliderBanner .owl-dots button {
  outline: none;
}
.page.ARK .sliderBanner .owl-dots .owl-dot.active span, .page.ARK .sliderBanner .owl-dots .owl-dot:hover span {
  background-color: #008cd6;
}
.page.ARK .sliderBanner .owl-item {
  overflow: hidden;
}
.page.ARK .sliderBanner, .page.ARK .sliderBanner .owl-carousel {
  background-color: #2a2467; /*slider背景色*/
}
.page.ARK .sliderBanner, .page.ARK .sliderBanner .item, .page.ARK .sliderBanner .item .bg {
  height: 450px;
}
.page.ARK .sliderBanner .item .bg {
  width: 100%;
}
.page.ARK .sliderBanner .item .bg img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
/* =================================================== */
/* =================================================== */
/* =================================================== */
/* Banner */
/* =================================================== */
/* =================================================== */
/* =================================================== */
.page.ARK .sliderBanner .item {
  position: relative;
}
.page.ARK .sliderBanner .item .text {
  position: absolute;
  z-index: 101;
  left: calc((100% - 1200px)/2);
  top: 110px;
  bottom: unset;
  display: flex;
  align-items: flex-start;
  width: 600px;
}
.page.ARK .sliderBanner .item h1 {
  color: #FFF !important;
  font-size: 44px !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.page.ARK .sliderBanner .item h1 small {
  display: block;
  font-size: 36px !important;
  font-weight: normal !important;
}
.page.ARK .sliderBanner .item h1.banner_title {
  color: #FFF !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.page.ARK .sliderBanner .item h3.banner_subTTL {
  font-size: 22px !important;
  font-weight: normal !important;
  color: #FFF !important;
  padding: 0 !important;
  border: 0 !important;
}
.page.ARK .sliderBanner .item .pic {
  position: absolute;
  z-index: 1;
  right: calc((100% - 1200px - 200px)/2);
  bottom: 0;
}
.page.ARK .sliderBanner .item .pic img {
  width: 100%;
  max-width: 100%;
}
.page.ARK .sliderBanner .item .banner_btn a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding: 12px 23px;
  border-radius: 5px;
  border: 1px solid #ff9a00;
  background-color: #ff9a00;
}
.page.ARK .sliderBanner .item .banner_btn a:hover {
  background-color: #ff7800;
}
.page.ARK .sliderBanner .item .banner_btn a:nth-child(2) {
  color: #ff9a00;
  border: 1px solid #ff9a00;
  background-color: transparent;
}
.page.ARK .sliderBanner .item .banner_btn a:nth-child(2):hover {
  color: #FFF;
  background-color: #ff7800;
}
@media screen and (max-width: 1200px) {
  .page.ARK .sliderBanner .item .text {
    left: 20px;
  }
  .page.ARK .sliderBanner .item .pic {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .page.ARK .sliderBanner .item .text {
    left: 20px;
	top: 35px;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.8);
  }
  .page.ARK .sliderBanner .item .pic {
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .page.ARK .sliderBanner .item .text {
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
  }
  .page.ARK .sliderBanner .item h1 {
    font-size:36px !important;
  }
  .page.ARK .sliderBanner .item h1 small {
    font-size:26px !important;
  }
  .page.ARK .sliderBanner .item h1.banner_title br, .page.ARK .sliderBanner .item h3.banner_subTTL br {
    display: none;
  }
  .page.ARK .sliderBanner .item .pic {
    right: -30px;
  }
  .page.ARK .sliderBanner .item .bg img {
    opacity: 0.8;
  }
  .page.ARK .sliderBanner .item .banner_btn a:nth-child(2) {
    background-color: #FFF;
  }
}
@media screen and (max-width: 579px) {
  .page.ARK .sliderBanner, .page.ARK .sliderBanner .item, .page.ARK .sliderBanner .item .bg {
    height: 350px;
  }
  .page.ARK .sliderBanner .item .pic {
    width: 100%;
    right: 0;
  }
  .page.ARK .sliderBanner .item .pic img {
    transform: translateX(20px);
  }
}
/* =================================================== */
/* =================================================== */
/* =================================================== */
/* nav */
/* =================================================== */
/* =================================================== */
/* =================================================== */
.page.ARK #navbar-sticky {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 3px solid #004280;
}
.page.ARK #navbar-sticky.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
.page.ARK #navbar-sticky .navbar-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page.ARK #navbar-sticky nav.navbar > ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.page.ARK #navbar-sticky nav.navbar > ul > li {}
.page.ARK #navbar-sticky nav.navbar > ul > li > a {
  display: block;
  color: #004280;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  padding: 0 10px;
  border-right: 1px solid #546f87;
}
.page.ARK #navbar-sticky nav.navbar > ul > li:hover > a, .page.ARK #navbar-sticky nav.navbar > ul > li.show {
  color: #FFF;
  background-color: #004280;
}
.page.ARK #navbar-sticky nav.navbar > ul > li:has(> ul) {
  position: relative;
}
.page.ARK #navbar-sticky nav.navbar > ul > li:has(> ul) > ul {
  display: none;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  min-width: 130px;
  background: rgba(57, 85, 115, 0.9);
}
.page.ARK #navbar-sticky nav.navbar > ul > li:has(> ul).show > ul {
  display: block;
  padding: 0 20px;
}
.page.ARK #navbar-sticky nav.navbar > ul > li:has(> ul) > ul > li {
  border-bottom: 1px solid #EEE;
}
.page.ARK #navbar-sticky nav.navbar > ul > li:has(> ul) > ul > li:last-child {
  border: 0;
}
.page.ARK #navbar-sticky nav.navbar > ul > li:has(> ul) > ul > li > a {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  padding: 0 20px;
  white-space: nowrap;
  transition: 0.4s;
}
.page.ARK #navbar-sticky nav.navbar > ul > li:has(> ul) > ul > li > a:hover {
  transform: translateY(2px);
}
@media only screen and (max-width: 1005px) {
  .page.ARK #navbar-sticky nav.navbar > ul > li > a {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 991px) {
  .page.ARK #navbar-sticky nav.navbar {
    overflow-x: auto;
  }
  .page.ARK #navbar-sticky nav.navbar::-webkit-scrollbar, .page.ARK #navbar-sticky nav.navbar::-webkit-scrollbar-thumb, .page.ARK #navbar-sticky nav.navbar::-webkit-scrollbar-track {
    display: none;
  }
  .page.ARK #navbar-sticky nav.navbar > ul {
    display: block;
  }
  .page.ARK #navbar-sticky nav.navbar > ul > li {
    border-bottom: 1px solid #DDD;
  }
  .page.ARK #navbar-sticky nav.navbar > ul > li:last-child {
    border-bottom: 0;
  }
  .page.ARK #navbar-sticky nav.navbar > ul > li > a {
    padding: 0 10px;
  }
  .page.ARK #navbar-sticky.fixed-top nav.navbar > ul {
    display: flex;
  }
  .page.ARK #navbar-sticky.fixed-top nav.navbar > ul > li {
    border-bottom: 0;
    white-space: nowrap;
  }
  .page.ARK #navbar-sticky nav.navbar > ul > li:has(> ul).show > ul {
    display: none;
  }
}
/* =================================================== */