/* CSS Document */
.mainArea {
  overflow: hidden;
}

.classArea {
  padding: 85px 0 240px;
  background: url(../images/eobgi.jpg) center top/cover no-repeat;
  position: relative;
}
.classArea::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 156px);
  left: 0;
  width: 100%;
  height: 85.94vw;
  background: url(../images/eobgi.png) center top/cover no-repeat;
  pointer-events: none;
  z-index: 0;
}
.classArea .classBox {
  margin-bottom: 83px;
  padding: 0;
}
@media (max-width: 1540px) {
  .classArea .classBox {
    margin-bottom: 60px;
  }
}
@media (max-width: 1350px) {
  .classArea .classBox {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .classArea .classBox {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .classArea .classBox {
    margin-bottom: 0;
  }
}
.classArea .classNoteList {
  width: 100%;
  max-width: 1125px;
  margin: 0 auto;
}
.classArea .classNoteItem {
  display: none;
}
.classArea .classNoteItem.current {
  display: block;
}
.classArea .classNoteItem .classNote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
}
.classArea .classNoteItem .left {
  width: 326px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}
@media (max-width: 1540px) {
  .classArea .classNoteItem .left {
    width: 265px;
  }
}
@media (max-width: 1023px) {
  .classArea .classNoteItem .left {
    display: none;
  }
}
.classArea .classNoteItem .left .imgBox {
  background-color: rgba(41, 31, 154, 0.05);
  max-width: 265px;
  width: 100%;
  aspect-ratio: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  position: relative;
}
.classArea .classNoteItem .left .imgBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 72%;
  height: 72%;
  background: url(../images/circle1.png) center/100% no-repeat;
  top: 14%;
  left: 14%;
  z-index: 2;
  -webkit-animation: circleAni2 8s linear infinite;
          animation: circleAni2 8s linear infinite;
}
.classArea .classNoteItem .left .imgBox::after {
  content: "";
  display: block;
  position: absolute;
  width: 91%;
  height: 91%;
  background: url(../images/circle.png) center/100% no-repeat;
  top: 4.5%;
  left: 4.5%;
  z-index: 2;
  -webkit-animation: circleAni1 16s linear infinite;
          animation: circleAni1 16s linear infinite;
}
@-webkit-keyframes circleAni1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circleAni1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes circleAni2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes circleAni2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.classArea .classNoteItem .left .imgBox .Img {
  background-color: #291f9a;
  position: relative;
  z-index: 2;
  padding: 20px;
  aspect-ratio: 1;
  width: 63.77%;
  border-radius: 50%;
  padding: 17%;
  z-index: 1;
}
.classArea .classNoteItem .left .imgBox .Img::before {
  content: "";
  display: block;
  width: 126%;
  height: 126%;
  background-color: rgba(41, 31, 154, 0.15);
  position: absolute;
  top: -13%;
  left: -13%;
  border-radius: 50%;
}
.classArea .classNoteItem .right {
  -ms-flex: 1;
      flex: 1;
  padding: 13px 0 0 61px;
}
@media (max-width: 1023px) {
  .classArea .classNoteItem .right {
    width: 100%;
    -ms-flex: unset;
        flex: unset;
    padding-left: 0;
  }
}
.classArea .classNoteItem .right .titleBox .subtitle {
  margin: 0 0 10px;
}
.classArea .classNoteItem .right .text {
  text-align: left;
  letter-spacing: 1.4px;
}
.classArea:not(.show) .classBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.classArea:not(.show) .left {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.classArea.show .classBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s;
}
.classArea.show .left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s 0.6s;
}

.aboutArea {
  margin: -51px 0 0;
  padding: 0 0 40px;
}
.aboutArea .titleBox .title:after {
  margin-left: auto;
  margin-right: auto;
}

