.topArea {
  padding-bottom: 74px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1180px) {
  .topArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .topArea .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .topArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.topArea .titleBox {
  margin-bottom: 35px;
}
.topArea .titleBox .title {
  margin: 0 0 8px;
}
.topArea .titleBox .text {
  color: #7f7f7f;
  font-size: 15px;
  letter-spacing: 1.6px;
}
.topArea .anchorBox {
  padding: 0 3px 0 0px;
}
.topArea .anchorBox .en {
  text-transform: lowercase;
}
.topArea .anchorBox .en::first-letter {
  text-transform: uppercase;
}
@media (min-width: 1601px) {
  .topArea .anchorBox .anchorList .anchorItem {
    padding: 0 29px;
  }
}
.topArea .anchorBox .link {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.topArea .anchorBox .link .txt {
  letter-spacing: 0.8px;
  font-weight: 500;
  font-size: 15px;
}
.topArea .anchorBox .link .icon {
  margin: 0 0 0 9px;
  position: relative;
  -webkit-mask: url("../images/link.png") no-repeat center;
          mask: url("../images/link.png") no-repeat center;
}
.topArea .anchorBox .link .icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f18e2b;
}
.topArea:not(.show) .introductBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.topArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.topArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.topArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.topArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.topArea:not(.show) .titleBox .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.topArea:not(.show) .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.topArea:not(.show) .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.topArea:not(.show) .anchorBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.topArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s linear;
}
.topArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.1s linear;
}
.topArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.2s linear;
}
.topArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s linear;
}
.topArea.show .titleBox .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.4s linear;
}
.topArea.show .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear, -webkit-clip-path 0.5s 0.5s linear;
}
.topArea.show .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear, -webkit-clip-path 0.5s 1s linear;
}
.topArea.show .anchorBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.6s linear;
}

