<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.about main {
  min-height: 100vh;
  background: #fafafa;
}

.about_bn {
  position: relative;
}
.about_bn .about_bn_bg {
  height: 830px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1200px) {
  .about_bn .about_bn_bg {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .about_bn .about_bn_bg {
    height: 500px;
  }
}
.about_bn .common_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  width: 90%;
}
.about_bn .common_title .p {
  max-width: 385px;
  margin: 0 auto;
  margin-top: 20px;
}

.about_ct {
  padding-top: 85px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1200px) {
  .about_ct {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .about_ct {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}

.about_block {
  max-width: 1285px;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 575px) {
  .about_block {
    width: 100%;
  }
}
.about_block .about_li:nth-child(odd) .about_num {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 575px) {
  .about_block .about_li:nth-child(odd) .about_num {
    left: auto;
    right: 0;
    top: auto;
    bottom: 17%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.about_block .about_li:nth-child(even) .about_num {
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media only screen and (max-width: 575px) {
  .about_block .about_li:nth-child(even) .about_num {
    left: 0;
    right: auto;
    top: auto;
    bottom: 17%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.about_block .about_li.small {
  width: calc(50% - 42.5px);
  margin-top: 180px;
}
.about_block .about_li.small:nth-child(even) {
  margin-left: 85px;
  margin-top: 230px;
}
.about_block .about_li.small:nth-child(even) .common_title {
  text-align: right;
}
.about_block .about_li.small .about_word {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .about_block .about_li.small .about_word {
    width: 80%;
  }
}
.about_block .about_li.small .pic_wrap {
  padding-bottom: 103%;
}
@media only screen and (max-width: 1365px) {
  .about_block .about_li.small {
    width: calc(50% - 30px);
    margin-top: 120px;
  }
  .about_block .about_li.small:nth-child(even) {
    margin-left: 30px;
    margin-top: 170px;
  }
}
@media only screen and (max-width: 992px) {
  .about_block .about_li.small {
    width: 100%;
    margin-right: 30px;
  }
  .about_block .about_li.small:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about_block .about_li.small {
    margin-top: 80px;
    margin-right: 0;
    width: 95%;
  }
  .about_block .about_li.small:nth-child(even) {
    margin-left: 0;
    margin-left: auto;
    margin-top: 80px;
  }
}
.about_block .about_li.big {
  width: 100%;
  margin-top: 200px;
}
@media only screen and (max-width: 1365px) {
  .about_block .about_li.big {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 575px) {
  .about_block .about_li.big {
    margin-top: 100px;
  }
}
.about_block .about_li.big:first-child {
  margin-top: 130px;
}
@media only screen and (max-width: 1365px) {
  .about_block .about_li.big:first-child {
    margin-top: 80px;
  }
}
.about_block .about_li.big:nth-child(even) .about_pic {
  margin-left: auto;
}
.about_block .about_li.big:nth-child(even) .about_pic:after {
  background: #00ff96;
  left: 0;
  -webkit-transform: translate(-40px, -40px);
      -ms-transform: translate(-40px, -40px);
          transform: translate(-40px, -40px);
}
@media only screen and (max-width: 575px) {
  .about_block .about_li.big:nth-child(even) .about_pic:after {
    -webkit-transform: translate(-30px, -25px);
        -ms-transform: translate(-30px, -25px);
            transform: translate(-30px, -25px);
  }
}
.about_block .about_li.big:nth-child(even) .common_title {
  text-align: right;
}
.about_block .about_li.big:nth-child(even) .word_wrap {
  margin-left: auto;
}
.about_block .about_li.big .about_pic {
  max-width: 1120px;
  width: 90%;
}
@media only screen and (max-width: 575px) {
  .about_block .about_li.big .about_pic {
    width: 95%;
  }
}
.about_block .about_li.big .pic_wrap {
  padding-bottom: 55.35%;
}
@media only screen and (max-width: 992px) {
  .about_block .about_li.big .pic_wrap {
    padding-bottom: 103%;
  }
}
.about_block .about_li.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.about_block .about_li.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.about_block .about_pic {
  position: relative;
  -webkit-box-shadow: 1px 7.9px 21px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 7.9px 21px 0 rgba(0, 0, 0, 0.15);
}
.about_block .about_pic:hover picture img {
  -webkit-transform: translate(-50%, -50%) scale(1.07);
      -ms-transform: translate(-50%, -50%) scale(1.07);
          transform: translate(-50%, -50%) scale(1.07);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about_block .about_pic:hover .pic_wrap:after {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about_block .pic_wrap {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.about_block .pic_wrap:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about_block .pic_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about_block .about_word {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65%;
  z-index: 3;
}
@media only screen and (max-width: 575px) {
  .about_block .about_word {
    width: 75%;
  }
}
.about_block .word_wrap {
  max-width: 280px;
  width: 100%;
}
.about_block .common_title {
  text-align: left;
  color: #ffffff;
}
.about_block .common_title .p {
  opacity: 0.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: normal;
}
.about_block .common_title .common_btn {
  margin-top: 90px;
}
@media only screen and (max-width: 1365px) {
  .about_block .common_title .common_btn {
    margin-top: 50px;
  }
}
.about_block .about_num {
  position: absolute;
  top: 40%;
  z-index: 5;
  font-size: 9.375rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  background: -webkit-linear-gradient(right, #00b7ff 0, #00ff96 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1365px) {
  .about_block .about_num {
    font-size: 6.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .about_block .about_num {
    font-size: 4.375rem;
  }
}

.about_common_bn {
  position: relative;
}
.about_common_bn .about_bn_bg {
  position: relative;
  height: 640px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1200px) {
  .about_common_bn .about_bn_bg {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .about_common_bn .about_bn_bg {
    height: 550px;
  }
}
.about_common_bn .about_bn_bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.about_common_bn .common_title {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  width: 90%;
}
.about_common_bn .common_title .p {
  max-width: 385px;
  margin: 0 auto;
  margin-top: 15px;
}
.about_common_bn .common_title .common_btn {
  margin-top: 35px;
}
@media only screen and (max-width: 575px) {
  .about_common_bn .common_title .common_btn {
    margin-top: 15px;
  }
}
.about_common_bn .common_title .common_btn:not(:last-child) {
  margin-right: 50px;
}
@media only screen and (max-width: 575px) {
  .about_common_bn .common_title .common_btn:not(:last-child) {
    margin-right: 0;
    margin-top: 30px;
  }
}

.about_common_ct {
  padding-top: 85px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1200px) {
  .about_common_ct {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .about_common_ct {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.about_common_ct .common_title {
  padding: 0 50px;
}
@media only screen and (max-width: 992px) {
  .about_common_ct .common_title {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .about_common_ct .common_title {
    padding: 0;
  }
}

.back_btn {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 210;
  min-width: 156px;
}
@media only screen and (max-width: 1440px) {
  .back_btn {
    top: 35px;
  }
}
@media only screen and (max-width: 992px) {
  .back_btn {
    min-width: 120px;
    top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .back_btn {
    top: 80px;
    z-index: 7;
  }
}

.building_block {
  max-width: 1635px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.building_block .building_li {
  position: relative;
  width: 33.3%;
  padding: 100px 0;
}
@media only screen and (max-width: 1200px) {
  .building_block .building_li {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 992px) {
  .building_block .building_li {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .building_block .building_li {
    width: 100%;
    padding: 35px 0;
  }
}
@media only screen and (min-width: 993px) {
  .building_block .building_li:nth-child(6n):after, .building_block .building_li:nth-child(6n-1):after, .building_block .building_li:nth-child(6n-2):after {
    position: absolute;
    content: "";
    width: 200vw;
    height: 100%;
    background: #f0f0f0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
  }
}
@media only screen and (max-width: 992px) {
  .building_block .building_li:nth-child(4n):after, .building_block .building_li:nth-child(4n-1):after {
    position: absolute;
    content: "";
    width: 200vw;
    height: 100%;
    background: #f0f0f0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
  }
}
@media only screen and (max-width: 575px) {
  .building_block .building_li:nth-child(4n):after, .building_block .building_li:nth-child(4n-1):after {
    content: none;
  }
}
.building_block .building_li.waypoint .li_wrap {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.building_block .building_li.show .li_wrap {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.building_block .li_wrap {
  position: relative;
  z-index: 3;
  display: block;
  max-width: 430px;
  width: 90%;
  margin: 0 auto;
}
.building_block .li_wrap:hover .li_pic:after {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.building_block .li_wrap:hover .li_pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.07);
      -ms-transform: translate(-50%, -50%) scale(1.07);
          transform: translate(-50%, -50%) scale(1.07);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.building_block .li_wrap:hover .common_btn {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.building_block .li_pic {
  position: relative;
  padding-bottom: 63.95%;
  overflow: hidden;
}
.building_block .li_pic:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.building_block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.building_block .common_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.building_block .li_word {
  font-size: 1.375rem;
  letter-spacing: 1.1px;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  .building_block .li_word {
    font-size: 1.125rem;
  }
}

.aboutdt_head {
  position: relative;
  height: 150px;
  background: #434343;
}
@media only screen and (max-width: 1440px) {
  .aboutdt_head {
    height: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .aboutdt_head {
    height: 120px;
  }
}
@media only screen and (max-width: 992px) {
  .aboutdt_head {
    height: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .aboutdt_head {
    height: 150px;
  }
}
.aboutdt_head .common_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 210;
  min-width: 156px;
}
@media only screen and (max-width: 992px) {
  .aboutdt_head .common_btn {
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .aboutdt_head .common_btn {
    top: 70%;
    z-index: 0;
  }
}

.aboutdt_ct {
  padding-top: 100px;
}
@media only screen and (max-width: 575px) {
  .aboutdt_ct {
    padding-top: 60px;
  }
}
.aboutdt_ct .common_title {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
}
.aboutdt_ct ._articleBlock {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .aboutdt_ct ._articleBlock {
    padding-top: 60px;
  }
}
.aboutdt_ct .dt_swiper .swiper_block:after {
  background: #539e7f;
}
.aboutdt_ct .dt_swiper .swiper_block .des {
  color: #ffffff;
}

.aboutdt_more {
  position: relative;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
  padding: 85px 0 55px;
  background: #529f80;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.aboutdt_more + .aboutdt_other {
  margin-top: -70px;
}
.aboutdt_more:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-image: url("../../uploads/csr/csrotherbg_1280x320.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.aboutdt_more_wrap {
  position: relative;
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_more_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.aboutdt_more .left {
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
}
.aboutdt_more .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutdt_more .left ul li {
  margin-right: 55px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_more .left ul li {
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
.aboutdt_more .left .common_btn .btn_word {
  padding-right: 10px;
  padding-left: 10px;
}
.aboutdt_more .right {
  max-width: 250px;
  min-width: 250px;
  width: 90%;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_more .right {
    margin-bottom: 30px;
  }
}
.aboutdt_more .right p {
  font-size: 1.875rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 3px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .aboutdt_more .right p {
    font-size: 1.625rem;
    letter-spacing: 1.5px;
  }
}
.aboutdt_more.waypoint {
  opacity: 0;
}
.aboutdt_more.waypoint .left {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.aboutdt_more.waypoint .right {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.aboutdt_more.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aboutdt_more.show .left {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.aboutdt_more.show .right {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
}

.aboutdt_other {
  max-width: 1720px;
  width: 95%;
  margin: 0 auto;
  background: #ffffff;
}
.aboutdt_other_wrap {
  position: relative;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 150px 0 120px;
}
@media only screen and (max-width: 992px) {
  .aboutdt_other_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 150px 0 110px;
  }
}
.aboutdt_other .left {
  min-width: 280px;
  max-width: 280px;
  width: 90%;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_other .left {
    min-width: 200px;
  }
}
@media only screen and (max-width: 992px) {
  .aboutdt_other .left {
    min-width: 100%;
    text-align: center;
  }
}
.aboutdt_other .left_wrap {
  width: 80%;
}
@media only screen and (max-width: 992px) {
  .aboutdt_other .left_wrap {
    margin: 0 auto;
  }
}
.aboutdt_other .left_wrap p {
  font-size: 1.875rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 3px;
}
@media only screen and (max-width: 575px) {
  .aboutdt_other .left_wrap p {
    font-size: 1.625rem;
    letter-spacing: 1.5px;
  }
}
.aboutdt_other .right {
  position: relative;
  width: calc(100% - 280px);
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_other .right {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 992px) {
  .aboutdt_other .right {
    width: 95%;
  }
}
@media only screen and (max-width: 575px) {
  .aboutdt_other .right {
    margin-top: 0;
  }
}
.aboutdt_other .right .swiper-container {
  padding: 35px 0;
}
.aboutdt_other .right .swp_prev, .aboutdt_other .right .swp_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 10px 0;
}
.aboutdt_other .right .swp_prev .icon, .aboutdt_other .right .swp_next .icon {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-left: 4px solid #00ff96;
  border-right: 4px solid #00b7ff;
  border-top: 4px solid #00dbcb;
  border-bottom: 4px solid #00dbcb;
}
.aboutdt_other .right .swp_prev .line, .aboutdt_other .right .swp_next .line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #00ff96;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_other .right .swp_prev .line, .aboutdt_other .right .swp_next .line {
    width: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .aboutdt_other .right .swp_prev .line, .aboutdt_other .right .swp_next .line {
    width: 40px;
  }
}
.aboutdt_other .right .swp_prev {
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_other .right .swp_prev {
    left: -5px;
  }
}
.aboutdt_other .right .swp_prev .line {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}
.aboutdt_other .right .swp_next {
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_other .right .swp_next {
    right: -5px;
  }
}
.aboutdt_other .right .swp_next .line {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
.aboutdt_other.building .swiper-slide {
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aboutdt_other.building .swiper-slide:hover {
  z-index: 10;
}
.aboutdt_other.building .li_wrap {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #eee;
}
@media only screen and (max-width: 575px) {
  .aboutdt_other.building .li_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutdt_other.building .li_wrap:hover .pic_wrap:after {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aboutdt_other.building .li_wrap:hover .pic_wrap img {
  -webkit-transform: translate(-50%, -50%) scale(1.07);
      -ms-transform: translate(-50%, -50%) scale(1.07);
          transform: translate(-50%, -50%) scale(1.07);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aboutdt_other.building .li_pic {
  max-width: 430px;
  width: 60%;
}
@media only screen and (max-width: 575px) {
  .aboutdt_other.building .li_pic {
    width: 100%;
  }
}
.aboutdt_other.building .pic_wrap {
  position: relative;
  padding-bottom: 63.95%;
  overflow: hidden;
}
.aboutdt_other.building .pic_wrap:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 21px 14px 0;
  border-color: transparent #eee transparent transparent;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_other.building .pic_wrap:after {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 575px) {
  .aboutdt_other.building .pic_wrap:after {
    content: none;
  }
}
.aboutdt_other.building img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aboutdt_other.building .li_word {
  width: 40%;
  padding: 10px 20px 20px;
  text-align: left;
  font-size: 1.375rem;
  letter-spacing: 1.1px;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_other.building .li_word {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .aboutdt_other.building .li_word {
    width: 100%;
    text-align: center;
    padding: 10px 10px 20px;
    margin-top: 15px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 992px) {
  .aboutdt_other.career .left_wrap .swp_icon {
    bottom: 60px;
  }
}
.aboutdt_other.career .aboutdt_other_wrap {
  max-width: 1260px;
  padding: 80px 0 100px;
}
.aboutdt_other.career .swiper-slide {
  background: none;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aboutdt_other.career .swiper-slide:hover {
  z-index: 10;
}
.aboutdt_other.career .career_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .aboutdt_other.career .career_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.aboutdt_other.career .li_pic {
  width: 70%;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_other.career .li_pic {
    width: 60%;
  }
}
@media only screen and (max-width: 992px) {
  .aboutdt_other.career .li_pic {
    width: 100%;
  }
}
.aboutdt_other.career .pic_wrap {
  position: relative;
  padding-bottom: 55.92%;
  overflow: hidden;
}
.aboutdt_other.career .pic_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aboutdt_other.career .li_word {
  position: relative;
  width: 30%;
  background-image: -webkit-gradient(linear, left top, right top, from(#00ff96), to(#00b7ff));
  background-image: linear-gradient(to right, #00ff96, #00b7ff);
}
@media only screen and (max-width: 1200px) {
  .aboutdt_other.career .li_word {
    width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  .aboutdt_other.career .li_word {
    width: 100%;
    height: 100%;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 575px) {
  .aboutdt_other.career .li_word {
    padding: 40px 0;
  }
}
.aboutdt_other.career .li_word:after {
  position: absolute;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #333333;
  z-index: 0;
}
.aboutdt_other.career .word_wrap {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 300px;
  width: 85%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .aboutdt_other.career .word_wrap {
    max-width: 400px;
  }
}
.aboutdt_other.career .word_wrap .common_title {
  text-align: center;
  margin: auto;
}

.about_tab {
  position: relative;
  z-index: 3;
  padding-top: 30px;
}
.about_tab.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.about_tab.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.about_tab .tab_ul {
  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) {
  .about_tab .tab_ul {
    display: none;
  }
}
.about_tab .tab_ul .tab_li {
  margin: 0 15px;
  padding: 20px 50px;
  background: #2648b6;
  color: #ffffff;
  font-size: 1.0625rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  border-radius: 29.5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about_tab .tab_ul .tab_li.active {
  background: #00ff96;
  color: #000000;
}
.about_tab .tab_ul .tab_li:hover {
  background: #00ff96;
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about_tab .tab_select {
  display: none;
}
@media only screen and (max-width: 767px) {
  .about_tab .tab_select {
    display: block;
  }
}
.about_tab .tab_select .dropdown {
  margin: auto;
}

.history_block, .awards_block {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
}

.event_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .event_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .event_ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .event_ul:not(:first-child) {
    margin-top: 40px;
  }
}
.event_ul.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.event_ul.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.event_ul .event_year {
  font-size: 3.25rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #2648b6;
  max-width: 165px;
  width: 100%;
  text-align: center;
  margin: auto 0;
}
@media only screen and (max-width: 575px) {
  .event_ul .event_year {
    font-size: 2.625rem;
  }
}
.event_ul .event_detail {
  border-bottom: 3px solid #00ff96;
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .event_ul .event_detail {
    margin-top: 0;
    width: 100%;
  }
}
.event_ul .event_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 35px;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 575px) {
  .event_ul .event_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
}
.event_ul .event_pic {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  min-width: 120px;
  overflow: hidden;
  margin-right: 35px;
  -webkit-box-shadow: 1px 7.9px 21px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 7.9px 21px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 575px) {
  .event_ul .event_pic {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.event_ul .event_pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event_ul .event_word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.0625rem;
  letter-spacing: 0.37px;
  line-height: 1.7;
}
@media only screen and (max-width: 992px) {
  .event_ul .event_word {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .event_ul .event_word {
    font-size: 0.9375rem;
    width: 100%;
  }
}
.event_ul .event_title {
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #2648b6;
  white-space: nowrap;
  padding-right: 10px;
}
.event_ul .event_p {
  padding-left: 15px;
  position: relative;
}
.event_ul .event_p:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 10px;
  background: #2648b6;
}

.career_block {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}
.career_block .career_li {
  max-width: 1365px;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
}
@media only screen and (max-width: 992px) {
  .career_block .career_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }
}
.career_block .career_li:first-child {
  padding-top: 90px;
}
@media only screen and (max-width: 992px) {
  .career_block .career_li:first-child {
    padding-top: 60px;
  }
}
.career_block .career_li:nth-child(even) {
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 992px) {
  .career_block .career_li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.career_block .career_li:nth-child(even) .li_word {
  background-image: -webkit-gradient(linear, left top, right top, from(#00b7ff), to(#00ff96));
  background-image: linear-gradient(to right, #00b7ff, #00ff96);
}
@media only screen and (min-width: 1201px) {
  .career_block .career_li:hover .pic_wrap:after {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .career_block .career_li:hover .pic_wrap img {
    -webkit-transform: translate(-50%, -50%) scale(1.07);
        -ms-transform: translate(-50%, -50%) scale(1.07);
            transform: translate(-50%, -50%) scale(1.07);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .career_block .career_li:hover .pic_wrap .common_btn {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.career_block .career_li.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.career_block .career_li.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.career_block .li_pic {
  width: 55%;
}
@media only screen and (max-width: 992px) {
  .career_block .li_pic {
    width: 100%;
  }
}
.career_block .pic_wrap {
  position: relative;
  padding-bottom: 55.92%;
  overflow: hidden;
}
.career_block .pic_wrap:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.career_block .pic_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.career_block .pic_wrap .common_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.career_block .li_word {
  position: relative;
  width: 45%;
  background-image: -webkit-gradient(linear, left top, right top, from(#00ff96), to(#00b7ff));
  background-image: linear-gradient(to right, #00ff96, #00b7ff);
}
@media only screen and (max-width: 992px) {
  .career_block .li_word {
    width: 100%;
    padding: 40px 0;
  }
}
.career_block .li_word:after {
  position: absolute;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #333333;
  z-index: 0;
}
.career_block .word_wrap {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 300px;
  width: 85%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .career_block .word_wrap {
    max-width: 400px;
  }
}
.career_block .word_wrap .common_title {
  text-align: left;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .career_block .word_wrap .common_title {
    text-align: center;
  }
}
.career_block .word_wrap .common_title .title {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .career_block .word_wrap .common_title .title {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 575px) {
  .career_block .word_wrap .common_title .title {
    font-size: 1.875rem;
  }
}
.career_block .word_wrap .common_title .p {
  opacity: 0.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.7;
  text-overflow: ellipsis;
  white-space: normal;
}
.career_block .word_wrap .common_title .common_btn {
  margin-top: 20px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .career_block .word_wrap .common_title .common_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.aboutdt_bn {
  position: relative;
}
.aboutdt_bn .swiper-container {
  height: 100vh;
}
.aboutdt_bn .swiper-slide {
  position: relative;
}
.aboutdt_bn .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  left: 2.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
}
@media only screen and (max-width: 992px) {
  .aboutdt_bn .swiper-pagination {
    top: auto;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.aboutdt_bn .swiper-pagination.black {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aboutdt_bn .swiper-pagination.black .swiper-pagination-bullet {
  background: #000000;
}
.aboutdt_bn .swiper-pagination.black .swiper-pagination-bullet:after {
  border-color: #000000;
}
.aboutdt_bn .swiper-pagination.black .swiper-pagination-bullet-active {
  background: #00ff96;
}
.aboutdt_bn .swiper-pagination .swiper-pagination-bullet {
  margin: 15px 4px;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 992px) {
  .aboutdt_bn .swiper-pagination .swiper-pagination-bullet {
    margin: 4px 15px;
  }
}
.aboutdt_bn .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  opacity: 0;
}
.aboutdt_bn .swiper-pagination .swiper-pagination-bullet-active {
  background: #00ff96;
}
.aboutdt_bn .swiper-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet:after {
  opacity: 1;
}
.aboutdt_bn picture {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.aboutdt_bn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.aboutdt_bn .bn_word {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1280px;
  width: 80%;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .aboutdt_bn .bn_word {
    top: 60%;
  }
}
.aboutdt_bn .bn_word[word-color=black] .common_title {
  color: #000000;
}
.aboutdt_bn .bn_word[word-color=black] .common_btn {
  color: #000000;
}
.aboutdt_bn .bn_word.show .bn_title {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.aboutdt_bn .common_title {
  color: #ffffff;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .aboutdt_bn .common_title {
    text-align: center;
  }
}
.aboutdt_bn .common_title .subtitle {
  letter-spacing: 1px;
}
.aboutdt_bn .common_title .subtitle + .maintitle {
  margin-top: 15px;
}
.aboutdt_bn .common_title .p {
  max-width: 410px;
  margin: 0;
  margin-top: 70px;
  opacity: 0.8;
}
@media only screen and (max-width: 575px) {
  .aboutdt_bn .common_title .p {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.aboutdt_bn .common_title .btn {
  margin-top: 65px;
}
@media only screen and (max-width: 575px) {
  .aboutdt_bn .common_title .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .aboutdt_bn .common_title .btn .common_btn {
    margin-bottom: 10px;
  }
}
.aboutdt_bn .common_title .btn .common_btn:not(:first-child) {
  margin-left: 35px;
}
@media only screen and (max-width: 575px) {
  .aboutdt_bn .common_title .btn .common_btn:not(:first-child) {
    margin-left: 10px;
  }
}

.about_article {
  max-width: 1390px;
  width: 90%;
  margin: 0 auto;
}
.about_article .article_li {
  padding-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_article .article_li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about_article .article_li:nth-child(even) .article_word_wrap {
  margin-right: auto;
  margin-left: 0;
}
@media only screen and (max-width: 992px) {
  .about_article .article_li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_article .article_li:nth-child(even) .article_word_wrap {
    margin-left: auto;
  }
}
@media only screen and (max-width: 992px) {
  .about_article .article_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_article .article_li .article_word_wrap {
    margin-right: auto;
  }
}
@media only screen and (max-width: 575px) {
  .about_article .article_li {
    padding-top: 80px;
  }
}
.about_article .article_li.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.about_article .article_li.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.about_article .article_pic {
  width: 65%;
}
@media only screen and (max-width: 992px) {
  .about_article .article_pic {
    width: 100%;
  }
}
.about_article .article_word {
  width: 35%;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 992px) {
  .about_article .article_word {
    width: 100%;
    padding-top: 30px;
  }
}
.about_article .article_word_wrap {
  max-width: 410px;
  width: 90%;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .about_article .article_word_wrap {
    width: 95%;
    max-width: 100%;
  }
}
.about_article .article_title {
  font-size: 1.875rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
}
@media only screen and (max-width: 992px) {
  .about_article .article_title {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 575px) {
  .about_article .article_title {
    font-size: 1.375rem;
  }
}
.about_article .article_p {
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  .about_article .article_p {
    margin-top: 15px;
  }
}

.aboutdt_link {
  background-image: url("../../uploads/about/aboutgpbg_1920x1330.jpg");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  padding: 100px 0 200px;
  margin-top: 140px;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_link {
    padding-bottom: 150px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutdt_link {
    padding: 60px 0 100px;
    margin-top: 80px;
  }
}
.aboutdt_link &gt; .common_title {
  color: #ffffff;
}
.aboutdt_link .link_block {
  max-width: 1420px;
  width: 90%;
  margin: 0 auto;
  background: #fafafa;
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .aboutdt_link .link_block {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 60px;
    width: 93%;
  }
}
.aboutdt_link .link_block .common_title {
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}
.aboutdt_link .link_ul {
  max-width: 940px;
  width: 90%;
  margin: 0 auto;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .aboutdt_link .link_ul {
    width: 93%;
  }
}
.aboutdt_link .link_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}
.aboutdt_link .link_li:first-child {
  border-top: 4px solid #000;
}
.aboutdt_link .link_li:last-child {
  border-bottom: 4px solid #000;
}
.aboutdt_link .link_li:not(:last-child) {
  border-bottom: 1px solid #000;
}
.aboutdt_link .link_li:nth-child(1) .company_li:nth-child(1) {
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_link .link_li {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutdt_link .link_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
.aboutdt_link .link_li.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.aboutdt_link .link_li.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.aboutdt_link .link_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
}
@media only screen and (max-width: 767px) {
  .aboutdt_link .link_sort {
    padding: 10px;
    background: #e6e6e6;
  }
}
.aboutdt_link .link_sort span {
  font-size: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .aboutdt_link .link_sort span {
    font-size: 1.5rem;
  }
}
.aboutdt_link .link_sort .link_title {
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.375rem;
  margin-left: 10px;
  line-height: 1.5;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .aboutdt_link .link_sort .link_title {
    font-size: 1.25rem;
  }
}
.aboutdt_link .company_ul {
  -webkit-box-flex: 2%;
      -ms-flex: 2% 2 0px;
          flex: 2% 2 0;
}
.aboutdt_link .company_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  padding-right: 40px;
}
.aboutdt_link .company_li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_link .company_li {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutdt_link .company_li {
    padding: 15px 10px;
  }
}
.aboutdt_link .company_name {
  font-size: 1.125rem;
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .aboutdt_link .company_name {
    font-size: 0.9375rem;
  }
}
.aboutdt_link .company_link {
  position: relative;
  font-size: 1rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background: #a0a0a0;
  overflow: hidden;
  margin-left: 5px;
}
.aboutdt_link .company_link:before {
  z-index: 3;
}
.aboutdt_link .company_link:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00b7ff), to(#00ff96));
  background: linear-gradient(to right, #00b7ff, #00ff96);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aboutdt_link .company_link:hover:after {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.aboutdt_photo {
  background: #f5f5f5;
  padding-top: 110px;
  padding-bottom: 80px;
  margin-top: 110px;
}
@media only screen and (max-width: 575px) {
  .aboutdt_photo {
    padding-top: 80px;
    margin-top: 80px;
  }
}
.aboutdt_photo .aboutdt_photo_wrap {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
.aboutdt_photo .photoli {
  width: 25%;
}
@media only screen and (max-width: 1200px) {
  .aboutdt_photo .photoli {
    width: 33.3%;
  }
}
@media only screen and (max-width: 575px) {
  .aboutdt_photo .photoli {
    width: 50%;
  }
}
.aboutdt_photo .photoli.waypoint a {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.aboutdt_photo .photoli.show a {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.aboutdt_photo a {
  margin: 5px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .aboutdt_photo a {
    margin: 3px;
  }
}
.aboutdt_photo a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1199px) {
  .aboutdt_photo a:hover:after {
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .aboutdt_photo a:hover .btn {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.aboutdt_photo .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.profile_block {
  padding-top: 80px;
}
@media only screen and (max-width: 575px) {
  .profile_block {
    padding-top: 60px;
  }
}
.profile_block .profile1 {
  position: relative;
  max-width: 1820px;
  width: 95%;
  padding-bottom: 160px;
}
@media only screen and (max-width: 992px) {
  .profile_block .profile1 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .profile_block .profile1 {
    width: 100%;
  }
}
.profile_block .profile1:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #eeeeee;
}
@media only screen and (max-width: 1200px) {
  .profile_block .profile1:before {
    height: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .profile_block .profile1:before {
    height: 100%;
  }
}
.profile_block .profile1 .profile_wrap {
  max-width: 1440px;
  width: 97%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .profile_block .profile1 .profile_wrap {
    width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .profile_block .profile1 .profile_wrap {
    width: 100%;
  }
}
.profile_block .profile1 .profile_ct {
  position: relative;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1366px) {
  .profile_block .profile1 .profile_ct {
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@media only screen and (max-width: 1200px) {
  .profile_block .profile1 .profile_ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.profile_block .profile1 .profile_head {
  width: 100%;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
}
@media only screen and (max-width: 1366px) {
  .profile_block .profile1 .profile_head {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@media only screen and (max-width: 1200px) {
  .profile_block .profile1 .profile_head {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin: -100px 0 0 50px;
  }
}
@media only screen and (max-width: 992px) {
  .profile_block .profile1 .profile_head {
    margin: -60px 0 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .profile_block .profile1 .profile_head {
    margin: -20px 0 0;
  }
}
.profile_block .profile1 .profile_word {
  margin-left: 420px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .profile_block .profile1 .profile_word {
    margin: 0 auto;
    width: 90%;
  }
}
.profile_block .profile1.waypoint:before {
  width: 0;
}
.profile_block .profile1.waypoint .profile_head {
  -webkit-transform: translate(40px, 50px);
      -ms-transform: translate(40px, 50px);
          transform: translate(40px, 50px);
  opacity: 0;
}
@media only screen and (max-width: 1366px) {
  .profile_block .profile1.waypoint .profile_head {
    -webkit-transform: translate(20px, 50px);
        -ms-transform: translate(20px, 50px);
            transform: translate(20px, 50px);
  }
}
@media only screen and (max-width: 1200px) {
  .profile_block .profile1.waypoint .profile_head {
    -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
.profile_block .profile1.waypoint .profile_word {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.profile_block .profile1.show:before {
  width: 100%;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.profile_block .profile1.show .profile_head {
  -webkit-transform: translate(40px, 0);
      -ms-transform: translate(40px, 0);
          transform: translate(40px, 0);
  opacity: 1;
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
}
@media only screen and (max-width: 1366px) {
  .profile_block .profile1.show .profile_head {
    -webkit-transform: translate(20px, 0);
        -ms-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
}
@media only screen and (max-width: 1200px) {
  .profile_block .profile1.show .profile_head {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.profile_block .profile1.show .profile_word {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 0.7s;
  transition: 1s 0.7s;
}
.profile_block .profile2 {
  width: 100%;
  background-image: url("../../uploads/about/aboutpf2_1920x830.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  margin-top: -60px;
}
@media only screen and (max-width: 992px) {
  .profile_block .profile2 {
    background-position: left 25% center;
  }
}
@media only screen and (max-width: 575px) {
  .profile_block .profile2 {
    background-image: url("../../uploads/about/aboutpf2_600x1060.jpg");
    margin-top: 0;
    background-position: center;
  }
}
.profile_block .profile2 .profile_ct {
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
  padding-top: 310px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 992px) {
  .profile_block .profile2 .profile_ct {
    padding-top: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .profile_block .profile2 .profile_ct {
    width: 100%;
    padding-top: 180px;
    padding-bottom: 130px;
  }
}
.profile_block .profile2 .profile_head {
  margin-left: auto;
}
.profile_block .profile2 .profile_word {
  margin-left: auto;
  color: #ffffff;
}
.profile_block .profile2 .profile_num {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.profile_block .profile2 .profile_word {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .profile_block .profile2 .profile_word {
    width: 86%;
    margin: 0 auto;
  }
}
.profile_block .profile2 .profile_title {
  text-align: right;
}
.profile_block .profile2.waypoint .profile_head {
  margin-top: 50px;
  opacity: 0;
}
.profile_block .profile2.waypoint .profile_word {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.profile_block .profile2.show .profile_head {
  margin-top: 0px;
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.profile_block .profile2.show .profile_word {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 0.7s;
  transition: 1s 0.7s;
}
.profile_block .profile3 {
  position: relative;
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
  margin-top: 225px;
}
@media only screen and (max-width: 992px) {
  .profile_block .profile3 {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .profile_block .profile3 {
    width: 100%;
  }
}
.profile_block .profile3:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 100px);
  bottom: 0;
  left: 0;
  background-image: url("../../uploads/about/aboutpf3_1520x650.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 992px) {
  .profile_block .profile3:before {
    height: calc(100% - 60px);
  }
}
@media only screen and (max-width: 575px) {
  .profile_block .profile3:before {
    height: calc(100% - 35px);
  }
}
.profile_block .profile3 .profile_head {
  margin: 0 auto;
}
.profile_block .profile3 .profile_title {
  text-align: center;
}
.profile_block .profile3 .profile_word {
  margin: 0 auto;
}
.profile_block .profile3 .profile_num {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profile_block .profile3 .profile_ul {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 135px 0;
}
@media only screen and (max-width: 992px) {
  .profile_block .profile3 .profile_ul {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 575px) {
  .profile_block .profile3 .profile_ul {
    padding: 70px 0;
  }
}
.profile_block .profile3 .profile_li {
  position: relative;
  width: 33.3%;
  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;
}
.profile_block .profile3 .profile_li:not(:first-child):after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background: #cccccc;
}
@media only screen and (max-width: 575px) {
  .profile_block .profile3 .profile_li:not(:first-child):after {
    content: none;
  }
}
.profile_block .profile3 .li_img {
  max-width: 65px;
}
@media only screen and (max-width: 575px) {
  .profile_block .profile3 .li_img {
    max-width: 55px;
  }
}
.profile_block .profile3 .li_p {
  font-size: 1.375rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  margin-top: 30px;
  text-align: center;
  padding: 0 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 992px) {
  .profile_block .profile3 .li_p {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 575px) {
  .profile_block .profile3 .li_p {
    font-size: 0.9375rem;
    margin-top: 20px;
  }
}
.profile_block .profile3.waypoint .profile_head {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.profile_block .profile3.waypoint .profile_word {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.profile_block .profile3.waypoint .profile_ul {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.profile_block .profile3.show .profile_head {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
}
.profile_block .profile3.show .profile_word {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.profile_block .profile3.show .profile_ul {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 0.8s;
  transition: 1s 0.8s;
}
.profile_block .profile_word {
  position: relative;
  max-width: 700px;
  width: 90%;
  color: #333;
  font-size: 0.9375rem;
  padding-top: 40px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 575px) {
  .profile_block .profile_word {
    font-size: 0.875rem;
    padding-top: 25px;
  }
}
.profile_block .profile_head {
  position: relative;
  max-width: 440px;
  background: #2648b6;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
  .profile_block .profile_head {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .profile_block .profile_head {
    max-width: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .profile_block .profile_head {
    max-width: 285px;
  }
}
.profile_block .head_wrap {
  max-width: 275px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .profile_block .head_wrap {
    width: 85%;
  }
}
.profile_block .profile_num {
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .profile_block .profile_num {
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
.profile_block .profile_num p {
  font-size: 9.375rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  background: -webkit-linear-gradient(right, #00b7ff 0, #00ff96 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .profile_block .profile_num p {
    font-size: 7.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .profile_block .profile_num p {
    font-size: 6.25rem;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .profile_block .profile_num p {
    font-size: 5rem;
  }
}
.profile_block .profile_title {
  font-size: 1.875rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.5;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .profile_block .profile_title {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 575px) {
  .profile_block .profile_title {
    font-size: 1.5rem;
  }
}

.about[data-page=about_2] .common_title {
  width: 80%;
  margin: 0 auto;
}

.lang-en[data-page=about_4] .event_ul .event_word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-break: break-word;
}
/*# sourceMappingURL=about.css.map */</pre></body></html>