@charset "utf-8";
.activityArea .albumBox .Img img, .benefitArea .benefitItem .TxtContent .close svg, .benefitArea .benefitItem .TxtContent .close, .benefitArea .benefitItem .titleBox .plusIcon svg, .benefitArea .benefitItem .titleBox .plusIcon, .benefitArea .benefitItem .titleBox .title, .benefitArea .benefitItem .titleBox, .benefitArea .benefitItem .Img img, .environmentArea .dataCloneBox .Img img, .environmentArea .dataBox .Img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.environmentArea {
  padding: 110px 0;
  background-image: url(../images/environmentBg.jpg);
}
@media (max-width: 1280px) {
  .environmentArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .environmentArea {
    padding: 40px 0;
  }
}
.environmentArea .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .environmentArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.environmentArea .wrap > .leftBox,
.environmentArea .wrap > .rightBox {
  width: 50%;
}
@media (max-width: 768px) {
  .environmentArea .wrap > .leftBox,
  .environmentArea .wrap > .rightBox {
    width: 100%;
  }
}
.environmentArea .wrap > .rightBox {
  padding-left: 55px;
}
@media (max-width: 1280px) {
  .environmentArea .wrap > .rightBox {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .environmentArea .wrap > .rightBox {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.environmentArea .wrap > .rightBox .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .environmentArea .wrap > .rightBox .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.environmentArea .wrap > .rightBox .arrowBox {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 640px) {
  .environmentArea .wrap > .rightBox .arrowBox {
    margin-top: 30px;
  }
}
.environmentArea .dataBox .swiper-slide {
  padding: 40px;
  cursor: url("../images/iconZoom.svg"), pointer;
}
@media (max-width: 640px) {
  .environmentArea .dataBox .swiper-slide {
    padding: 15px;
  }
}
@media (min-width: 1201px) {
  .environmentArea .dataBox .swiper-slide:hover .Img img {
    scale: 1.1;
  }
}
.environmentArea .dataBox .Img {
  position: relative;
  z-index: 1;
}
.environmentArea .dataBox .Img .ImgBox {
  overflow: hidden;
}
.environmentArea .dataBox .Img::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 80%;
  left: -15px;
  top: -20px;
  background-color: #da5200;
  border-top-left-radius: 40px;
  z-index: 0;
}
.environmentArea .dataBox .Img::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 90%;
  right: -15px;
  bottom: -40px;
  background-color: #fff;
  border-bottom-right-radius: 40px;
  z-index: 0;
}
.environmentArea .dataBox .Img img {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.environmentArea .dataBox .text {
  position: relative;
  z-index: 2;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
  letter-spacing: 0.96px;
}
.environmentArea .currentNumBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.environmentArea .currentNumBox .num {
  font-weight: 700;
  margin-right: 20px;
}
.environmentArea .currentNumBox .decoLine {
  width: 230px;
  height: 1px;
  background-color: #ccc;
}
.environmentArea .aboutTitleBox .text {
  max-width: 500px;
}
.environmentArea .dataCloneBox {
  max-width: 70%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 1440px) {
  .environmentArea .dataCloneBox {
    max-width: 80%;
  }
}
@media (max-width: 1280px) {
  .environmentArea .dataCloneBox {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .environmentArea .dataCloneBox {
    display: none;
  }
}
.environmentArea .dataCloneBox .swiper-slide {
  padding: 20px;
  cursor: url("../images/iconZoom.svg"), pointer;
}
@media (min-width: 1201px) {
  .environmentArea .dataCloneBox .swiper-slide:hover .Img img {
    scale: 1.1;
  }
}
.environmentArea .dataCloneBox .Img {
  height: 300px;
  position: relative;
}
.environmentArea .dataCloneBox .Img .ImgBox {
  overflow: hidden;
}
.environmentArea .dataCloneBox .Img::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 90%;
  right: -15px;
  top: -20px;
  background-color: #da5200;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 0;
}
.environmentArea .dataCloneBox .Img::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 90%;
  left: -15px;
  bottom: -40px;
  background-color: #fff;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 0;
}
.environmentArea .dataCloneBox .Img img {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.environmentArea .dataCloneBox .text {
  position: relative;
  z-index: 2;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  letter-spacing: 0.96px;
}
.environmentArea .environmentAlbumBox {
  display: none;
}

.benefitArea {
  background-color: #fff;
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1536px) {
  .benefitArea {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .benefitArea {
    padding: 0;
  }
}
.benefitArea .aboutTitleBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: 200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}
@media (max-width: 640px) {
  .benefitArea .aboutTitleBox {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
  }
}
.benefitArea .aboutTitleBox .decoTitle span::first-letter {
  color: #4399ea;
}
.benefitArea .benefitList {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 6;
}
@media (max-width: 1180px) {
  .benefitArea .benefitList {
    max-width: 70vw;
  }
}
@media (max-width: 1024px) {
  .benefitArea .benefitList:has(.TxtContent.show) .benefitItem {
    pointer-events: none;
  }
  .benefitArea .benefitList:has(.TxtContent.show) .benefitItem:has(.TxtContent.show) {
    pointer-events: all;
  }
}
.benefitArea .benefitItem {
  width: 50%;
  margin-bottom: 250px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .benefitArea .benefitItem {
    margin: 100px 0;
  }
}
@media (max-width: 640px) {
  .benefitArea .benefitItem {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1201px) {
  .benefitArea .benefitItem:hover .titleBox {
    background-color: var(--color);
    color: #fff;
  }
  .benefitArea .benefitItem:hover .titleBox .title {
    color: #fff;
  }
  .benefitArea .benefitItem:hover .titleBox .plusIcon {
    background-color: #fff;
  }
  .benefitArea .benefitItem:hover .titleBox .plusIcon svg {
    color: var(--color);
  }
  .benefitArea .benefitItem:hover .Img img {
    scale: 1.1;
  }
}
.benefitArea .benefitItem .Img {
  border-radius: 50%;
  overflow: hidden;
  width: 300px;
  height: 300px;
  position: relative;
}
@media (max-width: 1180px) {
  .benefitArea .benefitItem .Img {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 768px) {
  .benefitArea .benefitItem .Img {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 640px) {
  .benefitArea .benefitItem .Img {
    width: 240px;
    height: 240px;
  }
}
.benefitArea .benefitItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.benefitArea .benefitItem .Img svg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.benefitArea .benefitItem .Img svg path {
  fill: transparent;
  stroke: var(--color);
  stroke-width: 15px;
  position: relative;
  z-index: 2;
}
.benefitArea .benefitItem .Img svg path.bg {
  stroke: #fff;
  z-index: 1;
}
@media (max-width: 640px) {
  .benefitArea .benefitItem .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.benefitArea .benefitItem .titleBox {
  position: absolute;
  background-color: #fff;
  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;
  top: 50%;
  -webkit-transform: translateX(-70%) translateY(-50%);
          transform: translateX(-70%) translateY(-50%);
  left: 0;
  width: 200px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  height: 60px;
  padding: 0 10px;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .benefitArea .benefitItem .titleBox {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 640px) {
  .benefitArea .benefitItem .titleBox {
    top: auto;
    left: auto;
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.benefitArea .benefitItem .titleBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  letter-spacing: 1.08px;
}
.benefitArea .benefitItem .titleBox .plusIcon {
  height: 45px;
  width: 45px;
  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;
  border-radius: 50%;
  margin-left: auto;
  background-color: var(--color);
}
.benefitArea .benefitItem .titleBox .plusIcon svg {
  color: #fff;
  height: 16px;
  width: 16px;
}
.benefitArea .benefitItem .TxtContent {
  width: 365px;
  padding: 25px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  position: absolute;
  left: -50%;
  top: 0;
  display: none;
}
@media (max-width: 1680px) {
  .benefitArea .benefitItem .TxtContent {
    left: 0;
  }
}
@media (max-width: 640px) {
  .benefitArea .benefitItem .TxtContent {
    display: none;
  }
}
.benefitArea .benefitItem .TxtContent ::-moz-selection {
  color: #fff;
  background-color: var(--color);
}
.benefitArea .benefitItem .TxtContent ::selection {
  color: #fff;
  background-color: var(--color);
}
.benefitArea .benefitItem .TxtContent .title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 19px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  letter-spacing: 1.08px;
}
.benefitArea .benefitItem .TxtContent .close {
  position: absolute;
  top: -10px;
  right: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #595959;
  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;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .benefitArea .benefitItem .TxtContent .close:hover {
    background-color: var(--color);
  }
  .benefitArea .benefitItem .TxtContent .close:hover svg {
    rotate: 405deg;
  }
}
.benefitArea .benefitItem .TxtContent .close svg {
  rotate: 45deg;
  color: #fff;
  height: 24px;
  width: 24px;
}
.benefitArea .benefitItem .TxtContent .contentBox {
  color: #666;
  line-height: 1.625;
  letter-spacing: 0.96px;
}
.benefitArea .benefitItem .TxtContent .content {
  position: relative;
  padding-left: 20px;
}
.benefitArea .benefitItem .TxtContent .content::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--color);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.benefitArea .benefitItem:nth-child(even) .Img {
  margin-left: auto;
}
.benefitArea .benefitItem:nth-child(even) .titleBox {
  left: auto;
  right: 0;
  -webkit-transform: translateX(70%) translateY(-50%);
          transform: translateX(70%) translateY(-50%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1366px) {
  .benefitArea .benefitItem:nth-child(even) .titleBox {
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
  }
}
@media (max-width: 640px) {
  .benefitArea .benefitItem:nth-child(even) .titleBox {
    left: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.benefitArea .benefitItem:nth-child(even) .TxtContent {
  left: auto;
  top: 20%;
  right: -50%;
}
@media (max-width: 1680px) {
  .benefitArea .benefitItem:nth-child(even) .TxtContent {
    right: 0;
  }
}
.benefitArea .decoBall {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.benefitArea .decoBg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.benefitArea .decoBg1 {
  z-index: 3;
}
.benefitArea .decoBg2 {
  z-index: 2;
}
.benefitArea .decoBg3 {
  z-index: 1;
}
.benefitArea .decoCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #E7EEF3;
}
@media (max-width: 640px) {
  .benefitArea .decoCircle {
    display: none;
  }
}
.benefitArea .decoCircle1 {
  width: 520px;
  height: 520px;
}
.benefitArea .decoCircle2 {
  width: 770px;
  height: 770px;
}
.benefitArea .decoCircle3 {
  width: 1000px;
  height: 1000px;
}

.moduleBox.career .moduleClose {
  background-color: var(--color);
}
.moduleBox.career .title {
  color: var(--color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.moduleBox.career .contentBox {
  list-style: none;
  color: #666;
  line-height: 1.625;
  letter-spacing: 0.96px;
}
.moduleBox.career .content {
  position: relative;
  padding-left: 20px;
}
.moduleBox.career .content::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--color);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.developmentArea {
  overflow: hidden;
  position: relative;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-size: cover;
}
@media (max-width: 640px) {
  .developmentArea {
    max-height: 680px;
  }
}
.developmentArea .contentBox {
  padding: 120px 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1680px) {
  .developmentArea .contentBox {
    padding: 80px 0;
  }
}
@media (max-width: 1366px) {
  .developmentArea .contentBox {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .developmentArea .contentBox {
    padding: 60px 0 0;
  }
}
.developmentArea .contentBox .aboutTitleBox {
  color: #fff;
  text-align: center;
  max-width: 765px;
  margin: auto;
}
.developmentArea .contentBox .aboutTitleBox .text {
  color: #fff;
}
.developmentArea .bottomBox {
  margin-top: 70px;
}
@media (max-width: 1180px) {
  .developmentArea .bottomBox {
    margin-top: 40px;
  }
}
.developmentArea .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .developmentArea .dataList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 640px) {
  .developmentArea .dataList {
    display: block;
  }
}
.developmentArea .dataList .dataItem {
  width: 33.3333333333%;
  padding: 15px 80px;
  color: #fff;
  position: relative;
}
@media (max-width: 1366px) {
  .developmentArea .dataList .dataItem {
    padding: 15px 40px;
  }
}
@media (max-width: 768px) {
  .developmentArea .dataList .dataItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media (max-width: 640px) {
  .developmentArea .dataList .dataItem {
    -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;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.developmentArea .dataList .dataItem:first-child {
  padding-left: 0;
}
.developmentArea .dataList .dataItem:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.25;
}
@media (max-width: 768px) {
  .developmentArea .dataList .dataItem:not(:last-child)::after {
    display: none;
  }
}
.developmentArea .dataList .Img {
  width: 110px;
  height: 110px;
  margin-bottom: 60px;
  border-radius: 50%;
  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;
}
@media (max-width: 1366px) {
  .developmentArea .dataList .Img {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .developmentArea .dataList .Img {
    margin: 0;
    margin-right: 40px;
    min-width: 110px;
  }
}
@media (max-width: 640px) {
  .developmentArea .dataList .Img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }
}
.developmentArea .dataList .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1.2px;
}
.developmentArea .dataList .text {
  line-height: 1.5;
  letter-spacing: 0.96px;
}
.developmentArea .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.activityArea {
  padding: 120px 0 0;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .activityArea {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .activityArea {
    padding: 60px 0 0;
  }
}
.activityArea .aboutTitleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .activityArea .aboutTitleBox {
    -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;
  }
}
.activityArea .aboutTitleBox .title,
.activityArea .aboutTitleBox .decoTitle {
  text-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .activityArea .aboutTitleBox .title,
  .activityArea .aboutTitleBox .decoTitle {
    margin-right: 0;
  }
}
.activityArea .aboutTitleBox .decoTitle {
  margin-right: 90px;
}
@media (max-width: 768px) {
  .activityArea .aboutTitleBox .decoTitle {
    margin-right: 0;
  }
}
.activityArea .arrowBox.onlyText button:hover {
  color: var(--iconColor);
}
.activityArea .topBox {
  position: relative;
  z-index: 2;
}
.activityArea .bottomBox {
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .activityArea .bottomBox {
    margin: 40px auto 0;
  }
}
.activityArea .dataArea {
  position: relative;
  overflow: hidden;
}
.activityArea .dataArea:nth-child(even) .dataBox {
  border-top-left-radius: 200px;
}
@media (max-width: 640px) {
  .activityArea .dataArea:nth-child(even) .dataBox {
    border-top-left-radius: 100px;
  }
}
.activityArea .dataArea:nth-child(even) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.activityArea .dataArea:nth-child(even) .albumBox {
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1280px) {
  .activityArea .dataArea:nth-child(even) .albumBox {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .activityArea .dataArea:nth-child(even) .albumBox {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.activityArea .dataArea:nth-child(even) .albumNumBox {
  padding-left: 0;
  padding-right: 25px;
}
.activityArea .dataArea:nth-child(odd) .dataBox {
  border-top-right-radius: 200px;
}
@media (max-width: 640px) {
  .activityArea .dataArea:nth-child(odd) .dataBox {
    border-top-right-radius: 100px;
  }
}
.activityArea .dataArea:nth-child(1) {
  overflow: visible;
  /* 第一筆有貫穿 */
}
.activityArea .dataArea:nth-child(1) .decoLineBox[data-type="1"] {
  height: calc(100% + 200px);
  top: -245px;
}
@media (max-width: 768px) {
  .activityArea .dataArea:nth-child(1) .dataBox {
    padding-top: 0;
  }
}
.activityArea .dataArea .decoLineBox {
  position: absolute;
  top: 0;
  height: 100%;
  width: 480px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .activityArea .dataArea .decoLineBox {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .activityArea .dataArea .decoLineBox {
    display: none;
  }
}
.activityArea .dataArea .decoLineBox[data-type="1"] {
  right: 30px;
}
.activityArea .dataArea .decoLineBox[data-type="2"] {
  height: calc(100% + 180px);
  top: -90px;
  left: 100px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.activityArea .dataArea .decoLineBox[data-type="3"] {
  right: 50px;
}
.activityArea .dataArea .decoLineBox[data-type="4"] {
  left: 0;
  top: 50px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.activityArea .dataArea .decoLineBox svg {
  height: 100%;
}
.activityArea .dataBox {
  padding: 90px 0;
  position: relative;
}
@media (max-width: 768px) {
  .activityArea .dataBox {
    padding: 60px 0 40px;
  }
}
.activityArea .dataBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1180px) {
  .activityArea .dataBox .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 90vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .activityArea .dataBox .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.activityArea .dataBox .txtBox {
  max-width: 365px;
}
@media (max-width: 768px) {
  .activityArea .dataBox .txtBox {
    max-width: 100%;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.activityArea .dataBox .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 35px;
  letter-spacing: 1.32px;
}
.activityArea .dataBox .title .Img {
  overflow: hidden;
  margin-right: 10px;
  height: 40px;
  width: 40px;
}
.activityArea .dataBox .title .Img.hasColor img {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-filter: drop-shadow(40px 0 var(--iconColor));
          filter: drop-shadow(40px 0 var(--iconColor));
}
.activityArea .dataBox .text {
  color: #666666;
  margin-bottom: 50px;
  line-height: 1.5;
  letter-spacing: 0.96px;
}
@media (max-width: 768px) {
  .activityArea .dataBox .text {
    margin-bottom: 30px;
  }
}
.activityArea .albumBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 80px;
}
@media (max-width: 1280px) {
  .activityArea .albumBox {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .activityArea .albumBox {
    width: 90%;
    margin-top: 20px;
    padding-left: 0;
    -webkit-box-flex: 0.8;
        -ms-flex: 0.8;
            flex: 0.8;
  }
}
@media (max-width: 640px) {
  .activityArea .albumBox {
    width: 100%;
  }
}
.activityArea .albumBox .albumItem {
  position: relative;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  cursor: url("../images/iconZoom.svg"), pointer;
}
@media (min-width: 1201px) {
  .activityArea .albumBox .albumItem:hover .icon {
    scale: 1;
  }
  .activityArea .albumBox .albumItem:hover .Img img {
    scale: 1.1;
  }
}
.activityArea .albumBox .Img {
  display: block;
  height: 430px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  position: relative;
  overflow: hidden;
}
.activityArea .albumBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.activityArea .albumBox .Img figcaption {
  --progress: 0;
  position: absolute;
  color: #fff;
  font-size: 18px;
  width: calc(100% - 100px);
  left: 50px;
  bottom: 30px;
  z-index: 2;
  padding-bottom: 20px;
  letter-spacing: 1.08px;
}
.activityArea .albumBox .Img figcaption::before {
  content: "";
  position: absolute;
  width: var(--progress);
  height: 3px;
  background-color: var(--iconColor);
  left: 0;
  bottom: 0;
  z-index: 2;
}
.activityArea .albumBox .Img figcaption::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.activityArea .albumNumBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 25px;
  font-size: 13px;
}
@media (max-width: 768px) {
  .activityArea .albumNumBox {
    -webkit-box-flex: 0.2;
        -ms-flex: 0.2;
            flex: 0.2;
  }
}
@media (max-width: 640px) {
  .activityArea .albumNumBox {
    display: none;
  }
}
.activityArea .albumNumBox .currentNum {
  color: var(--iconColor);
}
.activityArea .albumNumBox .decoLine {
  margin: 10px 0;
  width: 1px;
  height: 50px;
  background-color: #ccc;
}
.activityArea .albumLightBox {
  display: none;
}

.joinArea {
  padding: 100px 0;
  position: relative;
  background-color: #eeeeee;
  background-image: url("../images/indexNewsBg.jpg");
}
@media (max-width: 640px) {
  .joinArea {
    padding: 0;
  }
}
.joinArea .bg {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
@media (max-width: 1600px) {
  .joinArea .bg {
    max-width: 45%;
  }
}
@media (max-width: 640px) {
  .joinArea .bg {
    position: relative;
    max-width: 100%;
  }
}
.joinArea .bg img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.joinArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .joinArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.joinArea .wrap .leftBox,
.joinArea .wrap .rightBox {
  width: 50%;
}
@media (max-width: 640px) {
  .joinArea .wrap .leftBox,
  .joinArea .wrap .rightBox {
    width: 100%;
  }
}
.joinArea .wrap .rightBox {
  max-width: 530px;
}
@media (max-width: 640px) {
  .joinArea .wrap .rightBox {
    padding: 50px 0;
  }
}
.joinArea .aboutTitleBox .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 25px;
}
.joinArea .aboutTitleBox .topBox .title {
  margin-bottom: 0;
  margin-right: 20px;
}
.joinArea .btnBox {
  margin-top: 30px;
  max-width: 320px;
}