.joinArow {
  padding: 122px 0 47px;
  background: url(../images/bg7.jpg) no-repeat center center/cover;
  position: relative;
}
@media (max-width: 1023px) {
  .joinArow {
    padding: 60px 0 40px;
  }
}
.joinArow .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1023px) {
  .joinArow .decoBox {
    display: none;
  }
}
.joinArow .decoBox img {
  width: 100%;
}
.joinArow .decoBox .icon {
  position: absolute;
  width: 100%;
  bottom: 3.5vw;
  left: 0;
  z-index: 1;
  -webkit-mask: url("../images/line5.png") no-repeat center/100%;
          mask: url("../images/line5.png") no-repeat center/100%;
}
@media (max-width: 1350px) {
  .joinArow .decoBox .icon {
    bottom: 7.5vw;
  }
}
.joinArow .decoBox .icon .bgc {
  display: block;
  width: 0;
  height: 100%;
  background-color: #f18e2b;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.joinArow .decoBox .icon img {
  opacity: 0;
}
.joinArow .decoBox .circleBox {
  position: absolute;
  bottom: -2vw;
  right: 42vw;
  z-index: 2;
  width: 20vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
  -webkit-mask: url("../images/circle.png") no-repeat center/cover;
          mask: url("../images/circle.png") no-repeat center/cover;
  background: radial-gradient(circle, #fecc80 0%, #fecd84 15%, #fed494 30%, #fed9a1 45%, #fedfb0 65%, #fee8c7 85%, #fff7ef 100%);
}
@media (max-width: 1350px) {
  .joinArow .decoBox .circleBox {
    bottom: 2vw;
  }
}
@media (max-width: 1023px) {
  .joinArow .decoBox .circleBox {
    width: 30vw;
  }
}
.joinArow .wrap {
  max-width: 1428px;
  position: relative;
  z-index: 3;
}
.joinArow .joinBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.joinArow .joinBox .left {
  width: 49.1%;
  padding: 0 100px 0 0;
}
@media (max-width: 1600px) {
  .joinArow .joinBox .left {
    padding: 0 80px 0 0;
  }
}
@media (max-width: 1350px) {
  .joinArow .joinBox .left {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 1023px) {
  .joinArow .joinBox .left {
    padding: 0 0 40px;
    width: 100%;
  }
}
.joinArow .joinBox .left .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 21px 0;
}
.joinArow .joinBox .left .top .decoTitle {
  padding: 0 6px 0 0;
  color: #f18e2b;
  font-weight: bold;
}
.joinArow .joinBox .left .top .subtitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.joinArow .joinBox .left .top .subtitle::after {
  content: "";
  display: block;
  width: 135px;
  height: 1px;
  background-color: #f18e2b;
  margin: 3px 0 0 21px;
}
.joinArow .joinBox .left .title {
  font-size: 35px;
  font-weight: 500;
  margin: 0 0 25px -6px;
  letter-spacing: 5px;
  line-height: 1.6;
}
@media (max-width: 1600px) {
  .joinArow .joinBox .left .title {
    font-size: 30px;
    letter-spacing: 4.3px;
  }
}
@media (max-width: 1350px) {
  .joinArow .joinBox .left .title {
    font-size: 26px;
    letter-spacing: 3.6px;
  }
}
.joinArow .joinBox .left .lineStyle .icon {
  width: 116%;
  top: 4%;
  left: -14%;
}
.joinArow .joinBox .left .textEditor {
  margin: 0 0 0 -5px;
}
.joinArow .joinBox .left .textEditor .subtitle {
  font-size: 26px;
  font-weight: 500;
  color: #5d5d5d;
  letter-spacing: 3.6px;
  margin: 0 0 20px 0;
}
@media (max-width: 1600px) {
  .joinArow .joinBox .left .textEditor .subtitle {
    font-size: 24px;
    letter-spacing: 3.4px;
  }
}
@media (max-width: 1350px) {
  .joinArow .joinBox .left .textEditor .subtitle {
    font-size: 22px;
    letter-spacing: 3.2px;
  }
}
.joinArow .joinBox .left .textEditor .text {
  color: #7f7f7f;
  font-size: 15px;
  letter-spacing: 1.7px;
  line-height: 1.95;
  font-weight: 500;
}
@media (max-width: 1350px) {
  .joinArow .joinBox .left .textEditor .text {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
.joinArow .joinBox .left .btnBox {
  margin: 32px 0 0 -5px;
  display: -ms-flexbox;
  display: flex;
}
.joinArow .joinBox .left .btnBox .btn {
  padding: 9px 20px 11px 27px;
  width: 213px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.joinArow .joinBox .left .btnBox .btn .icon {
  margin-left: 8px;
  position: relative;
  -webkit-mask: url("../images/link.png") no-repeat center/100%;
          mask: url("../images/link.png") no-repeat center/100%;
}
.joinArow .joinBox .left .btnBox .btn .icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f18e2b;
  opacity: 0;
  transition: all 0.5s;
}
@media (min-width: 1024px) {
  .joinArow .joinBox .left .btnBox .btn:hover .icon::before {
    opacity: 1;
  }
}
.joinArow .joinBox .right {
  width: 50.9%;
  margin: -33px 0 0;
  position: relative;
}
@media (max-width: 1023px) {
  .joinArow .joinBox .right {
    margin: 0;
    width: 100%;
  }
}
.joinArow .joinBox .right > .Img {
  width: 54.3%;
}
.joinArow .joinBox .right .Img {
  border-radius: 10px;
  overflow: hidden;
}
.joinArow .joinBox .right .imgBox {
  position: absolute;
  right: -6px;
  top: 0;
  width: 50.1%;
}
.joinArow .joinBox .right .text {
  min-height: 82px;
  padding: 0 0 26px 53px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  font-weight: 500;
  font-size: 16px;
  color: #f18e2b;
}
@media (max-width: 1600px) {
  .joinArow .joinBox .right .text {
    padding: 0 0 26px 40px;
    font-size: 15px;
  }
}
@media (max-width: 1350px) {
  .joinArow .joinBox .right .text {
    padding: 0 0 26px 30px;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .joinArow .joinBox .right .text {
    padding: 0 0 26px 53px;
  }
}
@media (max-width: 767px) {
  .joinArow .joinBox .right .text {
    padding: 0 0 26px 35px;
  }
}
@media (max-width: 400px) {
  .joinArow .joinBox .right .text {
    padding: 0 0 26px 25px;
  }
}
.joinArow .marqueeTxtList {
  margin-top: 75px;
}
.joinArow .marqueeTxtList .marqueeTxtItem {
  color: #fff;
}
.joinArow:not(.show) .right {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.joinArow:not(.show) .left .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.joinArow:not(.show) .left .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.joinArow:not(.show) .left .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.joinArow:not(.show) .left .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.joinArow:not(.show) .left .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.joinArow:not(.show) .left .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.joinArow:not(.show) .left .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.joinArow.show .left .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s linear;
}
.joinArow.show .left .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.1s linear;
}
.joinArow.show .left .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.2s linear;
}
.joinArow.show .left .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s linear;
}
.joinArow.show .left .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.4s linear;
}
.joinArow.show .left .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear, -webkit-clip-path 0.5s 0.5s linear;
}
.joinArow.show .left .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear, -webkit-clip-path 0.5s 1s linear;
}
.joinArow.show .right {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.6s linear;
}

