.section04 .arrowBox .arrow img, .section04 .arrowBox .arrow, .section04 .rightBox .title, .section04 .rightBox .dataTopItem .arrow img, .section04 .rightBox .dataTopItem .arrow, .section01 .rightBox .title .plus:before, .section01 .rightBox .dataItem, .section01 .leftBox .Img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea {
  overflow: hidden;
}

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

.section01 {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media (max-width: 1180px) {
  .section01 {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 870px) {
  .section01 {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.section01 .centerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section01 .leftBox {
  width: 50%;
  min-height: 440px;
}
@media (max-width: 870px) {
  .section01 .leftBox {
    display: none;
  }
}
.section01 .leftBox .dataItem {
  position: relative;
}
.section01 .leftBox .dataItem.current .Img {
  opacity: 1;
}
.section01 .leftBox .Img {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
}
.section01 .leftBox .Img img {
  max-width: 100%;
  display: block;
}
.section01 .rightBox {
  width: 50%;
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 1180px) {
  .section01 .rightBox {
    padding-left: 30px;
    padding-right: 0px;
  }
}
@media (max-width: 870px) {
  .section01 .rightBox {
    width: 100%;
    padding-left: 0;
  }
}
.section01 .rightBox .dataItem {
  border-bottom: 1px solid transparent;
}
.section01 .rightBox .dataItem.current {
  border-bottom: 1px solid #0685cf;
}
.section01 .rightBox .dataItem.current .plus:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section01 .rightBox .dataItem.current .title {
  color: #0685cf;
}
.section01 .rightBox .title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.section01 .rightBox .title .num {
  font-size: 14px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section01 .rightBox .title .num:after {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  background: rgba(204, 204, 204, 0.8);
  margin: 0 20px;
}
.section01 .rightBox .title .plus {
  position: absolute;
  width: 13px;
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
}
.section01 .rightBox .title .plus:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #acacac;
}
.section01 .rightBox .title .plus::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #acacac;
}
.section01 .rightBox .textEditor {
  padding: 25px 0;
}

.section02 .centerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section02 .leftBox {
  width: 40%;
  padding-right: 100px;
}
@media (max-width: 1500px) {
  .section02 .leftBox {
    padding-right: 50px;
  }
}
@media (max-width: 1180px) {
  .section02 .leftBox {
    width: 50%;
  }
}
@media (max-width: 870px) {
  .section02 .leftBox {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
@media (max-width: 870px) {
  .section02 .leftBox .titleBox {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 870px) {
  .section02 .leftBox .textEditor {
    text-align: center;
  }
}
.section02 .rightBox {
  width: 60%;
}
@media (max-width: 1180px) {
  .section02 .rightBox {
    width: 50%;
  }
}
@media (max-width: 870px) {
  .section02 .rightBox {
    width: 100%;
  }
}
.section02 .rightBox .Img {
  border-radius: 20px;
  overflow: hidden;
}
.section02 .rightBox .Img img {
  max-width: 100%;
  display: block;
}

.section03 {
  position: relative;
  padding-top: 150px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .section03 {
    padding-top: 60px;
  }
}
.section03 .circle01 {
  position: absolute;
  width: 588px;
  height: 588px;
  border-radius: 50%;
  border: 1px solid rgba(6, 133, 207, 0.2392156863);
  left: -20%;
  top: 0%;
  z-index: 1;
}
@media (max-width: 1180px) {
  .section03 .circle01 {
    display: none;
  }
}
.section03 .circle01 .textDot {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0685cf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 180px;
  top: 130px;
}
.section03 .circle01 .textDot::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0685cf;
  border-radius: 50%;
  margin-left: 10px;
}
.section03 .circle02 {
  position: absolute;
  width: 268px;
  height: 268px;
  border-radius: 50%;
  border: 1px solid rgba(6, 133, 207, 0.2392156863);
  right: -20%;
  top: 43%;
  z-index: 1;
}
@media (max-width: 1180px) {
  .section03 .circle02 {
    display: none;
  }
}
.section03 .circle02 .textDot {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0685cf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 36px;
  top: 118px;
}
.section03 .circle02 .textDot::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0685cf;
  border-radius: 50%;
  margin-right: 10px;
}
.section03 .line {
  position: absolute;
  width: 95%;
  height: 1px;
  background-color: rgba(6, 133, 207, 0.2);
  top: 37%;
  left: 12%;
  -webkit-transform: rotate(201deg);
          transform: rotate(201deg);
}
@media (max-width: 1180px) {
  .section03 .line {
    display: none;
  }
}
.section03 .titleBox {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  margin-bottom: 0;
}
.section03 .textEditorBox {
  position: relative;
  z-index: 3;
}

.section04 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 120px;
}
@media (max-width: 1180px) {
  .section04 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section04 .centerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section04 .titleBox {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.section04 .leftBox {
  width: 50%;
}
@media (max-width: 1470px) {
  .section04 .leftBox {
    width: 40%;
  }
}
@media (max-width: 1240px) {
  .section04 .leftBox {
    display: none;
  }
}
.section04 .leftBox .Img {
  border-radius: 20px;
  overflow: hidden;
}
.section04 .leftBox .Img img {
  max-width: 100%;
  display: block;
}
.section04 .rightBox {
  width: 50%;
}
@media (max-width: 1470px) {
  .section04 .rightBox {
    width: 60%;
  }
}
@media (max-width: 1240px) {
  .section04 .rightBox {
    width: 100%;
  }
}
.section04 .rightBox .slick-current .title {
  color: #0685cf;
}
.section04 .rightBox .dataTopItem {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 30px;
}
@media (max-width: 1240px) {
  .section04 .rightBox .dataTopItem {
    padding-left: 0;
  }
}
.section04 .rightBox .dataTopItem .arrow {
  width: 57px;
  height: 57px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px;
  cursor: pointer;
}
@media (max-width: 996px) {
  .section04 .rightBox .dataTopItem .arrow {
    display: none !important;
  }
}
.section04 .rightBox .dataTopItem .arrow.prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.section04 .rightBox .dataTopItem .arrow.slick-hidden {
  display: none !important;
}
.section04 .rightBox .dataTopItem .arrow:hover {
  background-color: #0685cf;
  color: #fff;
}
.section04 .rightBox .dataTopItem .arrow:hover img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.section04 .rightBox .dataTopItem .dataList {
  width: 540px;
}
@media (max-width: 1240px) {
  .section04 .rightBox .dataTopItem .dataList {
    width: 85%;
  }
}
@media (max-width: 996px) {
  .section04 .rightBox .dataTopItem .dataList {
    width: 100%;
  }
}
.section04 .rightBox .dataTopItem .dataItem {
  cursor: pointer;
}
.section04 .rightBox .dataItem:hover .title {
  color: #0685cf;
}
.section04 .rightBox .dataDownItem {
  padding: 20px;
}
.section04 .rightBox .title {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #acacac;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.section04 .rightBox .title span {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
  text-transform: uppercase;
}
.section04 .rightBox .textEditor {
  line-height: 2.5;
}
.section04 .arrowBox {
  display: none;
}
@media (max-width: 996px) {
  .section04 .arrowBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.section04 .arrowBox .arrow {
  width: 57px;
  height: 57px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px;
  cursor: pointer;
}
.section04 .arrowBox .arrow.prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.section04 .arrowBox .arrow:hover {
  background-color: #0685cf;
  color: #fff;
}
.section04 .arrowBox .arrow:hover img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}