.facArea {
  padding: 50px 0 140px;
}
@media (max-width: 1023px) {
  .facArea {
    padding-top: 0;
  }
}
.facArea .wrap {
  max-width: 1481px;
  position: relative;
}
.facArea .wrap .lineBox {
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(41, 31, 154, 0.2);
}
@media (max-width: 1023px) {
  .facArea .wrap .lineBox {
    left: 71px;
  }
}
@media (max-width: 767px) {
  .facArea .wrap .lineBox {
    left: 51px;
  }
}
.facArea .wrap .lineBox .line {
  width: 6px;
  border-radius: 3px;
  background-color: #291f9a;
  height: 0;
  margin-left: -1px;
}
.facArea .facItem {
  padding-bottom: 126px;
}
@media (max-width: 1023px) {
  .facArea .facItem {
    padding-bottom: 80px;
  }
}
.facArea .facItem .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-align: start;
      align-items: start;
}
@media (max-width: 1023px) {
  .facArea .facItem .item {
    padding-left: 120px;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .facArea .facItem .item .textBox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .facArea .facItem .item {
    padding-left: 80px;
  }
}
.facArea .facItem .item .numberBox {
  position: absolute;
  top: 131px;
  left: calc(50% - 41px);
  width: 82px;
  aspect-ratio: 1;
}
@media (max-width: 1023px) {
  .facArea .facItem .item .numberBox {
    left: 0;
    top: 99px;
  }
}
@media (max-width: 767px) {
  .facArea .facItem .item .numberBox {
    width: 60px;
    top: 109px;
  }
}
.facArea .facItem .item .numberBox .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #291f9a;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.facArea .facItem .item .numberBox .number {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background-color: #291f9a;
  position: relative;
  z-index: 1;
}
.facArea .facItem .item .numberBox .number::before, .facArea .facItem .item .numberBox .number::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #291f9a;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
.facArea .facItem .item .numberBox .number::before {
  -webkit-animation: circleAni3 2s ease-out infinite;
          animation: circleAni3 2s ease-out infinite;
}
.facArea .facItem .item .numberBox .number::after {
  -webkit-animation: circleAni3 2s ease-out 1s infinite;
          animation: circleAni3 2s ease-out 1s infinite;
}
@-webkit-keyframes circleAni3 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}
@keyframes circleAni3 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}
@media (min-width: 1024px) {
  .facArea .facItem .item .pc:has(.imgBox) {
    width: 50%;
  }
  .facArea .facItem .item .textBox {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .facArea .facItem .item .imgBox {
    margin-top: 20px;
  }
}
.facArea .facItem .item .imgBox .Img {
  width: calc(100% - 70px);
  max-width: 555px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .facArea .facItem .item .imgBox .Img {
    width: 100%;
  }
}
.facArea .facItem .item .Txt {
  max-width: 557px;
  width: calc(100% - 70px);
}
@media (max-width: 1023px) {
  .facArea .facItem .item .Txt {
    max-width: unset;
    width: 100%;
  }
}
.facArea .facItem .item .top {
  height: 172px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: end;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 1023px) {
  .facArea .facItem .item .top {
    height: 140px;
  }
}
.facArea .facItem .item .top .hLine {
  position: absolute;
  bottom: 0;
  width: 413px;
  height: 1px;
  background-color: #767676;
}
@media (max-width: 1023px) {
  .facArea .facItem .item .top .hLine {
    width: calc(100% + 80px);
    left: -80px;
  }
}
@media (max-width: 767px) {
  .facArea .facItem .item .top .hLine {
    width: calc(100% + 60px);
    left: -60px;
  }
}
.facArea .facItem .item .top .hLine::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #291f9a;
}
.facArea .facItem .item .top .subtitle {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.35px;
  color: #8F8F8F;
}
@media (max-width: 1540px) {
  .facArea .facItem .item .top .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .facArea .facItem .item .top .subtitle {
    font-size: 13px;
  }
}
.facArea .facItem .item .top .title {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.15px;
  color: #202020;
}
@media (max-width: 1540px) {
  .facArea .facItem .item .top .title {
    font-size: 22px;
  }
}
@media (max-width: 1350px) {
  .facArea .facItem .item .top .title {
    font-size: 20px;
  }
}
.facArea .facItem .item .text {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 1.5px;
  padding: 14px 0 0;
  color: #767676;
}
@media (min-width: 1024px) {
  .facArea .facItem:nth-of-type(odd) .textBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: end;
  }
  .facArea .facItem:nth-of-type(odd) .textBox .subtitle {
    padding-left: 3px;
    padding-bottom: 12px;
  }
  .facArea .facItem:nth-of-type(odd) .textBox .hLine {
    left: -7vw;
  }
  .facArea .facItem:nth-child(even) {
    padding-bottom: 85px;
  }
  .facArea .facItem:nth-child(even) .item {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .facArea .facItem:nth-child(even) .item .imgBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: end;
  }
  .facArea .facItem:nth-child(even) .item .textBox {
    text-align: right;
  }
  .facArea .facItem:nth-child(even) .item .textBox .top {
    padding-bottom: 18px;
  }
  .facArea .facItem:nth-child(even) .item .textBox .top .subtitle {
    padding-bottom: 14px;
  }
  .facArea .facItem:nth-child(even) .item .textBox .hLine {
    right: -7vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: end;
  }
  .facArea .facItem:nth-child(even) .item .textBox .text {
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.8px;
    font-weight: 300;
    padding: 17px 0 0;
    color: #767676;
  }
  .facArea .facItem:last-of-type {
    padding-bottom: 106px;
  }
}
.facArea .facItem:not(.show) .Img {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media (min-width: 1024px) {
  .facArea .facItem:not(.show):nth-of-type(even) .Img {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
.facArea .facItem:not(.show) .title, .facArea .facItem:not(.show) .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.facArea .facItem:not(.show) .text {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.facArea .facItem.show .Img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.6s;
}
.facArea .facItem.show .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.2s;
}
.facArea .facItem.show .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.4s;
}
.facArea .facItem.show .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.6s;
}
.facArea .facItem:not(.current) .top .hLine::before {
  width: 0;
  transition: all 0.6s;
}
.facArea .facItem:not(.current) .numberBox .number {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: all 0.4s;
}
.facArea .facItem.current .top .hLine::before {
  width: 100%;
  transition: all 1.2s;
}
.facArea .facItem.current .numberBox .number {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.6s;
}