.devArea {
  padding: 75px 0px 90px;
  background: url(../images/bg8.jpg) no-repeat center center/cover;
  position: relative;
}
.devArea .titleBox {
  margin-bottom: 52px;
}
.devArea .titleBox .subtitle {
  color: #f18e2b;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1px;
  padding: 0px 0 20px 2px;
}
@media (max-width: 1350px) {
  .devArea .titleBox .subtitle {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.devArea .titleBox .title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 5px;
  padding: 0 0 0 6px;
}
@media (max-width: 1600px) {
  .devArea .titleBox .title {
    font-size: 30px;
    letter-spacing: 4.3px;
  }
}
@media (max-width: 1350px) {
  .devArea .titleBox .title {
    font-size: 26px;
    letter-spacing: 3.6px;
  }
}
.devArea .titleBox .lineStyle .icon {
  width: 106%;
  top: 4%;
  left: -10%;
}
.devArea .wrap {
  max-width: 1667px;
}
.devArea .devBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.devArea .devBox .left {
  width: 41.9%;
  margin: 56px 0 0;
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .devArea .devBox .left {
    width: 44%;
  }
}
@media (max-width: 1350px) {
  .devArea .devBox .left {
    width: 46.6%;
  }
}
@media (max-width: 1023px) {
  .devArea .devBox .left {
    width: 100%;
    margin: 0 0 40px;
    -webkit-transform: none;
            transform: none;
  }
}
.devArea .devBox .left .devPicList {
  position: relative;
}
.devArea .devBox .left .devPicList .devPicItem {
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
}
.devArea .devBox .left .devPicList .devPicItem:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.devArea .devBox .left .devPicList .devPicItem.current {
  opacity: 1;
}
.devArea .devBox .right {
  position: relative;
  width: 53.4%;
}
@media (max-width: 1023px) {
  .devArea .devBox .right {
    width: 100%;
    z-index: 2;
    margin-top: -10%;
  }
}
.devArea .devBox .right::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
}
.devArea .devBox .right::before {
  content: "";
  display: block;
  position: absolute;
  top: 92px;
  right: 0;
  width: 8px;
  height: 185px;
  background-color: #f18e2b;
  z-index: 2;
  border-radius: 10px 0 0 10px;
}
.devArea .devBox .right .numBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  padding: 0 68px 0 0;
  margin: -6.875vw 0 0;
  position: relative;
  z-index: 1;
}
.devArea .devBox .right .numBox .numList {
  position: relative;
}
.devArea .devBox .right .numBox .numList .numItem {
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  font-size: min(max(14.583vw, 70px), 280px);
  font-weight: 500;
  color: #ffe6ce;
  line-height: 0.9;
}
.devArea .devBox .right .numBox .numList .numItem:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.devArea .devBox .right .numBox .numList .numItem.current {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.devArea .devBox .right .devList {
  padding: 10px 118px 10px 122px;
  height: 487px;
  overflow: auto;
  position: relative;
  z-index: 1;
}
.devArea .devBox .right .devList::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.devArea .devBox .right .devList::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0);
}
.devArea .devBox .right .devList::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 9999px;
}
@media (max-width: 1600px) {
  .devArea .devBox .right .devList {
    padding: 10px 80px 10px 100px;
  }
}
@media (max-width: 1350px) {
  .devArea .devBox .right .devList {
    padding: 10px 40px 10px 75px;
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .devArea .devBox .right .devList {
    height: auto;
    padding: 10px 20px;
  }
}
.devArea .devBox .right .devList .devItem {
  margin: 0 0 14px;
  padding: 0px 0 14px;
  position: relative;
}
.devArea .devBox .right .devList .devItem:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 53px;
  width: calc(100% - 53px);
  height: 1px;
  background-color: #ffe6ce;
  transition: all 0.5s;
}
.devArea .devBox .right .devList .devItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  left: 18px;
  width: 1px;
  height: 0;
  background-color: #ffe6ce;
}
.devArea .devBox .right .devList .devItem.current::before {
  height: calc(100% - 53px);
}
.devArea .devBox .right .devList .devItem.current .topBox .title {
  color: #f18e2b;
}
.devArea .devBox .right .devList .devItem.current .topBox .icon::before, .devArea .devBox .right .devList .devItem.current .topBox .icon::after {
  background-color: #f18e2b;
}
.devArea .devBox .right .devList .devItem.current .topBox .icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.devArea .devBox .right .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
  padding: 0 0 7px 0;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .devArea .devBox .right .topBox {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .devArea .devBox .right .topBox:hover .title {
    color: #f18e2b;
  }
  .devArea .devBox .right .topBox:hover .icon::before, .devArea .devBox .right .topBox:hover .icon::after {
    background-color: #f18e2b;
  }
}
.devArea .devBox .right .topBox .num {
  width: 35px;
  height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  background-color: #f18e2b;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.devArea .devBox .right .topBox .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 3.6px;
  width: calc(100% - 90px);
  padding: 0 0 0px 24px;
  transition: all 0.5s;
}
@media (max-width: 1600px) {
  .devArea .devBox .right .topBox .title {
    font-size: 22px;
    letter-spacing: 3.2px;
    padding: 0 0 0px 15px;
  }
}
@media (max-width: 1350px) {
  .devArea .devBox .right .topBox .title {
    font-size: 20px;
    letter-spacing: 3px;
    padding: 0 0 0px 10px;
  }
}
.devArea .devBox .right .topBox .icon {
  width: 55px;
  height: 35px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 9px;
}
.devArea .devBox .right .topBox .icon::before, .devArea .devBox .right .topBox .icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #5d5d5d;
  transition: all 0.5s;
}
.devArea .devBox .right .topBox .icon::after {
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.devArea .devBox .right .textEditor {
  padding: 8px 0 6px 61px;
  letter-spacing: 1.7px;
  color: #7f7f7f;
  line-height: 1.95;
  display: none;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .devArea .devBox .right .textEditor {
    padding: 8px 0 6px 50px;
  }
}
@media (max-width: 1350px) {
  .devArea .devBox .right .textEditor {
    padding: 8px 0 6px 45px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
.devArea:not(.show) .introductBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.devArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.devArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.devArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.devArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.devArea:not(.show) .titleBox .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.devArea:not(.show) .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.devArea:not(.show) .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.devArea:not(.show) .devBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.devArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s linear;
}
.devArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.1s linear;
}
.devArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.2s linear;
}
.devArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s linear;
}
.devArea.show .titleBox .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.4s linear;
}
.devArea.show .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear, -webkit-clip-path 0.5s 0.5s linear;
}
.devArea.show .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear, -webkit-clip-path 0.5s 1s linear;
}
.devArea.show .devBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.5s linear;
}

