.ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.bannerArea {
  background: #eeeeee;
}
.bannerArea .slick-current .item .svgImgBox svg.line_1 path {
  -webkit-animation: bannerStroke 2s ease-in-out 0.3s forwards;
          animation: bannerStroke 2s ease-in-out 0.3s forwards;
}
.bannerArea .slick-current .item .svgImgBox svg.line_2 path {
  -webkit-animation: bannerStroke2 2s ease-in-out 0.4s forwards;
          animation: bannerStroke2 2s ease-in-out 0.4s forwards;
}
.bannerArea .item {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.bannerArea .item .svgImgBox {
  height: 0;
  pointer-events: none;
  overflow: hidden;
  padding: 110px 0 40.945%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .bannerArea .item .svgImgBox {
    padding: 60px 0 65.25%;
  }
}
@media (max-width: 640px) {
  .bannerArea .item .svgImgBox {
    padding: 60px 0 75%;
  }
}
@media (max-width: 480px) {
  .bannerArea .item .svgImgBox {
    padding: 60px 0 125%;
  }
}
.bannerArea .item .svgImgBox svg {
  position: absolute;
}
.bannerArea .item .svgImgBox svg.line_1 {
  width: 2130px;
  left: -100px;
  top: 110px;
}
@media (max-width: 1260px) {
  .bannerArea .item .svgImgBox svg.line_1 {
    top: 0;
    left: -200px;
  }
}
@media (max-width: 1023px) {
  .bannerArea .item .svgImgBox svg.line_1 {
    top: -100px;
    left: -400px;
  }
}
.bannerArea .item .svgImgBox svg.line_1 path {
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
}
.bannerArea .item .svgImgBox svg.line_2 {
  max-width: 740px;
  left: 190px;
  bottom: 60px;
}
@media (max-width: 1023px) {
  .bannerArea .item .svgImgBox svg.line_2 {
    left: -200px;
    bottom: -100px;
  }
}
.bannerArea .item .svgImgBox svg.line_2 path {
  stroke-dasharray: 1260;
  stroke-dashoffset: 1260;
}
.bannerArea .item > .Img {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 110px 0 40.945%;
}
@media (max-width: 768px) {
  .bannerArea .item > .Img {
    padding: 60px 0 65.25%;
  }
}
@media (max-width: 640px) {
  .bannerArea .item > .Img {
    padding: 60px 0 75%;
  }
}
@media (max-width: 480px) {
  .bannerArea .item > .Img {
    padding: 60px 0 125%;
  }
}
.bannerArea .item > .Img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bannerArea .item .Txt {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1180px) {
  .bannerArea .item .Txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .item .Txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .item .Txt {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .bannerArea .item .Txt {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .bannerArea .item .Txt {
    padding: 0;
  }
}
.bannerArea .item .Txt .title {
  margin-bottom: 5px;
  color: #000000;
  font-size: 78px;
  font-weight: 700;
  line-height: calc(78 / 78);
  letter-spacing: calc(78 * 35 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1400px) {
  .bannerArea .item .Txt .title {
    font-size: 56px;
    line-height: 1;
  }
}
@media (max-width: 640px) {
  .bannerArea .item .Txt .title {
    font-size: 46px;
  }
}
.bannerArea .item .Txt .subtitle {
  margin-bottom: 15px;
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 100 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1400px) {
  .bannerArea .item .Txt .subtitle {
    font-size: 15px;
    letter-spacing: 1.2px;
  }
}
@media (max-width: 640px) {
  .bannerArea .item .Txt .subtitle {
    font-size: 12px;
    letter-spacing: 1;
  }
}
.bannerArea .item .Txt .text {
  color: #353535;
  font-size: 38px;
  font-weight: 700;
  line-height: calc(45 / 38);
  letter-spacing: calc(38 * 220 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1400px) {
  .bannerArea .item .Txt .text {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (max-width: 640px) {
  .bannerArea .item .Txt .text {
    font-size: 22px;
    letter-spacing: 5px;
  }
}
.bannerArea .item .Txt .text.small {
  color: #353535;
  font-size: 38px;
  font-weight: 700;
  line-height: calc(45 / 38);
  letter-spacing: calc(38 * 45 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1400px) {
  .bannerArea .item .Txt .text.small {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 3.5px;
  }
}
@media (max-width: 640px) {
  .bannerArea .item .Txt .text.small {
    font-size: 22px;
    letter-spacing: 1.5px;
  }
}
.bannerArea .item .Txt .customLinkBox {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .bannerArea .item .Txt .customLinkBox {
    margin-top: 20px;
  }
}
.bannerArea .item .Txt .customLinkBox .compareList {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 640px) {
  .bannerArea .item .Txt .customLinkBox .compareList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.bannerArea .item .Txt .customLinkBox .compareList .item {
  min-width: 260px;
  height: 50px;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (min-width: 1181px) {
  .bannerArea .item .Txt .customLinkBox .compareList .item:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 1400px) {
  .bannerArea .item .Txt .customLinkBox .compareList .item {
    min-width: 200px;
  }
}
.bannerArea .item .Txt .customLinkBox .compareList .item a {
  display: block;
}
.bannerArea .item .Txt .customLinkBox .compareList .item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bannerArea .item .Txt .customLinkBox .compareList .item .Img {
  height: 30px;
}
@media (max-width: 1400px) {
  .bannerArea .item .Txt .customLinkBox .compareList .item .Img {
    height: 22px;
  }
}
.bannerArea .item .Txt .customLinkBox .compareList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 180px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .bannerArea .item .Txt .customLinkBox .compareList .item .Img img {
    max-width: 120px;
  }
}
.bannerArea .item .Txt .customLinkBox .compareList .item .arrow {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/banner_btn_arrow.png") no-repeat center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.bannerArea .scrollDown {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 100 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: absolute;
  top: unset;
  left: 95px;
  right: unset;
  bottom: 60px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (min-width: 1181px) {
  .bannerArea .scrollDown:hover {
    color: #0366d3;
  }
  .bannerArea .scrollDown:hover i {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .bannerArea .scrollDown:hover i::before {
    border-color: #0366d3;
  }
  .bannerArea .scrollDown:hover i::after {
    background-color: #0366d3;
  }
}
@media (max-width: 640px) {
  .bannerArea .scrollDown {
    left: unset;
    right: 30px;
    bottom: 30px;
  }
}
.bannerArea .scrollDown i {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.bannerArea .scrollDown i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #000000;
  border-width: 2px 2px 0 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.bannerArea .scrollDown i::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #000000;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.bannerArea .arrowBox {
  pointer-events: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1560px) {
  .bannerArea .arrowBox {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 60px 60px;
  }
}
@media (max-width: 640px) {
  .bannerArea .arrowBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 30px 25px;
  }
}
.bannerArea .arrowBox .arrow {
  pointer-events: auto;
}
.bannerArea .arrowBox .arrow.arrowPrev {
  margin-right: 10px;
}

.advantageArea {
  background: #0064d2;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.advantageArea::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  left: -10%;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
@media (max-width: 768px) {
  .advantageArea {
    padding: 40px 0;
  }
}
.advantageArea .advantageBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.advantageArea .advantageBox .arrowBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1480px) {
  .advantageArea .advantageBox .arrowBox {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}
.advantageArea .advantageBox .arrowBox button {
  border-color: #ffffff;
}
.advantageArea .advantageBox .arrowBox button i::before {
  border-color: #ffffff;
}
.advantageArea .advantageBox .arrowBox button i::after {
  background-color: #ffffff;
}
.advantageArea .advantageBox .arrowBox .arrowPrev {
  margin-left: -60px;
}
@media (max-width: 1480px) {
  .advantageArea .advantageBox .arrowBox .arrowPrev {
    margin: 0 10px 0 0;
  }
}
.advantageArea .advantageBox .arrowBox .arrowNext {
  margin-right: -60px;
}
@media (max-width: 1480px) {
  .advantageArea .advantageBox .arrowBox .arrowNext {
    margin: 0;
  }
}
.advantageArea .advantageList .item {
  width: 100%;
}
.advantageArea .advantageList .item .Txt {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.advantageArea .advantageList .item .Txt .title {
  height: 60px;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: calc(30 / 17);
  letter-spacing: calc(17 * 35 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 840px) {
  .advantageArea .advantageList .item .Txt .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .advantageArea .advantageList .item .Txt .title {
    font-size: 15px;
    line-height: 1.25;
  }
}
.advantageArea .advantageList .item .Txt .numBox {
  color: #ffffff;
  font-size: 75px;
  font-weight: 500;
  line-height: calc(75 / 75);
  letter-spacing: calc(75 * -50 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 840px) {
  .advantageArea .advantageList .item .Txt .numBox {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .advantageArea .advantageList .item .Txt .numBox {
    font-size: 45px;
  }
}
.advantageArea .advantageList .item .Txt .numBox .num {
  margin-top: -6px;
}
@media (max-width: 480px) {
  .advantageArea .advantageList .item .Txt .numBox .num {
    margin-top: -4px;
  }
}
.advantageArea .advantageList .item .Txt .numBox .num span {
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.aboutArea {
  background: #f3f3f3;
  overflow: hidden;
  padding: 130px 0;
}
@media (max-width: 1360px) {
  .aboutArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 40px 0;
  }
}
.aboutArea .aboutList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1360px) {
  .aboutArea .aboutList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.aboutArea .aboutList .item .Txt {
  max-width: 650px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1500px) {
  .aboutArea .aboutList .item .Txt {
    max-width: 520px;
  }
}
@media (max-width: 1360px) {
  .aboutArea .aboutList .item .Txt {
    max-width: 800px;
  }
}
.aboutArea .aboutList .item .Txt .textEditor {
  color: #000000;
}
@media (max-width: 1500px) {
  .aboutArea .aboutList .item .Txt .textEditor {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  .aboutArea .aboutList .item .Txt .textEditor {
    font-size: 15px;
    line-height: 1.25;
  }
}
.aboutArea .aboutList .item .Txt .textEditor .subtitle {
  margin-bottom: 40px;
  color: #353535;
  font-size: 25px;
  font-weight: 500;
  line-height: calc(25 / 25);
  letter-spacing: calc(25 * 5 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1500px) {
  .aboutArea .aboutList .item .Txt .textEditor .subtitle {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .aboutArea .aboutList .item .Txt .textEditor .subtitle {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutList .item .Txt .textEditor .subtitle {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.aboutArea .aboutList .item .Txt .textEditor .title {
  margin-bottom: 50px;
  color: #333333;
  font-size: 52px;
  font-weight: 700;
  line-height: calc(72 / 52);
  letter-spacing: calc(52 * 120 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1500px) {
  .aboutArea .aboutList .item .Txt .textEditor .title {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .aboutArea .aboutList .item .Txt .textEditor .title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutList .item .Txt .textEditor .title {
    font-size: 22px;
  }
}
.aboutArea .aboutList .item .Txt .btnBox {
  margin-top: 70px;
}
@media (max-width: 1500px) {
  .aboutArea .aboutList .item .Txt .btnBox {
    margin-top: 50px;
  }
}
.aboutArea .aboutList .item .ImgBox {
  width: 750px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 150px;
  padding-top: 50px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 1780px) {
  .aboutArea .aboutList .item .ImgBox {
    margin-left: 50px;
  }
}
@media (max-width: 1360px) {
  .aboutArea .aboutList .item .ImgBox {
    margin: 0 0 50px;
  }
}
@media (max-width: 840px) {
  .aboutArea .aboutList .item .ImgBox {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(0.7) !important;
            transform: scale(0.7) !important;
    margin-bottom: -100px;
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutList .item .ImgBox {
    -webkit-transform: scale(0.4) !important;
            transform: scale(0.4) !important;
    margin-bottom: -300px;
  }
}
.aboutArea .aboutList .item .ImgBox .svgBox {
  width: 100%;
  font-size: 0;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.aboutArea .aboutList .item .ImgBox .svgBox svg {
  width: 100%;
}
.aboutArea .aboutList .item .ImgBox .svgBox i {
  display: block;
  width: 45px;
  height: 45px;
  background: url("../images/aboutImg_7.png") no-repeat center;
  background-size: contain;
  position: absolute;
  offset-distance: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: calc(4% + 2.5px);
  left: calc(4% + 2.5px);
}
.aboutArea .aboutList .item .ImgBox .svgBox i:nth-of-type(1) {
  offset-path: path("M127.08,126.27C273.82,2.14,489.29-36.7,608.35,39.54c119.06,76.23,96.62,238.67-50.11,362.8-146.74,124.13-362.21,162.97-481.27,86.73C-42.09,412.83-19.66,250.4,127.08,126.27Z");
  -webkit-animation: aboutSvgDistance 8s linear 0s infinite;
          animation: aboutSvgDistance 8s linear 0s infinite;
}
.aboutArea .aboutList .item .ImgBox .svgBox i:nth-of-type(2), .aboutArea .aboutList .item .ImgBox .svgBox i:nth-of-type(3), .aboutArea .aboutList .item .ImgBox .svgBox i:nth-of-type(4) {
  offset-path: path("M171.75,154.87C288.08,56.46,458.91,25.67,553.3,86.11c94.39,60.44,76.61,189.21-39.73,287.63-116.33,98.41-287.16,129.2-381.55,68.76-94.39-60.44-76.61-189.21,39.73-287.63Z");
}
.aboutArea .aboutList .item .ImgBox .svgBox i:nth-of-type(2) {
  -webkit-animation: aboutSvgDistance 5s linear 0s infinite;
          animation: aboutSvgDistance 5s linear 0s infinite;
}
.aboutArea .aboutList .item .ImgBox .svgBox i:nth-of-type(3) {
  -webkit-animation: aboutSvgDistance33 5s linear 0s infinite;
          animation: aboutSvgDistance33 5s linear 0s infinite;
}
.aboutArea .aboutList .item .ImgBox .svgBox i:nth-of-type(4) {
  -webkit-animation: aboutSvgDistance67 5s linear 0s infinite;
          animation: aboutSvgDistance67 5s linear 0s infinite;
}
.aboutArea .aboutList .item .ImgBox .iconBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.aboutArea .aboutList .item .ImgBox .iconBox i {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
}
.aboutArea .aboutList .item .ImgBox .iconBox i::before {
  content: "";
  position: absolute;
  background: radial-gradient(circle, #f3f3f3 0%, #f3f3f3 50%, transparent);
  border-radius: 50%;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.aboutArea .aboutList .item .ImgBox .iconBox i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.aboutArea .aboutList .item .ImgBox .iconBox i:nth-of-type(1) {
  right: 32%;
  top: 12%;
  -webkit-animation: aboutItemFloat 5s ease-in-out 0s infinite;
          animation: aboutItemFloat 5s ease-in-out 0s infinite;
}
.aboutArea .aboutList .item .ImgBox .iconBox i:nth-of-type(1)::after {
  background: url("../images/aboutImg_3.png") no-repeat center;
  background-size: contain;
  -webkit-animation: aboutItemFloat 5s ease-in-out 0s infinite;
          animation: aboutItemFloat 5s ease-in-out 0s infinite;
}
.aboutArea .aboutList .item .ImgBox .iconBox i:nth-of-type(2) {
  right: -5%;
  top: 20%;
  -webkit-animation: aboutItemFloat 3s ease 0s infinite;
          animation: aboutItemFloat 3s ease 0s infinite;
}
.aboutArea .aboutList .item .ImgBox .iconBox i:nth-of-type(2)::after {
  background: url("../images/aboutImg_6.png") no-repeat center;
  background-size: contain;
}
.aboutArea .aboutList .item .ImgBox .iconBox i:nth-of-type(3) {
  left: -5%;
  bottom: 20%;
}
.aboutArea .aboutList .item .ImgBox .iconBox i:nth-of-type(3)::after {
  background: url("../images/aboutImg_4.png") no-repeat center;
  background-size: contain;
  left: -5%;
  bottom: 20%;
  -webkit-animation: aboutItemFloat 3s ease-in-out 0s infinite;
          animation: aboutItemFloat 3s ease-in-out 0s infinite;
}
.aboutArea .aboutList .item .ImgBox .iconBox i:nth-of-type(4) {
  left: 30%;
  bottom: 0%;
  -webkit-animation: aboutItemFloat 7.5s ease 0s infinite;
          animation: aboutItemFloat 7.5s ease 0s infinite;
}
.aboutArea .aboutList .item .ImgBox .iconBox i:nth-of-type(4)::after {
  background: url("../images/aboutImg_5.png") no-repeat center;
  background-size: contain;
}
.aboutArea .aboutList .item .ImgBox .picBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.aboutArea .aboutList .item .ImgBox .picBox i {
  display: block;
  position: absolute;
}
.aboutArea .aboutList .item .ImgBox .picBox i:nth-of-type(1) {
  width: 140px;
  height: 185px;
  background: url("../images/aboutImg_1.png") no-repeat center;
  background-size: contain;
  left: 22%;
  top: 17%;
  -webkit-animation: aboutItemFloat 4s ease-in-out 0s infinite;
          animation: aboutItemFloat 4s ease-in-out 0s infinite;
}
.aboutArea .aboutList .item .ImgBox .picBox i:nth-of-type(2) {
  width: 400px;
  height: 240px;
  background: url("../images/aboutImg_2.png") no-repeat center;
  background-size: contain;
  right: 0;
  bottom: 8%;
  -webkit-animation: aboutItemFloat 6s ease 0s infinite;
          animation: aboutItemFloat 6s ease 0s infinite;
}

.milestoneArea {
  background: #f3f3f3;
  padding-bottom: 130px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.milestoneArea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 407.5px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #000000), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to right, #000000 0%, #000000 50%, transparent 50%, transparent 100%);
  background-size: 10px 100%;
  background-repeat: repeat-x;
}
@media (max-width: 1180px) {
  .milestoneArea::before {
    top: 387.5px;
  }
}
@media (max-width: 1060px) {
  .milestoneArea::before {
    top: 317.5px;
  }
}
@media (max-width: 768px) {
  .milestoneArea::before {
    top: 294.5px;
  }
}
@media (max-width: 1060px) {
  .milestoneArea {
    padding-bottom: 60px;
  }
}
.milestoneArea .bg {
  background: #ffffff;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.milestoneArea .wrap {
  max-width: 100%;
  padding: 0 95px;
}
@media (max-width: 1600px) {
  .milestoneArea .wrap {
    padding: 0 50px;
  }
}
@media (max-width: 960px) {
  .milestoneArea .wrap {
    padding: 0;
  }
}
.milestoneArea .milestoneBox {
  padding: 130px 0 100px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.milestoneArea .milestoneBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 407.5px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #000000), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to right, #000000 0%, #000000 50%, transparent 50%, transparent 100%);
  background-size: 10px 100%;
  background-repeat: repeat-x;
}
@media (max-width: 1180px) {
  .milestoneArea .milestoneBox::before {
    top: 387.5px;
  }
}
@media (max-width: 1060px) {
  .milestoneArea .milestoneBox::before {
    top: 317.5px;
  }
}
@media (max-width: 768px) {
  .milestoneArea .milestoneBox::before {
    top: 294.5px;
  }
}
@media (max-width: 1060px) {
  .milestoneArea .milestoneBox {
    padding: 60px 0;
  }
}
.milestoneArea .milestoneBox .innerWrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 3;
}
@media (max-width: 1180px) {
  .milestoneArea .milestoneBox .innerWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .milestoneArea .milestoneBox .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.milestoneArea .topBox {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.milestoneArea .topBox .arrowBox .arrowPrev {
  margin-right: 10px;
}
.milestoneArea .milestoneList {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.milestoneArea .milestoneList .classTitle {
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #000000;
  font-size: 38px;
  font-weight: 500;
  line-height: calc(38 / 38);
  letter-spacing: calc(38 * 0 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.milestoneArea .milestoneList .classTitle::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #0366d3;
  border-radius: 50%;
  left: 0;
  bottom: -5px;
}
.milestoneArea .milestoneList .item {
  margin-bottom: 30px;
}
.milestoneArea .milestoneList .item:last-child {
  margin: 0;
}
.milestoneArea .milestoneList .item .Txt {
  max-width: 215px;
}
@media (max-width: 480px) {
  .milestoneArea .milestoneList .item .Txt {
    max-width: 100%;
  }
}
.milestoneArea .milestoneList .item .Txt .title {
  margin-bottom: 15px;
  color: #0366d3;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 0 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.milestoneArea .milestoneList .item .Txt .text {
  color: #333333;
  font-size: 17px;
  font-weight: 400;
  line-height: calc(30 / 17);
  letter-spacing: calc(17 * 35 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.serviceArea .wrap {
  max-width: 100%;
  padding: 0;
}
.serviceArea .serviceBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.serviceArea .serviceBox .arrowBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1540px) {
  .serviceArea .serviceBox .arrowBox {
    padding: 0 50px;
  }
}
@media (max-width: 1180px) {
  .serviceArea .serviceBox .arrowBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 0 50px;
  }
}
.serviceArea .serviceBox .arrowBox .arrow {
  border-color: #ffffff;
}
@media (min-width: 1181px) {
  .serviceArea .serviceBox .arrowBox .arrow:hover {
    background: #ffffff;
  }
  .serviceArea .serviceBox .arrowBox .arrow:hover i::before {
    border-color: #000000;
  }
  .serviceArea .serviceBox .arrowBox .arrow:hover i::after {
    background: #000000;
  }
}
@media (max-width: 1180px) {
  .serviceArea .serviceBox .arrowBox .arrow.arrowPrev {
    margin-right: 10px;
  }
}
.serviceArea .serviceBox .arrowBox .arrow i::before {
  border-color: #ffffff;
}
.serviceArea .serviceBox .arrowBox .arrow i::after {
  background: #ffffff;
}
.serviceArea .titleBox {
  position: absolute;
  top: 130px;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 1180px) {
  .serviceArea .titleBox {
    top: 50px;
  }
}
.serviceArea .titleBox .title,
.serviceArea .titleBox .subtitle {
  color: #ffffff;
}
.serviceArea .serviceList .serviceItem {
  height: 100%;
}
.serviceArea .serviceList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.serviceArea .serviceList .slick-slide {
  height: inherit;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.serviceArea .serviceList .slick-slide::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#d7eaf5), to(#d7abf6));
  background: linear-gradient(to right, #d7eaf5, #d7abf6);
  opacity: 0.2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.serviceArea .serviceList .slick-slide::after {
  content: "";
  position: absolute;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.serviceArea .serviceList .slick-slide > div {
  height: 100%;
}
.serviceArea .serviceList .item {
  height: 100%;
  padding: 80px 0 160px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.serviceArea .serviceList .item::after {
  content: "";
  position: absolute;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  z-index: -1;
}
@media (max-width: 1180px) {
  .serviceArea .serviceList .item {
    padding: 160px 0;
  }
}
.serviceArea .serviceList .item.bg_1 {
  background: #1f84fa;
}
.serviceArea .serviceList .item.bg_1::after {
  background: url("../images/serviceImg_bg_1.png") no-repeat center;
  background-size: contain;
}
.serviceArea .serviceList .item.bg_2 {
  background: #1768cf;
}
.serviceArea .serviceList .item.bg_2::after {
  background: url("../images/serviceImg_bg_2.png") no-repeat center;
  background-size: contain;
}
.serviceArea .serviceList .item .Img {
  width: 100%;
  max-width: 440px;
  margin-bottom: 20px;
}
.serviceArea .serviceList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serviceArea .serviceList .item .Txt {
  text-align: center;
}
.serviceArea .serviceList .item .Txt .text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(30 / 20);
  letter-spacing: calc(20 * 35 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.serviceArea .serviceList .item .Txt .customLinkBox {
  margin-top: 40px;
}
.serviceArea .serviceList .item .Txt .customLinkBox .item {
  max-width: 260px;
  height: 50px;
  border-radius: 10px;
  padding: 0;
  margin: 0 auto;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (min-width: 1181px) {
  .serviceArea .serviceList .item .Txt .customLinkBox .item:hover .arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 1400px) {
  .serviceArea .serviceList .item .Txt .customLinkBox .item {
    min-width: 200px;
  }
}
.serviceArea .serviceList .item .Txt .customLinkBox .item a {
  display: block;
}
.serviceArea .serviceList .item .Txt .customLinkBox .item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.serviceArea .serviceList .item .Txt .customLinkBox .item .Img {
  height: 30px;
  margin: 0;
}
.serviceArea .serviceList .item .Txt .customLinkBox .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 180px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.serviceArea .serviceList .item .Txt .customLinkBox .item .arrow {
  display: block;
  margin-left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent;
  border-left-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.serviceArea .serviceList .item .Txt .downBox {
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .serviceArea .serviceList .item .Txt .downBox {
    max-width: 260px;
    margin: 50px auto 0;
  }
}
.serviceArea .serviceList .item .Txt .downBox .downList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 20px 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.serviceArea .serviceList .item .Txt .downBox .downList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.serviceArea .serviceList .item .Txt .downBox .downList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 1180px) {
  .serviceArea .serviceList .item .Txt .downBox .downList {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.serviceArea .serviceList .item .Txt .downBox .downList .item {
  display: block;
  padding: 0;
}
.serviceArea .serviceList .item .Txt .downBox .downList .item .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.serviceArea .serviceList .item .Txt .downBox .downList .item .Txt .title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: calc(17 / 17);
  letter-spacing: calc(17 * 35 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.serviceArea .serviceList .item .Txt .downBox .downList .item .Txt .icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/service_down_check.png") no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

.newsArea {
  background: #ffffff;
  padding: 130px 0;
}
@media (max-width: 1060px) {
  .newsArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .newsArea {
    padding: 40px 0;
  }
}
.newsArea .newsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .newsArea .newsBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsArea .newsBox .leftSide {
  margin-right: auto;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .newsArea .newsBox .leftSide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsBox .leftSide {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsBox .leftSide .topBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.newsArea .newsBox .leftSide .btnBox {
  margin-top: 70px;
}
@media (max-width: 1023px) {
  .newsArea .newsBox .leftSide .btnBox {
    margin: 0 0 0 40px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsBox .leftSide .btnBox {
    display: none;
  }
}
.newsArea .newsBox .leftSide .arrowBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.newsArea .newsBox .leftSide .arrowBox .arrowPrev {
  margin-right: 10px;
}
@media (min-width: 769px) {
  .newsArea .newsBox .leftSide .arrowBox .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .newsArea .newsBox .leftSide .arrowBox .arrow i {
    margin-top: -1px;
  }
}
.newsArea .newsBox .newsList {
  max-width: 885px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.newsArea .newsBox .newsList::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1360px) {
  .newsArea .newsBox .newsList {
    max-width: 700px;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsBox .newsList {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .newsArea .newsBox .newsList .slick-list {
    margin: 0 -10px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsBox .newsList .slick-slide {
    margin: 0 10px;
  }
}
.newsArea .newsBox .newsList .item {
  padding: 30px 0;
  border-top: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .newsArea .newsBox .newsList .item {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
}
.newsArea .newsBox .newsList .item .Txt {
  max-width: 540px;
}
@media (max-width: 768px) {
  .newsArea .newsBox .newsList .item .Txt {
    max-width: 100%;
  }
}
.newsArea .newsBox .newsList .item .Txt .newsInfoBox {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.newsArea .newsBox .newsList .item .Txt .newsInfoBox .dateBox {
  margin-right: 25px;
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  line-height: calc(17 / 17);
  letter-spacing: calc(17 * 35 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsArea .newsBox .newsList .item .Txt .newsInfoBox .classTitle {
  background: #ebebeb;
  border-radius: 99px;
  padding: 12px 15px 10px;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: calc(17 / 17);
  letter-spacing: calc(17 * 50 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsArea .newsBox .newsList .item .Txt .title {
  height: 64px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: calc(32 / 20);
  letter-spacing: calc(20 * 35 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .newsBox .newsList .item .Txt .title a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.newsArea .newsBox .newsList .item .Img {
  width: 100%;
  max-width: 260px;
  border-radius: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .newsArea .newsBox .newsList .item .Img {
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.newsArea .newsBox .newsList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .newsBox .btnBox.rwd {
  display: none;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .newsArea .newsBox .btnBox.rwd {
    display: block;
  }
}

.contactArea {
  background: #f3f3f3;
  padding: 90px 0 130px;
}
@media (max-width: 768px) {
  .contactArea {
    padding: 60px 0;
  }
}
.contactArea .wrap {
  max-width: 100%;
  padding: 0 95px;
}
@media (max-width: 1600px) {
  .contactArea .wrap {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .contactArea .wrap {
    padding: 0;
  }
}
.contactArea .contactBox {
  padding: 80px 0;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .contactArea .contactBox {
    padding: 60px 0;
  }
}
.contactArea .bg {
  background: #ffffff;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.contactArea .item {
  text-align: center;
}
.contactArea .item .title {
  color: #000000;
  font-size: 50px;
  font-weight: 700;
  line-height: calc(50 / 50);
  letter-spacing: calc(50 * 120 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 768px) {
  .contactArea .item .title {
    font-size: 36px;
    line-height: 1;
  }
}
.contactArea .item .subtitle {
  margin-top: 25px;
  color: #0366d3;
  font-size: 30px;
  font-weight: 600;
  line-height: calc(30 / 30);
  letter-spacing: calc(30 * 50 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 768px) {
  .contactArea .item .subtitle {
    font-size: 24px;
    line-height: 1;
    margin-top: 20px;
  }
}
.contactArea .item .btnBox {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .contactArea .item .btnBox {
    margin-top: 20px;
  }
}

.teamArea {
  background: #f3f3f3;
  padding-bottom: 130px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 1060px) {
  .teamArea {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .teamArea {
    padding-bottom: 40px;
  }
}
.teamArea .wrap {
  max-width: 100%;
  padding: 0 95px;
}
@media (max-width: 1600px) {
  .teamArea .wrap {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .teamArea .wrap {
    padding: 0 20px;
  }
}
.teamArea .teamBox {
  height: 685px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 2;
}
@media (max-width: 1180px) {
  .teamArea .teamBox {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.teamArea .leftSide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1180px) {
  .teamArea .leftSide {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .teamArea .leftSide {
    margin-bottom: 40px;
  }
}
@media (max-width: 1180px) {
  .teamArea .leftSide .topBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.teamArea .leftSide .btnBox {
  margin-top: 70px;
}
@media (max-width: 1180px) {
  .teamArea .leftSide .btnBox {
    margin: 0 0 0 40px;
  }
}
@media (max-width: 768px) {
  .teamArea .leftSide .btnBox {
    display: none;
  }
}
.teamArea .leftSide .arrowBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 135px;
}
@media (max-width: 1180px) {
  .teamArea .leftSide .arrowBox {
    margin: 0;
  }
}
.teamArea .leftSide .arrowBox .arrowPrev {
  margin-right: 10px;
}
.teamArea .teamList {
  max-width: 1440px;
}
@media (max-width: 1880px) {
  .teamArea .teamList {
    max-width: 1080px;
  }
}
@media (max-width: 1440px) {
  .teamArea .teamList {
    max-width: 720px;
  }
}
@media (max-width: 1180px) {
  .teamArea .teamList {
    max-width: 100%;
  }
}
@media (max-width: 870px) {
  .teamArea .teamList .slick-list {
    margin: 0 -10px;
  }
}
.teamArea .teamList .slick-slide {
  padding-top: 40px;
}
@media (max-width: 870px) {
  .teamArea .teamList .slick-slide {
    margin: 0 10px;
  }
}
.teamArea .teamList .item {
  max-width: 360px;
  margin: 0 auto;
  padding: 110px 35px 60px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.teamArea .teamList .item::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 320px;
  height: 100%;
  background: #ffffff;
  border-radius: 30px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
  .teamArea .teamList .item::before {
    max-width: 100%;
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .teamArea .teamList .item {
    padding: 80px 20px 30px;
  }
}
.teamArea .teamList .item.active::before {
  max-width: 100%;
  opacity: 1;
}
.teamArea .teamList .item.active .ImgBox .base {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.teamArea .teamList .item.active .Txt {
  height: 150px;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  margin-top: 65px;
}
@media (max-width: 1180px) {
  .teamArea .teamList .item.active .Txt {
    height: auto;
  }
}
.teamArea .teamList .item .topTitle {
  min-width: 240px;
  height: 80px;
  background: #0366d3;
  border-radius: 99px;
  white-space: nowrap;
  padding: 0 25px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: calc(28 / 28);
  letter-spacing: calc(28 * 120 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: -40px;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.teamArea .teamList .item .topTitle::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 40px;
  background: url("../images/team_title_bg.png") no-repeat center;
  background-size: contain;
  left: 20px;
  bottom: -20px;
}
@media (max-width: 870px) {
  .teamArea .teamList .item .topTitle {
    font-size: 24px;
  }
}
.teamArea .teamList .item .ImgBox {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.teamArea .teamList .item .ImgBox .base {
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
  .teamArea .teamList .item .ImgBox .base {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
.teamArea .teamList .item .ImgBox .base .Img {
  width: 100%;
}
.teamArea .teamList .item .ImgBox .base .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.teamArea .teamList .item .ImgBox .mainImg {
  width: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .teamArea .teamList .item .ImgBox .mainImg {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
.teamArea .teamList .item .ImgBox .mainImg .Img {
  width: 100%;
}
.teamArea .teamList .item .ImgBox .mainImg .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.teamArea .teamList .item .Txt {
  height: 0;
  opacity: 0;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1180px) {
  .teamArea .teamList .item .Txt {
    height: auto;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    margin-top: 65px;
  }
}
.teamArea .teamList .item .Txt .text {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: calc(30 / 20);
  letter-spacing: calc(20 * 35 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 870px) {
  .teamArea .teamList .item .Txt .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .teamArea .teamList .item .Txt .text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.teamArea .teamList .item .coverLink {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.teamArea .marquee {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.teamArea .marquee p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 50px;
  -webkit-animation: teamMarquee 60s linear infinite;
          animation: teamMarquee 60s linear infinite;
  color: #ffffff;
  font-size: 165px;
  font-weight: 500;
  line-height: calc(165 / 165);
  letter-spacing: calc(165 * 25 / 1000 * 1px);
  font-family: "Saira", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.teamArea .btnBox.rwd {
  display: none;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .teamArea .btnBox.rwd {
    display: block;
  }
}

.arrowBox {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.arrowBox button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  pointer-events: auto;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (min-width: 1181px) {
  .arrowBox button:hover {
    background: #000000;
  }
  .arrowBox button:hover i::before {
    border-color: #ffffff;
  }
  .arrowBox button:hover i::after {
    background-color: #ffffff;
  }
}
.arrowBox button.arrowPrev i {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.arrowBox button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.arrowBox button i {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.arrowBox button i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #000000;
  border-width: 2px 2px 0 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.arrowBox button i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.ib_info_004 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  border-radius: 16px;
  overflow: hidden;
}
.ib_info_004 .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.ib_info_004 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_info_004 .Txt {
  padding: 30px;
}
.ib_info_004 .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.ib_info_004 .close {
  width: 46px;
  height: 46px;
  background-color: #0366d3;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  z-index: 1;
  border-radius: 16px;
  top: 10px;
  right: 10px;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.ib_info_004 .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ib_info_004 .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #0366d3;
    opacity: 1;
  }
  .ib_info_004 .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.ib_info_004.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
  opacity: 1;
}
.ib_info_004.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}