@charset "UTF-8";
.half-header {
  width: 100%;
  position: relative;
}
.half-header .page-path {
  top: 180px;
}
@media only screen and (max-width: 1024px) {
  .half-header .page-path {
    top: 120px;
  }
}
.half-header > .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .half-header > .container {
    display: block;
  }
}
.half-header .bg-wrap {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .half-header .bg-wrap {
    display: none;
  }
}
.half-header .bg-wrap .banner-text {
  width: auto;
  padding: 0;
  position: absolute;
  left: 20%;
  top: 60%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.half-header .bg-wrap .banner-text .text-wrap {
  max-width: 90%;
}
@media only screen and (max-width: 1300px) {
  .half-header .bg-wrap .banner-text {
    left: 10%;
  }
}
.half-header .bg-wrap .bg-control {
  position: fixed;
  width: 50vw;
  height: 100vh;
  left: 0;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  overflow: hidden;
  z-index: -1;
}
.half-header .bg-wrap .background {
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
}
.half-header .bg-wrap .background::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.half-header .bg-wrap .background.no-bg {
  opacity: 0 !important;
  -webkit-transform: scale(1.05) !important;
      -ms-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}
.half-header .half-info {
  width: 50%;
  min-height: 100vh;
  padding-top: 270px;
  overflow: hidden;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .half-header .half-info {
    width: 100%;
    padding-top: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .half-header .half-info {
    padding-top: 130px;
  }
}
.half-header .intro-text {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding: 0;
  margin-bottom: 60px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .half-header .intro-text {
    margin-bottom: 50px;
  }
}
.half-header .other-box {
  width: 100%;
  padding: 90px 20px 50px;
  position: relative;
  z-index: 1;
}
.half-header .other-box > .wrap {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.half-header.none .bg-control {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 1.8s;
  transition: opacity 0.5s, -webkit-transform 1.8s;
  transition: opacity 0.5s, transform 1.8s;
  transition: opacity 0.5s, transform 1.8s, -webkit-transform 1.8s;
}
.half-header.none .banner-text {
  opacity: 0;
  -webkit-transform: translate(0, -47%);
      -ms-transform: translate(0, -47%);
          transform: translate(0, -47%);
  -webkit-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}
.half-header.show .bg-control {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.half-header.show .banner-text {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

body.csrDetail .half-header .page-path {
  right: auto;
  left: 125px;
}
@media only screen and (max-width: 1600px) {
  body.csrDetail .half-header .page-path {
    left: 80px;
  }
}
@media only screen and (max-width: 1300px) {
  body.csrDetail .half-header .page-path {
    left: 50px;
  }
}
body.csrDetail .half-header .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.csrDetail .half-header .bg-wrap .bg-control {
  width: 50vw;
  left: 50vw;
}

@media only screen and (max-width: 1024px) {
  body.aboutDetail .half-header .page-path .path {
    color: #fff;
  }
  body.aboutDetail .half-header .page-path .path::before {
    color: #fff;
  }
}
body.aboutDetail .half-header .bg-wrap {
  display: block;
  width: 42%;
}
body.aboutDetail .half-header .bg-wrap .bg-control {
  width: 42vw;
}
@media only screen and (max-width: 1024px) {
  body.aboutDetail .half-header .bg-wrap {
    width: 100%;
  }
  body.aboutDetail .half-header .bg-wrap .banner-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 0;
    top: 55%;
    padding: 0 12vw;
  }
  body.aboutDetail .half-header .bg-wrap .banner-text .text-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 575px) {
  body.aboutDetail .half-header .bg-wrap .banner-text {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body.aboutDetail .half-header .bg-wrap .bg-control {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 80% !important;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 575px) {
  body.aboutDetail .half-header .bg-wrap .bg-control {
    height: 100vh;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 360px) {
  body.aboutDetail .half-header .bg-wrap .bg-control {
    min-height: 50vh;
  }
}
body.aboutDetail .half-header .bg-wrap .banner-text {
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  body.aboutDetail .half-header .bg-wrap .banner-text .title {
    font-size: 3.125rem;
  }
}
body.aboutDetail .half-header .half-info {
  width: 58%;
}
@media only screen and (max-width: 1024px) {
  body.aboutDetail .half-header .half-info {
    width: 100%;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  body.aboutDetail .half-header .half-info {
    padding-top: 70px;
  }
}
body.aboutDetail .half-header .other-box {
  padding: 0;
}
body.aboutDetail .half-header .other-box .wrap {
  width: 100%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.solution_b .half-header .intro-text .text-wrap, .solution_b .half-header .head-box {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
.solution_b .half-header .other-box {
  margin-top: -30px;
  padding: 125px 170px 110px;
}
@media only screen and (max-width: 1500px) {
  .solution_b .half-header .other-box {
    padding: 90px 25px 110px;
  }
}
@media only screen and (max-width: 767px) {
  .solution_b .half-header .other-box {
    padding: 70px 25px 80px;
  }
}
.solution_b .half-header .other-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 241, 0.8)), color-stop(40%, #fff), to(#fff));
  background-image: linear-gradient(180deg, rgba(241, 241, 241, 0.8) 0%, #fff 40%, #fff 100%);
  z-index: 0;
}
.solution_b .half-header .other-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-bottom: 22%;
}
.solution_b .half-header .other-box .item .step-content {
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 575px) {
  .solution_b .half-header .other-box .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 135px;
  }
  .solution_b .half-header .other-box .item .step-content {
    margin: 0;
  }
}
.solution_b .half-header .other-box .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.solution_b .half-header .other-box .item:nth-child(even) .step-content {
  margin: 0 30px 0 0;
}
.solution_b .half-header .other-box .item:nth-child(even) .tips {
  margin-left: auto;
}
@media only screen and (max-width: 575px) {
  .solution_b .half-header .other-box .item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solution_b .half-header .other-box .item:nth-child(even) .step-content, .solution_b .half-header .other-box .item:nth-child(even) .tips {
    margin: 15px auto 0;
  }
}
.solution_b .half-header .other-box .item:last-child {
  margin-bottom: 0;
}
.solution_b .half-header .other-box .item:last-child .image-wrap, .solution_b .half-header .other-box .item:last-child .mob-line {
  display: none;
}
.solution_b .half-header .other-box .image-wrap {
  width: 100%;
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .solution_b .half-header .other-box .image-wrap {
    display: none;
  }
}
.solution_b .half-header .other-box .mob-line {
  width: 50px;
  height: 100px;
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .solution_b .half-header .other-box .mob-line {
    display: block;
  }
}
.solution_b .half-header .other-box .mob-line .line {
  width: 2px;
  height: 100%;
  background-color: #333;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.solution_b .half-header .other-box .mob-line .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.3px 6.5px 0 6.5px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.solution_b .half-header .other-box .step-sect {
  text-align: center;
  min-width: 150px;
}
@media only screen and (max-width: 575px) {
  .solution_b .half-header .other-box .step-sect {
    margin-bottom: 10px;
  }
}
.solution_b .half-header .other-box .step-sect .no {
  font-size: 11.25rem;
  line-height: 1;
  color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#80f680), to(#1b89c8));
  background-image: linear-gradient(#80f680, #1b89c8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .solution_b .half-header .other-box .step-sect .no {
    color: #000;
    background: transparent;
  }
}
@media only screen and (max-width: 1400px) {
  .solution_b .half-header .other-box .step-sect .no {
    font-size: 8.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .solution_b .half-header .other-box .step-sect .no {
    font-size: 6.25rem;
  }
}
.solution_b .half-header .other-box .step-sect .title {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: 0.9px;
  color: #333;
  margin-bottom: 5px;
}
.solution_b .half-header .other-box .step-sect .title2 {
  font-size: 1.375rem;
  line-height: 1.2;
  color: #959494;
}
.solution_b .half-header .other-box .step-content {
  width: auto;
  display: inline-block;
}
.solution_b .half-header .other-box .step-content .inner-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.45px;
  color: #333;
  text-align: left;
}
.solution_b .half-header .other-box .step-content .text-wrap {
  display: inline-block;
}
.solution_b .half-header .other-box .step-content .text-wrap .inner-text {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .solution_b .half-header .other-box .step-content .text-wrap .inner-text {
    text-align: center;
  }
}
.solution_b .half-header .other-box .step-content .tips {
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px 15px 10px;
  margin-top: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 241, 0.8)), color-stop(40%, #fff), to(#f1f1f1));
  background-image: linear-gradient(180deg, rgba(241, 241, 241, 0.8) 0%, #fff 40%, #f1f1f1 100%);
}
@media only screen and (max-width: 575px) {
  .solution_b .half-header .other-box .step-content .tips {
    margin: 15px auto 0;
  }
}
.solution_b .half-header .other-box .step-content .tips .icon {
  font-size: 20px;
  color: #fea298;
  margin-right: 8px;
}
.solution_b .half-header .other-box .step-content .tips p {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #666;
}
.solution_b .half-header .other-box .item.none .step-sect, .solution_b .half-header .other-box .item.none .step-content {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.solution_b .half-header .other-box .item.none .step-content {
  -webkit-transition: 0.8s 0.3s;
  transition: 0.8s 0.3s;
}
.solution_b .half-header .other-box .item.show .step-sect, .solution_b .half-header .other-box .item.show .step-content {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
}
.solution_b .half-header .other-box .image-wrap.none img {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 1s;
  transition: 1s;
}
.solution_b .half-header .other-box .image-wrap.show img {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.solution_b .half-header .other-box.none {
  height: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.solution_b .half-header .other-box.show {
  height: 100px;
}
.solution_b .half-header .other-sheet {
  width: 100%;
  padding: 50px 20px;
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.solution_b .half-header .other-sheet .inner-wrap {
  width: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.solution_b .half-header .other-sheet a.button-common {
  margin-bottom: 20px;
}
.solution_b .half-header .other-sheet .desc {
  display: inline-block;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #666;
  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;
}
.solution_b .half-header .other-sheet .desc .icon {
  font-size: 20px;
  color: #ef4e4e;
  margin-right: 8px;
}
.solution_b .half-header.none .half-info .intro-text, .solution_b .half-header.none .half-info .head-box, .solution_b .half-header.none .half-info .other-box {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.solution_b .half-header.none .half-info .head-box {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.solution_b .half-header.none .half-info .other-box {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.solution_b .half-header.show .half-info .intro-text, .solution_b .half-header.show .half-info .head-box, .solution_b .half-header.show .half-info .other-box {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
}
/*# sourceMappingURL=solution_b.css.map */