.benefitArea {
  padding: 75px 0 81px;
  position: relative;
}
.benefitArea .titleBox {
  margin-bottom: 52px;
}
.benefitArea .titleBox .subtitle {
  color: #f18e2b;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1px;
  padding: 0px 0 18px 2px;
}
@media (max-width: 1350px) {
  .benefitArea .titleBox .subtitle {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.benefitArea .titleBox .title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 5px;
  padding: 0 0 10px 6px;
}
@media (max-width: 1600px) {
  .benefitArea .titleBox .title {
    font-size: 30px;
    letter-spacing: 4.3px;
  }
}
@media (max-width: 1350px) {
  .benefitArea .titleBox .title {
    font-size: 26px;
    letter-spacing: 3.6px;
  }
}
.benefitArea .titleBox .lineStyle .icon {
  width: 101%;
  top: 5%;
  left: -8%;
}
.benefitArea .titleBox .text {
  max-width: 635px;
  margin: 0 auto;
  font-size: 15px;
  color: #7f7f7f;
  letter-spacing: 1.7px;
  line-height: 1.9;
}
.benefitArea .wrap {
  max-width: 1435px;
  position: relative;
  z-index: 1;
}
.benefitArea .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1023px) {
  .benefitArea .decoBox {
    display: none;
  }
}
.benefitArea .decoBox img {
  width: 100%;
}
.benefitArea .decoBox .icon {
  position: absolute;
  width: 100%;
  top: 11%;
  left: 0;
  z-index: 1;
  -webkit-mask: url("../images/line6.png") no-repeat center/100%;
          mask: url("../images/line6.png") no-repeat center/100%;
}
@media (max-width: 1350px) {
  .benefitArea .decoBox .icon {
    top: 20vw;
  }
}
@media (max-width: 1023px) {
  .benefitArea .decoBox .icon {
    width: 1920px;
  }
}
.benefitArea .decoBox .icon .bgc {
  display: block;
  width: 0;
  height: 100%;
  background-color: #f18e2b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.benefitArea .decoBox .icon img {
  opacity: 0;
}
.benefitArea .decoBox .circleBox {
  position: absolute;
  top: 3vw;
  left: -4vw;
  z-index: 2;
  width: 20vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
  -webkit-mask: url("../images/circle.png") no-repeat center/cover;
          mask: url("../images/circle.png") no-repeat center/cover;
  background: radial-gradient(circle, #f6ddb6 0%, #f5dcb6 15%, #f4ddb8 30%, #f3debd 45%, #f4e3ca 60%, #f3e9d9 100%);
}
@media (max-width: 1350px) {
  .benefitArea .decoBox .circleBox {
    top: 18vw;
  }
}
@media (max-width: 1023px) {
  .benefitArea .decoBox .circleBox {
    width: 30vw;
  }
}
.benefitArea .benefitList {
  margin: 0 -10px;
}
.benefitArea .benefitList .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.benefitArea .benefitList .slick-slide {
  height: inherit;
}
.benefitArea .benefitList .slick-slide > div,
.benefitArea .benefitList .benefitItem,
.benefitArea .benefitList .item {
  height: 100%;
}
.benefitArea .benefitList .benefitItem {
  padding: 0 10px 45px;
  transition: all 0.5s;
}
@media (max-width: 640px) {
  .benefitArea .benefitList .benefitItem {
    padding-bottom: 0;
  }
}
.benefitArea .benefitList .benefitItem .item {
  background-color: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  padding: 42px 37px;
  position: relative;
}
@media (max-width: 1600px) {
  .benefitArea .benefitList .benefitItem .item {
    padding: 35px 30px;
  }
}
@media (max-width: 1350px) {
  .benefitArea .benefitList .benefitItem .item {
    padding: 30px 25px;
  }
}
.benefitArea .benefitList .benefitItem .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  width: 8px;
  height: 90px;
  background-color: #f18e2b;
  z-index: 1;
  border-radius: 0 10px 10px 0;
}
.benefitArea .benefitList .benefitItem .Img {
  width: 52px;
  margin: 0 8px 10px;
}
.benefitArea .benefitList .benefitItem .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0 2px 16px;
}
@media (max-width: 1600px) {
  .benefitArea .benefitList .benefitItem .title {
    font-size: 22px;
    letter-spacing: 2.6px;
  }
}
@media (max-width: 1350px) {
  .benefitArea .benefitList .benefitItem .title {
    font-size: 20px;
    letter-spacing: 2.4px;
  }
}
.benefitArea .benefitList .benefitItem .textEditor {
  padding: 0 0 0 3px;
  letter-spacing: 2.28px;
  line-height: 1.98;
  height: 161px;
}
.benefitArea .benefitList .benefitItem .numberBox {
  position: absolute;
  bottom: 21px;
  right: 34px;
  color: #848484;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  letter-spacing: 0.3px;
}
.benefitArea .benefitList .benefitItem .numberBox .num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.benefitArea .benefitList .benefitItem .numberBox .num::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #848484;
  margin: 0 5px 0 7px;
}
.benefitArea .benefitList .benefitItem.even {
  -webkit-transform: translateY(41px);
          transform: translateY(41px);
}
@media (min-width: 1024px) {
  .benefitArea .benefitList .benefitItem:hover .item {
    background-color: #fff7f0;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
  }
}
.benefitArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.benefitArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.benefitArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.benefitArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.benefitArea:not(.show) .titleBox .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.benefitArea:not(.show) .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.benefitArea:not(.show) .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.benefitArea:not(.show) .benefitBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.benefitArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s linear;
}
.benefitArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.1s linear;
}
.benefitArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.2s linear;
}
.benefitArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s linear;
}
.benefitArea.show .titleBox .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.4s linear;
}
.benefitArea.show .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear, -webkit-clip-path 0.5s 0.5s linear;
}
.benefitArea.show .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear, -webkit-clip-path 0.5s 1s linear;
}
.benefitArea.show .benefitBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.5s linear;
}

