@charset "UTF-8";
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dashDraw {
  0% {
    width: 0%;
    opacity: 1;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes dashDraw {
  0% {
    width: 0%;
    opacity: 1;
  }
  95% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.wrap {
  max-width: 1480px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

*,
*:before,
*:after {
  outline: 0;
}

*:before,
*:after {
  pointer-events: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.textCenter {
  text-align: center;
}

.iconBackendScrollDown {
  color: #333333;
  width: 25px;
  height: 25px;
}

.iconBackendArrowDown {
  color: #333333;
  width: 18px;
  height: 10px;
}

.inquiryArea .btnBox .btn .arrow, .inquiryArea .btnBox .btn .btnText, .inquiryArea .btnBox .btn, .faqArea .faqItem .toggleOpen, .faqArea .faqItem .item, .seoArea .seoItem .line, .solutionArea .solutionItem .Icon img, .solutionArea .solutionItem .Icon::before, .solutionArea .solutionItem .Icon::after, .solutionArea .solutionItem .Img .dots, .solutionArea .solutionItem .Img::before, .solutionArea .solutionItem .Img::after, .solutionArea .solutionItem .Img, .bannerArea .scrollDown .text text, svg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.outerWrap {
  padding-top: 78px;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 81px;
  }
}

.mainContent > section:not(.bannerArea):not(.contactGroupArea) {
  position: relative;
  border-radius: 50px 50px 0 0;
  margin-top: -40px;
}
@media (max-width: 480px) {
  .mainContent > section:not(.bannerArea):not(.contactGroupArea) {
    border-radius: 30px 30px 0 0;
  }
}
.mainContent > section:not(.bannerArea):not(.contactGroupArea) .wrap {
  padding-top: 40px;
}
@media (max-width: 480px) {
  .mainContent > section:not(.bannerArea):not(.contactGroupArea) .wrap {
    padding-top: 0;
  }
}
.mainContent > section:not(.bannerArea):not(.contactGroupArea).advantagesArea {
  z-index: 1;
}
.mainContent > section:not(.bannerArea):not(.contactGroupArea).solutionArea {
  z-index: 2;
}
.mainContent > section:not(.bannerArea):not(.contactGroupArea).seoArea {
  z-index: 3;
}
.mainContent > section:not(.bannerArea):not(.contactGroupArea).faqArea {
  z-index: 4;
}
.mainContent > section:not(.bannerArea):not(.contactGroupArea).inquiryArea {
  z-index: 5;
  margin-top: -55px;
}
.mainContent > section:not(.bannerArea):not(.contactGroupArea).inquiryArea .wrap {
  padding-top: 55px;
}
@media (max-width: 480px) {
  .mainContent > section:not(.bannerArea):not(.contactGroupArea).inquiryArea .wrap {
    padding-top: 0;
  }
}

.titleBox {
  padding-bottom: 55px;
}
@media (max-width: 992px) {
  .titleBox {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .titleBox {
    padding-bottom: 30px;
  }
}
.titleBox .decoTitle {
  color: #C4252B;
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(20px, 3.5vw, 25px);
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
.titleBox .title {
  color: #000000;
  font-size: clamp(28px, 5vw, 50px);
  font-weight: bold;
  line-height: 1.18;
  text-align: inherit;
  letter-spacing: 0;
}
.titleBox .text {
  color: #333333;
  font-weight: 500;
  line-height: 1.545;
  font-size: clamp(16px, 2.5vw, 22px);
  letter-spacing: 1.1px;
  margin-top: 25px;
}
@media (max-width: 1180px) {
  .titleBox .text br {
    display: none;
  }
}

.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1420px;
  padding: 20px 20px 60px;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  color: #000000;
  font-weight: 800;
  line-height: 1.285;
  font-size: clamp(35px, 4.5vw, 70px);
  letter-spacing: 0.35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bannerArea .bannerItem .Txt .title .red {
  color: #C4252B;
}
.bannerArea .bannerItem .Txt .title .deco {
  font-weight: 900;
  line-height: 1;
  margin: 0 1.042vw; /*20px*/
  padding-top: 0.521vw; /*10px*/
  font-size: clamp(20px, 3.5vw, 40px);
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #000000;
  display: block;
  font-weight: 600;
  line-height: 1.5;
  font-size: clamp(23px, 1.5vw, 29px);
  letter-spacing: 0.145px;
  margin-top: 35px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .subtitle {
    margin-top: 20px;
  }
}
.bannerArea .bannerItem .Txt .subtitle .line {
  display: inline-block;
  width: 60px;
  height: 2px;
  margin: 0 20px 0 18px;
  vertical-align: 10px;
  background-color: #C4252B;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: 890px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Img img {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Img img {
    height: 65vh;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  position: relative;
  left: -20px;
  bottom: -135px;
  z-index: 2;
  width: 175px;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1440px) {
  .bannerArea .scrollDown {
    left: 0;
  }
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    bottom: 0;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
@media (min-width: 1181px) {
  .bannerArea .scrollDown:hover .text {
    background-color: #C4252B;
  }
  .bannerArea .scrollDown:hover .text text {
    fill: #ffffff;
  }
  .bannerArea .scrollDown:hover .icon svg {
    color: #ffffff;
  }
}
.bannerArea .scrollDown .outerCircle {
  width: 175px;
  height: 175px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
}
.bannerArea .scrollDown .outerCircle .point {
  position: absolute;
  left: calc(50% - 3px);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.bannerArea .scrollDown .outerCircle .point:first-child {
  top: -3px;
  background-color: #ffffff;
}
.bannerArea .scrollDown .outerCircle .point:last-child {
  bottom: -3px;
  background-color: #C4252B;
}
.bannerArea .scrollDown .innerBox {
  width: 131px;
  height: 131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #C4252B;
  border-radius: 50%;
}
.bannerArea .scrollDown .text {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background-color: #ffffff;
}
.bannerArea .scrollDown .text text {
  fill: #000000;
  font-size: 12px;
  font-weight: 600;
  font-family: "Poppins", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.384px;
}
.bannerArea .scrollDown .icon {
  position: absolute;
  inset: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.advantagesArea {
  background-color: #eeeeee;
  background-image: url(../../images/service/backend/bg/noiseBg_adv.jpg);
  background-repeat: repeat;
  margin-top: -60px;
  position: relative;
  padding: 145px 0;
}
@media (max-width: 992px) {
  .advantagesArea {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .advantagesArea {
    padding: 70px 0 60px;
  }
}
.advantagesArea .titleBox {
  padding-bottom: 20px;
}
.advantagesArea .advantagesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
  margin: 0 -10px;
}
@media (max-width: 480px) {
  .advantagesArea .advantagesList {
    margin: 0 -5px;
  }
}
@media (max-width: 414px) {
  .advantagesArea .advantagesList {
    margin: 0;
  }
}
.advantagesArea .advantagesItem {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .advantagesArea .advantagesItem {
    width: 33.33%;
    padding: 0 10px 60px;
  }
}
@media (max-width: 768px) {
  .advantagesArea .advantagesItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .advantagesArea .advantagesItem {
    padding: 0 5px 50px;
  }
}
@media (max-width: 414px) {
  .advantagesArea .advantagesItem {
    width: 100%;
  }
}
.advantagesArea .advantagesItem:nth-child(odd) .Img::before {
  background-image: url(../../images/service/backend/bg/advGradientBg01.png);
}
.advantagesArea .advantagesItem:nth-child(even) .Img::before {
  background-image: url(../../images/service/backend/bg/advGradientBg02.png);
}
.advantagesArea .advantagesItem .item {
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background-color: #f3f3f3;
  background-image: url(../../images/service/backend/bg/advBg.png);
  background-repeat: repeat;
}
@media (max-width: 768px) {
  .advantagesArea .advantagesItem .item {
    padding: 20px 15px;
  }
}
.advantagesArea .advantagesItem .Img {
  margin-top: -50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 992px) {
  .advantagesArea .advantagesItem .Img {
    padding-bottom: 30px;
  }
}
.advantagesArea .advantagesItem .Img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  width: 100%;
  height: calc(100% - 45px);
  margin: auto;
  border-radius: 20px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1), inset 0px 4px 9px 0px rgba(255, 255, 255, 0.004);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1), inset 0px 4px 9px 0px rgba(255, 255, 255, 0.004);
}
.advantagesArea .advantagesItem .Img img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.advantagesArea .advantagesItem .Txt {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 17px 0;
}
.advantagesArea .advantagesItem .Txt .title {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 1.2px;
}
@media (max-width: 992px) {
  .advantagesArea .advantagesItem .Txt .title {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
@media (max-width: 480px) {
  .advantagesArea .advantagesItem .Txt .title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.advantagesArea .advantagesItem .Txt .text {
  color: #404040;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-top: 4px;
}
@media (max-width: 992px) {
  .advantagesArea .advantagesItem .Txt .text {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
@media (max-width: 480px) {
  .advantagesArea .advantagesItem .Txt .text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.solutionArea {
  background-color: #C4252B;
  background-image: url(../../images/service/backend/bg/gridBg2.png), url(../../images/service/backend/bg/noiseBg_solution.jpg);
  background-repeat: repeat;
  padding: 100px 0 220px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .solutionArea {
    padding: 60px 0 140px;
  }
}
@media (max-width: 768px) {
  .solutionArea {
    padding: 60px 0 100px;
  }
}
.solutionArea::before {
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../../images/service/backend/solutionBgFrame01.png), url(../../images/service/backend/solutionBgFrame02.png), url(../../images/service/backend/solutionBgFrame03.png), url(../../images/service/backend/solutionBgFrame04.png);
  background-position: left top, right top, left bottom, right bottom;
}
@media (max-width: 1667px) {
  .solutionArea::before {
    left: -120px;
    right: -120px;
  }
}
@media (max-width: 1180px) {
  .solutionArea::before {
    display: none;
  }
}
.solutionArea .titleBox .decoTitle,
.solutionArea .titleBox .title {
  color: #ffffff;
}
.solutionArea .wrap {
  max-width: calc(100vw - 320px);
}
@media (max-width: 1667px) {
  .solutionArea .wrap {
    max-width: calc(100vw - 60px);
  }
}
@media (max-width: 1180px) {
  .solutionArea .wrap {
    max-width: 100%;
  }
}
.solutionArea .solutionBox {
  position: relative;
  padding: 60px;
}
@media (max-width: 1280px) {
  .solutionArea .solutionBox {
    padding: 60px 40px;
  }
}
@media (max-width: 1180px) {
  .solutionArea .solutionBox {
    padding: 60px 40px 50px;
  }
}
@media (max-width: 768px) {
  .solutionArea .solutionBox {
    padding: 50px 30px;
  }
}
@media (max-width: 640px) {
  .solutionArea .solutionBox {
    padding: 30px;
  }
}
.solutionArea .solutionBox::before {
  position: absolute;
  content: "";
  inset: 0;
  margin: auto;
  border-radius: 70px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 480px) {
  .solutionArea .solutionBox::before {
    border-radius: 35px;
  }
}
@media (min-width: 1181px) {
  .solutionArea .mbBox {
    display: none;
  }
}
.solutionArea .mbBox .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  bottom: 0;
  margin-top: 25px;
}
.solutionArea .mbBox .slick-dots li.slick-active button:before {
  background-color: #ffffff;
}
.solutionArea .mbBox .slick-dots li button:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.solutionArea .mbBox .solutionList {
  margin: 0 -20px;
}
.solutionArea .mbBox .solutionList > .solutionItem {
  float: left;
  width: 50%;
}
@media (max-width: 640px) {
  .solutionArea .mbBox .solutionList > .solutionItem {
    width: 100%;
  }
}
.solutionArea .mbBox .solutionList > .solutionItem:not(:first-child):not(:nth-child(2)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 640px) {
  .solutionArea .mbBox .solutionList > .solutionItem:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.solutionArea .mbBox .slick-slide.slick-current .item {
  position: relative;
}
.solutionArea .mbBox .slick-slide.slick-current .item:after {
  position: absolute;
  right: -20px;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  background-image: repeating-linear-gradient(180deg, #edced0, #edced0 2px, transparent 2px, transparent 6px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 100%;
}
@media (max-width: 640px) {
  .solutionArea .mbBox .slick-slide.slick-current .item:after {
    display: none;
  }
}
@media (max-width: 1180px) {
  .solutionArea .topBox {
    display: none;
  }
}
.solutionArea .topBox .solutionItem .Img {
  top: calc(100% + 195px);
}
.solutionArea .topBox .solutionItem .Img:before {
  top: calc(-100% + 50px);
}
.solutionArea .topBox .solutionItem .Img::after {
  top: calc(-100% + 25px);
  height: 195px;
}
.solutionArea .topBox .solutionItem .Img .dots {
  left: 105px;
  top: 4px;
}
@media (max-width: 1180px) {
  .solutionArea .bottomBox {
    display: none;
  }
}
.solutionArea .bottomBox .solutionItem .Img {
  bottom: calc(100% + 205px);
}
.solutionArea .bottomBox .solutionItem .Img:before {
  bottom: calc(-100% + 50px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.solutionArea .bottomBox .solutionItem .Img::after {
  top: 100%;
}
.solutionArea .bottomBox .solutionItem .Img .dots {
  left: 105px;
  bottom: -5px;
}
.solutionArea .ImgBox {
  margin: 50px 0;
}
@media (max-width: 1180px) {
  .solutionArea .ImgBox {
    margin: 30px 0 0;
  }
}
.solutionArea .ImgBox img {
  margin: 0 auto;
}
@media (min-width: 1181px) {
  .solutionArea .solutionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.solutionArea .solutionItem {
  position: relative;
  padding: 0 66px;
  cursor: pointer;
}
@media (max-width: 1667px) {
  .solutionArea .solutionItem {
    padding: 0 40px;
  }
}
@media (min-width: 1181px) {
  .solutionArea .solutionItem {
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  .solutionArea .solutionItem {
    padding: 0 20px;
  }
}
@media (min-width: 1181px) {
  .solutionArea .solutionItem:hover .Icon::before, .solutionArea .solutionItem:hover .Icon::after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .solutionArea .solutionItem:hover .Icon::before {
    border-color: #ffffff;
  }
  .solutionArea .solutionItem:hover .Icon img {
    -webkit-filter: none;
            filter: none;
  }
  .solutionArea .solutionItem:hover .Img {
    opacity: 1;
    pointer-events: auto;
  }
  .solutionArea .solutionItem:hover .Img::before, .solutionArea .solutionItem:hover .Img::after,
  .solutionArea .solutionItem:hover .Img .dots {
    opacity: 1;
  }
}
.solutionArea .solutionItem:first-child:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  background-image: repeating-linear-gradient(180deg, #edced0, #edced0 2px, transparent 2px, transparent 6px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 100%;
}
@media (max-width: 1180px) {
  .solutionArea .solutionItem:first-child:before {
    display: none;
  }
}
.solutionArea .solutionItem:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  background-image: repeating-linear-gradient(180deg, #edced0, #edced0 2px, transparent 2px, transparent 6px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 100%;
}
@media (max-width: 1180px) {
  .solutionArea .solutionItem:after {
    display: none;
  }
}
.solutionArea .solutionItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .solutionArea .solutionItem .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.solutionArea .solutionItem .Img {
  position: absolute;
  left: -5px;
  width: 275px;
  padding: 7px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1667px) {
  .solutionArea .solutionItem .Img {
    left: calc(0% - 35px);
  }
}
.solutionArea .solutionItem .Img::before, .solutionArea .solutionItem .Img::after {
  position: absolute;
  left: 110px;
  content: "";
  margin: 0 auto;
  width: 1px;
  opacity: 0;
}
.solutionArea .solutionItem .Img::before {
  height: 20px;
  background-color: #ffffff;
}
.solutionArea .solutionItem .Img::after {
  height: 200px;
  background-color: rgba(255, 255, 255, 0.5);
}
.solutionArea .solutionItem .Img .dots {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.solutionArea .solutionItem .Img .dots::before {
  position: absolute;
  content: "";
  inset: 3px;
  margin: auto;
  border-radius: 50%;
  background-color: #C4252B;
}
.solutionArea .solutionItem .Img img {
  border-radius: 20px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.solutionArea .solutionItem .Icon {
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.solutionArea .solutionItem .Icon::before, .solutionArea .solutionItem .Icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.solutionArea .solutionItem .Icon::before {
  inset: 0;
  margin: auto;
  border: 1px solid #C4252B;
  background-color: #ffffff;
}
.solutionArea .solutionItem .Icon::after {
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 97px;
  height: 97px;
  background-color: rgba(255, 255, 255, 0.2);
}
.solutionArea .solutionItem .Icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  position: relative;
  z-index: 1;
}
.solutionArea .solutionItem img {
  width: 100%;
}
.solutionArea .solutionItem .Txt {
  padding-left: 18px;
}
.solutionArea .solutionItem .Txt .title {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.9px;
}

.seoArea {
  background-color: #ffffff;
  background-image: url(../../images/service/backend/bg/noiseBg_seo.jpg);
  background-repeat: repeat;
  padding: 100px 0 180px;
}
@media (max-width: 1180px) {
  .seoArea {
    padding: 60px 0 140px;
  }
}
@media (max-width: 768px) {
  .seoArea {
    padding: 70px 0 120px;
  }
}
.seoArea .titleBox {
  padding-bottom: 60px;
}
.seoArea .seoItem {
  position: relative;
}
.seoArea .seoItem.show .line {
  opacity: 1;
}
.seoArea .seoItem .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 48.177vw; /*925px、67%*/
  height: 100%;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1180px) {
  .seoArea .seoItem .line {
    left: 10px;
  }
}
@media (max-width: 992px) {
  .seoArea .seoItem .line {
    display: none;
  }
}
.seoArea .seoItem .line::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 20px;
  background-image: repeating-linear-gradient(90deg, #cccccc, #cccccc 2px, transparent 2px, transparent 6px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  -webkit-animation: dashDraw 7s linear infinite;
          animation: dashDraw 7s linear infinite;
}
.seoArea .seoItem:last-child .line::after {
  display: none;
}
.seoArea .seoItem:not(:last-child) {
  padding-bottom: 50px;
}
.seoArea .seoItem:nth-child(odd) .line {
  -webkit-transform: rotate(18.5deg);
          transform: rotate(18.5deg);
}
.seoArea .seoItem:nth-child(odd) .line::after {
  left: -25px;
}
@media (max-width: 1440px) {
  .seoArea .seoItem:nth-child(odd) .Txt {
    padding-right: 30px;
  }
}
@media (min-width: 769px) {
  .seoArea .seoItem:nth-child(odd) .Img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .seoArea .seoItem:nth-child(odd) .Img img {
    margin-right: 0;
    margin-left: auto;
  }
  .seoArea .seoItem:nth-child(odd) .Txt {
    padding-left: 0;
  }
}
.seoArea .seoItem:nth-child(even) .line {
  -webkit-transform: rotate(161.5deg);
          transform: rotate(161.5deg);
}
.seoArea .seoItem:nth-child(even) .line::after {
  left: 15px;
  bottom: -25px;
}
.seoArea .seoItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .seoArea .seoItem .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.seoArea .seoItem .Img {
  width: calc(100% - 500px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .seoArea .seoItem .Img {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .seoArea .seoItem .Img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.seoArea .seoItem .Txt {
  width: 500px;
}
@media (max-width: 1440px) {
  .seoArea .seoItem .Txt {
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .seoArea .seoItem .Txt {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .seoArea .seoItem .Txt {
    width: 100%;
  }
}
.seoArea .seoItem .Txt .title {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.333;
  letter-spacing: 1.2px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1180px) {
  .seoArea .seoItem .Txt .title {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.seoArea .seoItem .Txt .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 54px;
  height: 2px;
  background-color: #C4252B;
}
.seoArea .seoItem .Txt .text {
  color: #404040;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 1180px) {
  .seoArea .seoItem .Txt .text {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.faqArea {
  background-color: #eeeeee;
  background-image: url(../../images/service/backend/bg/gridBg.png), url(../../images/service/backend/bg/noiseBg_faq.jpg);
  background-repeat: repeat;
  padding: 95px 0 200px;
}
@media (max-width: 1180px) {
  .faqArea {
    padding: 60px 0 130px;
  }
}
.faqArea .faqItem {
  cursor: pointer;
}
.faqArea .faqItem:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 1181px) {
  .faqArea .faqItem:hover .item {
    border-color: #C4252B;
  }
  .faqArea .faqItem:hover .toggleOpen {
    background-color: #C4252B;
  }
  .faqArea .faqItem:hover .toggleOpen svg {
    color: #ffffff;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.faqArea .faqItem.current .item {
  border-color: #C4252B;
}
.faqArea .faqItem.current .toggleOpen {
  background-color: #C4252B;
}
.faqArea .faqItem.current .toggleOpen svg {
  color: #ffffff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faqArea .faqItem .item {
  border: 1px solid #dcdcdc;
  border-radius: 55px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .faqArea .faqItem .item {
    border-radius: 35px;
  }
}
.faqArea .faqItem .titleBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 23px;
}
@media (max-width: 992px) {
  .faqArea .faqItem .titleBar {
    padding: 20px;
  }
}
.faqArea .faqItem .deco {
  width: 66px;
  color: #C4252B;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
  font-family: "Poppins", "Microsoft JhengHei", sans-serif;
  letter-spacing: 2.25px;
  margin-top: -4px;
}
@media (max-width: 992px) {
  .faqArea .faqItem .deco {
    width: 55px;
    font-size: 40px;
    letter-spacing: 2px;
  }
}
@media (max-width: 480px) {
  .faqArea .faqItem .deco {
    width: 45px;
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}
.faqArea .faqItem .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.2px;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .faqArea .faqItem .title {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
@media (max-width: 768px) {
  .faqArea .faqItem .title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media (max-width: 480px) {
  .faqArea .faqItem .title {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.faqArea .faqItem .toggleOpen {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .faqArea .faqItem .toggleOpen {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .faqArea .faqItem .toggleOpen {
    width: 44px;
    height: 44px;
  }
  .faqArea .faqItem .toggleOpen svg {
    width: 16px;
    height: 8px;
  }
}
.faqArea .faqItem .definition {
  color: #404040;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1px;
  padding: 0 90px 40px;
  margin-top: -15px;
  display: none;
}
@media (max-width: 992px) {
  .faqArea .faqItem .definition {
    font-size: 18px;
    letter-spacing: 0.9px;
    margin-top: -5px;
    padding: 0 25px 35px;
  }
}
.faqArea .faqItem .definition .text {
  color: #404040;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .faqArea .faqItem .definition .text {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.faqArea .faqItem .definition .text:not(:last-child) {
  margin-bottom: 5px;
}
.faqArea .faqItem .definition .text .bold {
  font-weight: bold;
}
.faqArea .faqItem .definition .list {
  list-style: inside;
  list-style-type: disc;
}
.faqArea .faqItem .definition .list:not(:last-child) {
  margin-bottom: 5px;
}
.faqArea .faqItem .definition .list li {
  color: #404040;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .faqArea .faqItem .definition .list li {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.faqArea .faqItem .definition .list li:not(:last-child) {
  margin-bottom: 5px;
}

.inquiryArea {
  background-image: url(../../images/service/backend/inquiryBg.png), url(../../images/service/backend/bg/noiseBg_solution.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: auto;
  background-color: #C4252B;
  padding: 100px 0;
}
@media (min-width: 769px) {
  .inquiryArea {
    -webkit-mask-image: url(../../images/service/backend/inquiryBgMask.png);
            mask-image: url(../../images/service/backend/inquiryBgMask.png);
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
  }
}
@media (max-width: 768px) {
  .inquiryArea {
    background-position: center 40%;
    border-radius: 50px 50px 0 0;
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .inquiryArea {
    background-position: center bottom;
    border-radius: 30px 30px 0 0;
    padding: 50px 0 60px;
  }
}
.inquiryArea .inquiryBox {
  max-width: 1260px;
  margin: 0 auto;
}
.inquiryArea .textBox {
  padding: 50px 20px;
}
@media (max-width: 1180px) {
  .inquiryArea .textBox {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .inquiryArea .textBox {
    padding: 0;
  }
}
.inquiryArea .Txt {
  color: #ffffff;
  text-align: center;
}
.inquiryArea .Txt .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.32;
}
@media (max-width: 1280px) {
  .inquiryArea .Txt .title {
    font-size: 45px;
  }
}
@media (max-width: 1180px) {
  .inquiryArea .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .inquiryArea .Txt .title {
    font-size: 35px;
    line-height: 1.45;
  }
}
@media (max-width: 768px) {
  .inquiryArea .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .inquiryArea .Txt .title {
    font-size: 28px;
  }
}
.inquiryArea .Txt .text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 15px;
}
@media (max-width: 1280px) {
  .inquiryArea .Txt .text {
    font-size: 30px;
  }
}
@media (max-width: 1180px) {
  .inquiryArea .Txt .text {
    font-size: 23px;
  }
}
@media (max-width: 992px) {
  .inquiryArea .Txt .text {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .inquiryArea .Txt .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .inquiryArea .Txt .text {
    font-size: 16px;
  }
}
.inquiryArea .btnBox {
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .inquiryArea .btnBox {
    margin-top: 30px;
  }
}
.inquiryArea .btnBox .btn {
  max-width: 586px;
  width: 100%;
  display: inline-block;
  border-radius: 999px;
  border: 2px solid #ffffff;
  position: relative;
  padding: 9px 10px 11px;
  background-color: transparent;
}
@media (max-width: 1180px) {
  .inquiryArea .btnBox .btn {
    padding: 14px 10px 16px;
  }
}
@media (min-width: 1181px) {
  .inquiryArea .btnBox .btn:hover {
    color: #C4252B;
    background-color: #ffffff;
  }
  .inquiryArea .btnBox .btn:hover .btnText {
    color: #C4252B;
  }
  .inquiryArea .btnBox .btn:hover .arrow {
    background-color: #C4252B;
  }
  .inquiryArea .btnBox .btn:hover .arrow svg {
    color: #ffffff;
  }
}
.inquiryArea .btnBox .btn .btnText {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media (max-width: 1180px) {
  .inquiryArea .btnBox .btn .btnText {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media (max-width: 992px) {
  .inquiryArea .btnBox .btn .btnText {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
@media (max-width: 768px) {
  .inquiryArea .btnBox .btn .btnText {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.inquiryArea .btnBox .btn .arrow {
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 1180px) {
  .inquiryArea .btnBox .btn .arrow {
    right: 6px;
  }
}
.inquiryArea .btnBox .btn .arrow svg {
  color: #C4252B;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.contactGroupArea {
  background-color: #eeeeee;
  background-image: url(../../images/service/backend/bg/noiseBg_adv.jpg);
  background-repeat: repeat;
  padding-top: 80px;
}
.contactGroupArea:target:before {
  display: none;
}

.contactTopArea .contactInfoBox {
  width: 100%;
}
.contactTopArea .blockTitle {
  font-size: 55px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.275px;
}
@media (max-width: 1440px) {
  .contactTopArea .blockTitle {
    font-size: 45px;
    letter-spacing: 0.225px;
  }
}
@media (max-width: 1180px) {
  .contactTopArea .blockTitle {
    font-size: 36px;
    letter-spacing: 0.18px;
  }
}
@media (max-width: 820px) {
  .contactTopArea .blockTitle {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .contactTopArea .blockTitle {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .contactTopArea .blockTitle {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .contactTopArea .blockTitle {
    font-size: 20px;
  }
}
.contactTopArea .blockTitle + .text {
  margin-top: 40px;
  max-width: 100%;
}
.contactTopArea .titleBox3 .text {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.6px;
}
@media (max-width: 820px) {
  .contactTopArea .titleBox3 .text {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .contactTopArea .titleBox3 .text {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .contactTopArea .titleBox3 .text {
    font-size: 18px;
  }
}
.contactTopArea .titleBox3 a {
  color: #C4252B;
}

.contactArea {
  margin-top: 60px;
  padding-bottom: 60px;
}
.contactArea .wrapBox {
  width: 100%;
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contactArea .titleBox2 .title {
  margin-bottom: 30px;
  font-size: 26px;
  color: #363636;
}
.contactArea .titleBox2 .en {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 900;
  font-family: Lato, "微軟正黑體", sans-serif;
  font-size: 45px;
  color: #bb1b21;
}
.contactArea .titleBox2 .note {
  padding-top: 0;
  margin-bottom: 60px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #454545;
  line-height: 1.8;
}
.contactArea .titleBox2 .bottomText {
  position: relative;
  padding-top: 24px;
  color: #454545;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.contactArea .titleBox2 .bottomText:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 3px;
  background-color: #bb1b21;
}
.contactArea .titleBox2 .bottomText .tel {
  display: block;
  padding-top: 15px;
  color: #bf282d;
  font-weight: 400;
}
.contactArea .titleBox2 .bottomText .tel a {
  color: #bf282d;
}
.contactArea .titleBox2 .bottomText .tel a:hover {
  text-decoration: underline;
}
.contactArea .leftItem {
  width: 35%;
  max-width: 466px;
  padding-right: 20px;
  display: none;
}
.contactArea .rightItem {
  width: 100%;
}
.contactArea .btn04 {
  width: 100%;
  max-width: 220px;
}
@media (max-width: 640px) {
  .contactArea .btn04 {
    max-width: 100%;
  }
}
.contactArea .btn04 a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
}
.contactArea .formTitle {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #383838;
  border-bottom: 1px solid #df9597;
}
.contactArea .formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 20px;
}
.contactArea .formList li {
  width: 33.333%;
  padding: 0 15px 30px;
}
@media (max-width: 640px) {
  .contactArea .formList li {
    width: 100%;
  }
}
.contactArea .formList li.full {
  width: 100%;
}
.contactArea .formList li.focus .title {
  font-size: 12px;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.contactArea .formList li.name .inputBox input {
  padding-right: 120px;
}
.contactArea .formList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactArea .formList .title {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 14px;
  color: #444;
  letter-spacing: 0.05em;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contactArea .formList .title em {
  color: #bb1b21;
}
.contactArea .formList .sexBox {
  position: absolute;
  right: 0;
  top: 3px;
  width: 120px;
}
.contactArea .formList .inputBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contactArea .formList input[type=text],
.contactArea .formList select,
.contactArea .formList textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  border: none;
  background: transparent;
  border-bottom: 1px solid #dbdada;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contactArea .formList input[type=text].error,
.contactArea .formList select.error,
.contactArea .formList textarea.error {
  border-bottom-color: #bb1b21;
}
.contactArea .formList input[type=text]:focus,
.contactArea .formList select:focus,
.contactArea .formList textarea:focus {
  outline: 0;
}
.contactArea .formList input[type=text] {
  height: 40px;
}
.contactArea .formList select {
  height: 40px;
}
.contactArea .formList textarea {
  margin-top: 12px;
  height: 100px;
}
.contactArea .formList .checkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .contactArea .formList .checkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.contactArea .formList .checkArea .captchaArea {
  margin-right: 10px;
}
@media (max-width: 640px) {
  .contactArea .formList .checkArea .captchaArea {
    margin-right: 0;
  }
}
/*# sourceMappingURL=backend.css.map */