@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_e .half-header .s1 {
  width: 100%;
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .aboutDetail_e .half-header .s1 {
    margin-bottom: 140px;
  }
}
.aboutDetail_e .half-header .s1 .s1-wrap {
  width: 100%;
}
.aboutDetail_e .half-header .s1 .intro-text {
  margin-bottom: 90px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 260px;
}
@media only screen and (max-width: 1500px) {
  .aboutDetail_e .half-header .s1 .intro-text {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_e .half-header .s1 .intro-text {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 70px;
  }
}
.aboutDetail_e .half-header .s1 .intro-text .text-wrap {
  text-align: left;
  max-width: none;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_e .half-header .s1 .intro-text .text-wrap {
    text-align: center;
  }
}
.aboutDetail_e .half-header .s1 .intro-text .line-control {
  margin-bottom: 30px;
}
.aboutDetail_e .half-header .s1 .intro-text .filter-bar {
  width: 220px;
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_e .half-header .s1 .intro-text .filter-bar {
    margin: 0 auto;
  }
}
.aboutDetail_e .half-header .s1 .all-lists {
  width: 100%;
}
.aboutDetail_e .half-header .s1 .list {
  width: 100%;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #eee;
}
.aboutDetail_e .half-header .s1 .list:last-child {
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 767px) {
  .aboutDetail_e .half-header .s1 .list {
    padding: 40px 0 0;
    max-height: none;
    -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_e .half-header .s1 .year {
  position: absolute;
  left: 280px;
  top: 65px;
  -webkit-transform: translateX(-75%);
      -ms-transform: translateX(-75%);
          transform: translateX(-75%);
  z-index: 5;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 5.625rem;
  line-height: 1.1;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#8eec8e), to(#0c628d));
  background: linear-gradient(#8eec8e, #0c628d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .aboutDetail_e .half-header .s1 .year {
    color: #333;
    background: transparent;
  }
}
@media only screen and (max-width: 1500px) {
  .aboutDetail_e .half-header .s1 .year {
    left: 150px;
    font-size: 4.375rem;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_e .half-header .s1 .year {
    left: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_e .half-header .s1 .year {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
  }
}
.aboutDetail_e .half-header .s1 .left-content {
  width: 280px;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1500px) {
  .aboutDetail_e .half-header .s1 .left-content {
    width: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutDetail_e .half-header .s1 .left-content {
    width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_e .half-header .s1 .left-content {
    width: 90%;
    height: 120px;
    margin-top: -30px;
    opacity: 0.5;
  }
}
.aboutDetail_e .half-header .s1 .left-content img {
  width: 130px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .aboutDetail_e .half-header .s1 .left-content img {
    display: none;
  }
}
.aboutDetail_e .half-header .s1 .left-content .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.aboutDetail_e .half-header .s1 .right-content {
  width: 100%;
  padding: 35px 105px 20px;
}
@media only screen and (max-width: 1500px) {
  .aboutDetail_e .half-header .s1 .right-content {
    padding: 35px 75px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutDetail_e .half-header .s1 .right-content {
    padding: 0 70px;
    margin-top: -100px;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 575px) {
  .aboutDetail_e .half-header .s1 .right-content {
    padding: 0 25px;
  }
}
.aboutDetail_e .half-header .s1 .cards {
  width: 100%;
}
.aboutDetail_e .half-header .s1 .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
}
@media only screen and (max-width: 575px) {
  .aboutDetail_e .half-header .s1 .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px 0;
  }
}
@media only screen and (max-width: 575px) {
  .aboutDetail_e .half-header .s1 .card.no-image {
    margin: 70px 0;
  }
}
.aboutDetail_e .half-header .s1 .card.no-image .title-wrap {
  padding-left: 65px;
}
@media only screen and (max-width: 575px) {
  .aboutDetail_e .half-header .s1 .card.no-image .title-wrap {
    padding-left: 0;
  }
}
.aboutDetail_e .half-header .s1 .image-wrap {
  width: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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);
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .aboutDetail_e .half-header .s1 .image-wrap {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.aboutDetail_e .half-header .s1 .image-wrap .image-control {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.aboutDetail_e .half-header .s1 .image-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aboutDetail_e .half-header .s1 .title-wrap {
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .aboutDetail_e .half-header .s1 .title-wrap {
    text-align: center;
  }
}
.aboutDetail_e .half-header .s1 .title-wrap .t1 {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #4495e7;
  margin-bottom: 8px;
}
@media only screen and (max-width: 575px) {
  .aboutDetail_e .half-header .s1 .title-wrap .t1 {
    margin-bottom: 13px;
  }
}
.aboutDetail_e .half-header .s1 .title-wrap .t2 {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.55px;
  line-height: 1.3;
  color: #333;
}
@media only screen and (min-width: 578px) {
  .aboutDetail_e .half-header .s1 .list:nth-child(even) .card {
    margin: 60px 0;
  }
  .aboutDetail_e .half-header .s1 .list:nth-child(even) .left-content img {
    left: auto;
    right: 0;
    top: 65%;
  }
}
.aboutDetail_e .half-header .s1 .list.none .left-content .bg {
  width: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.aboutDetail_e .half-header .s1 .list.none .left-content img {
  opacity: 0;
  -webkit-transform: translateY(-47%);
      -ms-transform: translateY(-47%);
          transform: translateY(-47%);
  -webkit-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}
.aboutDetail_e .half-header .s1 .list.none .right-content .cards {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.8s 0.3s;
  transition: 0.8s 0.3s;
}
.aboutDetail_e .half-header .s1 .list.show .left-content .bg {
  width: 100%;
}
.aboutDetail_e .half-header .s1 .list.show .left-content img {
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.aboutDetail_e .half-header .s1 .list.show .right-content .cards {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=aboutDetail_e.css.map */