@charset "UTF-8";
.home .home-text-box .home-text {
  width: 100%;
}
.home .home-text-box .home-text .title {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .home .home-text-box .home-text .title {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .home .home-text-box .home-text .title {
    font-size: 2.125rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home .home-text-box .home-text .title {
    font-weight: bold;
  }
}
.home .home-text-box .home-text .sub {
  font-size: 1.375rem;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .home .home-text-box .home-text .sub {
    font-size: 0.8125rem;
    margin-bottom: 20px;
  }
}
.home .home-text-box .home-text .content {
  font-size: 0.875rem;
  letter-spacing: 0.45px;
  line-height: 1.8;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.375rem;
  max-height: 5.5rem;
}
.home .home-text-box.waypoint .title {
  opacity: 0;
  -webkit-transform: translate(15px, 0);
      -ms-transform: translate(15px, 0);
          transform: translate(15px, 0);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.home .home-text-box.waypoint .sub, .home .home-text-box.waypoint .content {
  opacity: 0;
}
.home .home-text-box.waypoint .sub {
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}
.home .home-text-box.waypoint .content {
  -webkit-transition: 0.6s 0.7s;
  transition: 0.6s 0.7s;
}
.home .home-text-box.show .title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.home .home-text-box.show .sub, .home .home-text-box.show .content {
  opacity: 1;
}
.home section, .home .background {
  position: relative;
}
.home .banner {
  width: 100%;
}
.home .banner.waypoint .swiper-slide .type {
  opacity: 0;
  -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
          transform: translate(10px, 0);
  -webkit-transition: 0s;
  transition: 0s;
}
.home .banner.waypoint .swiper-slide .text, .home .banner.waypoint .swiper-slide .btn-learn {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}
.home .banner.waypoint .swiper-slide .title {
  opacity: 0;
  -webkit-transform: translate(15px, 10px);
      -ms-transform: translate(15px, 10px);
          transform: translate(15px, 10px);
  -webkit-transition: 0s;
  transition: 0s;
}
.home .banner.show .swiper-slide .type {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition: 1.2s 0.7s;
  transition: 1.2s 0.7s;
}
.home .banner.show .swiper-slide .text, .home .banner.show .swiper-slide .btn-learn {
  opacity: 1;
  -webkit-transition: 1.1s 0.5s;
  transition: 1.1s 0.5s;
}
.home .banner.show .swiper-slide .title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.home .banner .container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .home .banner .tool-box {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .home .banner .swiper-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.home .banner .swiper-slide {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .home .banner .swiper-slide {
    min-height: 0;
    height: auto;
    padding: 25vh 0;
  }
}
.home .banner .swiper-slide.move .text-wrap {
  opacity: 0;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: 0s;
  transition: 0s;
}
.home .banner .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 0;
}
.home .banner .swiper-slide.white:after {
  background: rgba(0, 0, 0, 0.5);
}
.home .banner .swiper-slide.mask:after {
  opacity: 1;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.home .banner .swiper-slide.center .inner-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .banner .swiper-slide.center .text-wrap {
  text-align: center;
}
.home .banner .swiper-slide.right .inner-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .home .banner .swiper-slide.right .inner-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home .banner .swiper-slide.left .inner-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.home .banner .swiper-slide.half {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .home .banner .swiper-slide.half {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home .banner .swiper-slide.half .bg-wrap {
  position: static;
  height: auto;
  width: 50%;
}
@media only screen and (max-width: 1400px) {
  .home .banner .swiper-slide.half .bg-wrap {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .banner .swiper-slide.half .bg-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.home .banner .swiper-slide.half .inner-wrap {
  width: 50%;
  min-height: 100vh;
  padding: 0 130px 0 90px;
}
@media only screen and (max-width: 1400px) {
  .home .banner .swiper-slide.half .inner-wrap {
    width: 60%;
    padding: 0 35px 0 75px;
  }
}
@media only screen and (max-width: 1024px) {
  .home .banner .swiper-slide.half .inner-wrap {
    width: 100%;
    height: 100%;
    min-height: 0;
    background-color: transparent !important;
    padding: 0 80px;
  }
}
@media only screen and (max-width: 575px) {
  .home .banner .swiper-slide.half .inner-wrap {
    padding: 0 30px;
  }
}
.home .banner .swiper-slide .bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home .banner .swiper-slide .inner-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 190px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .home .banner .swiper-slide .inner-wrap {
    padding: 0 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .home .banner .swiper-slide .inner-wrap {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 575px) {
  .home .banner .swiper-slide .inner-wrap {
    padding: 0 30px;
  }
}
.home .banner .swiper-slide .inner {
  width: auto;
  height: auto;
}
.home .banner .swiper-slide .text-wrap {
  width: auto;
  max-width: 665px;
  text-align: left;
  cursor: default;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.home .banner .swiper-slide .type, .home .banner .swiper-slide .title, .home .banner .swiper-slide .text {
  display: inline-block;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 767px) {
  .home .banner .swiper-slide .type, .home .banner .swiper-slide .title, .home .banner .swiper-slide .text {
    font-weight: bold;
  }
}
.home .banner .swiper-slide .type {
  display: inline-block;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .home .banner .swiper-slide .type {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home .banner .swiper-slide .type {
    font-weight: bold;
  }
}
.home .banner .swiper-slide .title {
  font-size: min(6.4011vh, 4.5rem);
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .home .banner .swiper-slide .title {
    font-size: 3.4375rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .banner .swiper-slide .title {
    font-size: 2.5rem;
    letter-spacing: -1px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .home .banner .swiper-slide .title {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .banner .swiper-slide .title {
    font-weight: bold;
  }
}
.home .banner .swiper-slide .text {
  font-size: 1.875rem;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .home .banner .swiper-slide .text {
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
}
.home .service {
  width: 100%;
  height: auto;
}
.home .service .background {
  padding: 300px 50px 200px;
}
@media only screen and (max-width: 1900px) {
  .home .service .background {
    padding: 18% 50px 13%;
  }
}
@media only screen and (max-width: 1400px) {
  .home .service .background {
    padding: 19% 50px 15%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .service .background {
    padding: 85px 50px 75px;
  }
}
@media only screen and (max-width: 575px) {
  .home .service .background {
    padding: 60px 15px;
  }
}
.home .service .container {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 1575px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1900px) {
  .home .service .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .service .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home .service .container {
    max-width: 100%;
  }
}
.home .service .home-text-box {
  margin-bottom: 200px;
  position: relative;
}
@media only screen and (max-width: 1900px) {
  .home .service .home-text-box {
    margin-bottom: 12%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .service .home-text-box {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .home .service .home-text-box {
    margin-bottom: 40px;
  }
}
.home .service .home-text-box .home-text {
  max-width: 300px;
}
.home .service .swiper-group {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .home .service .swiper-group {
    margin-top: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .home .service .swiper-group {
    margin-top: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .home .service .swiper-group {
    margin-top: 103%;
  }
}
.home .service .swiper-group.white .swiper-box .inner .tit {
  color: #fff;
}
.home .service .swiper-group.white .swiper-box .inner .no {
  background-color: #fff;
  color: #333;
}
.home .service .swiper-group.white .swiper-box .swiper-slide + .swiper-slide:before {
  border-color: transparent transparent transparent #fff;
}
.home .service .swiper-group.white .swiper-box .swiper-button .prev span, .home .service .swiper-group.white .swiper-box .swiper-button .next span {
  color: #fff;
}
.home .service .swiper-box.top {
  height: 0;
  position: static;
}
.home .service .swiper-box.top .swiper-container {
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .home .service .swiper-box.top .swiper-button {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .home .service .swiper-box.thumbs {
    display: none;
  }
}
.home .service .swiper-box.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .home .service .swiper-box.mobile {
    display: block;
  }
}
.home .service .swiper-box.mobile .swiper-button {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .home .service .swiper-box.mobile .swiper-button {
    display: block;
  }
}
.home .service .swiper-box {
  position: relative;
  width: 100%;
  height: 80px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 1024px) {
  .home .service .swiper-box .swiper-container {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .home .service .swiper-box .swiper-container {
    width: 70%;
  }
}
.home .service .swiper-box .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .service .swiper-box .swiper-slide {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .service .swiper-box .swiper-slide.hov .tit {
  -webkit-transform: scale(1.4) !important;
      -ms-transform: scale(1.4) !important;
          transform: scale(1.4) !important;
}
@media only screen and (max-width: 1024px) {
  .home .service .swiper-box .swiper-slide.hov .tit {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.home .service .swiper-box .swiper-slide + .swiper-slide:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7.8px;
  border-color: transparent transparent transparent #545454;
  position: absolute;
  top: 50%;
  left: -4.5px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 60;
}
@media only screen and (max-width: 1024px) {
  .home .service .swiper-box .swiper-slide + .swiper-slide:before {
    display: none;
  }
}
.home .service .swiper-box .inner {
  display: block;
  padding: 0 25px 50px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .home .service .swiper-box .inner {
    padding: 0;
    padding-bottom: 50px;
  }
}
.home .service .swiper-box .inner .no {
  width: 20px;
  height: 20px;
  padding: 15px;
  border-radius: 50%;
  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;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .home .service .swiper-box .inner .no {
    width: 15px;
    height: 15px;
  }
}
.home .service .swiper-box .inner .no span {
  display: inline-block;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.875rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .home .service .swiper-box .inner .no span {
    font-weight: bold;
  }
}
.home .service .swiper-box .inner .tit {
  display: block;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.2;
  letter-spacing: 0.65px;
  text-align: center;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .home .service .swiper-box .inner .tit {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 575px) {
  .home .service .swiper-box .inner .tit {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .service .swiper-box .inner .tit {
    font-weight: bold;
  }
}
.home .service .swiper-box .swiper-button {
  width: auto;
  height: auto;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.home .service .swiper-box .swiper-button .prev, .home .service .swiper-box .swiper-button .next {
  position: absolute;
  top: calc(50% - 25px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
.home .service .swiper-box .swiper-button .prev {
  left: -6vw;
}
.home .service .swiper-box .swiper-button .next {
  right: -6vw;
}
@media only screen and (max-width: 1024px) {
  .home .service .swiper-box .swiper-button .prev {
    left: 0;
  }
  .home .service .swiper-box .swiper-button .next {
    right: 0;
  }
}
.home .service .image-box {
  width: 58%;
  position: absolute;
  right: 6%;
  top: -34%;
}
@media only screen and (max-width: 1600px) {
  .home .service .image-box {
    top: -13%;
  }
}
@media only screen and (max-width: 1400px) {
  .home .service .image-box {
    top: -10%;
  }
}
@media only screen and (max-width: 1300px) {
  .home .service .image-box {
    width: 65%;
    right: -5%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .service .image-box {
    width: 90%;
    position: relative;
    right: auto;
    left: 50%;
    top: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 767px) {
  .home .service .image-box {
    width: 100%;
  }
}
.home .service .image-box .inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  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;
  pointer-events: none;
}
.home .service .image-box .inner .image-wrap {
  width: 100%;
  max-width: 440px;
  margin: 0 6px;
}
@media only screen and (max-width: 1024px) {
  .home .service .image-box .inner .image-wrap {
    margin: 0 3px;
  }
}
.home .service .image-box .inner .image-control {
  width: 100%;
  height: 0;
  padding-bottom: 175%;
  overflow: hidden;
  position: relative;
}
.home .service .image-box .inner .image {
  width: 100%;
  position: absolute;
  left: 0;
  top: -40%;
}
.home .service .image-box .inner.left .image-01 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .home .service .image-box .inner.left .image-01 {
    margin-bottom: 80px;
  }
}
.home .service .image-box .inner.left .image-01 {
  opacity: 0;
  -webkit-transform: translateY(10vh);
      -ms-transform: translateY(10vh);
          transform: translateY(10vh);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1024px) {
  .home .service .image-box .inner.left .image-01 {
    -webkit-transform: translateY(5vh);
        -ms-transform: translateY(5vh);
            transform: translateY(5vh);
  }
}
.home .service .image-box .inner.left .image-02 {
  opacity: 0;
  -webkit-transform: translateY(-10vh);
      -ms-transform: translateY(-10vh);
          transform: translateY(-10vh);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1024px) {
  .home .service .image-box .inner.left .image-02 {
    -webkit-transform: translateY(-5vh);
        -ms-transform: translateY(-5vh);
            transform: translateY(-5vh);
  }
}
.home .service .image-box .inner.right .image-02 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .home .service .image-box .inner.right .image-02 {
    margin-bottom: 80px;
  }
}
.home .service .image-box .inner.right .image-01 {
  opacity: 0;
  -webkit-transform: translateY(-10vh);
      -ms-transform: translateY(-10vh);
          transform: translateY(-10vh);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1024px) {
  .home .service .image-box .inner.right .image-01 {
    -webkit-transform: translateY(-5vh);
        -ms-transform: translateY(-5vh);
            transform: translateY(-5vh);
  }
}
.home .service .image-box .inner.right .image-02 {
  opacity: 0;
  -webkit-transform: translateY(10vh);
      -ms-transform: translateY(10vh);
          transform: translateY(10vh);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1024px) {
  .home .service .image-box .inner.right .image-02 {
    -webkit-transform: translateY(5vh);
        -ms-transform: translateY(5vh);
            transform: translateY(5vh);
  }
}
.home .service .image-box .inner.block {
  pointer-events: all;
}
.home .service .image-box .inner.block .image-01, .home .service .image-box .inner.block .image-02 {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 1.2s 0.3s;
  transition: 1.2s 0.3s;
}
.home .service.waypoint .background {
  opacity: 0;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}
.home .service.waypoint .home-text-box .title {
  opacity: 0;
  -webkit-transform: translate(15px, 0);
      -ms-transform: translate(15px, 0);
          transform: translate(15px, 0);
  -webkit-transition: 0.6s 0.1s ease-in-out;
  transition: 0.6s 0.1s ease-in-out;
}
.home .service.waypoint .home-text-box .sub, .home .service.waypoint .home-text-box .content {
  opacity: 0;
}
.home .service.waypoint .home-text-box .sub {
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}
.home .service.waypoint .home-text-box .content {
  -webkit-transition: 0.6s 0.7s;
  transition: 0.6s 0.7s;
}
.home .service.waypoint .image-box .inner .image-control {
  width: 0;
  opacity: 0;
  -webkit-transition: 1.5s 0.6s;
  transition: 1.5s 0.6s;
}
.home .service.show .background {
  opacity: 1;
}
.home .service.show .home-text-box .title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.home .service.show .home-text-box .sub, .home .service.show .home-text-box .content {
  opacity: 1;
}
.home .service.show .image-box .inner .image-control {
  width: 100%;
  opacity: 1;
}
.home .about {
  width: 100%;
  height: auto;
}
.home .about .background {
  padding: 8% 0;
}
@media only screen and (max-width: 767px) {
  .home .about .background {
    padding: 15% 0 17%;
  }
}
@media only screen and (max-width: 500px) {
  .home .about .background {
    padding: 14% 0 15%;
  }
}
.home .about .container {
  width: 100%;
  margin: 0 auto 0 0;
  padding-left: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (min-width: 1921px) {
  .home .about .container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1900px) {
  .home .about .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (max-width: 1300px) {
  .home .about .container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media only screen and (max-width: 1200px) {
  .home .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
.home .about .image-box {
  width: auto;
}
@media only screen and (max-width: 1200px) {
  .home .about .image-box {
    width: 100%;
  }
}
.home .about .image-box .color-card {
  width: 830px;
  height: 350px;
  position: relative;
}
@media only screen and (max-width: 1700px) {
  .home .about .image-box .color-card {
    width: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .home .about .image-box .color-card {
    width: 80%;
    height: 0;
    padding-bottom: 35%;
  }
}
.home .about .image-box .image-wrap {
  width: 100%;
  position: absolute;
}
.home .about .image-box .image-control {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home .about .image-box .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .about .image-box.type1 .color-card {
  margin: 11.2% 0 26.7%;
}
@media only screen and (max-width: 1700px) {
  .home .about .image-box.type1 .color-card {
    margin: 7.2% 0 15.7%;
  }
}
@media only screen and (max-width: 1200px) {
  .home .about .image-box.type1 .color-card {
    margin: 9.7% auto 14.8%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .about .image-box.type1 .color-card {
    margin: 5% auto 11.5%;
  }
}
@media only screen and (max-width: 767px) {
  .home .about .image-box.type1 .color-card {
    margin: 7% auto 11.5%;
  }
}
@media only screen and (max-width: 500px) {
  .home .about .image-box.type1 .color-card {
    margin: 9% auto 19.5%;
  }
}
.home .about .image-box.type1 .image-wrap.image01 {
  max-width: 39.2%;
  top: -26%;
  left: 37%;
}
@media only screen and (max-width: 1700px) {
  .home .about .image-box.type1 .image-wrap.image01 {
    top: -12%;
  }
}
@media only screen and (max-width: 1200px) {
  .home .about .image-box.type1 .image-wrap.image01 {
    top: -27%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .about .image-box.type1 .image-wrap.image01 {
    max-width: 28.8%;
    top: -11%;
    left: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .home .about .image-box.type1 .image-wrap.image01 {
    max-width: 32%;
    top: -15%;
    left: 32%;
  }
}
@media only screen and (max-width: 500px) {
  .home .about .image-box.type1 .image-wrap.image01 {
    max-width: 38.8%;
    top: -19%;
    left: 35%;
  }
}
.home .about .image-box.type1 .image-wrap.image01 .image-control {
  padding-bottom: 100%;
}
.home .about .image-box.type1 .image-wrap.image02 {
  max-width: 39.2%;
  top: 36%;
  left: 5%;
  z-index: 5;
}
@media only screen and (max-width: 1700px) {
  .home .about .image-box.type1 .image-wrap.image02 {
    top: 46%;
  }
}
@media only screen and (max-width: 1200px) {
  .home .about .image-box.type1 .image-wrap.image02 {
    top: 32%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .about .image-box.type1 .image-wrap.image02 {
    max-width: 28.8%;
    left: 10%;
    top: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .home .about .image-box.type1 .image-wrap.image02 {
    max-width: 32%;
    left: 7%;
    top: 40%;
  }
}
@media only screen and (max-width: 500px) {
  .home .about .image-box.type1 .image-wrap.image02 {
    max-width: 38.8%;
    left: 2%;
    top: 37%;
  }
}
.home .about .image-box.type1 .image-wrap.image02 .image-control {
  padding-bottom: 100%;
}
.home .about .image-box.type1 .image-wrap.image03 {
  max-width: 70.5%;
  right: -10%;
  bottom: -63%;
}
@media only screen and (max-width: 1700px) {
  .home .about .image-box.type1 .image-wrap.image03 {
    bottom: -26%;
  }
}
@media only screen and (max-width: 1200px) {
  .home .about .image-box.type1 .image-wrap.image03 {
    bottom: -42%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .about .image-box.type1 .image-wrap.image03 {
    max-width: 60%;
    right: 10%;
    bottom: -25%;
  }
}
@media only screen and (max-width: 767px) {
  .home .about .image-box.type1 .image-wrap.image03 {
    max-width: 60%;
    right: 7%;
    bottom: -25%;
  }
}
@media only screen and (max-width: 500px) {
  .home .about .image-box.type1 .image-wrap.image03 {
    max-width: 70.2%;
    right: 2%;
    bottom: -42%;
  }
}
.home .about .image-box.type1 .image-wrap.image03 .image-control {
  padding-bottom: 61.6%;
}
.home .about .image-box.type2 .color-card {
  margin: 10% 0 30%;
}
@media only screen and (max-width: 1700px) {
  .home .about .image-box.type2 .color-card {
    margin: 12.2% 0 11.7%;
  }
}
@media only screen and (max-width: 1200px) {
  .home .about .image-box.type2 .color-card {
    margin: 12.3% auto 18.8%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .about .image-box.type2 .color-card {
    margin: 4% auto 7.5%;
  }
}
@media only screen and (max-width: 767px) {
  .home .about .image-box.type2 .color-card {
    margin: 4% auto 12.9%;
  }
}
@media only screen and (max-width: 500px) {
  .home .about .image-box.type2 .color-card {
    margin: 7.5% auto 19.5%;
  }
}
.home .about .image-box.type2 .image-wrap.image01 {
  max-width: 39.2%;
  top: -23%;
  left: 21%;
}
@media only screen and (max-width: 1700px) {
  .home .about .image-box.type2 .image-wrap.image01 {
    top: -21%;
  }
}
@media only screen and (max-width: 1200px) {
  .home .about .image-box.type2 .image-wrap.image01 {
    top: -35%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .about .image-box.type2 .image-wrap.image01 {
    max-width: 28.8%;
    top: -11%;
    left: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .home .about .image-box.type2 .image-wrap.image01 {
    max-width: 32%;
    top: -10%;
    left: 23%;
  }
}
@media only screen and (max-width: 500px) {
  .home .about .image-box.type2 .image-wrap.image01 {
    max-width: 38.8%;
    top: -21%;
    left: 17%;
  }
}
.home .about .image-box.type2 .image-wrap.image01 .image-control {
  padding-bottom: 100%;
}
.home .about .image-box.type2 .image-wrap.image02 {
  max-width: 39.2%;
  bottom: -71%;
  left: 14%;
}
@media only screen and (max-width: 1700px) {
  .home .about .image-box.type2 .image-wrap.image02 {
    bottom: -20%;
  }
}
@media only screen and (max-width: 1200px) {
  .home .about .image-box.type2 .image-wrap.image02 {
    bottom: -53%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .about .image-box.type2 .image-wrap.image02 {
    max-width: 28.8%;
    left: 16%;
    bottom: -21%;
  }
}
@media only screen and (max-width: 767px) {
  .home .about .image-box.type2 .image-wrap.image02 {
    max-width: 32%;
    left: 11%;
    bottom: -37%;
  }
}
@media only screen and (max-width: 500px) {
  .home .about .image-box.type2 .image-wrap.image02 {
    max-width: 38.8%;
    left: 7%;
    bottom: -56%;
  }
}
.home .about .image-box.type2 .image-wrap.image02 .image-control {
  padding-bottom: 100%;
}
.home .about .image-box.type2 .image-wrap.image03 {
  max-width: 48.2%;
  left: 57%;
  bottom: -32%;
}
@media only screen and (max-width: 1700px) {
  .home .about .image-box.type2 .image-wrap.image03 {
    bottom: -11%;
  }
}
@media only screen and (max-width: 1200px) {
  .home .about .image-box.type2 .image-wrap.image03 {
    bottom: -27%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .about .image-box.type2 .image-wrap.image03 {
    max-width: 36%;
    left: auto;
    bottom: -7%;
    right: 16%;
  }
}
@media only screen and (max-width: 767px) {
  .home .about .image-box.type2 .image-wrap.image03 {
    max-width: 42%;
    bottom: -7%;
    right: 11%;
  }
}
@media only screen and (max-width: 500px) {
  .home .about .image-box.type2 .image-wrap.image03 {
    max-width: 47%;
    left: 50%;
    bottom: -11%;
  }
}
.home .about .image-box.type2 .image-wrap.image03 .image-control {
  padding-bottom: 100%;
}
.home .about .home-text-box {
  padding-top: 100px;
  padding-left: 165px;
}
@media only screen and (max-width: 1500px) {
  .home .about .home-text-box {
    padding-left: 125px;
  }
}
@media only screen and (max-width: 1200px) {
  .home .about .home-text-box {
    padding: 0;
    margin-bottom: 6.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .about .home-text-box {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 8%;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .home .about .home-text-box {
    padding: 0 20px;
  }
}
.home .about .home-text-box .home-text {
  max-width: 635px;
}
@media only screen and (max-width: 768px) {
  .home .about .home-text-box .home-text {
    max-width: 480px;
  }
}
@media only screen and (max-width: 374px) {
  .home .about .home-text-box .home-text {
    max-width: 100%;
  }
}
.home .about .home-text-box .content {
  max-width: 70%;
}
.home .product {
  width: 100%;
  height: auto;
}
.home .product .background {
  width: 100%;
  padding: 185px 100px 190px;
}
@media only screen and (max-width: 1800px) {
  .home .product .background {
    padding: 165px 0 170px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 1400px) {
  .home .product .background {
    padding: 95px 0 100px;
  }
}
@media only screen and (max-width: 768px) {
  .home .product .background {
    padding: 95px 0 85px;
  }
}
@media only screen and (max-width: 575px) {
  .home .product .background {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 350px) {
  .home .product .background {
    padding: 55px 0 45px;
  }
}
.home .product .container {
  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 (min-width: 1921px) {
  .home .product .container {
    max-width: 1800px !important;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 1200px) {
  .home .product .container {
    padding: 0 !important;
    max-width: 90% !important;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 1024px) {
  .home .product .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home .product .home-text-box {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 5;
}
@media only screen and (max-width: 1800px) {
  .home .product .home-text-box {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .home .product .home-text-box {
    margin-right: 2% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .home .product .home-text-box {
    margin-right: 0 !important;
    margin-bottom: 60px;
  }
}
.home .product .home-text-box .home-text {
  max-width: 480px;
}
@media only screen and (max-width: 1200px) {
  .home .product .home-text-box .home-text {
    margin-bottom: 120px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .home .product .home-text-box .home-text {
    margin-bottom: 0 !important;
  }
}
.home .product .home-text-box .home-text .content {
  max-width: 280px;
}
@media only screen and (max-width: 1024px) {
  .home .product .home-text-box .home-text .content {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home .product .home-text-box .home-text .sub {
    font-size: 1.25rem;
  }
}
.home .product .home-text-box .links {
  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;
}
.home .product .home-text-box .links .link {
  display: inline-block;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .home .product .home-text-box .links .link {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .home .product .home-text-box .links .link {
    font-weight: bold;
  }
}
.home .product .home-text-box .links .link:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  opacity: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.home .product .home-text-box .links .link:hover:after {
  opacity: 1;
  width: 80%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.home .product .home-text-box .links a:nth-last-of-type(2) {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  .home .product .home-text-box .links a:nth-last-of-type(2) {
    margin-bottom: 35px;
  }
}
.home .product .product-box {
  width: calc(100% - 480px);
}
@media only screen and (max-width: 1024px) {
  .home .product .product-box {
    width: 100% !important;
  }
}
.home .product .product-box .swiper-box {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .home .product .product-box .swiper-box {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .home .product .product-box .swiper-box {
    max-width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .home .product .product-box .swiper-box {
    max-width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .home .product .product-box .swiper-box {
    max-width: 300px;
  }
}
@media only screen and (max-width: 350px) {
  .home .product .product-box .swiper-box {
    max-width: 250px;
  }
}
.home .product .product-box .swiper-box .swiper-container {
  width: calc(100% - 60px);
}
.home .product .product-box .swiper-box .swiper-button {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: auto;
  height: auto;
}
.home .product .product-box .swiper-box .swiper-button .prev {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
.home .product .product-box .swiper-box .swiper-button .next {
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
.home .product .product-box .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;
}
@media only screen and (max-width: 1200px) {
  .home .product .product-box .cards {
    display: none;
  }
}
.home .product .product-box .card {
  width: 100%;
  max-width: 24.2%;
  margin: 2.5px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .home .product .product-box .card:hover .title {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .home .product .product-box .card:hover .card-mask {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 3;
  }
  .home .product .product-box .card:hover .card-mask .text {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .home .product .product-box .card:hover .card-mask .cir {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media only screen and (max-width: 1200px) {
  .home .product .product-box .card {
    max-width: 100% !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    margin: 2.5px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .home .product .product-box .card {
    max-width: 100% !important;
  }
}
.home .product .product-box .card-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 127.5%;
  position: relative;
  overflow: hidden;
}
.home .product .product-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.home .product .product-box .img-control {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home .product .product-box .img-control .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home .product .product-box .title {
  width: 100%;
  padding: 0 10px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home .product .product-box .title span {
  display: inline-block;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .home .product .product-box .title span {
    font-weight: bold;
  }
}
.home .product .product-box .label {
  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;
  width: auto;
  height: 40px;
  padding: 0 23px;
  position: absolute;
  right: 0;
  top: 0;
}
.home .product .product-box .label span {
  display: inline-block;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .home .product .product-box .label span {
    font-weight: bold;
  }
}
.home .product.eight .background {
  padding-right: 0;
  padding-left: 6%;
}
.home .product.eight .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 1800px) {
  .home .product.eight .container {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1400px) {
  .home .product.eight .container {
    padding-left: 3%;
  }
}
.home .product.eight .home-text-box {
  margin-right: 10%;
}
@media only screen and (max-width: 1400px) {
  .home .product.eight .home-text-box {
    margin-right: 5%;
  }
}
.home .product.eight .product-box .cards {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home .product.eight .product-box .card:nth-child(4), .home .product.eight .product-box .card:nth-child(8) {
  margin-right: 0;
}
.home .product.eight .product-box .card:nth-child(8), .home .product.eight .product-box .card:nth-child(7), .home .product.eight .product-box .card:nth-child(6), .home .product.eight .product-box .card:nth-child(5) {
  -webkit-transform: translateX(calc(-100% - 2.5px));
      -ms-transform: translateX(calc(-100% - 2.5px));
          transform: translateX(calc(-100% - 2.5px));
}
.home .product.seven .background {
  padding-left: 6%;
  padding-right: 6%;
}
.home .product.seven .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 1800px) {
  .home .product.seven .container {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1400px) {
  .home .product.seven .container {
    max-width: 100%;
    padding-left: 5%;
  }
}
.home .product.seven .home-text-box {
  margin-right: 5%;
}
@media only screen and (max-width: 1400px) {
  .home .product.seven .home-text-box {
    margin-right: -2%;
  }
}
.home .product.seven .product-box .card:nth-child(1) {
  margin-left: 2%;
}
.home .product.six .background {
  padding-left: 40px;
  padding-right: 40px;
}
.home .product.six .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 2%;
}
@media only screen and (max-width: 1800px) {
  .home .product.six .container {
    max-width: 85%;
    padding-left: 3%;
  }
}
@media only screen and (max-width: 1500px) {
  .home .product.six .container {
    max-width: 100%;
  }
}
.home .product.six .home-text-box {
  margin-right: -4%;
}
.home .product.six .product-box .card:nth-child(1) {
  margin-left: 20%;
}
.home .product.five .background {
  padding-left: 5%;
  padding-right: 5%;
}
.home .product.five .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 7%;
}
@media only screen and (max-width: 1800px) {
  .home .product.five .container {
    max-width: 90%;
    padding-left: 7%;
  }
}
@media only screen and (max-width: 1400px) {
  .home .product.five .container {
    max-width: 100%;
    padding-left: 5%;
  }
}
.home .product.five .home-text-box {
  margin-right: -2%;
}
@media only screen and (max-width: 1400px) {
  .home .product.five .home-text-box {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .home .product.five .product-box .card {
    max-width: 27%;
  }
}
.home .product.five .product-box .card:nth-child(1) {
  margin-left: 18%;
}
.home .product.five .product-box .card:nth-child(2) {
  margin-right: 18%;
}
.home .product.four .background {
  padding-left: 90px;
  padding-right: 90px;
}
.home .product.four .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 6%;
}
.home .product.four .home-text-box {
  margin-right: -5%;
}
.home .product.four .home-text {
  margin-bottom: 205px;
}
@media only screen and (max-width: 1400px) {
  .home .product.four .home-text {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 1400px) {
  .home .product.four .product-box .card {
    max-width: 27%;
  }
}
.home .product.four .product-box .card:nth-child(1) {
  margin-left: 27%;
  -webkit-transform: translateX(-35%);
      -ms-transform: translateX(-35%);
          transform: translateX(-35%);
}
.home .product.four .product-box .card:nth-child(2) {
  -webkit-transform: translateX(-35%);
      -ms-transform: translateX(-35%);
          transform: translateX(-35%);
}
.home .product.three .background {
  padding-left: 100px;
  padding-right: 100px;
}
.home .product.three .container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 9%;
}
@media only screen and (max-width: 1400px) {
  .home .product.three .container {
    padding-left: 3%;
  }
}
.home .product.three .home-text-box {
  margin-right: 0;
}
.home .product.three .home-text-box .home-text {
  margin-bottom: 205px;
}
@media only screen and (max-width: 1400px) {
  .home .product.three .home-text-box .home-text {
    margin-bottom: 120px;
  }
}
.home .product.three .product-box {
  width: 100%;
}
.home .product.three .product-box .cards {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.home .product.three .product-box .card {
  max-width: 25.8%;
}
@media only screen and (max-width: 1400px) {
  .home .product.three .product-box .card {
    max-width: 30%;
  }
}
.home .product.two .background {
  padding-left: 90px;
  padding-right: 90px;
}
.home .product.two .container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 11%;
}
@media only screen and (max-width: 1800px) {
  .home .product.two .container {
    padding-left: 5%;
  }
}
.home .product.two .home-text-box .home-text {
  margin-bottom: 195px;
}
@media only screen and (max-width: 1400px) {
  .home .product.two .home-text-box .home-text {
    margin-bottom: 120px;
  }
}
.home .product.two .product-box .cards {
  width: 100%;
}
.home .product.two .product-box .card {
  max-width: 42.8%;
}
.home .product.two .product-box .card:nth-child(1) {
  margin-top: -65px;
}
.home .product.two .product-box .card-wrap {
  padding-bottom: 125%;
}
.home .product.one .background {
  padding-left: 120px;
  padding-right: 120px;
}
.home .product.one .container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 13%;
}
.home .product.one .home-text-box .home-text {
  margin-bottom: 195px;
}
@media only screen and (max-width: 1400px) {
  .home .product.one .home-text-box .home-text {
    margin-bottom: 120px;
  }
}
.home .product.one .product-box .cards {
  width: 100%;
}
.home .product.one .product-box .card {
  max-width: 48.9%;
}
@media only screen and (max-width: 1024px) {
  .home .product.one .product-box .card {
    max-width: 77% !important;
  }
}
@media only screen and (max-width: 768px) {
  .home .product.one .product-box .card {
    max-width: 100% !important;
  }
}
.home .product.one .product-box .card-wrap {
  padding-bottom: 125%;
}
.home .product.waypoint .background {
  -webkit-transform: translate(10%, 0);
      -ms-transform: translate(10%, 0);
          transform: translate(10%, 0);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.home .product.waypoint .home-text-box .title {
  opacity: 0;
  -webkit-transform: translate(15px, 0);
      -ms-transform: translate(15px, 0);
          transform: translate(15px, 0);
  -webkit-transition: 0.6s 0.4s ease-in-out;
  transition: 0.6s 0.4s ease-in-out;
}
.home .product.waypoint .home-text-box .sub, .home .product.waypoint .home-text-box .content {
  opacity: 0;
}
.home .product.waypoint .home-text-box .sub {
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}
.home .product.waypoint .home-text-box .content {
  -webkit-transition: 0.6s 0.7s;
  transition: 0.6s 0.7s;
}
.home .product.waypoint .home-text-box .links .link {
  opacity: 0;
  -webkit-transform: translate(15px, 0);
      -ms-transform: translate(15px, 0);
          transform: translate(15px, 0);
  -webkit-transition: 0.8s 0.9s;
  transition: 0.8s 0.9s;
}
.home .product.waypoint .product-box .card .card-wrap {
  opacity: 0;
  -webkit-transform: skewX(5deg);
      -ms-transform: skewX(5deg);
          transform: skewX(5deg);
  -webkit-transition: 0.7s 0.9s;
  transition: 0.7s 0.9s;
}
@media only screen and (max-width: 1200px) {
  .home .product.waypoint .product-box .card .card-wrap {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}
@media only screen and (max-width: 1200px) {
  .home .product.waypoint .product-box .swiper-box {
    opacity: 0;
    -webkit-transition: 0.5s 0.6s;
    transition: 0.5s 0.6s;
  }
}
.home .product.show .background {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.home .product.show .home-text-box .title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.home .product.show .home-text-box .sub, .home .product.show .home-text-box .content {
  opacity: 1;
}
.home .product.show .home-text-box .links .link {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.home .product.show .product-box .card .card-wrap {
  opacity: 1;
  -webkit-transform: skewX(0deg);
      -ms-transform: skewX(0deg);
          transform: skewX(0deg);
}
@media only screen and (max-width: 1200px) {
  .home .product.show .product-box .swiper-box {
    opacity: 1;
  }
}
.home .news {
  width: 100%;
}
.home .news .background {
  padding: 130px 0 90px;
}
@media only screen and (max-width: 1250px) {
  .home .news .background {
    padding: 110px 0 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .home .news .background {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 575px) {
  .home .news .background {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 350px) {
  .home .news .background {
    padding: 50px 0;
  }
}
.home .news .container {
  max-width: 1460px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .home .news .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1250px) {
  .home .news .container {
    max-width: 80%;
  }
}
.home .news .news-content ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .home .news .news-content ul {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .home .news .news-content ul li:not(:first-child) {
    display: none;
  }
}
@media only screen and (max-width: 1450px) {
  .home .news .news-content li {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1250px) {
  .home .news .news-content li {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  .home .news .news-content li {
    max-width: 420px;
  }
}
.home .news .small-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .home .news .small-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home .news .small-title .cube {
  width: 13px;
  height: 13px;
  border: 4px solid #202121;
  margin-right: 8px;
}
.home .news .small-title .text {
  font-size: 0.9375rem;
  line-height: 1.1;
  letter-spacing: -0.15px;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 767px) {
  .home .news .small-title .text {
    font-weight: bold;
  }
}
.home .news.waypoint .small-title .cube, .home .news.waypoint .small-title .text {
  opacity: 0;
}
.home .news.waypoint .small-title .text {
  -webkit-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}
.home .news.show .small-title .cube {
  -webkit-animation: homeNewTit 2s 0.1s forwards;
          animation: homeNewTit 2s 0.1s forwards;
}
.home .news.show .small-title .text {
  opacity: 1;
}
.home .certificate {
  padding: 110px 75px 110px 0;
}
@media only screen and (max-width: 1700px) {
  .home .certificate {
    padding: 90px 40px 90px 0;
  }
}
@media only screen and (max-width: 1400px) {
  .home .certificate {
    padding: 60px 40px 60px 0;
  }
}
@media only screen and (max-width: 1250px) {
  .home .certificate {
    padding: 0;
  }
}
.home .certificate .background {
  width: 91.8%;
  height: auto;
  padding: 65px 0;
  margin-left: auto;
}
@media only screen and (max-width: 1250px) {
  .home .certificate .background {
    width: 100%;
    margin: 0 auto;
    padding: 90px 0 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .home .certificate .background {
    padding: 80px 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .home .certificate .background {
    padding: 60px 0 70px;
  }
}
.home .certificate .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (min-width: 1921px) {
  .home .certificate .container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1250px) {
  .home .certificate .container {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .home .certificate .container {
    max-width: 100%;
  }
}
.home .certificate .image-wrap {
  width: 111%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -4vw;
}
.home .certificate .image-wrap.mob {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .home .certificate .image-wrap {
    margin-left: -5vw;
  }
}
@media only screen and (max-width: 1250px) {
  .home .certificate .image-wrap {
    width: 100%;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
  }
  .home .certificate .image-wrap.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home .certificate .image-wrap .image-box {
  width: 100%;
  max-width: 435px;
}
.home .certificate .image-wrap .image-box .image-control {
  width: 100%;
  padding-bottom: 146%;
  position: relative;
  overflow: hidden;
}
.home .certificate .image-wrap .image-box .image {
  position: absolute;
  width: 100%;
  left: 0;
  top: -40%;
}
.home .certificate .image-wrap .image-box:nth-child(1) {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: -11%;
}
@media only screen and (max-width: 1250px) {
  .home .certificate .image-wrap .image-box:nth-child(1) {
    margin-top: -8%;
  }
}
.home .certificate .image-wrap .image-box:nth-child(2) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: -11%;
}
@media only screen and (max-width: 1250px) {
  .home .certificate .image-wrap .image-box:nth-child(2) {
    margin-bottom: -8%;
  }
}
.home .certificate .content-wrap {
  width: 100%;
  padding: 0 90px;
}
@media only screen and (max-width: 1600px) {
  .home .certificate .content-wrap {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1250px) {
  .home .certificate .content-wrap {
    padding: 0;
  }
}
.home .certificate .content-wrap .home-text-box {
  margin-bottom: 105px;
}
@media only screen and (max-width: 1900px) {
  .home .certificate .content-wrap .home-text-box {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1250px) {
  .home .certificate .content-wrap .home-text-box {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .home .certificate .content-wrap .home-text-box {
    padding-left: 40px;
    margin-bottom: 18%;
  }
}
.home .certificate .content-wrap .home-text-box .home-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1900px) {
  .home .certificate .content-wrap .home-text-box .home-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 1250px) {
  .home .certificate .content-wrap .home-text-box .home-text {
    max-width: 80%;
  }
}
.home .certificate .content-wrap .home-text-box .title, .home .certificate .content-wrap .home-text-box .content {
  margin-bottom: 0;
}
.home .certificate .content-wrap .home-text-box .title {
  width: 45%;
  font-size: 3.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 1900px) {
  .home .certificate .content-wrap .home-text-box .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home .certificate .content-wrap .home-text-box .title {
    margin-bottom: 18px;
    font-size: 2.5625rem;
  }
}
.home .certificate .content-wrap .home-text-box .content {
  width: 55%;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5rem;
  max-height: 4.5rem;
}
@media only screen and (max-width: 1900px) {
  .home .certificate .content-wrap .home-text-box .content {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .home .certificate .content-wrap .home-text-box .content {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5rem;
    max-height: 3rem;
  }
}
.home .certificate .content-wrap .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1250px) {
  .home .certificate .content-wrap .logo-box {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .home .certificate .content-wrap .logo-box {
    display: none;
    margin-top: 14%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 650px) {
  .home .certificate .content-wrap .logo-box {
    margin-top: 17%;
  }
}
@media only screen and (max-width: 350px) {
  .home .certificate .content-wrap .logo-box {
    margin-top: 22%;
  }
}
.home .certificate .content-wrap .logo-box.mob {
  display: none;
}
@media only screen and (max-width: 768px) {
  .home .certificate .content-wrap .logo-box.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home .certificate .content-wrap .logo-box .img-wrap {
  width: 25%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .home .certificate .content-wrap .logo-box .img-wrap {
    width: 33%;
    margin-bottom: 40px;
  }
}
.home .certificate .content-wrap .logo-box .img-wrap .img-control {
  width: auto;
}
.home .certificate .content-wrap .logo-box .img-wrap img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin: 0 auto;
}
.home .certificate .content-wrap .logo-box .img-wrap img.normal {
  max-width: 55%;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .home .certificate .content-wrap .logo-box .img-wrap img.normal {
    max-width: 40%;
  }
}
.home .certificate .content-wrap .logo-box .img-wrap img.large {
  max-width: 140px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .home .certificate .content-wrap .logo-box .img-wrap img.large {
    max-width: 90px;
  }
}
.home .certificate .content-wrap .btn-box {
  width: 100%;
}
@media only screen and (max-width: 1250px) {
  .home .certificate .content-wrap .btn-box {
    text-align: center;
  }
}
.home .certificate.waypoint .content-wrap .logo-box .img-control {
  opacity: 0;
  -webkit-transition: 0.6s 0.9s;
  transition: 0.6s 0.9s;
  -webkit-transform: translate(0, 8px);
      -ms-transform: translate(0, 8px);
          transform: translate(0, 8px);
}
.home .certificate.waypoint .home-text-box .title {
  opacity: 0;
  -webkit-transform: translate(15px, 0);
      -ms-transform: translate(15px, 0);
          transform: translate(15px, 0);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.home .certificate.waypoint .home-text-box .sub, .home .certificate.waypoint .home-text-box .content {
  opacity: 0;
}
.home .certificate.waypoint .home-text-box .sub {
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}
.home .certificate.waypoint .home-text-box .content {
  -webkit-transition: 0.6s 0.7s;
  transition: 0.6s 0.7s;
}
.home .certificate.show .content-wrap .logo-box .img-control {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.home .certificate.show .home-text-box .title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.home .certificate.show .home-text-box .sub, .home .certificate.show .home-text-box .content {
  opacity: 1;
}
.home .get-touch {
  width: 100%;
  height: auto;
  padding: 75px 0 0 0;
  margin-top: 100px;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .home .get-touch {
    padding: 0;
    margin: 0;
  }
}
.home .get-touch .background {
  padding: 220px 0 205px;
}
@media only screen and (max-width: 1400px) {
  .home .get-touch .background {
    padding: 15% 0 15%;
  }
}
@media only screen and (max-width: 768px) {
  .home .get-touch .background {
    padding: 15% 0 18%;
  }
}
@media only screen and (max-width: 575px) {
  .home .get-touch .background {
    padding: 15% 0 22%;
  }
}
.home .get-touch .container {
  width: 100%;
  padding-left: 22vw;
}
@media only screen and (min-width: 1921px) {
  .home .get-touch .container {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .home .get-touch .container {
    padding-left: 0;
    max-width: 80%;
    margin: 0 auto;
  }
}
.home .get-touch .container-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  width: 100%;
  max-width: 630px;
}
@media only screen and (max-width: 1024px) {
  .home .get-touch .container-wrap {
    -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;
  }
}
.home .get-touch .home-text-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 605px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .home .get-touch .home-text-box {
    margin-bottom: 50px;
  }
}
.home .get-touch .home-text-box .home-text {
  width: 100%;
  max-width: 410px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1024px) {
  .home .get-touch .home-text-box .home-text {
    margin-bottom: 50px;
  }
}
.home .get-touch .home-text-box .title {
  margin-bottom: 20px;
}
.home .get-touch .home-text-box .content {
  letter-spacing: 1.2px;
  margin-bottom: 0;
  overflow: initial;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
  max-height: none;
}
.home .get-touch .btn-learn-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.home .get-touch.waypoint .background {
  opacity: 0;
  -webkit-transition: 2s 0.1s;
  transition: 2s 0.1s;
}
.home .get-touch.waypoint .home-text-box .title {
  opacity: 0;
  -webkit-transform: translate(15px, 0);
      -ms-transform: translate(15px, 0);
          transform: translate(15px, 0);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.home .get-touch.waypoint .home-text-box .sub, .home .get-touch.waypoint .home-text-box .content {
  opacity: 0;
}
.home .get-touch.waypoint .home-text-box .sub {
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}
.home .get-touch.waypoint .home-text-box .content {
  -webkit-transition: 0.6s 0.7s;
  transition: 0.6s 0.7s;
}
.home .get-touch.waypoint .input-group .line {
  height: 0;
  -webkit-transition: 1.8s 0.3s;
  transition: 1.8s 0.3s;
}
.home .get-touch.waypoint .input-group .text {
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 1.8s 0.4s;
  transition: 1.8s 0.4s;
}
.home .get-touch.waypoint .btn-learn-wrap {
  opacity: 0;
  -webkit-transform: translate(-15px, 0);
      -ms-transform: translate(-15px, 0);
          transform: translate(-15px, 0);
  -webkit-transition: 0.8s 1.2s;
  transition: 0.8s 1.2s;
}
.home .get-touch.show .background {
  opacity: 1;
}
.home .get-touch.show .home-text-box .title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.home .get-touch.show .home-text-box .sub, .home .get-touch.show .home-text-box .content {
  opacity: 1;
}
.home .get-touch.show .input-group .line {
  height: 100%;
}
.home .get-touch.show .input-group .text {
  width: 100%;
}
.home .get-touch.show .btn-learn-wrap {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
/*# sourceMappingURL=index.css.map */