@charset "UTF-8";
.contact-us {
  width: 100%;
}
.contact-us .contact-box {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
}
.contact-us .image-wrap {
  width: 100%;
}
.contact-us .image-wrap .image-control {
  position: relative;
  height: 0;
  padding-bottom: 30.5%;
}
@media only screen and (max-width: 1500px) {
  .contact-us .image-wrap .image-control {
    padding-bottom: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-us .image-wrap .image-control {
    padding-bottom: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .image-wrap .image-control {
    padding-bottom: 400px;
  }
}
.contact-us .text-wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 45px;
  padding-left: 9%;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap {
    width: 100%;
    height: 100%;
    padding: 20px 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .text-wrap {
    padding: 20px 25px;
  }
}
.contact-us .text-wrap .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8eec8e), to(#0c628d));
  background-image: linear-gradient(#8eec8e, #0c628d);
  background-size: 100% 200%;
  background-position: 50% 50%;
  animation: grad 4s infinite alternate-reverse;
  opacity: 0.7;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap .bg {
    opacity: 0.4;
  }
}
.contact-us .text-wrap .big-title {
  font-size: 4.5rem;
  line-height: 1.2;
  letter-spacing: -0.7px;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 20px;
  top: 20px;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap .big-title {
    display: none;
  }
}
.contact-us .text-wrap .control {
  width: 100%;
  max-width: 435px;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap .control {
    text-align: center;
  }
}
.contact-us .text-wrap .title {
  position: relative;
  font-size: 2.1875rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .contact-us .text-wrap .title {
    font-size: 1.875rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 350px) {
  .contact-us .text-wrap .title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
.contact-us .text-wrap .content {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.45px;
  color: #ccc;
  margin-bottom: 45px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 1.625rem;
  max-height: 9.75rem;
}
@media only screen and (max-width: 767px) {
  .contact-us .text-wrap .content {
    margin-bottom: 35px;
  }
}
.contact-us .text-wrap .button-common {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap .button-common {
    margin: 0 auto;
  }
}
.contact-us.none .bg {
  width: 0;
  -webkit-transition: 1.1s;
  transition: 1.1s;
}
.contact-us.none .big-title, .contact-us.none .title, .contact-us.none .content, .contact-us.none .button-common {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}
.contact-us.none .big-title {
  -webkit-transition: 0.6s 0.5s;
  transition: 0.6s 0.5s;
}
.contact-us.show .bg {
  width: 100%;
}
.contact-us.show .big-title, .contact-us.show .title, .contact-us.show .content, .contact-us.show .button-common {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.solution-form {
  width: 100%;
  background-color: #fff;
  padding: 30px 30px 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1300px) {
  .solution-form {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .solution-form {
    padding: 30px 20px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .solution-form {
    width: 100%;
  }
}
.solution-form .form {
  width: 100%;
}
.solution-form .form-wrap {
  width: 100%;
}
.solution-form .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1300px) {
  .solution-form .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  .solution-form .inner:last-child {
    margin-bottom: 0;
  }
}
.solution-form .inner.head {
  border-bottom: 3px solid #959595;
}
@media only screen and (max-width: 1300px) {
  .solution-form .inner.head {
    display: none;
  }
}
.solution-form .inner.head .list {
  padding: 22px 25px;
  position: relative;
}
.solution-form .inner.head .list.right-icon {
  padding: 22px 50px;
}
.solution-form .inner.head .list.right-icon .icon {
  left: calc(100% + 10px);
}
.solution-form .inner.head .list.left-icon {
  padding: 22px 50px;
}
.solution-form .inner.head .list.left-icon .icon {
  right: calc(100% + 10px);
}
.solution-form .inner.content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.solution-form .inner.content .list {
  padding: 15px 30px;
}
@media only screen and (max-width: 1300px) {
  .solution-form .inner.content .list {
    padding: 15px 20px;
  }
}
.solution-form .inner.content .list .bg-color {
  opacity: 0.4;
}
.solution-form .inner.content .list li {
  margin: 4px 0;
  position: relative;
  counter-increment: my-awesome-counter;
}
@media only screen and (max-width: 1300px) {
  .solution-form .inner.content .list li {
    margin: 8px 0;
  }
}
.solution-form .inner.content .list li::before {
  content: counter(my-awesome-counter, upper-roman) ".";
  white-space: nowrap;
}
.solution-form .inner.content .list li:only-child {
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solution-form .inner.content .list li:only-child::before {
  display: none;
}
.solution-form .inner.content .list li:only-child > div {
  margin: 0;
}
.solution-form .inner.content .list.right-icon {
  padding: 10px 50px 10px 35px;
}
@media only screen and (max-width: 1300px) {
  .solution-form .inner.content .list.right-icon {
    padding: 15px 20px;
  }
}
.solution-form .inner.content .list.right-icon .icon {
  left: calc(100% + 15px);
}
.solution-form .inner.content .list.left-icon {
  padding: 10px 35px 10px 50px;
}
@media only screen and (max-width: 1300px) {
  .solution-form .inner.content .list.left-icon {
    padding: 15px 20px;
  }
}
.solution-form .inner.content .list.left-icon .icon {
  right: calc(100% + 15px);
}
.solution-form .list {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .solution-form .list {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .solution-form .list:first-child {
    border-bottom: 2px solid #959595;
  }
  .solution-form .list:first-child .bg-color {
    display: none;
  }
}
.solution-form .list .bg-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.solution-form .list .title-wrap {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.55px;
  color: #333;
  position: relative;
  margin-bottom: 5px;
  display: none;
}
@media only screen and (max-width: 1300px) {
  .solution-form .list .title-wrap {
    display: block;
  }
}
.solution-form .list .text-wrap {
  position: relative;
  display: inline-block;
}
.solution-form .list .text-wrap .icon img {
  animation: largeMove 0.9s infinite alternate-reverse;
}
@media only screen and (max-width: 1300px) {
  .solution-form .list .text-wrap .icon {
    display: none;
  }
}
.solution-form .list .text {
  display: inline-block;
}
.solution-form .list .icon {
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
.solution-form .list li {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .solution-form .list li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.solution-form .list li > div {
  margin-left: 4px;
  margin-right: 4px;
}
.solution-form .list li .marks {
  display: inline-block;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.solution-form .list li.t1 {
  font-size: 1.375rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.7px;
  color: #000;
  word-break: break-word;
}
.solution-form .list li.t2 {
  font-size: 1rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #333;
  word-break: break-word;
}
.solution-form .list li.t3 {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #666;
  word-break: break-word;
}
.solution-form .list li.t4 {
  font-size: 1rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.4px;
  color: #0066cc;
  word-break: break-word;
}
.solution-form.none {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.solution-form.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.solution_e {
  width: 100%;
}
.solution_e .page-path {
  top: auto;
  bottom: calc(100% - 200px);
}
@media only screen and (max-width: 1400px) {
  .solution_e .page-path {
    bottom: calc(100% - 120px);
  }
}
.solution_e .all-banner .bg-group {
  padding-bottom: 890px;
}
.solution_e .content {
  width: 100%;
}
.solution_e .content > .container {
  width: 100%;
}
.solution_e .content .head-box {
  width: 90%;
  margin: 0 auto;
  margin-top: -55px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1024px) {
  .solution_e .content .head-box {
    margin-top: -30px;
    margin-bottom: 65px;
  }
}
.solution_e .content .solution-detail {
  width: 100%;
}
.solution_e .content .solution-detail > .container {
  width: 100%;
}
.solution_e .content .solution-detail .intro-text .line-control {
  margin-bottom: 0;
}
.solution_e .content .solution-detail .necessity {
  width: 100%;
}
.solution_e .content .solution-detail .necessity .necessity-wrap {
  width: 100%;
  max-width: 1750px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 1400px) {
  .solution_e .content .solution-detail .necessity .necessity-wrap {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .solution_e .content .solution-detail .necessity .necessity-wrap {
    max-width: 50%;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 850px) {
  .solution_e .content .solution-detail .necessity .necessity-wrap {
    max-width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .solution_e .content .solution-detail .necessity .necessity-wrap {
    max-width: 100%;
  }
}
.solution_e .content .solution-detail .necessity .intro-text {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .solution_e .content .solution-detail .necessity .intro-text {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .necessity .intro-text {
    margin-bottom: 30px;
  }
}
.solution_e .content .solution-detail .necessity .cards {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.solution_e .content .solution-detail .necessity .card {
  width: 33.3333333333%;
  padding: 0 75px 80px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .solution_e .content .solution-detail .necessity .card {
    padding: 0 80px 80px 50px;
  }
}
@media only screen and (max-width: 1400px) {
  .solution_e .content .solution-detail .necessity .card {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .solution_e .content .solution-detail .necessity .card {
    width: 100%;
    padding: 0 55px 100px 25px !important;
  }
}
.solution_e .content .solution-detail .necessity .card .card-inner {
  position: relative;
}
.solution_e .content .solution-detail .necessity .card .image-wrap {
  width: 100%;
}
.solution_e .content .solution-detail .necessity .card .image-control {
  width: 100%;
  padding-bottom: 117.5%;
  overflow: hidden;
  position: relative;
}
.solution_e .content .solution-detail .necessity .card .text-wrap {
  width: 100%;
  max-width: 350px;
  position: absolute;
  right: -30px;
  bottom: -30px;
}
@media only screen and (max-width: 1024px) {
  .solution_e .content .solution-detail .necessity .card .text-wrap {
    top: auto !important;
    right: -20px !important;
    bottom: -20px !important;
  }
}
@media only screen and (max-width: 350px) {
  .solution_e .content .solution-detail .necessity .card .text-wrap {
    bottom: -50px !important;
  }
}
.solution_e .content .solution-detail .necessity .card .text-control {
  width: 100%;
  padding: 30px 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#fafafa));
  background-image: linear-gradient(180deg, #e5e5e5 0%, #fafafa 100%);
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .necessity .card .text-control {
    padding: 20px;
  }
}
.solution_e .content .solution-detail .necessity .card .no {
  font-size: 1.375rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.1;
  color: #1dc06a;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .necessity .card .no {
    font-size: 1.125rem;
  }
}
.solution_e .content .solution-detail .necessity .card .title {
  font-size: 1.875rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.2;
  color: #333;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .necessity .card .title {
    font-size: 1.5rem;
  }
}
.solution_e .content .solution-detail .necessity .card .content {
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.45px;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .necessity .card .content {
    font-size: 0.875rem;
  }
}
.solution_e .content .solution-detail .necessity .card:nth-child(even) {
  padding-top: 70px;
}
@media only screen and (max-width: 1500px) {
  .solution_e .content .solution-detail .necessity .card:nth-child(even) {
    padding-top: 50px;
  }
}
.solution_e .content .solution-detail .necessity .card:nth-child(even) .card-inner .text-wrap {
  bottom: auto;
  top: -30px;
}
.solution_e .content .solution-detail .necessity .cards.none .image-control {
  width: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.solution_e .content .solution-detail .necessity .cards.none .text-wrap {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.6s 0.3s;
  transition: 0.6s 0.3s;
}
.solution_e .content .solution-detail .necessity .cards.show .image-control {
  width: 100%;
}
.solution_e .content .solution-detail .necessity .cards.show .text-wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.solution_e .content .solution-detail .checking {
  width: 100%;
  background-color: #f5f5f5;
  max-width: calc(100% - 120px);
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .solution_e .content .solution-detail .checking {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 1200px) {
  .solution_e .content .solution-detail .checking {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  .solution_e .content .solution-detail .checking {
    max-width: 100%;
  }
}
.solution_e .content .solution-detail .checking .checking-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 200px;
  margin-bottom: 130px;
  position: relative;
}
@media only screen and (min-width: 1921px) {
  .solution_e .content .solution-detail .checking .checking-wrap {
    padding: 70px 15vw;
  }
}
@media only screen and (max-width: 1800px) {
  .solution_e .content .solution-detail .checking .checking-wrap {
    padding: 70px 3%;
  }
}
@media only screen and (max-width: 1500px) {
  .solution_e .content .solution-detail .checking .checking-wrap {
    padding: 70px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .solution_e .content .solution-detail .checking .checking-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
    padding: 60px 0 50px;
  }
}
.solution_e .content .solution-detail .checking .intro-text {
  position: absolute;
  left: 265px;
  top: 225px;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (min-width: 1921px) {
  .solution_e .content .solution-detail .checking .intro-text {
    left: 15vw;
  }
}
@media only screen and (max-width: 1800px) {
  .solution_e .content .solution-detail .checking .intro-text {
    left: 15%;
    top: 180px;
  }
}
@media only screen and (max-width: 1500px) {
  .solution_e .content .solution-detail .checking .intro-text {
    left: 8%;
  }
}
@media only screen and (max-width: 1400px) {
  .solution_e .content .solution-detail .checking .intro-text {
    left: 3%;
  }
}
@media only screen and (max-width: 1200px) {
  .solution_e .content .solution-detail .checking .intro-text {
    margin: 0;
    width: 100%;
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .checking .intro-text {
    margin: 0 0 40px 0;
  }
}
.solution_e .content .solution-detail .checking .intro-text .text-wrap {
  width: auto;
  max-width: initial;
  text-align: left;
}
.solution_e .content .solution-detail .checking .intro-text .text-wrap .line-control {
  margin-left: 0;
}
@media only screen and (max-width: 1200px) {
  .solution_e .content .solution-detail .checking .intro-text .text-wrap {
    width: 100%;
    max-width: 800px;
    text-align: center;
    padding: 0;
  }
  .solution_e .content .solution-detail .checking .intro-text .text-wrap .line-control {
    margin: 0 auto;
  }
}
.solution_e .content .solution-detail .checking .items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .solution_e .content .solution-detail .checking .items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.solution_e .content .solution-detail .checking .items .item-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 840px;
}
.solution_e .content .solution-detail .checking .items .item-control {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .checking .items .item-control {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 500px) {
  .solution_e .content .solution-detail .checking .items .item-control {
    width: 50%;
  }
}
.solution_e .content .solution-detail .checking .items .item {
  width: 100%;
  text-align: center;
  margin: 80px auto;
}
@media only screen and (max-width: 1500px) {
  .solution_e .content .solution-detail .checking .items .item {
    margin: 45px auto;
  }
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .checking .items .item {
    margin: 0 auto 40px;
  }
}
.solution_e .content .solution-detail .checking .items .inner {
  width: 100%;
}
.solution_e .content .solution-detail .checking .items .image-wrap {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .checking .items .image-wrap {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .solution_e .content .solution-detail .checking .items .image-wrap {
    width: 80px;
    height: 80px;
  }
}
.solution_e .content .solution-detail .checking .items .image-wrap img {
  width: 55%;
}
.solution_e .content .solution-detail .checking .items .text-wrap {
  font-size: 1.25rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.2;
  color: #333;
  padding: 0 10px;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .checking .items .text-wrap {
    font-size: 1.0625rem;
  }
}
.solution_e .content .solution-detail .checking.none {
  background-color: transparent;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.solution_e .content .solution-detail .checking.show {
  background-color: #f5f5f5;
}
.solution_e .content .solution-detail .checking .item-control.none {
  -webkit-transform: rotateY(80deg) skewY(20deg);
          transform: rotateY(80deg) skewY(20deg);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.solution_e .content .solution-detail .checking .item-control.show {
  -webkit-transform: rotateY(0deg) skewY(0deg);
          transform: rotateY(0deg) skewY(0deg);
}
.solution_e .content .solution-detail .monitor {
  width: 100%;
}
.solution_e .content .solution-detail .monitor .monitor-wrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 130px;
}
@media only screen and (max-width: 1024px) {
  .solution_e .content .solution-detail .monitor .monitor-wrap {
    margin: 0 auto 15%;
  }
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .monitor .monitor-wrap {
    max-width: 90%;
  }
}
.solution_e .content .solution-detail .monitor .intro-text {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .monitor .intro-text {
    margin-bottom: 30px;
  }
}
.solution_e .content .solution-detail .monitor .show-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  margin-bottom: 60px;
  position: relative;
}
.solution_e .content .solution-detail .monitor .show-info::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #25497a;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .monitor .show-info {
    display: block;
    margin-bottom: 40px;
  }
}
.solution_e .content .solution-detail .monitor .show-info > .wrap {
  width: 50%;
  text-align: center;
  padding: 40px 150px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .solution_e .content .solution-detail .monitor .show-info > .wrap {
    padding: 40px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .monitor .show-info > .wrap {
    width: 100%;
    padding: 30px;
  }
}
.solution_e .content .solution-detail .monitor .show-info > .wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 70%;
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .monitor .show-info > .wrap::after {
    top: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    height: 1px;
  }
}
.solution_e .content .solution-detail .monitor .show-info > .wrap:nth-child(2n)::after {
  display: none;
}
.solution_e .content .solution-detail .monitor .show-info > .wrap .no {
  font-size: 1.375rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.1;
  color: #1dc06a;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .monitor .show-info > .wrap .no {
    font-size: 1.25rem;
  }
}
.solution_e .content .solution-detail .monitor .show-info > .wrap .title {
  font-size: 1.875rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .monitor .show-info > .wrap .title {
    font-size: 1.5rem;
  }
}
.solution_e .content .solution-detail .monitor .show-info > .wrap .content {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.45px;
  color: #ccc;
}
.solution_e .content .solution-detail .monitor .show-info > .wrap .content .p-control {
  display: block;
}
.solution_e .content .solution-detail .monitor .show-info > .wrap .content p {
  display: inline-block;
  width: auto;
  margin-bottom: 3px;
  position: relative;
}
.solution_e .content .solution-detail .monitor .show-info > .wrap .content p::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ccc;
  margin-bottom: 3px;
  margin-right: 5px;
}
@media only screen and (max-width: 1024px) {
  .solution_e .content .solution-detail .monitor .solution-form {
    margin-bottom: 50px;
    width: 100%;
  }
}
.solution_e .content .solution-detail .monitor .solution-form .inner.head .list {
  padding: 22px 45px;
}
@media only screen and (max-width: 1300px) {
  .solution_e .content .solution-detail .monitor .solution-form .inner.head .list {
    padding: 15px 20px;
  }
}
.solution_e .content .solution-detail .monitor .solution-form .inner.content .list {
  padding: 25px 45px;
}
@media only screen and (max-width: 1300px) {
  .solution_e .content .solution-detail .monitor .solution-form .inner.content .list {
    padding: 15px 20px;
  }
}
.solution_e .content .solution-detail .monitor .solution-form .inner.content .list.right-icon {
  padding: 25px 70px 25px 45px;
}
@media only screen and (max-width: 1300px) {
  .solution_e .content .solution-detail .monitor .solution-form .inner.content .list.right-icon {
    padding: 15px 20px;
  }
  .solution_e .content .solution-detail .monitor .solution-form .inner.content .list.right-icon .icon {
    left: auto;
    right: calc(100% + 15px);
  }
}
.solution_e .content .solution-detail .monitor .solution-form .inner .list:nth-child(1) {
  width: 39%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.solution_e .content .solution-detail .monitor .solution-form .inner .list:nth-child(2) {
  width: 22%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.solution_e .content .solution-detail .monitor .solution-form .inner .list:nth-child(3) {
  width: 39%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
@media only screen and (max-width: 1300px) {
  .solution_e .content .solution-detail .monitor .solution-form .inner .list {
    width: 100% !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center !important;
  }
  .solution_e .content .solution-detail .monitor .solution-form .inner .list .title-wrap {
    margin-bottom: 12px;
  }
  .solution_e .content .solution-detail .monitor .solution-form .inner .list:first-child {
    border-bottom: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .solution_e .content .solution-detail .monitor .solution-form .inner .list:first-child li {
    color: #0066cc;
  }
  .solution_e .content .solution-detail .monitor .solution-form .inner .list:first-child .bg-color {
    display: block;
  }
  .solution_e .content .solution-detail .monitor .solution-form .inner .list:nth-child(2) {
    border-bottom: 2px solid #959595;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .solution_e .content .solution-detail .monitor .solution-form .inner .list:nth-child(2) li {
    font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
    font-size: 1.25rem;
    color: #333;
  }
  .solution_e .content .solution-detail .monitor .solution-form .inner .list:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.solution_e .content .solution-detail .monitor .watch-info {
  width: 100%;
}
.solution_e .content .solution-detail .monitor .watch-info > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .solution_e .content .solution-detail .monitor .watch-info > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.solution_e .content .solution-detail .monitor .watch-info .left-text {
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .solution_e .content .solution-detail .monitor .watch-info .left-text {
    margin-right: 0;
  }
}
.solution_e .content .solution-detail .monitor .watch-info .left-text .inner {
  max-width: 265px;
}
@media only screen and (max-width: 1024px) {
  .solution_e .content .solution-detail .monitor .watch-info .left-text .inner {
    text-align: center;
  }
}
.solution_e .content .solution-detail .monitor .watch-info .left-text .inner .title {
  font-size: 1.875rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.2;
  color: #333;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .monitor .watch-info .left-text .inner .title {
    font-size: 1.5625rem;
    margin-bottom: 15px;
  }
}
.solution_e .content .solution-detail .monitor .watch-info .left-text .inner .content {
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.45px;
  color: #666;
}
.solution_e .content .solution-detail .monitor .watch-info .right-val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .solution_e .content .solution-detail .monitor .watch-info .right-val {
    width: 100%;
  }
}
.solution_e .content .solution-detail .monitor .watch-info .right-val .inner {
  width: 50%;
  margin: 0 auto;
  padding: 50px 100px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .solution_e .content .solution-detail .monitor .watch-info .right-val .inner {
    padding: 40px 0;
  }
}
.solution_e .content .solution-detail .monitor .watch-info .right-val .inner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.solution_e .content .solution-detail .monitor .watch-info .right-val .inner:nth-child(2n)::after {
  display: none;
}
.solution_e .content .solution-detail .monitor .watch-info .right-val .inner .val-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  white-space: nowrap;
  margin-bottom: 15px;
}
.solution_e .content .solution-detail .monitor .watch-info .right-val .inner .val-sect .no, .solution_e .content .solution-detail .monitor .watch-info .right-val .inner .val-sect .marks {
  font-size: 6.875rem;
  line-height: 1.1;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#8eec8e), to(#0c628d));
  background: linear-gradient(#8eec8e, #0c628d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .solution_e .content .solution-detail .monitor .watch-info .right-val .inner .val-sect .no, .solution_e .content .solution-detail .monitor .watch-info .right-val .inner .val-sect .marks {
    color: #333;
    background: transparent;
  }
}
@media only screen and (max-width: 1400px) {
  .solution_e .content .solution-detail .monitor .watch-info .right-val .inner .val-sect .no, .solution_e .content .solution-detail .monitor .watch-info .right-val .inner .val-sect .marks {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .monitor .watch-info .right-val .inner .val-sect .no, .solution_e .content .solution-detail .monitor .watch-info .right-val .inner .val-sect .marks {
    font-size: 3.875rem;
  }
}
.solution_e .content .solution-detail .monitor .watch-info .right-val .inner .val-sect .marks {
  font-size: 4.375rem;
}
@media only screen and (max-width: 1400px) {
  .solution_e .content .solution-detail .monitor .watch-info .right-val .inner .val-sect .marks {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .monitor .watch-info .right-val .inner .val-sect .marks {
    font-size: 3.125rem;
  }
}
.solution_e .content .solution-detail .monitor .watch-info .right-val .inner .val-sect .unit {
  font-size: 1.125rem;
  line-height: 1.1;
  letter-spacing: 0.3px;
  padding-bottom: 10px;
  color: #999;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .monitor .watch-info .right-val .inner .val-sect .unit {
    font-size: 1rem;
  }
}
.solution_e .content .solution-detail .monitor .watch-info .right-val .inner .title {
  font-size: 1.5rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.5;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .solution_e .content .solution-detail .monitor .watch-info .right-val .inner .title {
    font-size: 1.125rem;
  }
}
.solution_e .content .solution-detail .monitor .show-info.none::after {
  width: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.solution_e .content .solution-detail .monitor .show-info.show::after {
  width: 100%;
}
.solution_e .content .solution-detail .monitor .watch-info.none .left-text, .solution_e .content .solution-detail .monitor .watch-info.none .right-val {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.solution_e .content .solution-detail .monitor .watch-info.none .right-val {
  -webkit-transition: 0.8s 0.3s;
  transition: 0.8s 0.3s;
}
.solution_e .content .solution-detail .monitor .watch-info.show .left-text, .solution_e .content .solution-detail .monitor .watch-info.show .right-val {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=solution_e.css.map */