.newsArea {
  padding: 74px 0 36px;
  background: url("../images/bg9.jpg") no-repeat center center/cover;
  position: relative;
}
.newsArea .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .newsArea .decoBox {
    display: none;
  }
}
.newsArea .decoBox img {
  width: 100%;
}
.newsArea .decoBox .icon {
  position: absolute;
  width: 100%;
  top: 13%;
  right: 0;
  z-index: 1;
  -webkit-mask: url("../images/line7.png") no-repeat center/100%;
          mask: url("../images/line7.png") no-repeat center/100%;
}
.newsArea .decoBox .icon .bgc {
  display: block;
  width: 0;
  height: 100%;
  background-color: #f18e2b;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.newsArea .decoBox .icon img {
  opacity: 0;
}
.newsArea .decoBox .circleBox {
  position: absolute;
  top: 3vw;
  right: -4vw;
  z-index: 2;
  width: 20vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
  -webkit-mask: url("../images/circle.png") no-repeat center/cover;
          mask: url("../images/circle.png") no-repeat center/cover;
  background: radial-gradient(circle, #f6ddb6 0%, #f5dcb6 15%, #f4ddb8 30%, #f3debd 45%, #f4e3ca 60%, #f3e9d9 100%);
}
@media (max-width: 1023px) {
  .newsArea .decoBox .circleBox {
    width: 30vw;
  }
}
.newsArea .decoBox .circleBox.circleBox2 {
  bottom: -3vw;
  left: -14vw;
  top: auto;
  right: auto;
}
.newsArea .titleBox {
  margin-bottom: 24px;
}
.newsArea .titleBox .subtitle {
  color: #f18e2b;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1px;
  padding: 0px 0 18px 2px;
}
@media (max-width: 1350px) {
  .newsArea .titleBox .subtitle {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.newsArea .titleBox .title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 5px;
  padding: 0 0 10px 6px;
}
@media (max-width: 1600px) {
  .newsArea .titleBox .title {
    font-size: 30px;
    letter-spacing: 4.3px;
  }
}
@media (max-width: 1350px) {
  .newsArea .titleBox .title {
    font-size: 26px;
    letter-spacing: 3.6px;
  }
}
.newsArea .titleBox .text {
  max-width: 635px;
  margin: 0 auto;
  font-size: 15px;
  color: #7f7f7f;
  letter-spacing: 1.7px;
  line-height: 1.9;
}
@media (max-width: 1350px) {
  .newsArea .titleBox .text {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
.newsArea .wrap {
  max-width: 1440px;
}
.newsArea .newsBox {
  position: relative;
}
@media (max-width: 1023px) {
  .newsArea .newsBox {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .newsArea .newsBox {
    padding: 0 30px;
  }
}
.newsArea .newsBox .newsList {
  margin: 0 -29px;
}
@media (max-width: 1600px) {
  .newsArea .newsBox .newsList {
    margin: 0 -20px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsBox .newsList {
    margin: 0 -10px;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsBox .newsList {
    margin: 0;
  }
}
.newsArea .newsBox .newsItem {
  padding: 0 29px 74px;
  transition: all 0.5s;
}
@media (max-width: 1600px) {
  .newsArea .newsBox .newsItem {
    padding: 0 20px 74px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsBox .newsItem {
    padding: 0 10px 50px;
  }
}
@media (min-width: 1024px) {
  .newsArea .newsBox .newsItem.even {
    -webkit-transform: translateY(33px);
            transform: translateY(33px);
  }
}
@media (max-width: 1023px) {
  .newsArea .newsBox .newsItem {
    padding: 0 0;
  }
}
.newsArea .newsBox .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
  padding: 69px 19px 69px 0;
  position: relative;
  margin: 17px 0;
}
@media (max-width: 1600px) {
  .newsArea .newsBox .item {
    padding: 50px 0;
  }
}
.newsArea .newsBox .item::before {
  content: "";
  display: block;
  width: calc(100% - 152px);
  height: calc(100% + 4px);
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .newsArea .newsBox .item::before {
    display: none;
  }
}
.newsArea .newsBox .item .Txt {
  width: calc(100% - 228px);
  position: relative;
  z-index: 1;
  height: 256px;
  overflow-y: auto;
  overflow-x: hidden;
}
.newsArea .newsBox .item .Txt::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.newsArea .newsBox .item .Txt::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0);
}
.newsArea .newsBox .item .Txt::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 9999px;
}
@media (max-width: 1023px) {
  .newsArea .newsBox .item .Txt {
    width: 100%;
    height: auto;
    padding: 20px 0 0;
  }
}
.newsArea .newsBox .item .Txt .textBox {
  padding: 0px 20px 0 39px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .newsArea .newsBox .item .Txt .textBox {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsBox .item .Txt .textBox {
    padding: 0;
  }
}
.newsArea .newsBox .item .Txt .title, .newsArea .newsBox .item .Txt .brand {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #3a3a3a;
  letter-spacing: 1px;
}
@media (max-width: 1600px) {
  .newsArea .newsBox .item .Txt .title, .newsArea .newsBox .item .Txt .brand {
    font-size: 18px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 1350px) {
  .newsArea .newsBox .item .Txt .title, .newsArea .newsBox .item .Txt .brand {
    font-size: 16px;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsBox .item .Txt .title, .newsArea .newsBox .item .Txt .brand {
    font-size: 20px;
  }
}
.newsArea .newsBox .item .Txt .brand {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3px;
  width: 100%;
  max-width: 271px;
}
.newsArea .newsBox .item .Txt .brand::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f18e2b;
  z-index: 0;
}
@media (max-width: 1023px) {
  .newsArea .newsBox .item .Txt .brand::before {
    display: none;
  }
}
.newsArea .newsBox .item .Txt .brand .txt {
  padding: 0 10px 0 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .newsArea .newsBox .item .Txt .brand .txt {
    background-color: #fff;
  }
}
.newsArea .newsBox .item .Txt .title {
  width: 100%;
  margin: 0 0 15px;
}
.newsArea .newsBox .item .Txt .text {
  font-size: 15px;
  color: #7f7f7f;
  font-weight: 500;
  letter-spacing: 2.3px;
  padding: 0 0 0 2px;
  line-height: 1.95;
}
@media (max-width: 1350px) {
  .newsArea .newsBox .item .Txt .text {
    font-size: 14px;
    letter-spacing: 1.8px;
  }
}
.newsArea .newsBox .newsInfoBox {
  position: absolute;
  right: 35px;
  top: -16px;
  min-width: 113px;
  padding: 10px;
  background-color: #262626;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  z-index: 3;
}
@media (max-width: 1023px) {
  .newsArea .newsBox .newsInfoBox {
    position: static;
    margin-top: 20px;
  }
}
.newsArea .newsBox .Img {
  width: 228px;
  margin: -32px 0 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .newsArea .newsBox .Img {
    width: 100%;
    margin: 0;
  }
}
.newsArea .newsBox .Img img {
  width: 100%;
}
.newsArea .slickBtnBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 201px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 11px 0 0;
}
@media (max-width: 1600px) {
  .newsArea .slickBtnBox {
    padding: 0;
  }
}
.newsArea .slickBtnBox .slickBtn {
  width: 46px;
}
.newsArea .slickBtnBox .slickBtn .icon {
  width: 4px;
}
@media (max-width: 1023px) {
  .newsArea .slickBtnBox {
    width: calc(100% + 30px);
  }
}
@media (max-width: 767px) {
  .newsArea .slickBtnBox .slickBtn {
    width: 40px;
  }
}
.newsArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.newsArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.newsArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.newsArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.newsArea:not(.show) .titleBox .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.newsArea:not(.show) .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.newsArea:not(.show) .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.newsArea:not(.show) .newsBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.newsArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s linear;
}
.newsArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.1s linear;
}
.newsArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.2s linear;
}
.newsArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s linear;
}
.newsArea.show .titleBox .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.4s linear;
}
.newsArea.show .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear, -webkit-clip-path 0.5s 0.5s linear;
}
.newsArea.show .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear, -webkit-clip-path 0.5s 1s linear;
}
.newsArea.show .newsBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.5s linear;
}

