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

@media only screen and (max-width: 1024px) {
  .aboutDetail_a .half-header .half-info {
    padding-top: 200px !important;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .half-info {
    padding-top: 90px !important;
  }
}
.aboutDetail_a .half-header .s1, .aboutDetail_a .half-header .s2 {
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s1, .aboutDetail_a .half-header .s2 {
    padding: 0;
  }
}
.aboutDetail_a .half-header .s1 .s1-wrap, .aboutDetail_a .half-header .s1 .s2-wrap, .aboutDetail_a .half-header .s2 .s1-wrap, .aboutDetail_a .half-header .s2 .s2-wrap {
  width: 100%;
  text-align: center;
}
.aboutDetail_a .half-header .s1 .inner-content, .aboutDetail_a .half-header .s2 .inner-content {
  width: auto;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s1 .inner-content, .aboutDetail_a .half-header .s2 .inner-content {
    width: 100%;
  }
}
.aboutDetail_a .half-header .s1 .text-group, .aboutDetail_a .half-header .s2 .text-group {
  width: 100%;
  position: relative;
  z-index: 2;
}
.aboutDetail_a .half-header .s1 .text-group .tit, .aboutDetail_a .half-header .s1 .text-group .tit2, .aboutDetail_a .half-header .s1 .text-group .content, .aboutDetail_a .half-header .s2 .text-group .tit, .aboutDetail_a .half-header .s2 .text-group .tit2, .aboutDetail_a .half-header .s2 .text-group .content {
  color: #fff;
}
.aboutDetail_a .half-header .s1 .text-group .tit, .aboutDetail_a .half-header .s2 .text-group .tit {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.625rem;
  line-height: 1.2;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1300px) {
  .aboutDetail_a .half-header .s1 .text-group .tit, .aboutDetail_a .half-header .s2 .text-group .tit {
    font-size: 1.375rem;
  }
}
.aboutDetail_a .half-header .s1 .text-group .tit2, .aboutDetail_a .half-header .s2 .text-group .tit2 {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 2.8125rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  .aboutDetail_a .half-header .s1 .text-group .tit2, .aboutDetail_a .half-header .s2 .text-group .tit2 {
    font-size: 2.5rem;
  }
}
.aboutDetail_a .half-header .s1 .text-group .line-control, .aboutDetail_a .half-header .s2 .text-group .line-control {
  margin-bottom: 25px;
}
.aboutDetail_a .half-header .s1 .text-group .content, .aboutDetail_a .half-header .s2 .text-group .content {
  font-size: 0.9375rem;
  letter-spacing: 0.45px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s1 .text-group .content, .aboutDetail_a .half-header .s2 .text-group .content {
    text-align: left;
  }
}
.aboutDetail_a .half-header .s1 .text-group .content p, .aboutDetail_a .half-header .s2 .text-group .content p {
  margin-bottom: 30px;
}
.aboutDetail_a .half-header .s1 .text-group .content p:only-child, .aboutDetail_a .half-header .s2 .text-group .content p:only-child {
  margin-bottom: 0;
}
.aboutDetail_a .half-header .s1 .text-group .content p:last-child, .aboutDetail_a .half-header .s2 .text-group .content p:last-child {
  margin-bottom: 0;
}
.aboutDetail_a .half-header .s1 .center-cir, .aboutDetail_a .half-header .s2 .center-cir {
  width: 600px;
  height: 600px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(170deg, #c6d7e9, #214679 70%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 90px 50px 125px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .aboutDetail_a .half-header .s1 .center-cir, .aboutDetail_a .half-header .s2 .center-cir {
    width: 500px;
    height: 500px;
    padding: 50px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s1 .center-cir, .aboutDetail_a .half-header .s2 .center-cir {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 110px 20px 70px;
  }
}
.aboutDetail_a .half-header .s1 .center-cir::after, .aboutDetail_a .half-header .s2 .center-cir::after {
  content: "";
  position: absolute;
  left: 55%;
  top: 55%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s1 .center-cir::after, .aboutDetail_a .half-header .s2 .center-cir::after {
    display: none;
  }
}
.aboutDetail_a .half-header .s1 .image-control, .aboutDetail_a .half-header .s2 .image-control {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s1 .image-control, .aboutDetail_a .half-header .s2 .image-control {
    display: none;
  }
}
.aboutDetail_a .half-header .s1 .decor-text, .aboutDetail_a .half-header .s2 .decor-text {
  display: inline-block;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 6.25rem;
  line-height: 1;
  color: #2c9a50;
  position: absolute;
  z-index: 3;
}
.aboutDetail_a .half-header .s1 .decor-text span, .aboutDetail_a .half-header .s2 .decor-text span {
  display: inline-block;
  margin-left: 10px;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.875rem;
  letter-spacing: -0.3px;
}
.aboutDetail_a .half-header .s1 {
  margin-bottom: 230px;
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s1 {
    margin-bottom: 140px;
  }
}
.aboutDetail_a .half-header .s1 .center-cir {
  background: linear-gradient(170deg, #c6d7e9, #214679 70%);
}
.aboutDetail_a .half-header .s1 .image-control {
  width: 450px;
  left: 9%;
  top: 14%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1700px) {
  .aboutDetail_a .half-header .s1 .image-control {
    left: 15%;
    top: 8%;
  }
}
@media only screen and (max-width: 1500px) {
  .aboutDetail_a .half-header .s1 .image-control {
    width: 380px;
  }
}
@media only screen and (max-width: 1400px) {
  .aboutDetail_a .half-header .s1 .image-control {
    left: 20%;
    top: 0%;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_a .half-header .s1 .image-control {
    width: 450px;
    left: 15%;
    top: 10%;
  }
}
.aboutDetail_a .half-header .s1 .decor-text {
  font-size: 6.25rem;
  color: #2c9a50;
  right: -18%;
  bottom: -10%;
}
@media only screen and (max-width: 1700px) {
  .aboutDetail_a .half-header .s1 .decor-text {
    font-size: 5.625rem;
    right: -13%;
  }
}
@media only screen and (max-width: 1300px) {
  .aboutDetail_a .half-header .s1 .decor-text {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s1 .decor-text {
    font-size: 4.375rem;
    bottom: auto;
    right: 5%;
    top: -13%;
  }
}
.aboutDetail_a .half-header .s1.none .inner-content {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.aboutDetail_a .half-header .s1.none .image-control img {
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: 2s;
  transition: 2s;
}
.aboutDetail_a .half-header .s1.none .decor-text {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: 2s;
  transition: 2s;
}
.aboutDetail_a .half-header .s1.show .inner-content {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.aboutDetail_a .half-header .s1.show .image-control img, .aboutDetail_a .half-header .s1.show .decor-text {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.aboutDetail_a .half-header .s2 {
  margin-bottom: 230px;
}
@media only screen and (max-width: 1400px) {
  .aboutDetail_a .half-header .s2 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_a .half-header .s2 {
    margin-bottom: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s2 {
    margin-bottom: 70px;
  }
}
.aboutDetail_a .half-header .s2 .s2-wrap {
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .aboutDetail_a .half-header .s2 .s2-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutDetail_a .half-header .s2 .center-cir {
  background: linear-gradient(170deg, #bcfaf5, #116334 70%);
}
.aboutDetail_a .half-header .s2 .center-cir::after {
  left: auto;
  right: 55%;
  top: 55%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s2 .center-cir {
    padding: 70px 20px 70px;
  }
}
.aboutDetail_a .half-header .s2 .image-control {
  width: 380px;
  left: 0;
  top: 6%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1700px) {
  .aboutDetail_a .half-header .s2 .image-control {
    left: 8%;
    top: 2%;
  }
}
@media only screen and (max-width: 1500px) {
  .aboutDetail_a .half-header .s2 .image-control {
    width: 320px;
    left: 12%;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_a .half-header .s2 .image-control {
    width: 360px;
    left: 5%;
  }
}
.aboutDetail_a .half-header .s2 .decor-text {
  color: #4876b5;
  font-size: 8.75rem;
  left: -16%;
  bottom: 1%;
}
@media only screen and (max-width: 1700px) {
  .aboutDetail_a .half-header .s2 .decor-text {
    font-size: 7.5rem;
    left: -5%;
  }
}
@media only screen and (max-width: 1400px) {
  .aboutDetail_a .half-header .s2 .decor-text {
    left: auto;
    bottom: -1%;
    right: -10%;
  }
}
@media only screen and (max-width: 1300px) {
  .aboutDetail_a .half-header .s2 .decor-text {
    font-size: 6.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_a .half-header .s2 .decor-text {
    right: auto;
    left: -5%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s2 .decor-text {
    left: auto;
    bottom: auto;
    top: -10%;
    right: 5%;
    font-size: 5rem;
  }
}
.aboutDetail_a .half-header .s2 .cir-lists {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 125%;
  height: 125%;
  pointer-events: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1400px) {
  .aboutDetail_a .half-header .s2 .cir-lists {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 80px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_a .half-header .s2 .cir-lists {
    position: absolute;
    width: 125%;
    height: 125%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s2 .cir-lists {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 80px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0 20px;
  }
}
.aboutDetail_a .half-header .s2 .cir-list {
  width: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent;
  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;
}
@media only screen and (max-width: 1400px) {
  .aboutDetail_a .half-header .s2 .cir-list {
    width: calc(33.3333333333% - 60px);
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 30px 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_a .half-header .s2 .cir-list {
    width: auto;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s2 .cir-list {
    width: calc(33.3333333333% - 60px);
    margin: 0 30px 50px;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 500px) {
  .aboutDetail_a .half-header .s2 .cir-list {
    width: 50%;
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 350px) {
  .aboutDetail_a .half-header .s2 .cir-list {
    width: 100%;
    margin: 0 0 50px;
  }
}
.aboutDetail_a .half-header .s2 .cir-list .image-wrap {
  width: 55px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1400px) {
  .aboutDetail_a .half-header .s2 .cir-list .image-wrap {
    width: 70px;
  }
}
.aboutDetail_a .half-header .s2 .cir-list .text-wrap {
  width: 100%;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.125rem;
  line-height: 1.1;
  letter-spacing: 0.6px;
  text-align: center;
  white-space: nowrap;
  color: #333;
}
.aboutDetail_a .half-header .s2.none .inner-content {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.aboutDetail_a .half-header .s2.none .image-control img, .aboutDetail_a .half-header .s2.none .decor-text {
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: 2s;
  transition: 2s;
}
.aboutDetail_a .half-header .s2.none .cir-list {
  opacity: 0;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.aboutDetail_a .half-header .s2.none .cir-list:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.aboutDetail_a .half-header .s2.none .cir-list:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.aboutDetail_a .half-header .s2.none .cir-list:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.aboutDetail_a .half-header .s2.none .cir-list:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.aboutDetail_a .half-header .s2.none .cir-list:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.aboutDetail_a .half-header .s2.show .inner-content {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.aboutDetail_a .half-header .s2.show .image-control img, .aboutDetail_a .half-header .s2.show .decor-text {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.aboutDetail_a .half-header .s2.show .cir-list {
  opacity: 1;
}
.aboutDetail_a .half-header .s3 {
  width: 100%;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_a .half-header .s3 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s3 {
    margin-bottom: 80px;
  }
}
.aboutDetail_a .half-header .s3 .s3-wrap {
  width: 100%;
  background-color: #f0f0f0;
  padding: 110px 200px;
}
@media only screen and (max-width: 1600px) {
  .aboutDetail_a .half-header .s3 .s3-wrap {
    padding: 110px 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_a .half-header .s3 .s3-wrap {
    padding: 70px 150px 90px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s3 .s3-wrap {
    padding: 70px 20px 90px;
  }
}
.aboutDetail_a .half-header .s3 .intro-text {
  margin-bottom: 40px;
}
.aboutDetail_a .half-header .s3 .cards {
  width: 100%;
}
.aboutDetail_a .half-header .s3 .card {
  width: 100%;
  margin-bottom: 85px;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_a .half-header .s3 .card {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s3 .card {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aboutDetail_a .half-header .s3 .card-inner {
  width: auto;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s3 .card-inner {
    width: 100%;
    max-width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .aboutDetail_a .half-header .s3 .card-inner {
    max-width: 100%;
  }
}
.aboutDetail_a .half-header .s3 .date-group {
  font-size: 3.125rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.1;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-80%, -50%);
      -ms-transform: translate(-80%, -50%);
          transform: translate(-80%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s3 .date-group {
    top: auto;
    bottom: calc(100% - 15px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 2.8125rem;
  }
}
.aboutDetail_a .half-header .s3 .main-group {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 585px;
  font-size: 0.9375rem;
  text-align: left;
  padding: 50px 70px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  color: #333;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1400px) {
  .aboutDetail_a .half-header .s3 .main-group {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1300px) {
  .aboutDetail_a .half-header .s3 .main-group {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s3 .main-group {
    width: 100%;
    padding: 30px;
    max-width: 100%;
  }
}
.aboutDetail_a .half-header .s3 .icon-group {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(80%, -50%);
      -ms-transform: translate(80%, -50%);
          transform: translate(80%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s3 .icon-group {
    right: 20px;
    top: calc(100% - 30px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.aboutDetail_a .half-header .s3 .icon-group img {
  width: auto;
  max-width: 120px;
}
@media only screen and (max-width: 1300px) {
  .aboutDetail_a .half-header .s3 .icon-group img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s3 .icon-group img {
    max-width: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .aboutDetail_a .half-header .s3 .card:nth-child(2n) {
    text-align: right;
  }
  .aboutDetail_a .half-header .s3 .card:nth-child(2n) .date-group {
    left: auto;
    right: 0;
    -webkit-transform: translate(80%, -50%);
        -ms-transform: translate(80%, -50%);
            transform: translate(80%, -50%);
  }
  .aboutDetail_a .half-header .s3 .card:nth-child(2n) .icon-group {
    right: auto;
    left: 0;
    -webkit-transform: translate(-80%, -50%);
        -ms-transform: translate(-80%, -50%);
            transform: translate(-80%, -50%);
  }
}
@media only screen and (min-width: 768px) {
  .aboutDetail_a .half-header .s3 .card:first-child .icon-group {
    right: -30%;
    top: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .aboutDetail_a .half-header .s3 .card:first-child .icon-group {
    right: -20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .aboutDetail_a .half-header .s3 .card:first-child .icon-group {
    right: 0;
    top: 50%;
  }
}
.aboutDetail_a .half-header .s3 .card:last-child {
  margin-bottom: 0;
}
.aboutDetail_a .half-header .s3 .card.none {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.aboutDetail_a .half-header .s3 .card.none .icon-group, .aboutDetail_a .half-header .s3 .card.none .date-group {
  opacity: 0;
  -webkit-transition: 0.6s 0.3s;
  transition: 0.6s 0.3s;
}
.aboutDetail_a .half-header .s3 .card.show {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.aboutDetail_a .half-header .s3 .card.show .icon-group, .aboutDetail_a .half-header .s3 .card.show .date-group {
  opacity: 1;
}
.aboutDetail_a .half-header .s4 {
  width: 100%;
}
.aboutDetail_a .half-header .s4 .s4-wrap {
  width: 100%;
}
.aboutDetail_a .half-header .s4 .intro-text {
  padding: 0 50px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_a .half-header .s4 .intro-text {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_a .half-header .s4 .intro-text {
    padding: 0;
  }
}
.aboutDetail_a .half-header .s4 .intro-text .text-wrap {
  text-align: left;
}
.aboutDetail_a .half-header .s4 .intro-text .content {
  margin-left: 0;
}
.aboutDetail_a .half-header .s4 .image-control {
  width: 85%;
  margin-left: auto;
}
.aboutDetail_a .half-header .s4.none .image-control {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 1.2s 0.3s;
  transition: 1.2s 0.3s;
}
.aboutDetail_a .half-header .s4.show .image-control {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=aboutDetail_a.css.map */