@charset "UTF-8";
.historyArea .historyClassList .historyList .historyItem::before, .historyArea .historyClassList .historyList .historyItem::after, .historyArea .historyClassList .spot span, .historyArea .historyClassList .spot::before, .historyArea .historyClassList .spot, .historyArea .titleBox .spot span, .historyArea .titleBox .spot::before, .historyArea .titleBox .spot, .historyArea .wrap .progressBox .progressBar, .credentialsArea .credentialsList .credentialsItem .title:not(.noIcon)::before, .credentialsArea .credentialsList .credentialsItem::before, .credentialsArea .credentialsList .credentialsItem::after, .globalArea .classBox .classLink .classTrigger:not(:last-child)::before, .globalArea .classBox .classLink .classTrigger, .achievementsArea .achievementsItem .Txt::before, .achievementsArea .achievementsItem .Txt::after, .achievementsArea .achievementsItem .Img .btnBox, .achievementsArea .achievementsItem .Img img, .achievementsArea .achievementsItem .Img::before, .philosophyArea .philosophyBox .philosophyItem .Txt .title,
.philosophyArea .philosophyBox .philosophyItem .Txt .subtitle, .philosophyArea .philosophyBox .philosophyItem .item::after, .philosophyArea .philosophyBox .philosophyItem .item::before, .philosophyArea .philosophyBox .philosophyItem, .philosophyArea .philosophyBox svg path.bluePath, .philosophyArea .philosophyBox svg {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*ESG共通樣式*/
.mainArea .contentBox {
  margin-top: -50px;
}
.mainArea .lineBg {
  background: #f5f5f5 url("../images/main_bg.png") center top/cover no-repeat;
}
@media (max-width: 1200px) {
  .mainArea .contentBox {
    margin-top: 0;
  }
  .mainArea .lineBg {
    background: #f5f5f5;
  }
}

.introArea {
  padding-top: 118px;
}
@media (max-width: 1680px) {
  .introArea {
    padding-top: 80px;
  }
}
@media (max-width: 1280px) {
  .introArea {
    padding-top: 40px;
  }
}
.introArea .introBox {
  line-height: 1.525;
}
.introArea .introBox .introItem {
  padding-bottom: 80px;
}
@media (max-width: 1280px) {
  .introArea .introBox .introItem {
    padding-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .introArea .introBox .introItem {
    padding-bottom: 30px;
  }
}
.introArea .introBox .introItem.topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.introArea .introBox .introItem.topBox .leftBox {
  width: 45%;
  max-width: 530px;
}
.introArea .introBox .introItem.topBox .leftBox .historyList {
  margin-top: 20px;
}
.introArea .introBox .introItem.topBox .leftBox .historyItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #e6e6e6;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Inter", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  padding: 20px 0;
}
.introArea .introBox .introItem.topBox .leftBox .historyItem .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
}
.introArea .introBox .introItem.topBox .leftBox .historyItem .title + .text {
  padding-left: 16px;
}
.introArea .introBox .introItem.topBox .leftBox .historyItem .text {
  font-size: 18px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.introArea .introBox .introItem.topBox .Img {
  padding: 0 50px;
}
.introArea .introBox .introItem.topBox .Img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.introArea .introBox .introItem.topBox .Img + .rightBox {
  max-width: 325px;
}
.introArea .introBox .introItem.topBox .rightBox {
  width: 45%;
  line-height: 1.525;
}
@media (max-width: 1280px) {
  .introArea .introBox .introItem.topBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .introArea .introBox .introItem.topBox .leftBox {
    max-width: initial;
  }
  .introArea .introBox .introItem.topBox .leftBox .historyItem {
    padding: 18px 0;
  }
  .introArea .introBox .introItem.topBox .leftBox .historyItem .title {
    font-size: 26px;
  }
  .introArea .introBox .introItem.topBox .leftBox .historyItem .text {
    font-size: 17px;
  }
  .introArea .introBox .introItem.topBox .leftBox + .rightBox {
    margin-top: 30px;
  }
  .introArea .introBox .introItem.topBox .Img {
    width: 55%;
    padding-right: 0;
  }
  .introArea .introBox .introItem.topBox .Img + .rightBox {
    width: 100%;
    max-width: 100%;
  }
  .introArea .introBox .introItem.topBox .rightBox {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .introArea .introBox .introItem.topBox .leftBox {
    width: 100%;
    max-width: 100%;
  }
  .introArea .introBox .introItem.topBox .Img {
    width: 100%;
    max-width: 530px;
    margin-top: 30px;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .introArea .introBox .introItem.topBox .leftBox .historyList {
    margin-top: 15px;
  }
  .introArea .introBox .introItem.topBox .leftBox .historyList .historyItem {
    border-width: 2px;
    padding: 15px 0;
  }
  .introArea .introBox .introItem.topBox .leftBox .historyList .historyItem .title {
    width: 100%;
    font-size: 24px;
  }
  .introArea .introBox .introItem.topBox .leftBox .historyList .historyItem .title + .text {
    margin-top: 5px;
    padding-left: 0;
  }
  .introArea .introBox .introItem.topBox .leftBox .historyList .historyItem .text {
    font-size: 15px;
  }
}
.introArea .introBox .introItem.bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.introArea .introBox .introItem.bottomBox .Img {
  width: 56%;
  max-width: 830px;
}
.introArea .introBox .introItem.bottomBox .Img + .Txt {
  padding-top: 20px;
  padding-left: 50px;
}
.introArea .introBox .introItem.bottomBox .Txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.introArea .introBox .introItem.bottomBox .Txt .titleBox {
  border-bottom: 3px solid #e6e6e6;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.introArea .introBox .introItem.bottomBox .Txt .titleBox .text {
  font-weight: 700;
}
@media (max-width: 1280px) {
  .introArea .introBox .introItem.bottomBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .introArea .introBox .introItem.bottomBox .Img {
    width: 100%;
    max-width: 840px;
  }
  .introArea .introBox .introItem.bottomBox .Img + .Txt {
    padding-top: 30px;
    padding-left: 0;
  }
  .introArea .introBox .introItem.bottomBox .Txt {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.philosophyArea {
  padding-top: 25px;
  padding-bottom: 90px;
}
@media (max-width: 1200px) {
  .philosophyArea {
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .philosophyArea {
    padding: 40px 0;
  }
}
.philosophyArea.show .philosophyBox svg {
  opacity: 1;
  -webkit-transform: translate(0, -5%);
          transform: translate(0, -5%);
}
.philosophyArea .wrap {
  border-top: 2px solid #e6e6e6;
  padding-top: 120px;
}
@media (max-width: 1200px) {
  .philosophyArea .wrap {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .philosophyArea .wrap {
    padding-top: 40px;
  }
}
.philosophyArea .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.philosophyArea .titleBox .leftBox {
  width: 50%;
}
.philosophyArea .titleBox .text {
  width: 50%;
  max-width: 595px;
  font-size: 17px;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .philosophyArea .titleBox {
    display: block;
  }
  .philosophyArea .titleBox .leftBox,
.philosophyArea .titleBox .text {
    width: 100%;
    max-width: 100%;
  }
  .philosophyArea .titleBox .text {
    margin-top: 25px;
  }
}
.philosophyArea .philosophyBox {
  margin-top: 100px;
  padding-bottom: 300px;
  position: relative;
}
@media (max-width: 1280px) {
  .philosophyArea .philosophyBox {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .philosophyArea .philosophyBox {
    margin-top: 50px;
  }
}
.philosophyArea .philosophyBox svg {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  -webkit-transform: translate(0, -2%);
          transform: translate(0, -2%);
  width: 100%;
  height: 102%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.philosophyArea .philosophyBox svg path {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  position: relative;
}
.philosophyArea .philosophyBox svg path.grayPath {
  stroke: #ddd;
}
.philosophyArea .philosophyBox svg path.bluePath {
  -webkit-animation: dashBlue 3s ease-in-out alternate infinite;
          animation: dashBlue 3s ease-in-out alternate infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  opacity: 0;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  stroke: #173bad;
}
.philosophyArea .philosophyBox svg path.show {
  opacity: 1;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media (max-width: 1500px) {
  .philosophyArea .philosophyBox svg {
    height: 97%;
  }
}
@media (max-width: 1366px) {
  .philosophyArea .philosophyBox svg {
    height: 90%;
  }
}
@media (max-width: 1280px) {
  .philosophyArea .philosophyBox svg {
    display: none;
  }
}
.philosophyArea .philosophyBox .philosophyList {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 35px;
}
@media (max-width: 1280px) {
  .philosophyArea .philosophyBox .philosophyList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .philosophyArea .philosophyBox .philosophyList {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .philosophyArea .philosophyBox .philosophyList {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.philosophyArea .philosophyBox .philosophyItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.philosophyArea .philosophyBox .philosophyItem .item {
  width: 320px;
  height: 320px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 10px 70px;
  position: relative;
  padding: 10px 50px;
}
@media (max-width: 1366px) {
  .philosophyArea .philosophyBox .philosophyItem .item {
    padding: 10px 45px;
  }
}
.philosophyArea .philosophyBox .philosophyItem .item::before {
  content: "";
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  pointer-events: none;
  width: 95%;
  height: 95%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.philosophyArea .philosophyBox .philosophyItem .item::after {
  content: "";
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
  border: 2px dashed #eee;
  border-radius: 50%;
  pointer-events: none;
  width: 86%;
  height: 86%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.philosophyArea .philosophyBox .philosophyItem .coverLink {
  border-radius: 50%;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.philosophyArea .philosophyBox .philosophyItem .Img {
  max-width: 85px;
  margin: 0 auto 15px;
  position: relative;
  z-index: 1;
}
.philosophyArea .philosophyBox .philosophyItem .Img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.philosophyArea .philosophyBox .philosophyItem .Txt {
  position: relative;
  z-index: 1;
  text-align: center;
}
.philosophyArea .philosophyBox .philosophyItem .Txt .title,
.philosophyArea .philosophyBox .philosophyItem .Txt .subtitle {
  word-break: break-word;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  font-family: "Inter", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  line-height: 1.25;
  letter-spacing: 1px;
}
.philosophyArea .philosophyBox .philosophyItem .Txt .title a,
.philosophyArea .philosophyBox .philosophyItem .Txt .subtitle a {
  color: #222;
}
@media (min-width: 1201px) {
  .philosophyArea .philosophyBox .philosophyItem .Txt .title a:hover,
.philosophyArea .philosophyBox .philosophyItem .Txt .subtitle a:hover {
    color: #1e42b4;
  }
}
@media (max-width: 1200px) {
  .philosophyArea .philosophyBox .philosophyItem .Txt .title,
.philosophyArea .philosophyBox .philosophyItem .Txt .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .philosophyArea .philosophyBox .philosophyItem .Txt .title,
.philosophyArea .philosophyBox .philosophyItem .Txt .subtitle {
    font-size: 18px;
    line-height: 1.4;
  }
}
.philosophyArea .philosophyBox .philosophyItem .Txt .text {
  max-height: 60px;
  white-space: pre-wrap;
  color: #888;
  font-size: 17px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .philosophyArea .philosophyBox .philosophyItem .Txt .text {
    line-height: 1.4;
  }
}
@media (max-width: 640px) {
  .philosophyArea .philosophyBox .philosophyItem .Txt .text {
    font-size: 15px;
  }
}
.philosophyArea .philosophyBox .philosophyItem:not(:first-child) {
  margin-left: -45px;
}
.philosophyArea .philosophyBox .philosophyItem:nth-child(odd) {
  top: 245px;
}
.philosophyArea .philosophyBox .philosophyItem:nth-child(odd) .item::after {
  animation: rotate 30s linear infinite reverse;
}
.philosophyArea .philosophyBox .philosophyItem.show .item::before {
  border-color: #eee;
  -webkit-transform: scale(0.995);
          transform: scale(0.995);
}
.philosophyArea .philosophyBox .philosophyItem.show .item::after {
  border-color: #3dae2b;
}
.philosophyArea .philosophyBox .philosophyItem.show .item .Img img {
  -webkit-filter: contrast(0) brightness(0);
          filter: contrast(0) brightness(0);
}
.philosophyArea .philosophyBox .philosophyItem.show .item .Txt .title,
.philosophyArea .philosophyBox .philosophyItem.show .item .Txt .subtitle {
  color: #1e42b4;
}
.philosophyArea .philosophyBox .philosophyItem.show .item .Txt .title a,
.philosophyArea .philosophyBox .philosophyItem.show .item .Txt .subtitle a {
  color: #1e42b4;
}
@media (max-width: 1500px) {
  .philosophyArea .philosophyBox .philosophyItem .item {
    width: 260px;
    height: 260px;
  }
  .philosophyArea .philosophyBox .philosophyItem .Img {
    max-width: 60px;
    margin-bottom: 5px;
  }
  .philosophyArea .philosophyBox .philosophyItem .Txt .title,
.philosophyArea .philosophyBox .philosophyItem .Txt .subtitle {
    font-size: 18px;
    letter-spacing: 0;
  }
  .philosophyArea .philosophyBox .philosophyItem .Txt .text {
    font-size: 16px;
    line-height: 1.3;
  }
  .philosophyArea .philosophyBox .philosophyItem:not(:first-child) {
    margin-left: -1.45%;
  }
  .philosophyArea .philosophyBox .philosophyItem:nth-child(odd) {
    top: 230px;
  }
}
@media (max-width: 1366px) {
  .philosophyArea .philosophyBox .philosophyItem .item {
    width: 240px;
    height: 240px;
  }
  .philosophyArea .philosophyBox .philosophyItem .Txt .title,
.philosophyArea .philosophyBox .philosophyItem .Txt .subtitle {
    font-size: 17px;
  }
  .philosophyArea .philosophyBox .philosophyItem .Txt .text {
    font-size: 14px;
  }
  .philosophyArea .philosophyBox .philosophyItem:not(:first-child) {
    margin-left: -2.1%;
  }
  .philosophyArea .philosophyBox .philosophyItem:nth-child(even) {
    top: 20px;
  }
}
@media (max-width: 1280px) {
  .philosophyArea .philosophyBox .philosophyItem {
    width: 33.3333333333%;
  }
  .philosophyArea .philosophyBox .philosophyItem:not(:first-child) {
    margin-left: 0;
  }
  .philosophyArea .philosophyBox .philosophyItem:nth-child(odd) {
    top: 0;
  }
  .philosophyArea .philosophyBox .philosophyItem:nth-child(even) {
    top: 0;
  }
}
@media (max-width: 840px) {
  .philosophyArea .philosophyBox .philosophyItem {
    width: 50%;
    margin-bottom: 20px;
  }
  .philosophyArea .philosophyBox .philosophyItem .item {
    padding: 10px 45px;
  }
}
@media (max-width: 640px) {
  .philosophyArea .philosophyBox .philosophyItem .item {
    width: 210px;
    height: 210px;
    padding: 10px 30px;
  }
  .philosophyArea .philosophyBox .philosophyItem .item::before {
    width: 97.5%;
    height: 97.5%;
  }
  .philosophyArea .philosophyBox .philosophyItem .item::after {
    width: 92.5%;
    height: 92.5%;
    border-width: 1px;
  }
}
@media (max-width: 480px) {
  .philosophyArea .philosophyBox .philosophyItem {
    padding: 0 5px;
  }
  .philosophyArea .philosophyBox .philosophyItem .item {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 15px 10px;
  }
  .philosophyArea .philosophyBox .philosophyItem .item::before, .philosophyArea .philosophyBox .philosophyItem .item::after {
    border-radius: 0;
  }
  .philosophyArea .philosophyBox .philosophyItem .item::before {
    width: 95%;
    height: 95%;
  }
  .philosophyArea .philosophyBox .philosophyItem .item::after {
    display: none;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .philosophyArea .philosophyBox .philosophyItem .Txt .title,
.philosophyArea .philosophyBox .philosophyItem .Txt .subtitle {
    font-size: 16px;
  }
}

.achievementsArea {
  background-color: #fff;
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .achievementsArea {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .achievementsArea {
    padding: 40px 0;
  }
}
.achievementsArea .achievementsBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.achievementsArea .achievementsBox.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .achievementsArea .achievementsBox {
    margin-top: 30px;
  }
}
.achievementsArea .achievementsList .slick-arrow {
  width: 75px;
  height: 75px;
}
.achievementsArea .achievementsList .slick-arrow.slick-prev {
  left: -5%;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
}
.achievementsArea .achievementsList .slick-arrow.slick-next {
  right: -5%;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  margin-left: 0;
}
.achievementsArea .achievementsList.current {
  width: 42%;
  max-width: 620px;
  margin-top: 10px;
  padding: 0 85px;
}
.achievementsArea .achievementsList.current .Img::before {
  opacity: 0;
}
.achievementsArea .achievementsList.current .Img .btnBox {
  opacity: 1;
}
.achievementsArea .achievementsList.prev, .achievementsArea .achievementsList.next {
  width: 24%;
  max-width: 355px;
}
@media (max-width: 1440px) {
  .achievementsArea .achievementsList .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .achievementsArea .achievementsList.current {
    padding: 0 50px;
  }
}
@media (max-width: 1280px) {
  .achievementsArea .achievementsList .slick-arrow.slick-prev {
    left: 0%;
  }
  .achievementsArea .achievementsList .slick-arrow.slick-next {
    right: 0%;
  }
  .achievementsArea .achievementsList.current {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .achievementsArea .achievementsList .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .achievementsArea .achievementsList .slick-arrow.slick-prev {
    left: -15px;
  }
  .achievementsArea .achievementsList .slick-arrow.slick-next {
    right: -15px;
  }
  .achievementsArea .achievementsList.current {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .achievementsArea .achievementsList.prev, .achievementsArea .achievementsList.next {
    display: none;
  }
}
.achievementsArea .achievementsItem .Img {
  overflow: hidden;
  position: relative;
}
.achievementsArea .achievementsItem .Img::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.achievementsArea .achievementsItem .Img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.achievementsArea .achievementsItem .Img .btnBox {
  width: 58.69%;
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1201px) {
  .achievementsArea .achievementsItem .Img:hover::before {
    opacity: 0;
  }
  .achievementsArea .achievementsItem .Img:hover .btnBox {
    opacity: 1;
  }
  .achievementsArea .achievementsItem .Img:hover img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.achievementsArea .achievementsItem .Txt {
  position: relative;
}
.achievementsArea .achievementsItem .Txt::before, .achievementsArea .achievementsItem .Txt::after {
  content: "";
  height: 3px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.achievementsArea .achievementsItem .Txt::before {
  width: 100%;
  background-color: #1e42b4;
}
.achievementsArea .achievementsItem .Txt::after {
  width: 25%;
  background-color: #3dae2b;
}
.achievementsArea .achievementsItem .Txt .title {
  padding: 20px 0;
  text-align: center;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.25;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.achievementsArea .achievementsItem .Txt .title a {
  color: #222;
}
@media (min-width: 1201px) {
  .achievementsArea .achievementsItem .Txt .title a:hover {
    color: #1e42b4;
  }
}
@media (max-width: 1200px) {
  .achievementsArea .achievementsItem .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .achievementsArea .achievementsItem .Txt .title {
    font-size: 18px;
    line-height: 1.4;
  }
}

.structureArea {
  background: url("../images/about_structure_bg.jpg") center/cover no-repeat;
  padding: 115px 0 110px;
}
@media (max-width: 1200px) {
  .structureArea {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .structureArea {
    padding: 40px 0;
  }
}
.structureArea .structureBox {
  margin-top: 75px;
}
@media (max-width: 1200px) {
  .structureArea .structureBox {
    margin-top: 30px;
  }
}
.structureArea .textEditor .Img img {
  height: auto;
}
@media (max-width: 640px) {
  .structureArea .textEditor .Img.desktop {
    display: none;
  }
}
.structureArea .textEditor .Img.mobile {
  text-align: center;
}
@media (min-width: 641px) {
  .structureArea .textEditor .Img.mobile {
    display: none;
  }
}

.globalArea {
  overflow: hidden;
  padding: 115px 0 105px;
  position: relative;
}
@media (max-width: 1200px) {
  .globalArea {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .globalArea {
    padding: 40px 0;
  }
}
.globalArea::before {
  content: "";
  width: 100%;
  max-width: 1920px;
  height: 100%;
  max-height: 1098px;
  background: url("../images/global_map.jpg") top left/100% no-repeat;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.globalArea.show::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.globalArea .wrap {
  position: relative;
  z-index: 2;
}
.globalArea .classBox {
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  margin-top: 70px;
  margin-bottom: 80px;
}
.globalArea .classBox .classLink .classTrigger {
  cursor: pointer;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 17px 15px;
  position: relative;
  text-align: center;
  color: #222;
  font-size: 17px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .globalArea .classBox .classLink .classTrigger {
    line-height: 1.4;
  }
}
@media (max-width: 640px) {
  .globalArea .classBox .classLink .classTrigger {
    font-size: 15px;
  }
}
.globalArea .classBox .classLink .classTrigger .title {
  font-weight: 500;
}
.globalArea .classBox .classLink .classTrigger:not(:last-child)::before {
  content: "";
  width: 2px;
  height: 50%;
  background-color: #ebebeb;
  pointer-events: none;
  position: absolute;
  top: 25%;
  right: 0;
  z-index: 1;
}
.globalArea .classBox .classLink .classTrigger.current {
  background-color: #1e42b4;
  color: #fff;
}
.globalArea .classBox .classLink .classTrigger.current::before {
  opacity: 0;
}
@media (min-width: 1201px) {
  .globalArea .classBox .classLink .classTrigger:hover {
    background-color: #1e42b4;
    color: #fff;
  }
  .globalArea .classBox .classLink .classTrigger:hover::before {
    opacity: 0;
  }
}
@media (max-width: 1200px) {
  .globalArea .classBox {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .globalArea .classBox {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .globalArea .classBox .classLink .classTrigger {
    font-size: 15px;
    text-align: left;
  }
  .globalArea .classBox .classLink .classTrigger .title {
    font-weight: 400;
  }
}
.globalArea .globalBox .globalList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.globalArea .globalBox .globalItem {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}
.globalArea .globalBox .globalItem:not(:nth-child(even)) {
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .globalArea .globalBox .globalItem {
    width: 100%;
  }
  .globalArea .globalBox .globalItem:not(:nth-child(even)) {
    margin-right: 0;
  }
}
.globalArea .globalBox .globalItem .item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
}
@media (max-width: 480px) {
  .globalArea .globalBox .globalItem .item {
    padding: 18px;
    display: block;
  }
}
.globalArea .globalBox .globalItem .Img {
  width: 195px;
}
.globalArea .globalBox .globalItem .Img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
@media (max-width: 1200px) {
  .globalArea .globalBox .globalItem .Img {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .globalArea .globalBox .globalItem .Img {
    margin: 0 auto 15px;
  }
}
.globalArea .globalBox .globalItem .Txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 25px;
}
.globalArea .globalBox .globalItem .Txt .title {
  border-bottom: 3px solid #ebebeb;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #222;
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.15;
  letter-spacing: 1px;
}
.globalArea .globalBox .globalItem .Txt .title a {
  color: #222;
}
@media (min-width: 1201px) {
  .globalArea .globalBox .globalItem .Txt .title a:hover {
    color: #1e42b4;
  }
}
@media (max-width: 1200px) {
  .globalArea .globalBox .globalItem .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .globalArea .globalBox .globalItem .Txt .title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.globalArea .globalBox .globalItem .Txt .infoList {
  color: #444;
  font-size: 17px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@media (max-width: 1200px) {
  .globalArea .globalBox .globalItem .Txt .infoList {
    line-height: 1.4;
  }
}
@media (max-width: 640px) {
  .globalArea .globalBox .globalItem .Txt .infoList {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .globalArea .globalBox .globalItem .Txt {
    padding-left: 18px;
  }
  .globalArea .globalBox .globalItem .Txt .title {
    border-width: 2px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .globalArea .globalBox .globalItem .Txt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-left: 0;
  }
}

.credentialsArea {
  background-color: #fff;
  padding: 110px 0 100px;
}
@media (max-width: 1200px) {
  .credentialsArea {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .credentialsArea {
    padding: 40px 0;
  }
}
.credentialsArea .credentialsBox {
  margin-top: 75px;
}
@media (max-width: 1200px) {
  .credentialsArea .credentialsBox {
    margin-top: 30px;
  }
}
.credentialsArea .credentialsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.credentialsArea .credentialsList .credentialsItem {
  width: calc(33.3333333333% - 30px);
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
}
.credentialsArea .credentialsList .credentialsItem:not(:nth-child(3n)) {
  margin-right: 45px;
}
.credentialsArea .credentialsList .credentialsItem::before, .credentialsArea .credentialsList .credentialsItem::after {
  content: "";
  height: 3px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.credentialsArea .credentialsList .credentialsItem::before {
  width: 100%;
  background-color: #ebebeb;
}
.credentialsArea .credentialsList .credentialsItem::after {
  width: 0;
  background-color: #1e42b4;
  opacity: 0;
}
.credentialsArea .credentialsList .credentialsItem .title {
  padding-right: 35px;
  position: relative;
  color: #888;
  font-size: 17px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .credentialsArea .credentialsList .credentialsItem .title {
    line-height: 1.4;
  }
}
@media (max-width: 640px) {
  .credentialsArea .credentialsList .credentialsItem .title {
    font-size: 15px;
  }
}
.credentialsArea .credentialsList .credentialsItem .title a {
  display: block;
}
.credentialsArea .credentialsList .credentialsItem .title:not(.noIcon)::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/download_icon.svg") center/contain no-repeat;
  -webkit-filter: contrast(0) grayscale(1);
          filter: contrast(0) grayscale(1);
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
}
@media (min-width: 1201px) {
  .credentialsArea .credentialsList .credentialsItem:not(.noFile):hover::after {
    width: 100%;
    opacity: 1;
  }
  .credentialsArea .credentialsList .credentialsItem:not(.noFile):hover .title::before {
    -webkit-filter: contrast(1) grayscale(0);
            filter: contrast(1) grayscale(0);
  }
}
@media (max-width: 1200px) {
  .credentialsArea .credentialsList .credentialsItem {
    width: calc(33.3333333333% - 20px);
  }
  .credentialsArea .credentialsList .credentialsItem:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .credentialsArea .credentialsList .credentialsItem {
    width: calc(50% - 10px);
  }
  .credentialsArea .credentialsList .credentialsItem:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .credentialsArea .credentialsList .credentialsItem:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .credentialsArea .credentialsList .credentialsItem {
    width: 100%;
  }
  .credentialsArea .credentialsList .credentialsItem:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.historyArea {
  padding: 115px 0;
}
@media (max-width: 1200px) {
  .historyArea {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .historyArea {
    padding: 40px 0;
  }
}
.historyArea .wrap {
  position: relative;
}
.historyArea .wrap .progressBox {
  width: 3px;
  height: calc(100% - 11px);
  background-color: #ebebeb;
  pointer-events: none;
  position: absolute;
  top: 11px;
  left: 47px;
  z-index: 1;
}
.historyArea .wrap .progressBox .progressBar {
  width: 3px;
  height: 0;
  background-color: #333;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .historyArea .wrap .progressBox {
    display: none;
  }
}
.historyArea .titleBox {
  position: relative;
  padding-left: 80px;
  z-index: 2;
}
.historyArea .titleBox .spot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 11px;
  left: 16px;
  z-index: 1;
}
.historyArea .titleBox .spot::before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 70%;
  height: 70%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.historyArea .titleBox .spot span {
  border-radius: 50%;
  width: 40%;
  height: 40%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.historyArea .titleBox .text {
  margin-top: 12px;
}
@media (max-width: 1200px) {
  .historyArea .titleBox {
    padding-left: 0;
  }
  .historyArea .titleBox .spot {
    display: none;
  }
}
.historyArea .historyBox {
  margin-top: 70px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .historyArea .historyBox {
    margin-top: 30px;
  }
}
.historyArea .historyClassList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
  position: relative;
}
.historyArea .historyClassList .spot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  pointer-events: none;
  background-color: #444;
  position: absolute;
  top: 10px;
  left: 18px;
  z-index: 1;
}
.historyArea .historyClassList .spot::before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 70%;
  height: 70%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.historyArea .historyClassList .spot span {
  border-radius: 50%;
  background-color: #444;
  opacity: 0;
  width: 40%;
  height: 40%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.historyArea .historyClassList .classTitle {
  width: 100px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Inter", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  line-height: 1;
  letter-spacing: 0.5px;
}
.historyArea .historyClassList .historyList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 35px;
}
.historyArea .historyClassList .historyList .historyItem {
  margin-bottom: 18px;
  padding-bottom: 12px;
  position: relative;
}
.historyArea .historyClassList .historyList .historyItem::before, .historyArea .historyClassList .historyList .historyItem::after {
  content: "";
  height: 3px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.historyArea .historyClassList .historyList .historyItem::before {
  width: 100%;
  background-color: #ebebeb;
}
.historyArea .historyClassList .historyList .historyItem::after {
  width: 0;
  background-color: #1e42b4;
  opacity: 0;
}
.historyArea .historyClassList .historyList .historyItem .title {
  color: #888;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .historyArea .historyClassList .historyList .historyItem .title {
    line-height: 1.4;
  }
}
@media (max-width: 640px) {
  .historyArea .historyClassList .historyList .historyItem .title {
    font-size: 15px;
  }
}
.historyArea .historyClassList:not(:last-child) {
  margin-bottom: 50px;
}
.historyArea .historyClassList:not(:last-child).current .spot span {
  opacity: 1;
}
.historyArea .historyClassList:last-child .spot {
  width: 56px;
  height: 56px;
  top: 0;
  left: 0;
}
.historyArea .historyClassList:last-child .spot::before {
  width: 21px;
  height: 28px;
  border-radius: 0;
  background: transparent url("../images/history_flag.png") center/auto no-repeat;
}
@media (max-width: 1200px) {
  .historyArea .historyClassList {
    display: block;
    padding-left: 0;
  }
  .historyArea .historyClassList .spot {
    display: none;
  }
  .historyArea .historyClassList .historyList {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 15px;
    padding-left: 5px;
  }
  .historyArea .historyClassList .historyList .historyItem {
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
  .historyArea .historyClassList:not(:last-child) {
    margin-bottom: 20px;
  }
}

.albumList {
  margin: 0 -20px;
}
.albumList .albumItem {
  cursor: pointer;
  padding: 0 20px;
}
.albumList .albumItem img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
@media (max-width: 1024px) {
  .albumList {
    margin: 0 -15px;
  }
  .albumList .albumItem {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .albumList {
    margin: 0 -8px;
  }
  .albumList .albumItem {
    padding: 0 8px;
  }
}