.jobArea {
  padding: 70px 0px 89px;
  background: url("../images/bg_career.jpg") no-repeat center center/cover;
  position: relative;
}
.jobArea .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .jobArea .decoBox {
    display: none;
  }
}
.jobArea .decoBox img {
  width: 100%;
}
.jobArea .decoBox .circleBox {
  position: absolute;
  top: 10vw;
  left: 3vw;
  z-index: 0;
  width: 20vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
  -webkit-mask: url("../images/circle.png") no-repeat center/cover;
          mask: url("../images/circle.png") no-repeat center/cover;
  background: radial-gradient(circle, #f6ddb6 0%, #f5dcb6 15%, #f4ddb8 30%, #f3debd 45%, #f4e3ca 60%, #f3e9d9 100%);
}
@media (max-width: 1023px) {
  .jobArea .decoBox .circleBox {
    width: 30vw;
  }
}
.jobArea .decoBox .circleBox.circleBox2 {
  bottom: -8vw;
  left: auto;
  top: auto;
  right: -4vw;
}
.jobArea .titleBox {
  margin-bottom: 50px;
}
.jobArea .titleBox .subtitle {
  color: #f18e2b;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1px;
  padding: 0px 0 18px 2px;
}
@media (max-width: 1350px) {
  .jobArea .titleBox .subtitle {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.jobArea .titleBox .title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 5px;
  padding: 0 0 10px 6px;
}
@media (max-width: 1600px) {
  .jobArea .titleBox .title {
    font-size: 30px;
    letter-spacing: 4.3px;
  }
}
@media (max-width: 1350px) {
  .jobArea .titleBox .title {
    font-size: 26px;
    letter-spacing: 3.6px;
  }
}
.jobArea .titleBox .text {
  max-width: 635px;
  margin: 0 auto;
  font-size: 15px;
  color: #7f7f7f;
  letter-spacing: 1.7px;
  line-height: 1.9;
}
@media (max-width: 1350px) {
  .jobArea .titleBox .text {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
.jobArea .wrap {
  max-width: 1440px;
  position: relative;
  z-index: 2;
}
.jobArea .jobBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
  gap: 20px;
}
.jobArea .jobBox .leftImg {
  width: 37%;
}
@media (max-width: 1023px) {
  .jobArea .jobBox .leftImg {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}
.jobArea .jobBox .jobList {
  width: calc(63% - 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: end;
}
@media (max-width: 1023px) {
  .jobArea .jobBox .jobList {
    width: 100%;
    margin-top: 50px;
  }
}
.jobArea .jobBox .jobItem, .jobArea .jobBox .jobItemTitle {
  width: 100%;
  max-width: 762px;
}
@media (max-width: 1023px) {
  .jobArea .jobBox .jobItem, .jobArea .jobBox .jobItemTitle {
    max-width: unset;
  }
}
.jobArea .jobBox .jobItemTitle {
  font-size: 24px;
  font-weight: 500;
  color: #3a3a3a;
  margin: -2px 0 20px;
  letter-spacing: 1px;
  display: block;
}
@media (max-width: 1540px) {
  .jobArea .jobBox .jobItemTitle {
    font-size: 22px;
  }
}
@media (max-width: 1350px) {
  .jobArea .jobBox .jobItemTitle {
    font-size: 20px;
  }
}
.jobArea .jobBox .jobItem {
  border-top: 1px solid #ffe6c9;
}
.jobArea .jobBox .jobItem:last-child {
  border-bottom: 1px solid #ffe6c9;
}
@media (min-width: 1024px) {
  .jobArea .jobBox .jobItem:has(.right .Txt:only-child):nth-of-type(odd) {
    background-color: #fff7ee;
  }
  .jobArea .jobBox .jobItem:not(:has(.right .Txt:only-child)) .Txt:nth-of-type(odd) {
    background-color: #fff7ee;
  }
}
@media (max-width: 1023px) {
  .jobArea .jobBox .jobItem {
    margin-bottom: 30px;
    border-color: #ccc;
  }
}
.jobArea .jobBox .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.jobArea .jobBox .item .left {
  width: 130px;
  padding: 0px 17px;
}
@media (max-width: 767px) {
  .jobArea .jobBox .item .left {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    padding: 20px 0;
    padding-bottom: 20px;
  }
}
.jobArea .jobBox .item .right {
  width: calc(100% - 130px);
  max-width: 590px;
}
@media (max-width: 1023px) {
  .jobArea .jobBox .item .right {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .jobArea .jobBox .item .right {
    width: 100%;
  }
}
.jobArea .jobBox .Txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 84px;
  padding: 11px 27px 11px 12px;
  border-top: 1px solid #ffe6c9;
  position: relative;
}
@media (max-width: 1540px) {
  .jobArea .jobBox .Txt {
    min-height: 80px;
    padding: 11px 20px 11px 12px;
  }
}
@media (max-width: 1350px) {
  .jobArea .jobBox .Txt {
    min-height: 75px;
    padding: 11px 12px;
  }
}
@media (min-width: 1024px) {
  .jobArea .jobBox .Txt:first-child {
    border: none;
  }
}
@media (max-width: 1023px) {
  .jobArea .jobBox .Txt:nth-of-type(odd) {
    background-color: #fff7ee;
  }
  .jobArea .jobBox .Txt:last-child {
    border-bottom: 1px solid #ffe6c9;
  }
}
@media (min-width: 1024px) {
  .jobArea .jobBox .Txt:hover {
    color: #f18e2b;
  }
  .jobArea .jobBox .Txt:hover .btnBox .btn.colorMain {
    background-color: #f18e2b;
    color: #fff;
  }
}
.jobArea .jobBox .Txt .title {
  transition: all 0.5s;
  font-size: 15px;
  color: #7f7f7f;
}
@media (max-width: 1540px) {
  .jobArea .jobBox .Txt .title {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .jobArea .jobBox .Txt .title {
    font-size: 13px;
  }
}
.jobArea .jobBox .Txt .btnBox {
  margin: 0;
}
.jobArea .jobBox .Txt .btnBox .btn.colorMain {
  min-width: unset;
  width: 105px;
  height: 35px;
  padding: 3px 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 350px) {
  .jobArea .jobBox .Txt .btnBox .btn.colorMain {
    width: 90px;
  }
}
.jobArea .jobBox .Txt .btnBox .btnText {
  font-size: 13px;
}
.jobArea:not(.show) .titleBox .decoTitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.jobArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.jobArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.jobArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.jobArea:not(.show) .titleBox .btnBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.jobArea:not(.show) .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.jobArea:not(.show) .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.jobArea:not(.show) .newsBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.jobArea.show .titleBox .decoTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s linear;
}
.jobArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.1s linear;
}
.jobArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.2s linear;
}
.jobArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.3s linear;
}
.jobArea.show .titleBox .btnBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.4s linear;
}
.jobArea.show .titleBox .lineStyle .leftLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear;
  transition: clip-path 0.5s 0.5s linear, -webkit-clip-path 0.5s 0.5s linear;
}
.jobArea.show .titleBox .lineStyle .rightLine {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear;
  transition: clip-path 0.5s 1s linear, -webkit-clip-path 0.5s 1s linear;
}
.jobArea.show .newsBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s 0.5s linear;
}