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

.aboutDetail_d .half-header .s1 {
  width: 100%;
  position: relative;
  margin-bottom: 180px;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_d .half-header .s1 {
    margin-bottom: 130px;
  }
}
.aboutDetail_d .half-header .s1 .decor {
  width: 100%;
  position: absolute;
  top: 70%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_d .half-header .s1 .decor {
    top: 40%;
  }
}
.aboutDetail_d .half-header .s1 .s1-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;
}
@media only screen and (max-width: 1500px) {
  .aboutDetail_d .half-header .s1 .s1-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.aboutDetail_d .half-header .s1 .intro-text {
  width: auto;
  max-width: none;
  margin: 0;
  margin-left: 75px;
}
.aboutDetail_d .half-header .s1 .intro-text .text-wrap {
  max-width: none;
  text-align: left;
}
@media only screen and (max-width: 1500px) {
  .aboutDetail_d .half-header .s1 .intro-text {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .aboutDetail_d .half-header .s1 .intro-text .text-wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_d .half-header .s1 .intro-text {
    margin-bottom: 30px;
  }
}
.aboutDetail_d .half-header .s1 .point-circle {
  width: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_d .half-header .s1 .point-circle {
    border-radius: 0;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
}
.aboutDetail_d .half-header .s1 .circle-wrap {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background-color: #eee;
  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;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_d .half-header .s1 .circle-wrap {
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_d .half-header .s1 .circle-wrap {
    width: 450px;
    height: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .aboutDetail_d .half-header .s1 .circle-wrap {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 350px) {
  .aboutDetail_d .half-header .s1 .circle-wrap {
    width: 300px;
    height: 300px;
  }
}
.aboutDetail_d .half-header .s1 .circle-wrap .background {
  z-index: 1;
}
.aboutDetail_d .half-header .s1 .circle-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b89c8), to(#80f680));
  background-image: linear-gradient(#1b89c8, #80f680);
  border-radius: 50%;
  opacity: 0.5;
  z-index: 2;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.aboutDetail_d .half-header .s1 .content-box {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 10;
}
.aboutDetail_d .half-header .s1 .content-box .logo {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .aboutDetail_d .half-header .s1 .content-box .logo {
    width: 200px;
    margin-bottom: 30px;
  }
}
.aboutDetail_d .half-header .s1 .content-box .txt {
  width: 100%;
  padding: 0 20px;
}
.aboutDetail_d .half-header .s1 .content-box .ch {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .aboutDetail_d .half-header .s1 .content-box .ch {
    font-size: 1.875rem;
  }
}
.aboutDetail_d .half-header .s1 .content-box .en {
  font-size: 1.375rem;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .aboutDetail_d .half-header .s1 .content-box .en {
    font-size: 1.125rem;
  }
}
.aboutDetail_d .half-header .s1 .inner-box {
  width: 350px;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 11;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_d .half-header .s1 .inner-box {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    width: 85%;
    margin: 0 auto;
    padding: 30px 0;
    background-color: #f5f5f5;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .aboutDetail_d .half-header .s1 .inner-box::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 24.2px 14px;
    border-color: transparent transparent #f5f5f5 transparent;
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_d .half-header .s1 .inner-box {
    width: 100%;
    border-radius: 0;
  }
}
.aboutDetail_d .half-header .s1 .inner-box p {
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.45px;
  padding: 0 20px;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_d .half-header .s1 .inner-box p {
    color: #000;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  .aboutDetail_d .half-header .s1 .inner-box p {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .aboutDetail_d .half-header .s1 .point-circle:hover {
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  }
  .aboutDetail_d .half-header .s1 .point-circle:hover .content-box {
    opacity: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .aboutDetail_d .half-header .s1 .point-circle:hover .inner-box {
    top: 50%;
    opacity: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .aboutDetail_d .half-header .s1 .point-circle:hover .circle-wrap::after {
    opacity: 0.8;
  }
}
.aboutDetail_d .half-header .s1 .point-circle.none {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.aboutDetail_d .half-header .s1 .point-circle.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_d .half-header .s1 .circle-wrap.none {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .aboutDetail_d .half-header .s1 .circle-wrap.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .aboutDetail_d .half-header .s1 .inner-box.none {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .aboutDetail_d .half-header .s1 .inner-box.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.aboutDetail_d .half-header .s2 {
  width: 100%;
}
.aboutDetail_d .half-header .s2 .s2-wrap {
  width: 100%;
  padding: 25px 0 200px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_d .half-header .s2 .s2-wrap {
    padding: 0 0 150px;
  }
}
.aboutDetail_d .half-header .s2 .bg-sect {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: repeat !important;
  background-size: 100% auto !important;
  opacity: 1;
  z-index: -1;
}
.aboutDetail_d .half-header .s2 .main-sect {
  width: 100%;
}
.aboutDetail_d .half-header .s2 .sub-sect {
  width: 100%;
}
.aboutDetail_d .half-header .s2 .sect-wrap {
  width: 100%;
  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;
}
.aboutDetail_d .half-header .s2 .card-inner {
  width: 100%;
  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;
}
.aboutDetail_d .half-header .s2 .card-inner .card-wrap {
  margin: 0 50px;
  margin-top: 95px;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_d .half-header .s2 .card-inner .card-wrap {
    margin: 0 35px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .aboutDetail_d .half-header .s2 .card-inner .card-wrap {
    margin-top: 60px;
  }
}
.aboutDetail_d .half-header .s2 .card-wrap {
  width: 330px;
  height: 330px;
  border-radius: 50%;
  position: relative;
  -webkit-perspective: 800px;
          perspective: 800px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_d .half-header .s2 .card-wrap {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .aboutDetail_d .half-header .s2 .card-wrap {
    width: 250px;
    height: 250px;
  }
}
.aboutDetail_d .half-header .s2 .card-wrap .border {
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #fff;
}
.aboutDetail_d .half-header .s2 .card-wrap .tri {
  position: absolute;
  top: calc(100% + 28px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 24.2px 14px;
  border-color: transparent transparent #fff transparent;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: 0s;
  transition: 0s;
}
.aboutDetail_d .half-header .s2 .card-wrap.act .tri {
  opacity: 1;
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
}
.aboutDetail_d .half-header .s2 .front-card {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.aboutDetail_d .half-header .s2 .front-card .card-txt {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.aboutDetail_d .half-header .s2 .front-card .control {
  width: 100%;
  padding: 0 35px;
}
.aboutDetail_d .half-header .s2 .front-card .title {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 2.3125rem;
  line-height: 1.2;
  color: #333;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_d .half-header .s2 .front-card .title {
    font-size: 1.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_d .half-header .s2 .front-card .title {
    font-size: 1.5rem;
  }
}
.aboutDetail_d .half-header .s2 .front-card .line-control {
  height: 2px;
}
.aboutDetail_d .half-header .s2 .front-card .line-control .line {
  background-color: #333;
}
.aboutDetail_d .half-header .s2 .front-card .ch {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.45px;
  line-height: 1.3;
  color: #333;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_d .half-header .s2 .front-card .ch {
    font-size: 1.25rem;
  }
}
.aboutDetail_d .half-header .s2 .front-card .en {
  font-size: 1rem;
  line-height: 1.3;
  color: #333;
  margin-top: 3px;
}
.aboutDetail_d .half-header .s2 .back-card {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.aboutDetail_d .half-header .s2 .back-card img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.aboutDetail_d .half-header .s2 .card-wrap.show-card .front-card {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.aboutDetail_d .half-header .s2 .card-wrap.show-card .back-card {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
@media only screen and (min-width: 1025px) {
  .aboutDetail_d .half-header .s2 .card-wrap:not(.nohover):hover .front-card {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .aboutDetail_d .half-header .s2 .card-wrap:not(.nohover):hover .back-card {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
.aboutDetail_d .half-header .s2 .card-content {
  width: 100%;
  background-color: #fff;
  margin-top: 50px;
  position: relative;
  display: none;
}
.aboutDetail_d .half-header .s2 .card-content::after, .aboutDetail_d .half-header .s2 .card-content::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.aboutDetail_d .half-header .s2 .card-content::after {
  left: 50%;
}
.aboutDetail_d .half-header .s2 .card-content::before {
  right: 50%;
}
.aboutDetail_d .half-header .s2 .card-content .content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 40px 20px;
  position: relative;
  z-index: 10;
}
.aboutDetail_d .half-header .s2 .card-content .title, .aboutDetail_d .half-header .s2 .card-content .text {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.aboutDetail_d .half-header .s2 .card-content .title {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.375rem;
  color: #333;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .aboutDetail_d .half-header .s2 .card-content .title {
    font-size: 1.25rem;
  }
}
.aboutDetail_d .half-header .s2 .card-content .text {
  font-size: 0.9375rem;
  letter-spacing: 0.45px;
  line-height: 1.6;
  color: #666;
  margin-top: 5px;
  text-align: left;
}
.aboutDetail_d .half-header .s2 .card-wrap.none {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.6s 0.1s;
  transition: 0.6s 0.1s;
}
.aboutDetail_d .half-header .s2 .card-wrap.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=aboutDetail_d.css.map */