@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_c .half-header .intro-text .text-wrap, .solution_c .half-header .head-box {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
.solution_c .half-header .other-box {
  margin-top: -30px;
  padding: 155px 0 130px;
}
@media only screen and (max-width: 1500px) {
  .solution_c .half-header .other-box {
    margin-top: 0;
    padding: 60px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .solution_c .half-header .other-box {
    padding: 60px 0 80px;
  }
}
@media only screen and (max-width: 500px) {
  .solution_c .half-header .other-box {
    padding: 90px 0 100px;
  }
}
.solution_c .half-header .other-box .wrap {
  overflow: hidden;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.solution_c .half-header .other-box .wrap:last-child, .solution_c .half-header .other-box .wrap:only-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .solution_c .half-header .other-box .wrap {
    overflow: visible;
    min-height: 350px;
    margin-bottom: 150px;
  }
}
.solution_c .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_c .half-header .other-box .img-wrap {
  width: 650px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 500px) {
  .solution_c .half-header .other-box .img-wrap {
    width: 450px;
  }
}
.solution_c .half-header .other-box .back-circle {
  width: 495px;
  height: 495px;
  margin: 0 auto;
  background-color: rgba(238, 242, 231, 0.9);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 500px) {
  .solution_c .half-header .other-box .back-circle {
    width: 100%;
    height: 120%;
    border-radius: 0;
  }
}
.solution_c .half-header .other-box .circle {
  width: 395px;
  height: 395px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 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;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 500px) {
  .solution_c .half-header .other-box .circle {
    width: 90%;
    height: auto;
    border-radius: 0;
  }
}
@media only screen and (max-width: 350px) {
  .solution_c .half-header .other-box .circle {
    width: 100%;
  }
}
.solution_c .half-header .other-box .circle .border {
  width: 95%;
  height: 95%;
  border-radius: 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;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  padding: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#bf9155), color-stop(#cba166), color-stop(35%, #ebcb92), color-stop(#fbe0a8), to(#d5a960));
  background-image: linear-gradient(left, #bf9155, #cba166, #ebcb92 35%, #fbe0a8, #d5a960);
}
@media only screen and (max-width: 500px) {
  .solution_c .half-header .other-box .circle .border {
    border-radius: 0;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
}
.solution_c .half-header .other-box .circle .border .border-mask {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 500px) {
  .solution_c .half-header .other-box .circle .border .border-mask {
    border-radius: 0;
  }
}
.solution_c .half-header .other-box .circle .text-box {
  width: 100%;
  padding: 20px 50px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 500px) {
  .solution_c .half-header .other-box .circle .text-box {
    padding: 20px;
  }
}
.solution_c .half-header .other-box .circle .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: 6px;
}
@media only screen and (max-width: 767px) {
  .solution_c .half-header .other-box .circle .title {
    font-size: 1.375rem;
    margin-bottom: 3px;
  }
}
.solution_c .half-header .other-box .circle .sub {
  font-size: 1.375rem;
  line-height: 1.3;
  color: #959494;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .solution_c .half-header .other-box .circle .sub {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.solution_c .half-header .other-box .circle .line-control {
  height: 3px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .solution_c .half-header .other-box .circle .line-control {
    margin-bottom: 15px;
  }
}
.solution_c .half-header .other-box .circle .line-control .line {
  background-color: #aec696;
}
.solution_c .half-header .other-box .circle .text {
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.8;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .solution_c .half-header .other-box .circle .text {
    font-size: 0.9375rem;
  }
}
.solution_c .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_c .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_c .half-header .other-sheet a.button-common {
  margin-bottom: 20px;
}
.solution_c .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_c .half-header .other-sheet .desc .icon {
  font-size: 20px;
  color: #ef4e4e;
  margin-right: 8px;
}
.solution_c .half-header .other-box .wrap.none .img-wrap img {
  opacity: 0;
  -webkit-transform: scale(0.8) rotate(-10deg);
      -ms-transform: scale(0.8) rotate(-10deg);
          transform: scale(0.8) rotate(-10deg);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}
.solution_c .half-header .other-box .wrap.none .back-circle {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.solution_c .half-header .other-box .wrap.none .circle {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
.solution_c .half-header .other-box .wrap.none .circle .text-box {
  opacity: 0;
  -webkit-transition: 0.4s 0.6s;
  transition: 0.4s 0.6s;
}
.solution_c .half-header .other-box .wrap.show .img-wrap img {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.solution_c .half-header .other-box .wrap.show .back-circle {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.solution_c .half-header .other-box .wrap.show .circle {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.solution_c .half-header .other-box .wrap.show .circle .text-box {
  opacity: 1;
}
.solution_c .half-header.none .half-info .intro-text, .solution_c .half-header.none .half-info .head-box {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.solution_c .half-header.none .half-info .head-box {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.solution_c .half-header.show .half-info .intro-text, .solution_c .half-header.show .half-info .head-box {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
}
/*# sourceMappingURL=solution_c.css.map */