/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Poppins:wght@400;700&display=swap');
:root {
  --color-g1: #00aab5; /*漸層1*/
  --color-g2: #4c439a; /*漸層2*/
  --color-orange: #f2690d;
  --color-dblue: #1550aa;
  --color-seablue: #32c7fe;
  --rem150: 1.50rem;
  --rem175: 1.75rem;
  --rem235: 2.35rem;
  --rem300: 3rem;
  --border-r15: 1.5rem;
  --swiper-theme-color: #1550aa
}
@media (max-width:576px) {
  :root {
    font-size: 12px;
    --rem300: 2.8rem;
  }
}
body {
  font-family: 'Noto Sans TC', 'Poppins', sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.6;
  padding-top: 205px;
  font-size: 1.2rem;
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
}
h2 {
  font-size: var(--rem300);
  font-weight: 600;
}
h3 {
  font-size: 1.875rem;
  font-weight: 600;
}
.container {
  overflow: hidden
}
.w100 {
  width: 100%;
}
.Btn {
  border-radius: 99em;
  display: inline-flex;
  align-items: center;
}
.more {
  text-align: center;
  margin-top: 70px;
}
.more a.Btn {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.6em 1.4em;
  background-color: #ff6700;
}
a.Btn:hover {
  background-color: #ff802a;
}
.more a.Btn img {
  height: 1em;
  margin-left: 15px;
}
.more.increase a.Btn {
  padding: 1.2em 3em;
}
/*-------------------------------------------------
  Header
-------------------------------------------------*/
.navbar {
  transition: .3s
}
.navbar .logo img {
  height: 75px;
  transition: .3s;
}
.navbar-nav {
  width: 100%;
  justify-content: right;
}
.navbar-nav li:not(:first-child) {
  margin-left: 60px;
}
.navbar-nav a {
  color: #fff;
  transition: .2s;
  margin: 0 0.2em;
}
.navbar-nav a:hover, .navbar-nav a:active {
  color: #f78608;
  transform: translateY(-3px);
}
.nav-link:focus, .nav-link:hover {
  color: #f78608;
}
.dropdown-menu {
  background-color: transparent;
  min-width: 12rem;
}
.dropdown-menu li {
  margin-left: 0 !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.nav-item .dropdown-menu {
  background-color: rgba(255, 255, 255, .98);
  border-radius: 8px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.nav-item .dropdown-menu li {
  text-align: center;
  margin: 6px 0;
}
.nav-item .dropdown-menu li a {
  font-size: 16px;
  font-weight: 300;
  color: #353535;
  padding: 10px 5px;
  transition: .5s;
  margin: 0;
}
.nav-item .dropdown-menu li a:hover {
  color: #fff;
  background-color: rgba(247, 134, 8, .8);
}
.dropdown-toggle::after {
  display: none;
}
.sub-nav {
  display: none;
}
#navbarNav > div {
  flex-shrink: 0;
  margin-left: 60px;
}
.nav-btn {
  color: #ffffff !important;
  background-color: #ff6700;
  border-radius: 50em;
  padding: 0.2em 1.5em;
  transition: .2s;
}
.nav-btn:hover {
  color: #ffffff !important;
  background-color: #ff802a;
}
.navbar.scrolled {
  background: #000000;
}
.navbar.scrolled .logo img {
  height: 60px;
}
.navbar-toggler {
  position: relative;
  border: none;
  width: 44px;
  height: 44px;
  padding: 0;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: 0;
  box-shadow: none;
}
.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
  transform: rotate(0deg);
  position: relative;
  left: 6px;
  opacity: 1;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  transition: transform .35s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  position: absolute;
  left: 6px;
  top: 12px;
  transform: rotate(135deg);
  opacity: .9;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  position: absolute;
  left: 6px;
  top: 12px;
  transform: rotate(-135deg);
  opacity: 0.9;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
footer .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(top, rgba(32, 39, 58, 1) 0%, rgba(8, 11, 21, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(32, 39, 58, 1) 0%, rgba(8, 11, 21, 1) 100%);
  background: linear-gradient(to bottom, rgba(32, 39, 58, 1) 0%, rgba(8, 11, 21, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20273a', endColorstr='#191919', GradientType=0);
  padding: 25px 5vw;
  color: #fff
}
footer .container-fluid div {
  font-size: .9rem;
}
.ft-logo img {
  height: 38px;
}
.ft-link a:not(:first-child) {
  margin-left: 20px;
}
.ft-link img {
  height: 26px;
}
.ft-link a:last-child img {
  height: 22px;
}
/*-------------------------------------------------
  Widgets
-------------------------------------------------*/
.widget {
  z-index: 999;
  position: fixed;
  height: 30%;
  bottom: 0;
  right: 0;
  background-color: #fff6;
}
.btn-gotop.show {
  opacity: 1 !important;
}
.btn-gotop {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  width: 3rem;
  height: 3rem;
  background: #cccccce6;
  text-align: center;
  border-radius: 50em;
  opacity: 0;
  transition: all .2s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center
}
.btn-gotop svg {
  color: var(--color-dblue);
  width: 1em;
  height: 1em;
}
.btn-gotop.show:hover svg {
  fill: #fff
}
.btn-gotop.show:hover {
  color: #fff;
  background: var(--color-dblue);
}
.q-contact {
  position: absolute;
  right: 0.5em;
  top: -1.5em;
}
.q-contact-sw {
  width: 4.2rem;
  height: 4.2rem;
  position: relative;
  z-index: 2;
  cursor: pointer
}
.q-contact-sw .sw-on {
  border-radius: 50em;
  width: 100%;
  height: 100%;
  display: none;
  background-color: var(--color-orange);
}
.q-contact-sw .sw-on i {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center
}
.q-contact-sw .sw-on svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.q-contact-box {
  background-color: #fff;
  border-radius: var(--border-r15);
  padding: 1em;
  position: absolute;
  right: 2.2em;
  top: 2.2em;
  white-space: nowrap;
  z-index: 1;
  font-size: 1rem;
  width: 280px;
  border: 2px solid var(--color-orange);
  transform-origin: top right;
  transition: transform .3s ease;
  transform: scale(0)
}
.q-contact-box div {
  white-space: nowrap
}
.q-contact-box.show {
  transform: scale(1)
}
.q-contact-box a {
  text-decoration: none
}
.q-contact-btn {
  background-color: var(--color-orange);
  color: #fff;
  border-radius: 50em;
  padding: 0.25em 1em;
  opacity: 0.8
}
.q-contact-btn:hover {
  color: #fff;
  opacity: 1
}
.q-contact-tel {
  color: var(--color-orange);
  font-weight: 500
}

/*-------------------------------------------------
  RWD:header/nav/footer
-------------------------------------------------*/

@media (min-width: 1200px) {
  .navbar .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .navbar {
    background: #000000;
  }
  .navbar .logo img {}
  .navbar-nav li:not(:first-child) {
    margin-left: 0;
  }
  .navbar-nav {
    width: 100%;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
    line-height: 3;
  }
.navbar-collapse {
	padding-bottom: 55%;
}
	
}



@media (max-width:1024px) {}
@media (max-width:768px) {}
@media (max-width:575.98px) {
  body {
    font-size: 1.5rem;
  }
  .navbar .logo {
    flex: 0 0 80%
  }
  footer .container-fluid {
    padding: 30px 2vw;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
  footer .container-fluid > div:nth-child(2) {
    text-align: center;
    width: 100%;
    order: 3;
    margin-top: 20px;
  }
  .ft-logo {
    margin-bottom: 20px;
  }
  .q-contact-box {
    font-size: 1.2rem;
  }
  .q-contact {
    top: -2.5em;
  }
  .more {
    margin-top: 20px;
  }
}
@media (max-width:430px) {
  .navbar > .container-fluid {}
  .navbar > .container-fluid a {}
}
@media (max-width:375px) {
  .q-contact {
    top: 1.2em;
  }
}
/*-------------------------------------------------
  Home
-------------------------------------------------*/
body.home {
  padding-top: 0;
}
section {
  display: flex;
  align-items: center;
  padding: 120px 0
}
.section-title {
  border-left: solid 7px var(--color-orange);
  padding-left: 4em;
  margin-bottom: 5.5em;
}
.section-title h2 {
  font-size: 2.8rem;
  margin-bottom: 0.35em;
  color: var(--color-dblue);
}
.section-title h2 strong {
  display: inline-block;
}
.section-title span {
  display: block;
  text-align: justify;
}
.spacing_mb {
  margin-bottom: 1em;
}
/*-------------------------------------------------
  Home
   └ hero banner
-------------------------------------------------*/
.banner-hero {
  position: relative;
  text-align: center;
}
.banner-inner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  color: #fff;
  font-weight: 500;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 4%;
}
.kv-action {
  margin-top: 20em;
}
.kv-action a.Btn {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.5em 1.8em;
  background-color: #ff6700;
}
a.Btn:hover {
  background-color: #ff802a;
}
.kv-action a.Btn img {
  height: 1.3em;
  margin-left: 15px;
}
.kv-pm {
  display: none;
}
.main-banner-inner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 4em 4em 4em 8em;
}
.main-banner-subtitle span {
  text-align: left;
  display: block;
}
/*-------------------------------------------------
  Home
   └ intro
-------------------------------------------------*/
.intro {
  background-image: url('../images/bg_intro.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.intro .row {
  overflow: hidden
}
.intro-p01 {
  /*transform: translate(10px, -250px);*/
}
.intro-p02 {
  position: relative;
  z-index: 2;
  float: right;
  margin-bottom: -165px;
  /*transform: translate(450px, -90px);*/
  background-color: #fff;
  padding: 0.6em;
  display: inline-block
}
/*-------------------------------------------------
  Home
   └ applications
-------------------------------------------------*/
.applications {
  background-image: url('../images/bg_applications.png'), linear-gradient(180deg, #c7ebfc, #f4f8fe 50%, #ffffff 80%);
  background-repeat: no-repeat;
  background-position: center top 20%;
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -30px);
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -30px);
}
.swiper-button-next, .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 35%);
}
.app-swiper figure {
  text-align: center;
  padding-right: 10px;
}
.app-swiper figure .img-wrap {
  background-image: linear-gradient(0deg, #d2e2f4, #fff 50%);
  border-radius: var(--border-r15);
  box-shadow: #0000000a 10px 10px 0;
  padding: 2.3rem;
}
.app-swiper figcaption {
  padding: 2em 1em 1em;
  font-size: var(--rem150);
}
.app-swiper figcaption strong {
  display: inline-block;
  width: 80%;
  background-color: #2ea8e1;
  color: #fff;
  border-radius: 50em;
  padding: 0.5em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.app-swiper figure p {
  display: inline-block;
  text-align: justify;
  letter-spacing: 0;
  width: 80%;
}
/*-------------------------------------------------
  Home
   └ weakness
-------------------------------------------------*/
.weakness {
  background-image: url('../images/bg_weakness.png'), linear-gradient(180deg, #2979a5, #eaf1f6 50%);
  background-repeat: no-repeat;
  background-position: center top;
}
.weakness .section-title, .weakness h2 {
  color: #fff;
}
.weakness h3 {
  font-size: 1.5rem;
  color: var(--color-dblue)
}
.weakness figure {
  margin-bottom: 1.8em;
}
.weakness .img-wrap {
  margin-bottom: 1.2em;
  position: relative;
  width: 100%;
  padding-bottom: 90%
}
.weakness .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0
}
/*-------------------------------------------------
  Home
   └ features
-------------------------------------------------*/
.features {
  background-image: url('../images/bg_features.png'), linear-gradient(180deg, #eaf1f6, #fff);
  background-repeat: no-repeat;
  background-position: center top
}
.features figure {
  background-color: #fff;
  height: 100%;
  position: relative;
  padding: 2em 2em 3em;
  color: var(--color-dblue);
  font-size: var(--rem175);
  text-align: center;
  margin: 0;
  font-weight: 700
}
.features figure:after {}
.features figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 150px;
  max-width: 150px;
  object-position: center center;
  margin-bottom: 1em;
}
.cardFlip {
  text-align: center;
  position: relative;
  cursor: help;
  margin: auto;
  height: 100%
}
.cardFlip .cardFront, .cardFlip .cardBack {
  border-radius: 10px;
  display: block;
  width: inherit;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-sizing: border-box
}
.cardFlip .cardFront {
  transform: rotateY(0deg);
  position: absolute;
}
.cardFlip .cardFront:after {
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
  height: 10px;
  position: absolute;
  background-image: linear-gradient(90deg, var(--color-g1), var(--color-g2));
}
.cardFlip .cardBack {
  opacity: 0;
  top: 0px;
  left: 0px;
  transform: rotateY(-180deg);
  height: 100%;
  background-image: linear-gradient(90deg, var(--color-g1), var(--color-g2));
  color: #fff;
  display: flex;
  align-items: center
}
.cardFlip .cardBack p {
  padding: 2em;
  margin: auto;
  text-align: left
}
.cardFlip.flipping .cardFront {
  transform: rotateY(180deg);
}
.cardFlip.flipping .cardBack {
  opacity: 1;
  transform: rotateY(0deg);
  cursor: alias
}
.cardFlip.flipping {
  cursor: default;
}
/*-------------------------------------------------
  Home
   └ services
-------------------------------------------------*/
.services {
  background-image: url('../images/bg_services.png'), linear-gradient(180deg, #dbe1e8, #fff);
  background-repeat: no-repeat;
  background-position: top center;
}
.serv-wrap {
  text-align: center;
  background: #fff;
  border-radius: var(--border-r15);
  box-shadow: #0000000a 10px 10px 0;
  padding: 5em 1.5em;
  margin: 0 2em;
  background-image: url("../images/AI_pattern.png");
  background-repeat: no-repeat;
  background-position: center right;
}
.serv-wrap figure img {
  width: 100%;
  height: 100%;
  max-width: 144px;
  max-height: 144px;
  object-fit: contain;
}
.serv-wrap figcaption strong {
  display: block;
  font-size: var(--rem235);
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.serv-const {
  color: #3030a8
}
.serv-tools {
  color: #0f699d;
  background-image: url("../images/AI_pattern.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.serv-wrap figcaption i {
  display: block;
  width: 2em;
  margin: 0.5em auto 2em;
}
.serv-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
}
.serv-const ul {
  grid-template-columns: auto auto
}
.serv-wrap li {
  padding: 0 1em 1em 1em
}
.serv-wrap li div {
  border-style: solid;
  border-width: 2px;
  border-radius: 50em;
  font-size: 1.5rem;
  max-width: 14em;
  margin: auto;
  padding: 0.4em;
  background-position: center right 1.2em;
  background-repeat: no-repeat;
  background-size: auto 1em;
  background-color: #ffffff;
}
.serv-const li div {
  border-color: #5dc5f6;
  font-weight: 600;
  /*background-image: url("../images/arr_serv_const.png")*/
}
.serv-tools li div {
  border-color: #46d1ea;
  font-weight: 600;
  /*background-image: url("../images/arr_serv_tools.png")*/
}
/*-------------------------------------------------
  Home
   └ steps
-------------------------------------------------*/
.steps {
  background-image: url('../images/bg_steps.jpg');
  background-size: cover;
}
.step-item .figure-wrap {
  background-color: var(--color-dblue);
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  margin-bottom: 1em
}
.step-item figure {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  padding: 10%
}
.step-item figure img {
  object-fit: contain;
  flex: 0 0 30%;
  width: 30%;
  object-position: center center;
}
.step-item figure i {
  font-weight: 700;
  color: #bfe4e8;
  font-size: var(--rem175);
  display: block;
  margin-bottom: 0.2em;
  font-style: normal
}
.step-item figure strong {
  font-size: var(--rem300);
  display: block;
  line-height: 1
}
.step-item p {
  text-align: center;
}
/*-------------------------------------------------
  Home
   └ cases
-------------------------------------------------*/
.cases {
  background-image: linear-gradient(90deg, var(--color-g1), var(--color-g2));
  color: #fff
}
.cases h2 {
  color: #fff
}
.cases ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0
}
.cases a, .cases a:hover {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.case-img {
  margin-bottom: 1em;
  flex: 0 0 35%;
  overflow: hidden;
  border-radius: var(--border-r15)
}
.case-img .img-wrap {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}
.case-img .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  left: 0;
  top: 0;
}
.case-desc {
  padding-left: 2em;
}
.case-num {
  color: #fff;
  background-color: var(--color-orange);
  display: inline-block;
  padding: 0.25em 1.25em;
  border-radius: 50em;
  margin-bottom: 1em;
}
/*-------------------------------------------------
  about
-------------------------------------------------*/
.about {
  background: linear-gradient(to bottom, #ffffff 80%, #ccd3db 100%);
  padding-bottom: 200px;
}
.about figure {
  display: inline-flex;
  margin-bottom: 4.5em;
}
.about .img-wrap {
  height: auto;
}
.pic-ml {
  margin-left: 8rem;
}
.pic-mr {
  margin-right: 8rem;
}
.item-content {
  width: 80%;
  display: inline-flex;
  align-items: center;
  align-content: center;
}
.item-title {
  border-left: solid 7px var(--color-orange);
  padding-left: 4em;
}
.item-title h2 {
  font-size: 2rem;
  margin-bottom: 0.35em;
  color: var(--color-dblue);
}
.item-title h2 strong {
  display: inline-block;
}
.item-title span {
  display: inline-block;
  text-align: justify;
}
.flex-row-r {
  flex-direction: row-reverse;
}
/*-------------------------------------------------
  peoduct and service - 生成式AI解決方案
-------------------------------------------------*/
.product {
  background: linear-gradient(to bottom, #ffffff 80%, #f9fafc 100%);
  padding-bottom: 200px;
}
.product .col-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product figure {
  margin: 0;
}
.product .row {
  margin-left: 0;
  margin-right: 0;
}
.preface {
  background-color: #2257af;
  display: flex;
  align-items: center;
}
.preface p {
  text-align: justify;
  margin: 1rem 4rem;
  color: #ffffff;
  font-size: 1.3rem;
}
.second {
  background-color: #0f83bf;
}
.nav-tabs {
  justify-content: space-between;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 90px;
  padding: 0 20%;
  transition: .3s;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
}
.nav-tabs .nav-link {
  font-size: 1.6rem;
  font-weight: 600;
  color: #88aabc;
  border: none;
  padding: 10px 30px 20px 30px;
}
.nav-tabs .nav-link.active {
  color: #1550aa;
  position: relative;
}
.nav-tabs .nav-link.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #1fd0fc;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.unit {
  padding-top: 60px;
}
.unit-m {
  display: none;
}
.model {
  padding-top: 100px;
  text-align: center;
}
.model img {
  height: 400px;
}
.model-m {
  display: none;
}
.product-content {
  margin-top: 40px;
  margin-bottom: 40px;
}
.product-content strong {
  color: #1550aa;
  font-size: 1.5rem;
}
.product-content p {
  text-align: justify;
}
.step-title {
  margin-top: 80px;
  font-weight: 600;
  color: #1550aa;
  text-align: center;
}
.step-content {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 25px;
  padding: 2.3em 3.5em;
  background: linear-gradient(white, white) padding-box, linear-gradient(to bottom right, #86cbf7, #6d3ed4) border-box;
  border-radius: 1em;
  border: 2px solid transparent;
}
.step-content figcaption {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.step-sub {
  margin-right: 80px;
  display: inline-flex;
}
.step-content span {
  color: #79bded;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 800;
  display: block;
}
.step-content strong {
  color: #1f3876;
  font-size: 3rem;
  letter-spacing: 8px;
  font-weight: 800;
  line-height: 1.2;
  display: block;
  width: 115px;
}
.step-content p {
  text-align: justify;
  margin-bottom: 0;
}
.step-content img {
  height: 85px;
  margin-right: 25px;
  margin-left: 5px;
}
.order {
  position: absolute;
  z-index: 100;
  left: 45.5%;
  bottom: -43px;
}
.order img {
  height: 70px;
  margin: 0;
}
/*---------------------------------------------------------
  peoduct and service - 智能語音客服
---------------------------------------------------------*/
.service-content h2 {
  color: #ffffff;
  font-size: 2.6rem;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.service-content h2:after {
  content: '';
  display: block;
  margin: auto;
  width: 170px;
  height: 5px;
  background-color: #1fd0fc;
  margin-top: .8em;
}
.service-content p {
  text-align: justify;
}
.banner-center {
  align-items: center;
  padding: 4em 4em 4em 4em;
}
.banner-center h1 {
  font-size: 4.6rem;
}
.banner-center span {
  font-size: 1.5rem;
}
/*--------------------- 產品介紹 -------------------------*/
.service-introduce {
  background-color: #232f46;
}
.purpose {
  color: #32c7fe;
  display: flex;
  font-size: 2.5rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 15px;
}
.service-introduce p {
  color: #ffffff;
}
section.service-introduce {
  padding-bottom: 0;
}
/*--------------------- 產品功能 -------------------------*/
.service-function {
  background-color: #232f46;
}
.service-function .function {
  color: #1f1f1f;
  display: flex;
  font-size: 1.4rem;
  padding: 3rem 4rem;
  justify-content: center;
  margin-bottom: 15px;
  text-align: center;
  border: 2px solid #036cd8;
}
.service-function h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -85px;
}
.function-block {
  margin-top: 85px;
}
/*產品功能 icon動態*/
.main_grid {
  width: 100%;
}
.grid {
  margin-bottom: 0px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 5px auto;
  grid-template-areas:
    "item item item item"
    "desc desc desc desc";
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 35px 0;
}
.grid > div {
  cursor: pointer
}
.grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  min-height: 100px;
  font-weight: 300;
  color: inherit;
  text-decoration: none;
  color: #030c2e;
  padding: 10px;
  position: relative;
  transition: all .3s
}
.grid__item figure img {
  width: 7vw;
}
.grid__item figure strong {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.grid__item figure strong:after {
  content: "";
  display: block;
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 0 0 10px;
  background: url('../images/arrow.svg') no-repeat center center;
  background-size: 27% auto;
}
.grid__item:after {
  /*content: "";
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  top: 2px;
  bottom: auto;
  left: auto;
  right: auto;
    background: url("https://new.abb.com/cdn/img/schemeWhiteSpriteMap.png?1504616219") no-repeat -639px 2px transparent;*/
}
.grid__item:hover {
  /*transition: .2s;
  transform: translateY(-6px);*/
}
.grid__item:hover + .grid__description {
  height: 100%;
  opacity: 1;
  max-height: unset;
  position: relative;
  margin-bottom: 5px;
}
.grid__item:hover:before {
  background-position: -119px 2px; /* display: none;*/
}
.grid__description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-area: desc;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background: #f1f1f1;
  transition: opacity 0.4s ease-in, height 0.4s;
  cursor: pointer;
  font-weight: 300;
  margin: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-transition: opacity 0.4s ease-in, height 0.4s;
  -moz-transition: opacity 0.4s ease-in, height 0.4s;
  -ms-transition: opacity 0.4s ease-in, height 0.4s;
  -o-transition: opacity 0.4s ease-in, height 0.4s;
  background-image: linear-gradient(to right, #0b3b93, #15c0d1);
}
/*.grid__item:hover + .grid__description:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  margin: 0;
  top: 18px;
  left: 18px;
  background: url("https://new.abb.com/cdn/img/schemeWhiteSpriteMap.png?1504616219") no-repeat -120px -1000px transparent;
}*/
.grid__description {}
.grid__description > div {
  padding: 25px 45px;
  height: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.flex-grid p {
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #ffffff;
}
.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-grid > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 10px 15px;
}
.flex-grid > div.half {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.flex-grid > div.third {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}
.flex-grid > div.quarter {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.flex-grid > div.full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 800px) {
  .grid {
    -ms-grid-rows: auto 5px auto;
    grid-template-areas:
      "item item item item"
      "desc desc desc desc";
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-area: desc;
  }
  .grid__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .grid.three-col {
    -ms-grid-rows: auto 5px auto;
    grid-template-areas:
      "item item item"
      "desc desc desc";
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 799px) {
  .grid {
    margin-bottom: 5px;
    grid-gap: 5px;
    -ms-grid-rows: auto 5px auto 5px auto 5px auto;
    grid-template-areas:
      "item item"
      "desc desc"
      "item2 item2"
      "desc2 desc2";
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }
  .grid__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-area: desc;
  }
  .grid__description:nth-of-type(n + 3) {
    grid-area: desc2;
  }
  .flex-grid {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-grid > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 200px;
    padding: 20px 15px;
    border-bottom: 0px solid #ddd;
  }
  .flex-grid > div:last-of-type {
    border-bottom: unset;
  }
  .flex-grid > div.half {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .flex-grid > div.third {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .flex-grid > div.quarter {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .flex-grid > div.full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .grid__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media screen and (min-width: 800px) {
  .grid__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .grid__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
}
@media screen and (max-width: 799px) {
  .grid__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid__description:nth-of-type(n + 3) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media screen and (max-width: 600px) {
  .flex-grid > div, .flex-grid > div.half, .flex-grid > div.third, .flex-grid > div.quarter, .flex-grid > div.full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 500px) {
  .grid {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    grid-gap: 5px;
    -ms-grid-rows: auto 5px auto;
    grid-template-areas:
      "item"
      "desc";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid__description, .grid__description:nth-of-type(n + 3) {
    grid-area: unset;
  }
  .grid__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
/*--------------------- 適用產業 -------------------------*/
.service-suitable {
  background-color: #faf9f9;
}
.service-suitable h2 {
  color: #1550aa;
}
.service-suitable .row {
  margin: 3.2rem 0;
}
.service-suitable figure {
  margin: 0 1.2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.service-suitable figcaption {
  text-align: center;
  border-left: solid 1px #f7f6f6;
  border-right: solid 1px #f7f6f6;
  border-bottom: solid 1px #f7f6f6;
  padding: 30px 0;
  background-color: #ffffff;
}
.service-suitable h3 {
  font-size: 1.5rem;
  color: var(--color-dblue);
}
.service-suitable strong {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 300;
}
.suitable-block {
  margin-bottom: 100px;
}
/*--------------------- 產品優勢 -------------------------*/
.service-excellent {
  background-image: url('../images/bg_service-excellent.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
}
.service-excellent h2 {
  color: #ffffff;
}
.excellent-block {
  position: relative;
  margin-bottom: 130px;
}
.service-excellent strong {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
}
.service-excellent .figure-wrap {
  color: #fff;
  text-align: center;
  position: relative;
  margin: 50px 10px;
}
.service-excellent .figure-wrap strong {
  font-size: 1.9rem;
  padding: 0 0;
}
.service-excellent .figure-wrap img {
  object-fit: contain;
  flex: 0 0 20%;
  width: 23%;
  object-position: center center;
  margin-bottom: 35px;
}
.service-excellent figure figcaption h3 {
  font-size: 1.5rem;
  color: #ff6600;
  margin-bottom: 15px;
  height: 4rem;
}
.service-excellent figure figcaption h3 span {
  display: block;
}
.service-excellent figure figcaption p {
  display: block;
  text-align: left;
  text-align: justify;
}
.service-excellent .container {
  margin-bottom: 150px;
}
.Kerning {
  display: inline-block !important;
  margin: 0 5px;
}
/*--------------------- 產品效益 -------------------------*/
.service-benefit {
  background-image: url('../images/bg_service.png'), linear-gradient(to bottom right, #c0ecfa, #f4fefd, #069ac9);
  background-repeat: no-repeat;
  background-position: center bottom 6%;
}
.service-benefit .row {
  margin-top: 50px;
}
.service-benefit h2 {
  color: #1550aa;
}
.service-benefit figure {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5em;
}
.efficacy-content h2 {
  color: #05a8fc;
  font-size: 1.5rem;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
.efficacy-content h2:after {
  content: '';
  display: none;
}
/*-------------------------------------------------
  news
-------------------------------------------------*/
.news {
  background: linear-gradient(to bottom, #ffffff 80%, #ccd3db 100%);
  padding-bottom: 200px;
}
.news-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: solid 1px #e0e0e0;
}
.news-title {}
.news-title h2 {
  font-size: 1.4rem;
  margin-bottom: 0.35em;
  color: var(--color-dblue);
}
.news-title h2 strong {
  display: inline-block;
}
.news-title span {
  font-size: 1rem;
  color: #88898a;
}
.newsMore {}
.newsMore a.Btn {
  text-decoration: none;
  color: #ffffff;
  font-size: .8rem;
  font-weight: 500;
  padding: 0.8em 1.8em;
  background-color: #ff6700;
}
.newsMore a.Btn img {
  height: 1.3em;
  margin-left: 15px;
}
a.Btn:hover {
  background-color: #ff802a;
}
@media (max-width: 1499.98px) {
  .kv-action {
    margin-top: 18em;
  }
}
@media (max-width: 1399.98px) {
  .section-title {
    padding-left: 2em;
  }
  .intro-p02 {
    margin-bottom: -12%;
  }
  .main-banner-inner {}
  .main-banner-inner h1 {
    font-size: 3.5rem;
  }
  .main-banner-inner p {
    font-size: 1.35rem;
  }
  .solution {
    margin-top: 20px;
  }
  .news-title {
    width: calc(100% - 20%);
  }
  .excellent-item .figure-wrap {
    padding-bottom: 80%;
    width: 80%;
  }
  .service-excellent figure figcaption h3 {
    height: 5.5rem;
  }
}
@media (max-width: 1199.98px) {
  .section-title {
    margin-bottom: 3.5em;
  }
  .app-swiper figcaption {
    padding: 2em 0 1em 0;
  }
  .features figure {
    padding: 0.5em 0.5em 1.5em
  }
  .cardFlip .cardBack p {
    padding: 1em;
  }
  .cardFlip .cardFront {
    display: flex;
    align-items: center
  }
  .serv-wrap {
    padding: 2em 0;
  }
  .serv-wrap li {
    padding: 0 0.5em 0.5em 0.5em;
  }
  .serv-wrap li div {
    background-position: center right 0.5em;
  }
  .main-banner-inner h1 {
    font-size: 2.5rem;
  }
  .banner-center h1 {
    font-size: 3.2rem;
  }
  .main-banner-inner {
    padding: 1em 4em 2em 4em;
  }
  .preface p {
    font-size: 1.2rem;
  }
  #navbarNav > div {
    text-align: center;
    margin: 50px 60px;
  }
  .nav-item .dropdown-menu {
    transform: translateX(0);
  }
  .nav-item .dropdown-menu {
    margin: 0 10%;
    background-color: rgba(255, 255, 255, .15);
  }
  .nav-item .dropdown-menu li a {
    color: #ffffff;
    padding: 2px 5px;
  }
  .nav-item .dropdown-menu li {
    margin: 0 0;
    line-height: 3.5rem;
  }
  .banner-hero {
    margin-top: 85px;
  }
  .excellent-item .figure-wrap {
    padding-bottom: 90%;
    width: 90%;
  }
  .service-suitable figure {
    margin: 0 0;
  }
  .service-suitable strong {
    padding: 0;
  }
  .service-function .function {
    padding: 1rem 1rem;
  }
  .service-excellent .figure-wrap img {
    width: 38%;
  }
  .excellent-block {
    margin-bottom: 65px;
  }
}
@media (max-width: 1024px) {
  .main-banner-inner {
    padding: 0 2.8em 1.5em 2.8em;
  }
  .main-banner-inner h1 {
    font-size: 2rem;
  }
  .banner-center span {
    font-size: 1.2rem;
  }
  .banner-center h1 {
    font-size: 3rem;
  }
  .main-banner-inner p {
    font-size: 1rem;
  }
  .pic-ml {
    margin-left: 5rem;
  }
  .pic-mr {
    margin-right: 5rem;
  }
  .nav-tabs .nav-link {
    padding: 10px 25px 20px 25px;
  }
  .solution {
    margin-top: 0;
  }
  .news-title {
    width: calc(100% - 25%);
  }
  .kv-action a.Btn {
    font-size: 1rem;
  }
  .serv-wrap {
    margin: 0;
  }
  .service-excellent .container {
    margin-bottom: 100px;
  }
  .grid__description > div {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .intro-p01 {
    width: 85%;
  }
  .about figure {
    flex-direction: column;
  }
  .item-content {
    margin-top: 2.5rem;
  }
  .pic-ml {
    margin-left: 2rem;
  }
  .pic-mr {
    margin-right: 2rem;
  }
  .item-content {
    width: 100%;
  }
  .defect figure {
    margin-bottom: 2.5em;
    flex-direction: column;
  }
  nav.solution {
    overflow-x: auto;
  }
  .nav-tabs {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .nav-tabs {
    padding: 0 8%;
  }
  .preface p {
    margin: 1rem 1.5rem;
    color: #ffffff;
    font-size: .9rem;
  }
  .serv-wrap {
    margin: 0 0.5em;
  }
  .serv-wrap li div {
    max-width: 10em;
  }
  .service-excellent figure figcaption h3 {
    height: 7rem;
  }
}
@media (max-width: 850px) {
  .main-banner-inner h1 {
    font-size: 1.6rem;
  }
  .banner-center h1 {
    font-size: 2.8rem;
  }
  .main-banner-inner p {
    font-size: .8rem;
  }
  .model {
    padding-top: 40px;
  }
  .model img {
    height: auto;
  }
  .excellent-item figcaption h3 {
    font-size: 1.5rem;
  }
  .grid__item figure img {
    width: 12vw;
  }
  .service-function .function {
    font-size: 1rem;
  }
  .grid__item figure strong:after {
    width: 30px;
    height: 30px;
  }
  .service-excellent .figure-wrap img {
    width: 48%;
  }
  .service-excellent .figure-wrap strong {
    font-size: 1.5rem;
  }
  .service-excellent .figure-wrap {
    margin: 45px 2px;
  }
  .service-excellent figure figcaption h3 {
    height: 6.8rem;
  }
}
@media (max-width: 768px) {
  .kv-action {
    margin-top: 9em;
  }
  .kv-action a.Btn {
    font-size: .9rem;
  }
  .app-swiper figcaption {
    padding: 1.5em 0 0.8em 0;
  }
  .excellent-item figcaption {
    flex-direction: column;
  }
  .service-excellent {
    background-size: cover;
  }
  .excellent-item .figure-wrap {
    padding-bottom: 100%;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  section {
    padding: 60px 0
  }
  .section-title {
    padding-left: 1em;
    margin-bottom: 2em;
  }
  .banner-hero {
    position: relative;
  }
  .banner-inner {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
  }
  .banner-inner h1 {
    width: auto;
    max-width: 300px;
  }
  .banner-hero-bg img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: left center;
    object-position: 7% 0;
  }
  .section-title h2 {
    font-size: 2.3rem;
  }
  .image-over {
    width: 70%;
    margin: auto
  }
  .kv-p {
    display: none;
  }
  .kv-pm {
    display: block;
  }
  .kv-action {
    margin-top: 20em;
  }
  .kv-action a.Btn {
    font-size: 1.5rem;
  }
  .weakness figure {
    margin-bottom: 1em
  }
  .weakness .row {
    margin-top: 1px
  }
  .features figure {
    display: flex;
    align-items: center;
    padding: 1em 0.5em;
    height: auto;
    margin: auto
  }
  .features figcaption {
    text-align: left;
    margin-left: 1em;
  }
  .features figure img {
    flex: 0 0 30%;
    height: auto;
    width: 30%;
    margin-bottom: 0;
    padding: 1em
  }
  .step-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .step-item .figure-wrap {
    flex: 0 0 160px;
    width: 160px;
    padding-bottom: 160px;
    margin-bottom: 0
  }
  .step-item figure i {
    margin-bottom: 0.2em;
  }
  .step-item p {
    margin-left: 1em;
  }
  .cases a, .cases a:hover {
    display: block
  }
  .case-desc {
    padding-left: 0;
  }
  .intro-p02 {
    width: 65%;
  }
  .about figure {
    margin-bottom: 2.5em;
  }
  .item-title {
    padding-left: 2em;
  }
  .main-banner-inner {
    justify-content: center;
    align-items: center;
  }
  .main-banner-inner h1 {
    font-size: 3rem;
  }
  .preface p {
    margin: 3rem 3rem;
    font-size: 1.4rem;
  }
  .step-content {
    padding: 2.5em 2em;
  }
  .step-content figcaption {
    flex-direction: column;
  }
  .step-sub {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .step-content strong {
    font-size: 3.5rem;
    width: 100%;
  }
  .step-content img {
    height: 72px;
    margin-right: 0;
    margin-left: 0;
  }
  .order {
    left: 36.5%;
  }
  .news-content {
    flex-direction: column;
    align-items: end;
    padding-bottom: 20px;
  }
  .news-title {
    width: 100%;
  }
  .about {
    padding-bottom: 100px;
  }
  .product {
    padding-bottom: 100px;
  }
  .news {
    padding-bottom: 100px;
  }
  .service-function h2 {
    top: -65px;
  }
  .service-suitable figure {
    margin: 1.5rem 0;
  }
  .service-suitable .row {
    margin: 0 0;
  }
  .bg-right img {
    object-position: bottom 0 right -190px;
  }
  .service-benefit figure {
    margin-bottom: 3.5em;
    flex-direction: column;
  }
  .pic-mr {
    margin-right: 0;
  }
  .pic-ml {
    margin-left: 0;
  }
  .banner-center h1 {
    font-size: 4.5rem;
  }
  .main-banner-inner {
    padding: 0 2.8em 3.5em 2.8em;
  }
  .grid__item figure img {
    width: 33vw;
  }
  .service-function .function {
    font-size: 2rem;
  }
  .service-suitable h3 {
    font-size: 2.2rem;
  }
  .suitable-block {
    margin-bottom: 30px;
  }
  .flex-grid p {
    font-size: 1.6rem;
  }
  .service-excellent .figure-wrap img {
    width: 42%;
  }
  .service-excellent .figure-wrap strong {
    font-size: 2.5rem;
  }
  .service-excellent figure figcaption h3 {
    height: auto;
  }
  .service-excellent figure figcaption h3 {
    font-size: 2.2rem;
  }
  .efficacy-content h2 {
    font-size: 2.2rem;
  }
  .grid__item {
    margin-top: 28px;
  }
  .service-suitable strong {
    font-size: 1.7rem;
  }
  .service-excellent strong {
    font-size: 1.7rem;
  }
}
@media (max-width: 430px) {
  .intro {
    background-image: url('../images/bg_intro_m.png');
    background-repeat: no-repeat;
    background-position: center bottom -68px
  }
  .section-title {
    border-left: solid 7px var(--color-orange);
    padding-right: 0;
  }
  .intro-p01 {
    width: 80%;
  }
  .main-banner-inner h1 {
    font-size: 2.7rem;
  }
  .main-banner-inner p {
    font-size: 1rem;
  }
  .main-banner-subtitle span {
    text-align: center;
  }
  .unit {
    display: none;
  }
  .unit-m {
    display: block;
    padding-top: 20px;
  }
  .model {
    display: none;
    padding-top: 100px;
    text-align: center;
  }
  .model-m {
    text-align: center;
    display: block;
  }
  .model-m img {
    width: 80%;
  }
  .solution button span {
    display: block;
  }
  .banner-center h1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 375px) {
  .banner-hero {
    margin-top: 60px;
  }
}