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

@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes shapeChange {
  0% {
    border-radius: 50% 50% 50% 50%;
  }
  25% {
    border-radius: 50% 65% 40% 80%;
  }
  50% {
    border-radius: 70% 70% 50% 85%;
  }
  75% {
    border-radius: 80% 50% 40% 60%;
  }
  100% {
    border-radius: 50% 50% 50% 50%;
  }
}
@keyframes shapeChange {
  0% {
    border-radius: 50% 50% 50% 50%;
  }
  25% {
    border-radius: 50% 65% 40% 80%;
  }
  50% {
    border-radius: 70% 70% 50% 85%;
  }
  75% {
    border-radius: 80% 50% 40% 60%;
  }
  100% {
    border-radius: 50% 50% 50% 50%;
  }
}
@-webkit-keyframes maskCircle {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes maskCircle {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes maskCircle_2 {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes maskCircle_2 {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes around {
  0% {
    -webkit-transform: rotateX(60deg) rotateY(5deg) rotateZ(0deg);
            transform: rotateX(60deg) rotateY(5deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(60deg) rotateY(5deg) rotateZ(360deg);
            transform: rotateX(60deg) rotateY(5deg) rotateZ(360deg);
  }
}
@keyframes around {
  0% {
    -webkit-transform: rotateX(60deg) rotateY(5deg) rotateZ(0deg);
            transform: rotateX(60deg) rotateY(5deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(60deg) rotateY(5deg) rotateZ(360deg);
            transform: rotateX(60deg) rotateY(5deg) rotateZ(360deg);
  }
}
@-webkit-keyframes around_2 {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-360deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(-360deg);
  }
}
@keyframes around_2 {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-360deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(-360deg);
  }
}
@-webkit-keyframes around_3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes around_3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes lineJump_1 {
  0% {
    height: 50%;
  }
  100% {
    height: 90%;
  }
}
@keyframes lineJump_1 {
  0% {
    height: 50%;
  }
  100% {
    height: 90%;
  }
}
@-webkit-keyframes lineJump_2 {
  0% {
    height: 70%;
  }
  100% {
    height: 115%;
  }
}
@keyframes lineJump_2 {
  0% {
    height: 70%;
  }
  100% {
    height: 115%;
  }
}
@-webkit-keyframes lineJump_3 {
  0% {
    height: 40%;
  }
  100% {
    height: 80%;
  }
}
@keyframes lineJump_3 {
  0% {
    height: 40%;
  }
  100% {
    height: 80%;
  }
}
@-webkit-keyframes dotsJump_1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2, 0.8);
            transform: scale(1.2, 0.8);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8, 1.2);
            transform: scale(0.8, 1.2);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  85% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes dotsJump_1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2, 0.8);
            transform: scale(1.2, 0.8);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8, 1.2);
            transform: scale(0.8, 1.2);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  85% {
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes dotsJump_2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, -50px);
            transform: translate(-50px, -50px);
  }
  34% {
    opacity: 1;
    -webkit-transform: translate(-25px, 10px) scale(1.2, 0.7);
            transform: translate(-25px, 10px) scale(1.2, 0.7);
  }
  67% {
    -webkit-transform: translate(-10px, -5px) scale(0.9, 1.1);
            transform: translate(-10px, -5px) scale(0.9, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes dotsJump_2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, -50px);
            transform: translate(-50px, -50px);
  }
  34% {
    opacity: 1;
    -webkit-transform: translate(-25px, 10px) scale(1.2, 0.7);
            transform: translate(-25px, 10px) scale(1.2, 0.7);
  }
  67% {
    -webkit-transform: translate(-10px, -5px) scale(0.9, 1.1);
            transform: translate(-10px, -5px) scale(0.9, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes filterAni_1 {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@keyframes filterAni_1 {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@-webkit-keyframes filterAni_2 {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(-180deg);
            filter: hue-rotate(-180deg);
  }
}
@keyframes filterAni_2 {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(-180deg);
            filter: hue-rotate(-180deg);
  }
}
@-webkit-keyframes drawCircle {
  0% {
    opacity: 0;
    stroke-dashoffset: 754;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes drawCircle {
  0% {
    opacity: 0;
    stroke-dashoffset: 754;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes bgMoving {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 954px;
  }
}
@keyframes bgMoving {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 954px;
  }
}
@-webkit-keyframes bgMoving_2 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -941px;
  }
}
@keyframes bgMoving_2 {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -941px;
  }
}
@-webkit-keyframes searchJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  20% {
    -webkit-transform: scale(1.15) rotate(-10deg);
            transform: scale(1.15) rotate(-10deg);
  }
  40% {
    -webkit-transform: scale(1.15) rotate(10deg);
            transform: scale(1.15) rotate(10deg);
  }
  60% {
    -webkit-transform: scale(1.15) rotate(-5deg);
            transform: scale(1.15) rotate(-5deg);
  }
  70% {
    -webkit-transform: scale(1.15) rotate(0deg);
            transform: scale(1.15) rotate(0deg);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes searchJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  20% {
    -webkit-transform: scale(1.15) rotate(-10deg);
            transform: scale(1.15) rotate(-10deg);
  }
  40% {
    -webkit-transform: scale(1.15) rotate(10deg);
            transform: scale(1.15) rotate(10deg);
  }
  60% {
    -webkit-transform: scale(1.15) rotate(-5deg);
            transform: scale(1.15) rotate(-5deg);
  }
  70% {
    -webkit-transform: scale(1.15) rotate(0deg);
            transform: scale(1.15) rotate(0deg);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes floatArrowMove {
  0% {
    -webkit-transform: translate(-10px, 10px) rotate(-45deg);
            transform: translate(-10px, 10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
  }
}
@keyframes floatArrowMove {
  0% {
    -webkit-transform: translate(-10px, 10px) rotate(-45deg);
            transform: translate(-10px, 10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
  }
}
@-webkit-keyframes loginAnime_1 {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes loginAnime_1 {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes loginAnime_2 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-20px, 10px) rotate(-45deg);
            transform: translate(-20px, 10px) rotate(-45deg);
    opacity: 0;
  }
}
@keyframes loginAnime_2 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-20px, 10px) rotate(-45deg);
            transform: translate(-20px, 10px) rotate(-45deg);
    opacity: 0;
  }
}
@-webkit-keyframes enrollJump {
  0% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
  10% {
    -webkit-transform: translateY(-5px) scale(1) rotate(90deg);
            transform: translateY(-5px) scale(1) rotate(90deg);
  }
  30% {
    -webkit-transform: translateY(-5px) scale(0.7) rotate(180deg);
            transform: translateY(-5px) scale(0.7) rotate(180deg);
  }
  50% {
    -webkit-transform: translateY(0) scale(0.7) rotate(270deg);
            transform: translateY(0) scale(0.7) rotate(270deg);
  }
  70% {
    -webkit-transform: translateY(0) scale(1) rotate(360deg);
            transform: translateY(0) scale(1) rotate(360deg);
  }
  100% {
    -webkit-transform: translateY(0) scale(1) rotate(360deg);
            transform: translateY(0) scale(1) rotate(360deg);
  }
}
@keyframes enrollJump {
  0% {
    -webkit-transform: translateY(0) scale(1) rotate(0deg);
            transform: translateY(0) scale(1) rotate(0deg);
  }
  10% {
    -webkit-transform: translateY(-5px) scale(1) rotate(90deg);
            transform: translateY(-5px) scale(1) rotate(90deg);
  }
  30% {
    -webkit-transform: translateY(-5px) scale(0.7) rotate(180deg);
            transform: translateY(-5px) scale(0.7) rotate(180deg);
  }
  50% {
    -webkit-transform: translateY(0) scale(0.7) rotate(270deg);
            transform: translateY(0) scale(0.7) rotate(270deg);
  }
  70% {
    -webkit-transform: translateY(0) scale(1) rotate(360deg);
            transform: translateY(0) scale(1) rotate(360deg);
  }
  100% {
    -webkit-transform: translateY(0) scale(1) rotate(360deg);
            transform: translateY(0) scale(1) rotate(360deg);
  }
}
@-webkit-keyframes shadowJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  65% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes shadowJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  65% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes ballJump {
  0% {
    opacity: 0;
    -webkit-transform: translate(-200px, -100px) scale(1) rotate(270deg);
            transform: translate(-200px, -100px) scale(1) rotate(270deg);
  }
  34% {
    opacity: 1;
    -webkit-transform: translate(-100px, 0px) scale(1.2, 0.7) rotate(180deg);
            transform: translate(-100px, 0px) scale(1.2, 0.7) rotate(180deg);
  }
  67% {
    -webkit-transform: translate(-50px, -50px) scale(0.9, 1.1) rotate(90deg);
            transform: translate(-50px, -50px) scale(0.9, 1.1) rotate(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
            transform: translate(0, 0) scale(1) rotate(0deg);
  }
}
@keyframes ballJump {
  0% {
    opacity: 0;
    -webkit-transform: translate(-200px, -100px) scale(1) rotate(270deg);
            transform: translate(-200px, -100px) scale(1) rotate(270deg);
  }
  34% {
    opacity: 1;
    -webkit-transform: translate(-100px, 0px) scale(1.2, 0.7) rotate(180deg);
            transform: translate(-100px, 0px) scale(1.2, 0.7) rotate(180deg);
  }
  67% {
    -webkit-transform: translate(-50px, -50px) scale(0.9, 1.1) rotate(90deg);
            transform: translate(-50px, -50px) scale(0.9, 1.1) rotate(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
            transform: translate(0, 0) scale(1) rotate(0deg);
  }
}
@-webkit-keyframes decoLoop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes decoLoop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.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: #000000;
  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: #df4a72;
  }
  .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 {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 2;
  margin: 0;
  padding: 0 0 65px 135px;
}
@media (max-width: 1180px) {
  .bannerArea {
    padding-left: 60px;
  }
}
@media (max-width: 840px) {
  .bannerArea {
    padding: 0;
  }
}
.bannerArea .bannerList {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList .slick-slide {
  background: #ffffff;
}
.bannerArea .bannerItem .Txt {
  max-width: 1460px;
  margin: 0 auto;
  padding: 150px 20px 0;
}
@media (max-width: 1480px) {
  .bannerArea .bannerItem .Txt {
    padding-top: 100px;
  }
}
@media (max-width: 1060px) {
  .bannerArea .bannerItem .Txt {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 40px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bannerArea .bannerItem .Txt .entitle {
  opacity: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 1px;
  font-family: "Nunito", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0 0 40px;
  padding: 0;
}
@media (max-width: 1480px) {
  .bannerArea .bannerItem .Txt .entitle {
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 1060px) {
  .bannerArea .bannerItem .Txt .entitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .entitle {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .title {
  max-width: 710px;
  opacity: 0;
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  line-height: 85px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0 0 30px;
  padding: 0;
}
@media (max-width: 1480px) {
  .bannerArea .bannerItem .Txt .title {
    max-width: 770px;
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 1060px) {
  .bannerArea .bannerItem .Txt .title {
    max-width: 360px;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}
@media (max-width: 840px) {
  .bannerArea .bannerItem .Txt .title {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 28px;
    line-height: 34px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  opacity: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (max-width: 1060px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 75%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Img {
    padding-bottom: 100%;
  }
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
  -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 .entitle {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .scrollDown {
  width: 135px;
  height: 65px;
  background: #df4a72;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
  z-index: 1;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bannerArea .scrollDown::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: #ffb71d;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transform: translate(-50%, -150%) rotate(45deg);
          transform: translate(-50%, -150%) rotate(45deg);
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
@media (min-width: 1201px) {
  .bannerArea .scrollDown:hover::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .bannerArea .scrollDown:hover .text {
    color: #000000;
  }
}
.bannerArea .scrollDown .text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1px;
  font-family: "Poppins", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.bannerArea .dotsBox {
  width: 135px;
  height: calc(100% - 65px);
  background: #ffffff;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: 1;
}
@media (max-width: 1180px) {
  .bannerArea .dotsBox {
    width: 60px;
    border-style: solid;
    border-color: #d2d2d2;
    border-width: 0 0 1px;
  }
}
@media (max-width: 840px) {
  .bannerArea .dotsBox {
    display: none;
  }
}
.bannerArea .dotsBox .slick-dots {
  bottom: 50px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bannerArea .dotsBox .slick-dots li {
  width: 30px;
  height: 30px;
  margin: 0;
}
.bannerArea .dotsBox .slick-dots li.slick-active button::before {
  color: #df4a72;
}
.bannerArea .dotsBox .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .dotsBox .slick-dots li button::before {
  width: 100%;
  height: 100%;
  font-size: 8px;
  line-height: 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bannerArea .customLinkBox {
  min-width: 415px;
  background: #df4a72;
  border-radius: 50px 0 0 0;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: unset;
  z-index: 1;
}
@media (max-width: 1480px) {
  .bannerArea .customLinkBox {
    min-width: 300px;
  }
}
@media (max-width: 840px) {
  .bannerArea .customLinkBox {
    width: 100%;
    min-width: none;
    border-radius: 0;
    position: relative;
    right: unset;
    bottom: unset;
  }
}
@media (min-width: 1201px) {
  .bannerArea .customLinkBox:hover .unitTitle,
  .bannerArea .customLinkBox:hover .entitle {
    color: #000000;
  }
  .bannerArea .customLinkBox:hover .decoBG {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.bannerArea .customLinkBox a {
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 1480px) {
  .bannerArea .customLinkBox a {
    height: 150px;
    padding: 30px 40px;
  }
}
.bannerArea .customLinkBox .unitTitle {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0 0 20px;
  padding: 0;
}
@media (max-width: 1480px) {
  .bannerArea .customLinkBox .unitTitle {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.bannerArea .customLinkBox .entitle {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
  font-family: "Nunito", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.bannerArea .customLinkBox .arrow {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 4px 6px 2px #d22359;
          box-shadow: 4px 6px 2px #d22359;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  left: unset;
  right: 50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
@media (max-width: 1480px) {
  .bannerArea .customLinkBox .arrow {
    width: 40px;
    height: 40px;
    right: 30px;
  }
}
.bannerArea .customLinkBox .arrow i {
  width: 14px;
  height: 2px;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bannerArea .customLinkBox .arrow i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #000000 #000000 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bannerArea .customLinkBox .decoBG {
  display: block;
  width: 50%;
  height: 100%;
  background: #ffb71d;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(-200%, 0);
          transform: translate(-200%, 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.bannerArea .customLinkBox .decoBG::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: #ffb71d;
  top: 50%;
  right: -50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.linkArea {
  pointer-events: none;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: -115px 0 0;
  padding: 0;
}
@media (max-width: 840px) {
  .linkArea {
    border: none;
    margin: 0;
  }
}
.linkArea .wrap {
  max-width: calc(100% - 310px);
  margin: 0 0 0 auto;
  padding: 0;
}
@media (max-width: 1180px) {
  .linkArea .wrap {
    max-width: 100%;
    padding: 0;
  }
}
.linkArea .wrap .linkBox {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.linkArea .wrap .linkBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  background: #ffffff;
  border-radius: 0 0 0 50px;
  -webkit-box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
}
@media (max-width: 840px) {
  .linkArea .wrap .linkBox::before {
    display: none;
  }
}
.linkArea .wrap .linkBox .arrowBox {
  pointer-events: auto;
  position: absolute;
  top: unset;
  right: 310px;
  bottom: 55px;
  left: unset;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 1401px) {
  .linkArea .wrap .linkBox .arrowBox {
    display: none;
  }
}
@media (max-width: 1680px) {
  .linkArea .wrap .linkBox .arrowBox {
    right: 250px;
  }
}
@media (max-width: 1480px) {
  .linkArea .wrap .linkBox .arrowBox {
    right: 150px;
  }
}
@media (max-width: 840px) {
  .linkArea .wrap .linkBox .arrowBox {
    display: none;
  }
}
.linkArea .wrap .linkBox .arrowBox button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-style: solid;
  border-color: #000000;
  border-width: 2px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 1201px) {
  .linkArea .wrap .linkBox .arrowBox button:hover {
    background: #000000;
  }
  .linkArea .wrap .linkBox .arrowBox button:hover i {
    border-color: #ffffff #ffffff transparent transparent;
  }
}
.linkArea .wrap .linkBox .arrowBox button.arrowPrev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 10px;
}
.linkArea .wrap .linkBox .arrowBox button i {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #000000 #000000 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin-left: -5px;
}
.linkArea .wrap .linkList {
  max-width: calc(100% - 415px);
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.linkArea .wrap .linkList::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ffffff;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 840px) {
  .linkArea .wrap .linkList::before {
    display: none;
  }
}
@media (max-width: 1480px) {
  .linkArea .wrap .linkList {
    max-width: calc(100% - 300px);
  }
}
@media (max-width: 840px) {
  .linkArea .wrap .linkList {
    max-width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
}
.linkArea .wrap .linkList .slick-list {
  margin: 0;
  padding: 50px 0 0;
}
@media (max-width: 840px) {
  .linkArea .wrap .linkList .slick-list {
    padding: 0;
  }
}
.linkArea .wrap .linkList .slick-slide {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.linkArea .wrap .linkList .slick-slide::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #df4a72;
  position: absolute;
  left: 50%;
  top: unset;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.linkArea .wrap .linkList .slick-slide::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 66%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#888888), color-stop(50%, #888888), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to bottom, #888888 0%, #888888 50%, transparent 50%, transparent 100%);
  background-size: 100% 10px;
  background-repeat: repeat-y;
  position: absolute;
  top: 50%;
  left: -2px;
  right: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
@media (min-width: 1201px) {
  .linkArea .wrap .linkList .slick-slide:hover::before {
    width: 40%;
  }
  .linkArea .wrap .linkList .slick-slide:hover .linkItem .item .ImgBox .Img img {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.5));
  }
}
.linkArea .wrap .linkList .linkItem .item {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0;
  padding: 25px 0;
}
@media (max-width: 840px) {
  .linkArea .wrap .linkList .linkItem .item {
    width: 220px;
  }
}
@media (max-width: 480px) {
  .linkArea .wrap .linkList .linkItem .item {
    width: 150px;
    padding: 20px 0;
  }
}
.linkArea .wrap .linkList .linkItem .item .ImgBox {
  width: 100px;
  height: 100px;
  margin: 0 0 20px;
  padding: 0;
}
@media (max-width: 480px) {
  .linkArea .wrap .linkList .linkItem .item .ImgBox {
    width: 60px;
    height: 60px;
  }
}
.linkArea .wrap .linkList .linkItem .item .ImgBox .Img {
  width: 100%;
}
.linkArea .wrap .linkList .linkItem .item .ImgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.linkArea .wrap .linkList .linkItem .item .Txt .title {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
  margin: 0 0 5px;
  padding: 0;
}
@media (max-width: 480px) {
  .linkArea .wrap .linkList .linkItem .item .Txt .title {
    font-size: 15px;
  }
}
.linkArea .wrap .linkList .linkItem .item .Txt .title a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.linkArea .wrap .linkList .linkItem .item .Txt .textEditor {
  text-align: center;
}
@media (max-width: 480px) {
  .linkArea .wrap .linkList .linkItem .item .Txt .textEditor {
    font-size: 13px;
  }
}

.aboutArea {
  overflow: hidden;
  margin: 0;
  padding: 190px 0 210px;
}
.aboutArea::before {
  content: "";
  position: absolute;
  width: 121px;
  height: 95px;
  background: url("../images/aboutImg_8.png") no-repeat center;
  background-size: contain;
  left: 0;
  top: 320px;
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media (max-width: 540px) {
  .aboutArea::before {
    display: none;
  }
}
@media (max-width: 1560px) {
  .aboutArea {
    padding: 100px 0 150px;
  }
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 80px 0;
  }
}
.aboutArea.show::before {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.aboutArea.show .titleBox .decoTitle,
.aboutArea.show .titleBox .title,
.aboutArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.aboutArea.show .rightImgBox .Img_6,
.aboutArea.show .rightImgBox .Img_5,
.aboutArea.show .rightImgBox .Img_1 {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.aboutArea.show .rightImgBox .Img_2 {
  -webkit-animation: ballJump 1s linear 0.5s forwards;
          animation: ballJump 1s linear 0.5s forwards;
}
.aboutArea.show .rightImgBox .Img_3,
.aboutArea.show .rightImgBox .Img_4 {
  -webkit-transform: translate(0) scale(1) rotate(0deg);
          transform: translate(0) scale(1) rotate(0deg);
  opacity: 1;
}
.aboutArea.show .rightImgBox .Img_7 {
  opacity: 1;
}
.aboutArea .wrap {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.aboutArea .titleBox {
  margin: 0 0 90px;
  padding: 0;
}
.aboutArea .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 1180px) {
  .aboutArea .titleBox .decoTitle {
    text-align: center;
  }
}
.aboutArea .titleBox .title {
  max-width: 440px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media (max-width: 1180px) {
  .aboutArea .titleBox .title {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.aboutArea .titleBox .subtitle {
  max-width: 580px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 1560px) {
  .aboutArea .titleBox .subtitle {
    max-width: 560px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .titleBox .subtitle {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 670px) {
  .aboutArea .aboutBox {
    margin-top: 500px;
  }
}
.aboutArea .aboutBox .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .Txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 690px) {
  .aboutArea .aboutBox .Txt {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.aboutArea .aboutBox .Txt .customBox {
  margin: 0 50px 0 0;
  padding: 0;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .Txt .customBox {
    margin: 0 20px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 690px) {
  .aboutArea .aboutBox .Txt .customBox {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .Txt .customBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.aboutArea .aboutBox .Txt .customBox .smallTitle {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0 0 30px;
  padding: 0;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .Txt .customBox .smallTitle {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .Txt .customBox .smallTitle {
    font-size: 16px;
    line-height: 1;
  }
}
.aboutArea .aboutBox .Txt .customBox .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 10px;
  padding: 0;
}
@media (max-width: 1560px) {
  .aboutArea .aboutBox .Txt .customBox .numBox {
    margin-bottom: 15px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .Txt .customBox .numBox {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .Txt .customBox .numBox {
    height: 60px;
  }
}
.aboutArea .aboutBox .Txt .customBox .numBox .num {
  color: #000000;
  font-size: 72px;
  font-weight: 800;
  line-height: 72px;
  letter-spacing: 0;
  font-family: "Nunito", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .Txt .customBox .numBox .num {
    font-size: 60px;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .Txt .customBox .numBox .num {
    font-size: 45px;
  }
}
.aboutArea .aboutBox .Txt .customBox .numBox .unit {
  color: #000000;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
  letter-spacing: 0;
  font-family: "Nunito", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (max-width: 1560px) {
  .aboutArea .aboutBox .Txt .customBox .numBox .unit {
    font-size: 60px;
    line-height: 1;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .Txt .customBox .numBox .unit {
    font-size: 42px;
  }
}
.aboutArea .aboutBox .Txt .customBox .numBox .unit.per {
  font-size: 54px;
  line-height: 65px;
}
@media (max-width: 1560px) {
  .aboutArea .aboutBox .Txt .customBox .numBox .unit.per {
    font-size: 40px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .Txt .customBox .numBox .unit.per {
    font-size: 28px;
    line-height: 40px;
  }
}
.aboutArea .aboutBox .Txt .customBox .text {
  color: #df4a72;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-family: "Nunito", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (max-width: 600px) {
  .aboutArea .aboutBox .Txt .customBox .text {
    max-width: 132px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .Txt .customBox .text {
    font-size: 12px;
  }
}
.aboutArea .aboutBox .btnBox {
  margin: 90px 0 0;
  padding: 0;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox .btnBox {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutBox .btnBox {
    margin-top: 40px;
  }
}
.aboutArea .rightImgBox {
  width: 600px;
  height: 600px;
  pointer-events: none;
  position: absolute;
  top: unset;
  right: -150px;
  bottom: -100px;
  left: unset;
  z-index: 1;
}
@media (max-width: 1740px) {
  .aboutArea .rightImgBox {
    bottom: -50px;
    right: -100px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 1560px) {
  .aboutArea .rightImgBox {
    right: 0;
  }
}
@media (max-width: 1300px) {
  .aboutArea .rightImgBox {
    right: -50px;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}
@media (max-width: 1180px) {
  .aboutArea .rightImgBox {
    position: static;
    margin: 0 auto;
  }
}
@media (max-width: 670px) {
  .aboutArea .rightImgBox {
    position: absolute;
    right: 50%;
    bottom: 250px;
    -webkit-transform: translateX(50%) scale(0.5);
            transform: translateX(50%) scale(0.5);
  }
}
@media (max-width: 480px) {
  .aboutArea .rightImgBox {
    bottom: 200px;
  }
}
.aboutArea .rightImgBox .Img_1 {
  width: 655px;
  height: 437px;
  background: url("../images/aboutImg_1.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translate(50px, -50px);
          transform: translate(50px, -50px);
  opacity: 0;
  position: absolute;
  top: unset;
  right: unset;
  bottom: -40px;
  left: -250px;
  z-index: 10;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.aboutArea .rightImgBox .Img_2 {
  width: 252px;
  height: 253px;
  background: url("../images/aboutImg_2.png") no-repeat center;
  background-size: contain;
  opacity: 0;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 150px;
  left: -50px;
  z-index: 9;
}
.aboutArea .rightImgBox .Img_3 {
  width: 64px;
  height: 64px;
  background: url("../images/aboutImg_3.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translate(50px, 100px) scale(0.3) rotate(360deg);
          transform: translate(50px, 100px) scale(0.3) rotate(360deg);
  opacity: 0;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 410px;
  left: -80px;
  z-index: 8;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.aboutArea .rightImgBox .Img_4 {
  width: 27px;
  height: 21px;
  background: url("../images/aboutImg_4.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translate(-50px, -20px) rotate(-90deg);
          transform: translate(-50px, -20px) rotate(-90deg);
  opacity: 0;
  position: absolute;
  top: unset;
  right: 140px;
  bottom: 0;
  left: unset;
  z-index: 7;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.aboutArea .rightImgBox .Img_5 {
  width: 498px;
  height: 387px;
  background: url("../images/aboutImg_5.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  position: absolute;
  top: unset;
  right: -50px;
  bottom: 120px;
  left: unset;
  z-index: 6;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.aboutArea .rightImgBox .Img_6 {
  width: 653px;
  height: 584px;
  background: url("../images/aboutImg_6.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translate(30px, 50px);
          transform: translate(30px, 50px);
  opacity: 0;
  position: absolute;
  top: -200px;
  right: 80px;
  bottom: unset;
  left: unset;
  z-index: 5;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.aboutArea .rightImgBox .Img_7 {
  width: 682px;
  height: 179px;
  background: url("../images/aboutImg_7.png") no-repeat center;
  background-size: contain;
  opacity: 0;
  -webkit-animation: decoLoop 2s ease-in-out 1.5s infinite alternate;
          animation: decoLoop 2s ease-in-out 1.5s infinite alternate;
  position: absolute;
  top: -150px;
  right: -70px;
  bottom: unset;
  left: unset;
  z-index: 4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.spiritArea {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 2;
}
.spiritArea::before {
  content: "";
  position: absolute;
  width: 1280px;
  height: 398px;
  background: url("../images/spiritImg_1.png") no-repeat center;
  background-size: contain;
  top: 12px;
  right: 110px;
}
@media (max-width: 1440px) {
  .spiritArea::before {
    display: none;
  }
}
.spiritArea::after {
  content: "";
  position: absolute;
  width: 129px;
  height: 153px;
  background: url("../images/spiritImg_2.png") no-repeat center;
  background-size: contain;
  top: -25px;
  right: 105px;
}
@media (max-width: 1440px) {
  .spiritArea::after {
    display: none;
  }
}
@media (max-width: 1180px) {
  .spiritArea {
    overflow: hidden;
  }
}
.spiritArea.show .Img.titleBox::before {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.spiritArea.show .spiritBox .titleBox .decoTitle,
.spiritArea.show .spiritBox .titleBox .title,
.spiritArea.show .spiritBox .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.spiritArea .wrap {
  max-width: 100%;
  padding: 160px 0;
}
@media (max-width: 1340px) {
  .spiritArea .wrap {
    padding: 60px 0;
  }
}
@media (max-width: 1180px) {
  .spiritArea .wrap {
    padding: 0 0 120px;
  }
}
.spiritArea .Img.titleBox {
  width: 1120px;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: 1;
}
.spiritArea .Img.titleBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #df4a72;
  border-radius: 0 100px 0 0;
  top: 0;
  left: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 1340px) {
  .spiritArea .Img.titleBox {
    width: 100%;
    max-width: 1120px;
    position: relative;
    margin-right: auto;
  }
}
@media (max-width: 1180px) {
  .spiritArea .Img.titleBox {
    max-width: 100%;
    margin: 0;
  }
}
.spiritArea .Img.titleBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.spiritArea .spiritBox {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.spiritArea .spiritBox .titleBox {
  background: #ffffff;
  border-radius: 80px 0 0 0;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.spiritArea .spiritBox .titleBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  background: #ffffff;
  left: 0;
  bottom: -150px;
}
@media (max-width: 1560px) {
  .spiritArea .spiritBox .titleBox::before {
    height: 295px;
    bottom: -295px;
  }
}
@media (max-width: 1180px) {
  .spiritArea .spiritBox .titleBox::before {
    display: none;
  }
}
.spiritArea .spiritBox .titleBox {
  margin: 0;
  padding: 100px 260px 100px 100px;
}
@media (max-width: 1560px) {
  .spiritArea .spiritBox .titleBox {
    padding: 50px 100px 50px 50px;
  }
}
@media (max-width: 1340px) {
  .spiritArea .spiritBox .titleBox {
    width: 100%;
    border-radius: 0 90px 0 0;
    padding: 40px;
  }
}
@media (max-width: 1180px) {
  .spiritArea .spiritBox .titleBox {
    border-radius: 0;
  }
}
.spiritArea .spiritBox .titleBox .decoTitle,
.spiritArea .spiritBox .titleBox .title,
.spiritArea .spiritBox .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.spiritArea .spiritBox .titleBox .decoTitle {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.spiritArea .spiritBox .titleBox .title {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.spiritArea .spiritBox .titleBox .subtitle {
  max-width: 600px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.spiritArea .spiritBox .spiritList,
.spiritArea .spiritBox .spiritList_rwd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 130px 0 0;
  padding: 0;
}
@media (max-width: 1560px) {
  .spiritArea .spiritBox .spiritList,
  .spiritArea .spiritBox .spiritList_rwd {
    margin: 0;
  }
}
@media (max-width: 1340px) {
  .spiritArea .spiritBox .spiritList,
  .spiritArea .spiritBox .spiritList_rwd {
    width: 100%;
  }
}
.spiritArea .spiritBox .spiritList .spiritItem,
.spiritArea .spiritBox .spiritList_rwd .spiritItem {
  width: 290px;
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0 10px;
  padding: 30px 30px 40px;
}
@media (max-width: 1340px) {
  .spiritArea .spiritBox .spiritList .spiritItem,
  .spiritArea .spiritBox .spiritList_rwd .spiritItem {
    width: 25%;
    padding: 30px;
  }
}
.spiritArea .spiritBox .spiritList .spiritItem:last-child::before,
.spiritArea .spiritBox .spiritList_rwd .spiritItem:last-child::before {
  display: none;
}
.spiritArea .spiritBox .spiritList .spiritItem .item .Img,
.spiritArea .spiritBox .spiritList_rwd .spiritItem .item .Img {
  width: 125px;
  margin: 0 auto 30px;
  padding: 0;
}
@media (max-width: 740px) {
  .spiritArea .spiritBox .spiritList .spiritItem .item .Img,
  .spiritArea .spiritBox .spiritList_rwd .spiritItem .item .Img {
    width: 80px;
    margin-bottom: 15px;
  }
}
.spiritArea .spiritBox .spiritList .spiritItem .item .Img img,
.spiritArea .spiritBox .spiritList_rwd .spiritItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.spiritArea .spiritBox .spiritList .spiritItem .item .Txt .title,
.spiritArea .spiritBox .spiritList_rwd .spiritItem .item .Txt .title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
  margin: 0 0 25px;
  padding: 0;
}
@media (max-width: 640px) {
  .spiritArea .spiritBox .spiritList .spiritItem .item .Txt .title,
  .spiritArea .spiritBox .spiritList_rwd .spiritItem .item .Txt .title {
    height: 52px;
  }
}
@media (max-width: 480px) {
  .spiritArea .spiritBox .spiritList .spiritItem .item .Txt .title,
  .spiritArea .spiritBox .spiritList_rwd .spiritItem .item .Txt .title {
    height: 50px;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
.spiritArea .spiritBox .spiritList .spiritItem .item .Txt .textEditor,
.spiritArea .spiritBox .spiritList_rwd .spiritItem .item .Txt .textEditor {
  height: 84px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .spiritArea .spiritBox .spiritList {
    display: none;
  }
}
.spiritArea .spiritBox .spiritList_rwd {
  width: calc(100% - 40px);
  display: none;
  margin: 20px auto 0;
}
@media (max-width: 1180px) {
  .spiritArea .spiritBox .spiritList_rwd {
    display: block;
  }
}
.spiritArea .spiritBox .spiritList_rwd .slick-list {
  padding: 20px 0 40px;
  margin-left: -20px;
}
.spiritArea .spiritBox .spiritList_rwd .slick-slide {
  margin: 0 10px;
}

.courseArea {
  overflow: hidden;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 0 0 250px;
}
.courseArea::before {
  content: "";
  position: absolute;
  background: url("../images/courseBG.png") top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  pointer-events: none;
  top: -100px;
}
.courseArea::after {
  content: "";
  position: absolute;
  width: 1920px;
  height: 110px;
  background: url("../images/announcementBG.png") no-repeat bottom center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: unset;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 1340px) {
  .courseArea {
    padding-bottom: 180px;
  }
}
.courseArea .titleBox {
  margin: 0 0 60px;
  padding: 0;
}
.courseArea .titleBox .decoTitle,
.courseArea .titleBox .title {
  text-align: center;
}
.courseArea .titleBox .title {
  margin: 0;
}
.courseArea .wrap {
  max-width: 100%;
  padding: 0;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.courseArea .wrap::before {
  content: "";
  position: absolute;
  width: 479px;
  height: 723px;
  background: url("../images/courseImg_1.png") no-repeat center;
  background-size: contain;
  top: 0;
  left: -50px;
}
@media (max-width: 480px) {
  .courseArea .wrap::before {
    left: -200px;
  }
}
.courseArea .wrap::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 55px;
  background: url("../images/courseImg_2.png") no-repeat center;
  background-size: contain;
  top: 50px;
  left: 120px;
}
@media (max-width: 480px) {
  .courseArea .wrap::after {
    left: 0px;
  }
}
.courseArea .courseList .slick-slide {
  margin: 0 15px;
  padding: 0;
}
@media (max-width: 480px) {
  .courseArea .courseList .slick-slide {
    margin: 0;
  }
}
@media (min-width: 1201px) {
  .courseArea .courseList .courseItem .item:hover .Txt .title {
    color: #df4a72;
  }
  .courseArea .courseList .courseItem .item:hover .Img img {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
  .courseArea .courseList .courseItem .item:hover .Img .imgHoverBox {
    opacity: 1;
  }
  .courseArea .courseList .courseItem .item:hover .Img .imgHoverBox .textBox {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  .courseArea .courseList .courseItem .item:hover .Img .imgHoverBox .textBox .text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  .courseArea .courseList .courseItem .item:hover .Img .imgHoverBox .lineBox {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(45deg);
            transform: translate(-50%, -50%) scale(1) rotate(45deg);
  }
}
.courseArea .courseList .courseItem .item .Img {
  width: 415px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
@media (max-width: 480px) {
  .courseArea .courseList .courseItem .item .Img {
    width: 90%;
    margin: 0 auto;
  }
}
.courseArea .courseList .courseItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: 1;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox .textBox {
  width: 120px;
  height: 120px;
  opacity: 0;
  -webkit-transform: scale(1.2) rotate(180deg);
          transform: scale(1.2) rotate(180deg);
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox .textBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox .textBox .text {
  opacity: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Nunito", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox .textBox i {
  display: block;
  background: #ffffff;
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox .textBox i:nth-of-type(1) {
  width: 2px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -10px;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox .textBox i:nth-of-type(2) {
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: unset;
  right: -10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox .textBox i:nth-of-type(3) {
  width: 2px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: unset;
  bottom: -10px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox .textBox i:nth-of-type(4) {
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: -10px;
  right: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox .lineBox {
  width: 500px;
  height: 500px;
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(0.1) rotate(-90deg);
          transform: translate(-50%, -50%) scale(0.1) rotate(-90deg);
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox .lineBox i {
  display: block;
  background: #ffffff;
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox .lineBox i:nth-of-type(1) {
  width: 2px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox .lineBox i:nth-of-type(2) {
  width: 150px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: unset;
  right: 0px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox .lineBox i:nth-of-type(3) {
  width: 2px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: unset;
  bottom: 0px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.courseArea .courseList .courseItem .item .Img .imgHoverBox .lineBox i:nth-of-type(4) {
  width: 150px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0px;
  right: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.courseArea .courseList .courseItem .item .Txt {
  max-width: 415px;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 20px 0 0;
}
@media (max-width: 480px) {
  .courseArea .courseList .courseItem .item .Txt {
    width: 100%;
    padding: 20px 20px 0;
  }
}
.courseArea .courseList .courseItem .item .Txt .title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0 0 15px;
  padding: 0;
}
.courseArea .courseList .courseItem .item .Txt .text {
  max-width: 315px;
  height: 90px;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0;
}
.courseArea .courseList .courseItem .item .Txt .linkWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: 1;
}
.courseArea .decoBox {
  width: 100%;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 40px 0 0;
  padding: 0;
}
.courseArea .decoBox .dotsBox {
  margin: 0 20px;
  padding: 0;
}
.courseArea .decoBox .slick-dots {
  position: static;
}
.courseArea .decoBox .slick-dots .slick-active button::before {
  color: #df4a72;
}
.courseArea .decoBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-style: solid;
  border-color: #000000;
  border-width: 2px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 1201px) {
  .courseArea .decoBox .arrow:hover {
    background: #000000;
  }
  .courseArea .decoBox .arrow:hover i {
    border-color: #ffffff #ffffff transparent transparent;
  }
}
.courseArea .decoBox .arrow.arrowPrev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.courseArea .decoBox .arrow i {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #000000 #000000 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin-left: -5px;
}

.newsArea {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
  padding: 80px 0 160px;
}
@media (max-width: 1340px) {
  .newsArea {
    padding-bottom: 80px;
  }
}
.newsArea .wrap > .btnBox {
  margin: 70px 0 0;
  padding: 0;
}
@media (max-width: 1340px) {
  .newsArea .wrap > .btnBox {
    margin: 40px 0 0;
  }
}
@media (max-width: 600px) {
  .newsArea .wrap > .btnBox {
    display: none;
  }
}
.newsArea .topBox {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 50px;
  padding: 0;
}
.newsArea .topBox .titleBox {
  margin: 0 0 10px;
}
.newsArea .topBox .titleBox .decoTitle {
  text-align: center;
}
.newsArea .topBox .titleBox .title {
  margin: 0;
}
.newsArea .topBox .classBoxRow {
  overflow-y: auto;
  padding: 20px 0;
}
.newsArea .topBox .classBoxRow::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.newsArea .topBox .classBoxRow::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.newsArea .topBox .classBoxRow::-webkit-scrollbar-thumb {
  background: #000000;
}
.newsArea .newsTopList {
  width: 100%;
}
.newsArea .newsTopList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1340px) {
  .newsArea .newsTopList .item {
    -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;
  }
}
.newsArea .newsTopList .item .Img {
  width: 800px;
  border-radius: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  margin: 0 80px 0 0;
  padding: 0;
}
@media (max-width: 1340px) {
  .newsArea .newsTopList .item .Img {
    margin: 0 0 40px;
  }
}
@media (max-width: 900px) {
  .newsArea .newsTopList .item .Img {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .newsArea .newsTopList .item .Img:hover img {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
}
.newsArea .newsTopList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.newsArea .newsTopList .item .Txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.newsArea .newsTopList .item .Txt .classTopBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 30px;
  padding: 0;
}
.newsArea .newsTopList .item .Txt .classTopBox .dateBox .date {
  color: #df4a72;
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 1px;
  font-family: "Nunito", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
.newsArea .newsTopList .item .Txt .classTopBox .dateBox .year {
  color: #df4a72;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
  font-family: "Nunito", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
.newsArea .newsTopList .item .Txt .classTopBox .classTitle {
  background: #1b1b1b;
  border-radius: 99px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0;
  padding: 8px 12px;
}
.newsArea .newsTopList .item .Txt .title {
  height: 90px;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0;
}
.newsArea .newsTopList .item .Txt .text {
  height: 120px;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1340px) {
  .newsArea .newsTopList .item .Txt .text {
    height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 1340px) {
  .newsArea .newsTopList .item .Txt .btnBox {
    margin-top: 40px;
  }
}
.newsArea .bottomBox {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.newsArea .bottomBox .arrowBox {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: unset;
  bottom: 0;
  left: unset;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 840px) {
  .newsArea .bottomBox .arrowBox {
    display: none;
  }
}
.newsArea .bottomBox .arrowBox button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  pointer-events: auto;
  border-style: solid;
  border-color: #000000;
  border-width: 2px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 1201px) {
  .newsArea .bottomBox .arrowBox button:hover {
    background: #000000;
  }
  .newsArea .bottomBox .arrowBox button:hover i {
    border-color: #ffffff #ffffff transparent transparent;
  }
}
.newsArea .bottomBox .arrowBox button.arrowPrev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.newsArea .bottomBox .arrowBox button i {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #000000 #000000 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin-left: -5px;
}
.newsArea .newsList {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 0 90px;
}
@media (max-width: 600px) {
  .newsArea .newsList {
    display: none;
  }
}
.newsArea .newsList .slick-list {
  padding-top: 60px;
}
.newsArea .newsList .newsItem {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
@media (min-width: 1201px) {
  .newsArea .newsList .newsItem:hover .item {
    background: #ffffff;
    border-color: transparent;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.newsArea .newsList .newsItem .item {
  border-radius: 30px;
  border-style: solid;
  border-color: #d2d2d2;
  border-width: 1px;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0 10px;
  padding: 40px 30px;
}
.newsArea .newsList .newsItem .item .Txt {
  width: 100%;
}
.newsArea .newsList .newsItem .item .Txt .classTopBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 30px;
  padding: 0;
}
.newsArea .newsList .newsItem .item .Txt .classTopBox .classTitle {
  background: #1b1b1b;
  border-radius: 99px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0;
  padding: 8px 12px;
}
.newsArea .newsList .newsItem .item .Txt .classTopBox .date {
  color: #df4a72;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  font-family: "Nunito", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
.newsArea .newsList .newsItem .item .Txt .textBox {
  height: 130px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.newsArea .newsList .newsItem .item .Txt .title {
  max-height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0;
}
.newsArea .newsList .newsItem .item .Txt .text {
  height: 100%;
  max-height: 90px;
  min-height: 0;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
.newsArea .newsList .newsItem .item .Txt .linkWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: 1;
}

.homeBottomLinkArea {
  background: #ffffff;
  overflow: hidden;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 100px 0;
}
@media (max-width: 1440px) {
  .homeBottomLinkArea {
    padding: 120px 0;
  }
}
.homeBottomLinkArea .rightSide {
  width: 100%;
}
.homeBottomLinkArea .rightSide .customLinkBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1440px) {
  .homeBottomLinkArea .rightSide .customLinkBox {
    -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;
  }
}
.homeBottomLinkArea .rightSide .customLinkBox > div {
  width: 50%;
  min-width: 640px;
  margin: 0 30px 0 0;
  padding: 0;
}
@media (max-width: 1440px) {
  .homeBottomLinkArea .rightSide .customLinkBox > div {
    margin: 0 0 90px;
  }
}
@media (max-width: 800px) {
  .homeBottomLinkArea .rightSide .customLinkBox > div {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .homeBottomLinkArea .rightSide .customLinkBox > div {
    margin-bottom: 40px;
  }
}
.homeBottomLinkArea .rightSide .customLinkBox > div:last-child {
  margin: 0;
}
.homeBottomLinkArea .rightSide .customLinkBox > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 0 40px 30px 0;
}
.homeBottomLinkArea .rightSide .customLinkBox > div a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #7992fc;
  border-radius: 25px;
  top: 0;
  left: 0;
  z-index: -1;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.homeBottomLinkArea .rightSide .customLinkBox > div a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #7992fc;
  border-radius: 25px;
  top: 5px;
  left: 5px;
  z-index: -2;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 640px) {
  .homeBottomLinkArea .rightSide .customLinkBox > div a {
    padding: 0 0 20px;
  }
}
@media (max-width: 480px) {
  .homeBottomLinkArea .rightSide .customLinkBox > div a {
    padding: 30px;
  }
}
@media (min-width: 1201px) {
  .homeBottomLinkArea .rightSide .customLinkBox > div a:hover::before {
    background: #ffffff;
  }
  .homeBottomLinkArea .rightSide .customLinkBox > div a:hover::after {
    background: #0e3b66;
    border-color: #0e3b66;
  }
  .homeBottomLinkArea .rightSide .customLinkBox > div a:hover .title {
    color: #000000;
  }
  .homeBottomLinkArea .rightSide .customLinkBox > div a:hover .entitle {
    color: #555555;
  }
  .homeBottomLinkArea .rightSide .customLinkBox > div a:hover .arrow {
    background: #df4a72;
    -webkit-box-shadow: 4px 6px 2px #e1e1e1;
            box-shadow: 4px 6px 2px #e1e1e1;
  }
  .homeBottomLinkArea .rightSide .customLinkBox > div a:hover .arrow i {
    background: #ffffff;
  }
  .homeBottomLinkArea .rightSide .customLinkBox > div a:hover .arrow i::before {
    border-color: #ffffff #ffffff transparent transparent;
  }
}
.homeBottomLinkArea .rightSide .customLinkBox > div a .Img {
  width: 220px;
  margin: -50px 0 0 0px;
  padding: 0;
}
@media (max-width: 480px) {
  .homeBottomLinkArea .rightSide .customLinkBox > div a .Img {
    display: none;
  }
}
.homeBottomLinkArea .rightSide .customLinkBox > div a .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.homeBottomLinkArea .rightSide .customLinkBox > div a .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.homeBottomLinkArea .rightSide .customLinkBox > div a .title {
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 5px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0 0 20px;
  padding: 30px 0 0;
}
@media (max-width: 690px) {
  .homeBottomLinkArea .rightSide .customLinkBox > div a .title {
    font-size: 28px;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .homeBottomLinkArea .rightSide .customLinkBox > div a .title {
    font-size: 20px;
    letter-spacing: 2px;
    padding: 0;
  }
}
.homeBottomLinkArea .rightSide .customLinkBox > div a .entitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: "Nunito", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 690px) {
  .homeBottomLinkArea .rightSide .customLinkBox > div a .entitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .homeBottomLinkArea .rightSide .customLinkBox > div a .entitle {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.homeBottomLinkArea .rightSide .customLinkBox > div a .arrow {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 4px 6px 2px #4564e3;
          box-shadow: 4px 6px 2px #4564e3;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  left: unset;
  right: 50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 640px) {
  .homeBottomLinkArea .rightSide .customLinkBox > div a .arrow {
    display: none;
  }
}
@media (max-width: 480px) {
  .homeBottomLinkArea .rightSide .customLinkBox > div a .arrow {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 30px;
  }
}
.homeBottomLinkArea .rightSide .customLinkBox > div a .arrow i {
  width: 14px;
  height: 2px;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.homeBottomLinkArea .rightSide .customLinkBox > div a .arrow i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #000000 #000000 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.homeBottomLinkArea .bg {
  background: url("../images/home_bottomLinkBG.png") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  pointer-events: none;
}

.indexWord {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  pointer-events: none;
  z-index: -998;
}
.indexWord i {
  display: block;
  width: 1876px;
  height: 1876px;
  -webkit-animation: around_3 120s linear 0s infinite;
          animation: around_3 120s linear 0s infinite;
  position: absolute;
  top: 13.5%;
  right: -200px;
  bottom: unset;
  left: unset;
  z-index: 2;
}
.indexWord i::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/bigWord_1.png") no-repeat center;
  background-size: contain;
  top: 0;
  left: 0;
}
.indexWord .aboutBG {
  width: 1210px;
  height: 877px;
  background: url("../images/aboutImg_BG.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 13.15%;
  right: 135px;
  bottom: unset;
  left: unset;
  z-index: 1;
}