.bannerArea .scrollDown span, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #00549d;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: #00549d;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1340px;
  padding: 200px 20px 0;
}
@media (max-width: 1440px) {
  .bannerArea .bannerItem .Txt {
    padding: 50px 85px;
  }
}
@media (max-width: 880px) {
  .bannerArea .bannerItem .Txt {
    padding: 50px 30px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt {
    padding: 100px 30px 0;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bannerArea .bannerItem .Txt .title {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  color: #222222;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  opacity: 0;
}
@media (max-width: 1080px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 25px;
    text-align: right;
  }
}
@media (max-width: 320px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 20px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  color: #00549d;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 1080px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 24px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .subtitle {
    text-align: right;
    font-size: 16px;
    line-height: 20px;
  }
}
.bannerArea .bannerItem .Txt .text {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 1080px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .text {
    text-align: right;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  padding-top: 30px;
  opacity: 0;
}
@media (max-width: 880px) {
  .bannerArea .bannerItem .Txt .btnBox {
    padding-top: 0;
  }
}
.bannerArea .bannerItem .Txt .btnBox .btn {
  margin-left: auto;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 150%;
  }
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .scrollDown {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: unset;
  left: 0;
  right: unset;
  bottom: 0;
  z-index: 2;
  padding-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  pointer-events: none;
}
.bannerArea .scrollDown::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110px;
  background: url("../images/scrollDown_BG.png") top center;
  background-size: cover;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1440px) {
  .bannerArea .scrollDown::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media (max-width: 1440px) {
  .bannerArea .scrollDown {
    pointer-events: auto;
  }
}
.bannerArea .scrollDown.active {
  pointer-events: auto;
}
.bannerArea .scrollDown.active::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.bannerArea .scrollDown.active span {
  opacity: 1;
}
.bannerArea .scrollDown.active .scrollDown_ic {
  -webkit-animation: scrollDownAnimate 2s linear 0s infinite;
          animation: scrollDownAnimate 2s linear 0s infinite;
}
.bannerArea .scrollDown span {
  display: block;
  color: #00549d;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin-top: 5px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media (max-width: 1440px) {
  .bannerArea .scrollDown span {
    opacity: 1;
  }
}
.bannerArea .scrollDown .scrollDown_ic {
  display: block;
  width: 18px;
  height: 18px;
  background: #00549d;
  border-radius: 100% 0 51% 48%/57% 0 100% 43%;
  opacity: 0;
}
@media (max-width: 1440px) {
  .bannerArea .scrollDown .scrollDown_ic {
    -webkit-animation: scrollDownAnimate 2s linear 0s infinite;
            animation: scrollDownAnimate 2s linear 0s infinite;
  }
}
.bannerArea .slick-dots {
  bottom: 50%;
  right: 30px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.businessArea {
  background: #ffffff;
  padding: 120px 0 260px;
}
@media (max-width: 1180px) {
  .businessArea {
    padding-bottom: 180px;
  }
}
@media (max-width: 670px) {
  .businessArea {
    padding: 60px 0;
  }
}
.businessArea.active .titleBox .title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.businessArea.active .titleBox .decoTitle {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}
.businessArea.active .businessList .businessItem .item {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
}
.businessArea .titleBox {
  margin-bottom: 60px;
}
.businessArea .titleBox .title,
.businessArea .titleBox .decoTitle {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.businessArea .titleBox .decoTitle {
  padding: 0;
  margin-top: 15px;
}
.businessArea .businessBox {
  max-height: 640px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 890px) {
  .businessArea .businessBox {
    max-height: none;
  }
}
.businessArea .businessList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.businessArea .businessList::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ffffff;
  left: 33.3333333333%;
  top: 0;
  z-index: 1;
}
@media (max-width: 890px) {
  .businessArea .businessList::before {
    display: none;
  }
}
.businessArea .businessList::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ffffff;
  left: 66.6666666667%;
  top: 0;
  z-index: 1;
}
@media (max-width: 890px) {
  .businessArea .businessList::after {
    display: none;
  }
}
@media (max-width: 890px) {
  .businessArea .businessList {
    display: none;
  }
}
.businessArea .businessList.float {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 890px) {
  .businessArea .businessList.float {
    display: block;
    height: auto;
    position: static;
    pointer-events: auto;
  }
}
.businessArea .businessList.float .businessItem {
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  overflow: visible;
}
@media (max-width: 890px) {
  .businessArea .businessList.float .businessItem {
    opacity: 1;
  }
}
.businessArea .businessList.float .businessItem.active {
  opacity: 1;
}
.businessArea .businessList.float .businessItem .item {
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
}
.businessArea .businessList.float .businessItem .item .Img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 890px) {
  .businessArea .businessList.float .businessItem .item .Img {
    position: static;
  }
}
.businessArea .businessList.float .businessItem .item .Txt {
  display: none;
}
@media (max-width: 890px) {
  .businessArea .businessList.float .businessItem .item .Txt {
    display: block;
  }
}
@media (max-width: 480px) {
  .businessArea .businessList.float .businessItem .item .Txt {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.businessArea .businessList.opacity .businessItem:hover .item .Txt {
  opacity: 1;
}
.businessArea .businessList.opacity .businessItem:hover .item .Txt .textEditor {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.businessArea .businessList.opacity .businessItem .item .Img,
.businessArea .businessList.opacity .businessItem .item .Txt {
  opacity: 0;
}
.businessArea .businessList .businessItem {
  width: 33.3333333333%;
  overflow: hidden;
}
.businessArea .businessList .businessItem:nth-of-type(1) .item {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.businessArea .businessList .businessItem:nth-of-type(2) .item {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.businessArea .businessList .businessItem:nth-of-type(3) .item {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.businessArea .businessList .businessItem .item {
  width: 100%;
  position: relative;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  opacity: 0;
}
.businessArea .businessList .businessItem .item .Img {
  width: 100%;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.businessArea .businessList .businessItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 670px) {
  .businessArea .businessList .businessItem .item .Img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.businessArea .businessList .businessItem .item .Txt {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 30px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  pointer-events: none;
}
@media (max-width: 890px) {
  .businessArea .businessList .businessItem .item .Txt {
    padding: 30px;
  }
}
.businessArea .businessList .businessItem .item .Txt .title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.businessArea .businessList .businessItem .item .Txt .title a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.businessArea .businessList .businessItem .item .Txt .subtitle {
  margin-top: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
}
@media (max-width: 480px) {
  .businessArea .businessList .businessItem .item .Txt .subtitle {
    text-align: center;
  }
}
.businessArea .businessList .businessItem .item .Txt .textEditor {
  margin-top: 45px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 1180px) {
  .businessArea .businessList .businessItem .item .Txt .textEditor {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 890px) {
  .businessArea .businessList .businessItem .item .Txt .textEditor {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media (max-width: 480px) {
  .businessArea .businessList .businessItem .item .Txt .textEditor {
    display: none;
  }
}
.businessArea .businessList .businessItem .item .linkWrap {
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 60px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  pointer-events: none;
  padding-right: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
}
.businessArea .businessList .businessItem .item .linkWrap::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4px;
}
.businessArea .businessList .businessItem .item .linkWrap::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.businessArea .businessList .businessItem .item .linkWrap.hide {
  opacity: 0;
}

.homeIntroArea {
  background: url("../images/introBG.jpg") no-repeat top left;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .homeIntroArea {
    background: none;
  }
}
.homeIntroArea .wrap {
  max-width: 100%;
  padding: 0;
}
.homeIntroArea .item {
  position: relative;
  padding-bottom: 550px;
}
@media (max-width: 1180px) {
  .homeIntroArea .item {
    padding: 0;
  }
}
.homeIntroArea .item .Txt {
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
.homeIntroArea .item .Txt::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 100px;
  background: #ffffff;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media (max-width: 1180px) {
  .homeIntroArea .item .Txt::before {
    display: none;
  }
}
@media (max-width: 1180px) {
  .homeIntroArea .item .Txt {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .homeIntroArea .item .Txt {
    padding: 0 20px;
  }
}
.homeIntroArea .item .Txt .title {
  text-align: center;
  margin-bottom: 40px;
  color: #222222;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 1180px) {
  .homeIntroArea .item .Txt .title {
    font-size: 22px;
  }
}
.homeIntroArea .item .Txt .textEditor {
  max-width: 870px;
  text-align: center;
  margin: 0 auto;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 1180px) {
  .homeIntroArea .item .Txt .textEditor {
    font-size: 14px;
  }
}
.homeIntroArea .item .Img {
  display: none;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .homeIntroArea .item .Img {
    display: block;
  }
}
.homeIntroArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.aboutArea {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  overflow: hidden;
}
.aboutArea .wrap {
  max-width: none;
  padding: 0;
}
.aboutArea .wrap > .Img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aboutArea .wrap > .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1040px) {
  .aboutArea .wrap > .Img img {
    min-height: 480px;
  }
}
@media (max-width: 768px) {
  .aboutArea .wrap > .Img img {
    min-height: 550px;
  }
}
.aboutArea .wrap .fadeBox {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
}
@media (max-width: 1040px) {
  .aboutArea .wrap .fadeBox {
    min-height: 480px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .aboutArea .wrap .fadeBox {
    min-height: 550px;
    padding: 0;
  }
}
.aboutArea .aboutBox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
}
@media (max-width: 1040px) {
  .aboutArea .aboutBox {
    padding: 0 50px;
  }
}
.aboutArea .aboutBox .titleBox .text {
  max-width: 850px;
  margin: 0 auto;
}
.aboutArea .aboutBox .partnerArea {
  width: 100%;
  height: auto;
  margin-top: 150px;
}
@media (max-width: 1200px) {
  .aboutArea .aboutBox .partnerArea {
    margin-top: 75px;
  }
}
@media (max-width: 1040px) {
  .aboutArea .aboutBox .partnerArea {
    margin-top: 30px;
  }
}
.aboutArea .aboutBox .partnerArea .wrap {
  max-width: 1400px;
  padding: 0 50px;
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .partnerArea .wrap {
    padding: 0;
  }
}
.aboutArea .aboutBox .partnerArea .Img {
  width: 250px;
  margin: 0 auto;
}
.aboutArea .aboutBox .partnerArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .aboutBox .partnerArea .slick-dots {
  bottom: -50px;
}
.aboutArea .aboutBox .partnerArea .slick-dots li.slick-active button::before {
  background: #00549d;
}
.aboutArea .aboutBox .partnerArea .slick-dots li button::before {
  background: #cccccc;
}

.numArea {
  background: #e9e9e9;
  padding: 50px 0;
}
.numArea.active .numItem {
  opacity: 1;
}
.numArea.active .numItem:nth-of-type(2) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.numArea.active .numItem:nth-of-type(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.numArea.active .numItem:nth-of-type(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.numArea.active .numItem:nth-of-type(5) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.numArea .numList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1400px) {
  .numArea .numList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0;
  }
}
@media (max-width: 840px) {
  .numArea .numList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.numArea .numItem {
  width: 20%;
  border: 1px solid #d7d7d7;
  border-width: 0 1px 0 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
@media (max-width: 1400px) {
  .numArea .numItem {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .numArea .numItem:nth-of-type(3n) {
    border-width: 0;
  }
}
@media (max-width: 840px) {
  .numArea .numItem:nth-of-type(3n) {
    border-width: 0 1px 0 0;
  }
}
@media (max-width: 840px) {
  .numArea .numItem:nth-of-type(even) {
    border-width: 0;
  }
}
.numArea .numItem:last-child {
  border: none;
}
.numArea .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.numArea .Txt .title {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.numArea .Txt .separate {
  width: 20px;
  height: 2px;
  background: #00549d;
  margin: 20px 0;
}
.numArea .Txt .innerNumBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.numArea .Txt .innerNumBox .num {
  color: #00549d;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
}
@media (max-width: 600px) {
  .numArea .Txt .innerNumBox .num {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .numArea .Txt .innerNumBox .num {
    font-size: 40px;
  }
}
.numArea .Txt .innerNumBox .unit {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  padding: 0 0 10px 10px;
}
@media (max-width: 480px) {
  .numArea .Txt .innerNumBox .unit {
    padding-bottom: 20px;
  }
}
.numArea .Txt .innerNumBox .unit.hasPlus {
  padding-left: 30px;
}
.numArea .Txt .innerNumBox .unit .plus {
  color: #00549d;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  position: absolute;
  top: -60px;
  left: 0px;
  right: unset;
  bottom: unset;
  z-index: 1;
}
@media (max-width: 480px) {
  .numArea .Txt .innerNumBox .unit .plus {
    font-size: 30px;
    top: -50px;
  }
}

.videoArea {
  background: #000000;
}
.videoArea.active .videoBox .wrap {
  opacity: 0;
}
.videoArea.active .videoBox .Img {
  opacity: 0;
}
.videoArea .videoBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  overflow: hidden;
}
.videoArea .videoBox .wrap {
  height: 100%;
  position: absolute;
  top: 100px;
  left: 50%;
  right: unset;
  bottom: unset;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  pointer-events: none;
}
@media (max-width: 870px) {
  .videoArea .videoBox .wrap {
    top: 50px;
  }
}
.videoArea .videoBox .wrap .titleBox .title,
.videoArea .videoBox .wrap .titleBox .text,
.videoArea .videoBox .wrap .titleBox .sideText {
  color: #ffffff;
}
.videoArea .videoBox .wrap .videoBtn {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 50%;
  right: unset;
  bottom: unset;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.videoArea .videoBox .wrap .videoBtn::before {
  content: "";
  position: absolute;
  width: 168px;
  height: 168px;
  background: url("../images/videoBtnBG.png") center no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: videoBtnAround 10s linear 0s infinite;
          animation: videoBtnAround 10s linear 0s infinite;
}
.videoArea .videoBox .wrap .videoBtn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #00549d;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.videoArea .videoBox .Img {
  width: 100%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 2;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  pointer-events: none;
}
.videoArea .videoBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 450px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videoArea .videoBox #homeVideo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.newsArea {
  background: #ffffff;
  padding: 115px 0;
}
@media (max-width: 740px) {
  .newsArea {
    padding: 60px 0;
  }
}
.newsArea.active .titleBox.row .title {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.newsArea.active .titleBox.row .text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}
.newsArea.active .titleBox.row .sideText {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
}
.newsArea.active .classBox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}
.newsArea.active .newsBox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 1;
}
.newsArea .titleBox {
  border: none;
}
.newsArea .titleBox.row .title,
.newsArea .titleBox.row .text,
.newsArea .titleBox.row .sideText {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
@media (max-width: 700px) {
  .newsArea .titleBox.row .sideText {
    display: none;
  }
}
.newsArea .classBox {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.newsArea .newsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.newsArea .fakeList {
  width: 330px;
  height: auto;
}
.newsArea .newsList {
  width: 100%;
  overflow: hidden;
}
.newsArea .newsList .newsItem:last-child {
  margin-right: 270px;
}
@media (max-width: 1440px) {
  .newsArea .newsList .newsItem:last-child {
    margin: 0;
  }
}
@media (min-width: 481px) {
  .newsArea .newsList .swiper-slide {
    width: auto !important;
  }
}
.newsArea .newsList .swiper-slide-active .item {
  width: 600px;
}
@media (max-width: 1440px) {
  .newsArea .newsList .swiper-slide-active .item {
    width: 330px;
  }
}
.newsArea .newsList .item {
  width: 330px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.newsArea .newsList .Img {
  width: 100%;
}
.newsArea .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsArea .newsList .Txt {
  width: calc(100% - 30px);
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  margin-top: -30px;
  padding: 30px;
}
.newsArea .newsList .Txt.noImg {
  width: 100%;
  height: 454px;
  border: 1px solid #e6e6e6;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
.newsArea .newsList .Txt.noImg .classTitle {
  margin-bottom: 20px;
}
.newsArea .newsList .Txt.noImg .title {
  margin-bottom: 20px;
}
.newsArea .newsList .Txt.noImg .textBox {
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.newsArea .newsList .Txt.noImg .textBox .text {
  display: -webkit-box;
  -webkit-line-clamp: 99;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 600px) {
  .newsArea .newsList .Txt.noImg .textBox .text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.newsArea .newsList .Txt .newsInfoBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
.newsArea .newsList .Txt .newsInfoBox .dateBox .year {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  margin-bottom: 25px;
}
.newsArea .newsList .Txt .newsInfoBox .dateBox .date {
  color: #222222;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
}
.newsArea .newsList .Txt .newsInfoBox .dateBox .separate {
  width: 30px;
  height: 1px;
  background: #e6e6e6;
  margin: 10px auto;
}
.newsArea .newsList .Txt .textBox {
  height: 144px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsArea .newsList .Txt .textBox .classTitle {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  padding: 5px 20px;
}
.newsArea .newsList .Txt .textBox .title {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .newsList .Txt .textBox .text {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .swiper-pagination {
  display: none;
  position: static;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .newsArea .swiper-pagination {
    display: block;
  }
}
.newsArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -5px;
  left: unset;
  right: 0;
  bottom: unset;
  z-index: 1;
}
@media (max-width: 900px) {
  .newsArea .arrowBox {
    display: none;
  }
}
.newsArea .arrowBox .separate {
  display: block;
  width: 1px;
  height: 15px;
  background: #e6e6e6;
}
.newsArea .arrowBox button {
  width: 30px;
  height: 30px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
}
.newsArea .arrowBox button::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #bbbbbb;
  border-width: 2px 2px 0 0;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 1201px) {
  .newsArea .arrowBox button:hover::before {
    border-color: #00549d;
  }
}
.newsArea .arrowBox button.arrowPrev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.newsArea .arrowBox button.arrowNext::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}