@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);
}

.show-video-sect {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .show-video-sect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.show-video-sect .bg-box {
  width: 100%;
  height: 0;
  padding-bottom: 38.6%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .show-video-sect .bg-box {
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .show-video-sect .bg-box {
    padding-bottom: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .show-video-sect .bg-box {
    padding-bottom: 100%;
  }
}
.show-video-sect .bg-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00416a), to(#71a8c3));
  background-image: linear-gradient(#00416a, #71a8c3);
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .show-video-sect .bg-box::after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}
.show-video-sect .image-control {
  width: 100%;
  height: 100%;
}
.show-video-sect .image {
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  top: -40%;
}
@media only screen and (max-width: 1024px) {
  .show-video-sect .image.desk {
    display: none;
  }
}
.show-video-sect .image.mob {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .show-video-sect .image.mob {
    display: block;
  }
}
.show-video-sect .video {
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .show-video-sect .video:hover .overlay {
    opacity: 0.3;
  }
}
.show-video-sect .video img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.show-video-sect .video .overlay {
  opacity: 0;
}
.show-video-sect .video .playButton {
  width: 60px !important;
  height: 60px !important;
  background-color: #8ae88d;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .show-video-sect .video .playButton {
    width: 50px !important;
    height: 50px !important;
  }
}
@media only screen and (max-width: 360px) {
  .show-video-sect .video .playButton {
    top: 60%;
  }
}
.show-video-sect .video .playButton::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #fff;
}

.solution_g {
  width: 100%;
}
.solution_g .page-path {
  top: auto;
  bottom: calc(100% - 200px);
}
@media only screen and (max-width: 1400px) {
  .solution_g .page-path {
    bottom: calc(100% - 120px);
  }
}
.solution_g .all-banner .bg-group {
  padding-bottom: 890px;
}
.solution_g .content {
  width: 100%;
}
.solution_g .content > .container {
  width: 100%;
}
.solution_g .content .type-control.outer {
  margin-top: -55px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .type-control.outer {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 575px) {
  .solution_g .content .type-control.outer {
    margin-top: 0;
  }
  .solution_g .content .type-control.outer .type .textli {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.solution_g .content .head-box {
  position: relative;
  max-width: 87%;
  margin: -51px auto 0;
  padding: 100px 40px 65px;
  background-color: #e5e5e5;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  z-index: 4;
}
@media only screen and (max-width: 1300px) {
  .solution_g .content .head-box {
    margin: 0 auto;
    max-width: 90%;
    position: relative;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .solution_g .content .head-box {
    max-width: 100%;
    padding: 30px 20px;
  }
}
.solution_g .content .solution-detail {
  width: 100%;
}
.solution_g .content .detail-1 {
  width: 100%;
  display: none;
}
.solution_g .content .detail-1 .head-box {
  margin-bottom: 40px;
}
.solution_g .content .detail-1 .about-info {
  width: 100%;
}
.solution_g .content .detail-1 .about-info .about-info-wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 65px;
  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: 1400px) {
  .solution_g .content .detail-1 .about-info .about-info-wrap {
    max-width: 1000px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .about-info .about-info-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 auto 35px;
  }
}
.solution_g .content .detail-1 .about-info .left-sect {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .about-info .left-sect {
    width: 100%;
  }
}
.solution_g .content .detail-1 .about-info .left-sect .inner-box {
  width: 50%;
  position: relative;
}
.solution_g .content .detail-1 .about-info .left-sect .inner-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.solution_g .content .detail-1 .about-info .left-sect .inner-box:nth-last-child(-n+2)::before {
  display: none;
}
.solution_g .content .detail-1 .about-info .left-sect .inner {
  width: 200px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .about-info .left-sect .inner {
    width: 100%;
    padding: 40px 0;
  }
}
.solution_g .content .detail-1 .about-info .left-sect .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;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .about-info .left-sect .val-sect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.solution_g .content .detail-1 .about-info .left-sect .val-sect .no, .solution_g .content .detail-1 .about-info .left-sect .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_g .content .detail-1 .about-info .left-sect .val-sect .no, .solution_g .content .detail-1 .about-info .left-sect .val-sect .marks {
    color: #333;
    background: transparent;
  }
}
@media only screen and (max-width: 1400px) {
  .solution_g .content .detail-1 .about-info .left-sect .val-sect .no, .solution_g .content .detail-1 .about-info .left-sect .val-sect .marks {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-1 .about-info .left-sect .val-sect .no, .solution_g .content .detail-1 .about-info .left-sect .val-sect .marks {
    font-size: 4.0625rem;
  }
}
.solution_g .content .detail-1 .about-info .left-sect .val-sect .marks {
  font-size: 4.375rem;
}
@media only screen and (max-width: 1400px) {
  .solution_g .content .detail-1 .about-info .left-sect .val-sect .marks {
    font-size: 3.75rem;
  }
}
.solution_g .content .detail-1 .about-info .left-sect .val-sect .unit {
  font-size: 1.125rem;
  line-height: 1.1;
  letter-spacing: 0.3px;
  padding-bottom: 10px;
  color: #999;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-1 .about-info .left-sect .val-sect .unit {
    font-size: 1rem;
  }
}
.solution_g .content .detail-1 .about-info .left-sect .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_g .content .detail-1 .about-info .left-sect .title {
    font-size: 1rem;
  }
}
.solution_g .content .detail-1 .about-info .right-sect {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .about-info .right-sect {
    width: 100%;
  }
}
.solution_g .content .detail-1 .about-info .right-sect .intro-text {
  width: auto;
}
.solution_g .content .detail-1 .about-info .right-sect .text-wrap {
  width: 100%;
  max-width: none;
  text-align: right;
}
.solution_g .content .detail-1 .about-info .right-sect .text-wrap .line-control, .solution_g .content .detail-1 .about-info .right-sect .text-wrap .content {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .about-info .right-sect .text-wrap {
    text-align: center;
  }
  .solution_g .content .detail-1 .about-info .right-sect .text-wrap .line-control, .solution_g .content .detail-1 .about-info .right-sect .text-wrap .content {
    margin-left: auto;
    margin-right: auto;
  }
}
.solution_g .content .detail-1 .about-info .left-sect.none {
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.solution_g .content .detail-1 .about-info .left-sect.show {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.solution_g .content .detail-1 .video-info {
  width: 100%;
}
.solution_g .content .detail-1 .video-info .video-info-wrap {
  width: 100%;
  max-width: calc(100% - 75px);
  margin-left: auto;
  margin-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .video-info .video-info-wrap {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}
.solution_g .content .detail-1 .video-info .show-video-sect .video-text {
  width: 50%;
  padding-left: 7%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .video-info .show-video-sect .video-text {
    width: 100%;
    padding: 0 70px;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-1 .video-info .show-video-sect .video-text {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .solution_g .content .detail-1 .video-info .show-video-sect .video-text {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.solution_g .content .detail-1 .video-info .show-video-sect .video-text .inner {
  width: 100%;
  max-width: 420px;
}
.solution_g .content .detail-1 .video-info .show-video-sect .video-text .title {
  font-size: 1.875rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .video-info .show-video-sect .video-text .title {
    color: #000;
  }
}
.solution_g .content .detail-1 .video-info .show-video-sect .video-text .text {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.45px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .video-info .show-video-sect .video-text .text {
    color: #333;
  }
}
.solution_g .content .detail-1 .video-info .show-video-sect.none .video-text .inner .title, .solution_g .content .detail-1 .video-info .show-video-sect.none .video-text .inner .text {
  opacity: 0;
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}
.solution_g .content .detail-1 .video-info .show-video-sect.none .video-text .inner .title {
  -webkit-transition: 0.7s 0.3s;
  transition: 0.7s 0.3s;
}
.solution_g .content .detail-1 .video-info .show-video-sect.none .video-text .inner .text {
  -webkit-transition: 0.7s 0.4s;
  transition: 0.7s 0.4s;
}
.solution_g .content .detail-1 .video-info .show-video-sect.none .bg-box {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.solution_g .content .detail-1 .video-info .show-video-sect.show .video-text .inner .title, .solution_g .content .detail-1 .video-info .show-video-sect.show .video-text .inner .text {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.solution_g .content .detail-1 .video-info .show-video-sect.show .bg-box {
  opacity: 1;
}
.solution_g .content .detail-1 .product-info {
  width: 100%;
}
.solution_g .content .detail-1 .product-info .product-info-wrap {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto 130px;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .product-info .product-info-wrap {
    margin-bottom: 90px;
  }
}
.solution_g .content .detail-1 .product-info .intro-text {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .product-info .intro-text {
    margin-bottom: 40px;
  }
}
.solution_g .content .detail-1 .product-info .product-cards {
  width: 100%;
}
.solution_g .content .detail-1 .product-info .product-card {
  width: 100%;
}
.solution_g .content .detail-1 .product-info .product-inner {
  width: 100%;
  max-width: 86.5%;
  margin-bottom: 70px;
  background-color: #f3f3f3;
  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;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .solution_g .content .detail-1 .product-info .product-inner:hover .product-mask {
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (max-width: 1400px) {
  .solution_g .content .detail-1 .product-info .product-inner {
    max-width: 95%;
  }
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .product-info .product-inner {
    max-width: 70%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    padding: 0;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-1 .product-info .product-inner {
    max-width: 90%;
  }
}
.solution_g .content .detail-1 .product-info .product-inner .no {
  font-size: 4.375rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: -1.4px;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .product-info .product-inner .no {
    position: static !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    font-size: 3.75rem;
    padding: 40px 40px 0;
    color: #206dac;
  }
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-1 .product-info .product-inner .no {
    display: none;
  }
}
.solution_g .content .detail-1 .product-info .product-inner::before {
  content: "";
  width: 5px;
  height: 70%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .product-info .product-inner::before {
    display: none;
  }
}
.solution_g .content .detail-1 .product-info .product-inner .text-wrap {
  width: 45%;
  padding: 60px 30px;
  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;
  width: auto;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .product-info .product-inner .text-wrap {
    padding: 25px 40px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-1 .product-info .product-inner .text-wrap {
    padding: 30px 25px 40px;
  }
}
.solution_g .content .detail-1 .product-info .product-inner .title {
  font-size: 1.875rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: #333;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .product-info .product-inner .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-1 .product-info .product-inner .title {
    font-size: 1.625rem;
  }
}
.solution_g .content .detail-1 .product-info .product-inner .content {
  font-size: 0.9375rem;
  letter-spacing: 0.45px;
  line-height: 1.6;
  color: #333;
}
.solution_g .content .detail-1 .product-info .product-inner .content p {
  display: block;
  position: relative;
  padding-left: 15px;
}
.solution_g .content .detail-1 .product-info .product-inner .content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #aaa;
}
.solution_g .content .detail-1 .product-info .product-inner .button-common {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .product-info .product-inner .button-common {
    display: none;
  }
}
.solution_g .content .detail-1 .product-info .product-inner .button-common.mob {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .product-info .product-inner .button-common.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.solution_g .content .detail-1 .product-info .product-inner .image-wrap {
  width: 55%;
  padding: 60px 30px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .product-info .product-inner .image-wrap {
    width: 100%;
    padding: 50px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-1 .product-info .product-inner .image-wrap {
    padding: 30px 20px;
  }
}
.solution_g .content .detail-1 .product-info .product-inner .product-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  background-color: rgba(238, 238, 238, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: all;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .product-info .product-inner .product-mask {
    display: none;
  }
}
.solution_g .content .detail-1 .product-info .product-inner .image-control {
  width: 400px;
  margin: 0 auto;
  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: 767px) {
  .solution_g .content .detail-1 .product-info .product-inner .image-control {
    width: 250px;
  }
}
.solution_g .content .detail-1 .product-info .product-inner .image-control img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.solution_g .content .detail-1 .product-info .product-card:nth-child(odd) .product-inner {
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .solution_g .content .detail-1 .product-info .product-card:nth-child(odd) .product-inner:hover .no {
    color: #1dc06a;
  }
}
.solution_g .content .detail-1 .product-info .product-card:nth-child(odd) .product-inner .no {
  right: 0;
}
@media only screen and (min-width: 1025px) {
  .solution_g .content .detail-1 .product-info .product-card:nth-child(odd) .product-inner .no:hover {
    color: #1dc06a;
  }
}
.solution_g .content .detail-1 .product-info .product-card:nth-child(odd) .product-inner::before {
  left: 0;
  background-color: #1dc06a;
}
.solution_g .content .detail-1 .product-info .product-card:nth-child(odd) .product-inner .text-wrap {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .product-info .product-card:nth-child(odd) .product-inner .text-wrap {
    border: none;
  }
}
.solution_g .content .detail-1 .product-info .product-card:nth-child(even) .product-inner {
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 1025px) {
  .solution_g .content .detail-1 .product-info .product-card:nth-child(even) .product-inner:hover .no {
    color: #0c628d;
  }
}
.solution_g .content .detail-1 .product-info .product-card:nth-child(even) .product-inner .no {
  left: 0;
}
.solution_g .content .detail-1 .product-info .product-card:nth-child(even) .product-inner::before {
  right: 0;
  background-color: #0c628d;
}
.solution_g .content .detail-1 .product-info .product-card:nth-child(even) .product-inner .text-wrap {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .product-info .product-card:nth-child(even) .product-inner .text-wrap {
    border: none;
  }
}
.solution_g .content .detail-1 .product-info .product-card:last-child .product-inner {
  margin-bottom: 0;
}
.solution_g .content .detail-1 .product-info .product-card.none {
  opacity: 0;
  -webkit-transition: 0.7s 0.1s;
  transition: 0.7s 0.1s;
}
.solution_g .content .detail-1 .product-info .product-card.none:nth-child(odd) {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.solution_g .content .detail-1 .product-info .product-card.none:nth-child(even) {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.solution_g .content .detail-1 .product-info .product-card.show {
  opacity: 1;
}
.solution_g .content .detail-1 .product-info .product-card.show:nth-child(odd) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.solution_g .content .detail-1 .product-info .product-card.show:nth-child(even) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.solution_g .content .detail-1 .case-info {
  width: 100%;
}
.solution_g .content .detail-1 .case-info .case-info-wrap {
  width: 100%;
  margin-bottom: 190px;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .case-info .case-info-wrap {
    margin-bottom: 90px;
  }
}
.solution_g .content .detail-1 .case-info .intro-text {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .case-info .intro-text {
    margin-bottom: 40px;
  }
}
.solution_g .content .detail-1 .case-info .case-cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solution_g .content .detail-1 .case-info .case-card {
  width: 100%;
  max-width: calc((100% - 6px) / 3);
  margin-right: 3px;
  margin-bottom: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.solution_g .content .detail-1 .case-info .case-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 25px);
  width: 100%;
  height: 1px;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.9);
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}
@media only screen and (min-width: 1401px) {
  .solution_g .content .detail-1 .case-info .case-card:nth-child(3n) {
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .solution_g .content .detail-1 .case-info .case-card:hover::after {
    opacity: 1;
  }
  .solution_g .content .detail-1 .case-info .case-card:hover .case-inner {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .solution_g .content .detail-1 .case-info .case-card:hover .case-inner .text-wrap.mask {
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    opacity: 0;
  }
  .solution_g .content .detail-1 .case-info .case-card:hover .case-inner .text-wrap.real {
    opacity: 1;
  }
}
@media only screen and (max-width: 1400px) {
  .solution_g .content .detail-1 .case-info .case-card {
    max-width: calc((100% - 6px) / 2);
  }
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .case-info .case-card {
    max-width: 60%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-1 .case-info .case-card {
    max-width: 90%;
  }
}
.solution_g .content .detail-1 .case-info .case-inner {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 71%;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1600px) {
  .solution_g .content .detail-1 .case-info .case-inner {
    padding-bottom: 120%;
  }
}
@media only screen and (max-width: 1400px) {
  .solution_g .content .detail-1 .case-info .case-inner {
    padding-bottom: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .case-info .case-inner {
    padding-bottom: 0;
    height: auto;
  }
}
.solution_g .content .detail-1 .case-info .case-inner .image-wrap {
  width: 100%;
}
.solution_g .content .detail-1 .case-info .case-inner .image-wrap .image-control {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .case-info .case-inner .image-wrap .image-control {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 575px) {
  .solution_g .content .detail-1 .case-info .case-inner .image-wrap .image-control {
    padding-bottom: 80%;
  }
}
.solution_g .content .detail-1 .case-info .case-inner .image-wrap .background {
  z-index: -1;
}
.solution_g .content .detail-1 .case-info .case-inner .text-wrap {
  width: 100%;
  height: 100%;
  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;
  padding: 65px 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}
.solution_g .content .detail-1 .case-info .case-inner .text-wrap.mask {
  background-color: rgba(0, 0, 0, 0.6);
}
.solution_g .content .detail-1 .case-info .case-inner .text-wrap.mask .title {
  color: #fff;
}
.solution_g .content .detail-1 .case-info .case-inner .text-wrap.real {
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
}
@media only screen and (max-width: 1800px) {
  .solution_g .content .detail-1 .case-info .case-inner .text-wrap {
    padding: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-1 .case-info .case-inner .text-wrap {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-color: #f3f3f3 !important;
  }
  .solution_g .content .detail-1 .case-info .case-inner .text-wrap.mask {
    display: none;
  }
  .solution_g .content .detail-1 .case-info .case-inner .text-wrap.real {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-1 .case-info .case-inner .text-wrap {
    padding: 30px 20px;
  }
}
.solution_g .content .detail-1 .case-info .case-inner .no {
  font-size: 1.375rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.2;
  color: #1dc06a;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .solution_g .content .detail-1 .case-info .case-inner .no {
    display: none;
  }
}
.solution_g .content .detail-1 .case-info .case-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: 25px;
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-1 .case-info .case-inner .title {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.solution_g .content .detail-1 .case-info .case-inner .types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-1 .case-info .case-inner .types {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
}
.solution_g .content .detail-1 .case-info .case-inner .types .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-1 .case-info .case-inner .types .type {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.solution_g .content .detail-1 .case-info .case-inner .types .icon {
  margin-right: 5px;
}
.solution_g .content .detail-1 .case-info .case-inner .types .icon .icon-pin {
  font-size: 15px;
}
.solution_g .content .detail-1 .case-info .case-inner .types .icon .dot {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1dc06a;
}
.solution_g .content .detail-1 .case-info .case-inner .types .text {
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.45px;
  color: #666;
}
.solution_g .content .detail-1 .case-info .case-inner .line-control {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-1 .case-info .case-inner .line-control {
    margin-bottom: 20px;
  }
}
.solution_g .content .detail-1 .case-info .case-inner .content {
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.45px;
  color: #666;
  margin-bottom: 35px;
}
.solution_g .content .detail-1 .case-info .case-card.none {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.7s 0.1s;
  transition: 0.7s 0.1s;
}
.solution_g .content .detail-1 .case-info .case-card.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.solution_g .content .detail-2 {
  display: none;
}
.solution_g .content .detail-2 .head-box {
  margin-bottom: 110px;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-2 .head-box {
    margin-bottom: 50px;
  }
}
.solution_g .content .detail-2 .product-info {
  width: 100%;
}
.solution_g .content .detail-2 .product-info .product-info-wrap {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto 130px;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-2 .product-info .product-info-wrap {
    margin-bottom: 90px;
  }
}
.solution_g .content .detail-2 .product-info .intro-text {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-2 .product-info .intro-text {
    margin-bottom: 40px;
  }
}
.solution_g .content .detail-2 .type-cards {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-2 .type-cards {
    margin-bottom: 15%;
  }
}
.solution_g .content .detail-2 .type-cards .card {
  padding-bottom: 120px;
}
.solution_g .content .detail-2 .type-cards .card .text-wrap::after {
  left: 0;
}
.solution_g .content .detail-2 .type-cards .card:nth-child(even) .card-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.solution_g .content .detail-2 .type-cards .card:nth-child(even) .card-inner .text-wrap::after {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-2 .type-cards .card {
    width: 70%;
    margin: 0 auto 50px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-2 .type-cards .card {
    width: 90%;
  }
}
.solution_g .content .detail-2 .type-cards .card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .solution_g .content .detail-2 .type-cards .card-inner:hover .image-mask {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-2 .type-cards .card-inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.solution_g .content .detail-2 .type-cards .image-wrap {
  width: 100%;
  max-width: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.solution_g .content .detail-2 .type-cards .image-wrap .image-control {
  width: 100%;
  padding-bottom: 117%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-2 .type-cards .image-wrap .image-control {
    padding-bottom: 110%;
  }
}
@media only screen and (max-width: 575px) {
  .solution_g .content .detail-2 .type-cards .image-wrap .image-control {
    padding-bottom: 117%;
  }
}
@media only screen and (max-width: 1400px) {
  .solution_g .content .detail-2 .type-cards .image-wrap {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-2 .type-cards .image-wrap {
    max-width: 100%;
  }
}
.solution_g .content .detail-2 .type-cards .intro-text .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  min-height: 65%;
  padding: 80px 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 241, 0.8)), to(#f1f1f1));
  background-image: linear-gradient(180deg, rgba(241, 241, 241, 0.8) 0%, #f1f1f1 100%);
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .solution_g .content .detail-2 .type-cards .intro-text .text-wrap {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-2 .type-cards .intro-text .text-wrap {
    padding: 30px 20px;
  }
}
.solution_g .content .detail-2 .type-cards .intro-text .text-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 70%;
  height: 5px;
  background-color: #1dc06a;
}
@media only screen and (max-width: 767px) {
  .solution_g .content .detail-2 .type-cards .intro-text .text-wrap::after {
    display: none;
  }
}
.solution_g .content .detail-2 .type-cards .intro-text .line-control, .solution_g .content .detail-2 .type-cards .intro-text .content {
  margin-left: 0;
}
.solution_g .content .detail-2 .type-cards .intro-text .content {
  margin-bottom: 20px;
}
.solution_g .content .detail-2 .type-cards .intro-text .detail {
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #333;
}
.solution_g .content .detail-2 .type-cards .intro-text .detail p {
  display: block;
  position: relative;
  padding-left: 15px;
}
.solution_g .content .detail-2 .type-cards .intro-text .detail p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1dc06a;
}
.solution_g .content .detail-2 .type-cards .intro-text .button-common {
  display: none;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .solution_g .content .detail-2 .type-cards .intro-text .button-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.solution_g .content .detail-2 .card.none .image-control .background {
  width: 10%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.solution_g .content .detail-2 .card.none .intro-text {
  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_g .content .detail-2 .card.show .image-control .background {
  width: 100%;
}
.solution_g .content .detail-2 .card.show .intro-text {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.solution_g .type-control.inner .types {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 25px;
}
@media only screen and (max-width: 1200px) {
  .solution_g .type-control.inner .types {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .solution_g .type-control.inner .types {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
/*# sourceMappingURL=solution_g.css.map */