/* CSS Document */
.certificatArea .item .Txt .leftBox .textBox::before, .certificatArea .item .Txt, .certificatArea .item .Img img, .certificatArea .item::after, .certificatArea .item::before, .certificatArea .arrowBox .arrowPrev::before,
.certificatArea .arrowBox .arrowNext::before, .facArea .controlBox .arrowBox .arrow, .processArea .Img img, .processArea .Img a::before, .bannerArea .arrowBox .arrow i, .bannerArea .arrowBox .arrow {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mainArea {
  padding: 0 !important;
}

.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList:not(.slick-slider) .bannerItem:not(:first-child) {
  display: none;
}
.bannerArea .bannerItem .Txt {
  max-width: 1195px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
  padding-top: 77px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 0 20px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox {
    padding: 0;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
  font-family: "Teko", "Microsoft JhengHei", sans-serif;
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  display: block;
  font-size: 61px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 28px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
  margin-top: 30px;
}
.bannerArea .bannerItem .Txt .btnBox .btn {
  width: 180px;
  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;
}
.bannerArea .bannerItem .Txt .bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt .bottomBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.bannerArea .bannerItem .Txt .bottomBox .rightBox {
  max-width: 380px;
}
.bannerArea .bannerItem .Txt .bottomBox .rightBox .text {
  font-size: 17px;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  opacity: 0;
}
@media (max-width: 1280px) {
  .bannerArea .bannerItem .Txt .bottomBox .rightBox .text {
    display: none;
  }
}
.bannerArea .bannerItem .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 480px;
  }
}
.bannerArea .numBox {
  position: absolute;
  width: 597.5px;
  height: 100%;
  color: #fff;
  left: 50%;
  margin-left: -597.5px;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 77px;
  font-family: "Teko", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1280px) {
  .bannerArea .numBox {
    display: none;
  }
}
.bannerArea .numBox .inside {
  -webkit-transform: translateY(132px);
          transform: translateY(132px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.bannerArea .numBox span {
  line-height: 1;
}
.bannerArea .numBox .current {
  font-size: 45px;
  margin-right: 18px;
  line-height: 28px;
}
.bannerArea .numBox .current i {
  font-style: normal;
}
.bannerArea .numBox .all {
  font-size: 20px;
  margin-left: 10px;
  font-weight: 300;
  line-height: 16px;
}
.bannerArea .controlBox {
  position: absolute;
  max-width: 1195px;
  width: 100%;
  height: 100%;
  left: 50%;
  bottom: 0;
  margin-left: -597.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 77px;
}
@media (max-width: 1280px) {
  .bannerArea .controlBox {
    display: none;
  }
}
.bannerArea .arrowBox {
  width: 100%;
  position: absolute;
  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;
  z-index: 9;
}
.bannerArea .arrowBox:before, .bannerArea .arrowBox:after {
  display: none;
}
.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
  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;
  background-color: transparent;
}
.bannerArea .arrowBox .arrow i {
  font-size: 30px;
  color: #ffffff;
}
@media (min-width: 1201px) {
  .bannerArea .arrowBox .arrow:hover {
    background-color: #fff;
  }
  .bannerArea .arrowBox .arrow:hover i {
    color: #030303;
  }
}
.bannerArea .progressBar {
  background-color: rgba(255, 255, 255, 0.3294117647);
  display: none;
  bottom: 100px;
  z-index: 2;
}
.bannerArea .progressBar.show {
  display: block;
}
.bannerArea .progressBar.hide {
  display: none;
}
.bannerArea .progressBar.horizontal .path, .bannerArea .progressBar.vertical .path {
  width: 100%;
  height: 2px;
  display: inline-block;
  fill: #fff;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
}
.bannerArea .progressBar.horizontal .path rect, .bannerArea .progressBar.vertical .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal {
  width: 90%;
  height: 2px;
  margin: 0 auto;
}
.bannerArea .progressBar.horizontal .path {
  width: 90%;
  height: 2px;
  margin: 0 auto;
}
.bannerArea .progressBar.horizontal .path rect {
  width: 100%;
  height: 2px;
}
.bannerArea .progressBar.horizontal .path.active rect {
  -webkit-animation: progressBarHorizontal linear forwards;
          animation: progressBarHorizontal linear forwards;
}
.bannerArea .slick-dots {
  width: 15px;
  margin: 0;
  bottom: 20%;
  right: 50px;
}
.bannerArea .slick-dots li {
  width: 100%;
  height: 15px;
  margin: 5px 0 !important;
}
.bannerArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #030303;
  background-color: transparent;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active button::before {
  border: 1px solid #030303;
  background-color: #030303;
  opacity: 1;
}
.bannerArea .slick-slide.slick-current .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bannerArea .slick-slide.slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-slide.slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-slide.slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-slide.slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-slide.slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}

.processArea {
  position: relative;
  background-image: url("../images/process_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding: 150px 0 0;
  z-index: 2;
}
.processArea .titleBox .title {
  font-weight: 700;
  font-size: 25px;
}
.processArea .titleBox .bgText {
  background-image: url("../images/deco_process_text.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: -36%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 809px;
  height: 168px;
  pointer-events: none;
}
.processArea .processBox {
  position: relative;
  padding-top: 20px;
}
.processArea .processBox::after {
  content: "";
  position: absolute;
  top: 52.6%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
}
.processArea .processBox::after {
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}
.processArea .slick-slide:nth-child(even) .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.processArea .slick-slide:nth-child(even) .Img {
  margin-top: 85px;
}
.processArea .slick-slide:nth-child(even) .Img::before {
  top: -28px;
  bottom: auto;
}
.processArea .slick-slide:nth-child(even) .Txt {
  padding-top: 20px;
}
.processArea .processItem {
  padding: 0 10px;
}
.processArea .item {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  max-width: 258px;
}
.processArea .Img {
  position: relative;
  margin: 35px 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;
  background-image: url("../images/process_line.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 136px;
  height: 157px;
}
.processArea .Img::before {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #030303;
}
.processArea .Img a {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.processArea .Img a:hover::before {
  width: calc(100% + 35px);
  height: calc(100% + 35px);
}
.processArea .Img a:hover img {
  -webkit-filter: invert(68%) sepia(66%) saturate(5656%) hue-rotate(0deg) brightness(102%) contrast(105%);
          filter: invert(68%) sepia(66%) saturate(5656%) hue-rotate(0deg) brightness(102%) contrast(105%);
}
.processArea .Img a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 100%;
}
.processArea .Img img {
  display: block;
  width: 55px;
  aspect-ratio: 1/1;
}
.processArea .Txt {
  padding-top: 23px;
}
.processArea .Txt .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  height: 40px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.processArea .Txt .introduction {
  padding-top: 8px;
  height: 60px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.processArea .Txt .num {
  padding-top: 10px;
  font-size: 20px;
  color: #030303;
  font-weight: 500;
}

.qualityArea {
  position: relative;
  background-image: url("../images/quality_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1180px) {
  .qualityArea {
    background-size: cover;
    padding: 60px 0;
  }
}
.qualityArea::before {
  content: "";
  position: absolute;
  top: 100px;
  left: calc(50% - 220px);
  background-image: url("../images/quality_logo_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1181px;
  height: 557px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .qualityArea::before {
    display: none;
  }
}
.qualityArea .bg {
  position: absolute;
  top: 20%;
  right: 0;
  width: 62%;
}
.qualityArea .bg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.qualityArea .bgText {
  background-image: url("../images/deco_quality_text.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1622px;
  height: 187px;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .qualityArea .bgText {
    display: none;
  }
}
.qualityArea .qualityBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 100px;
}
@media (max-width: 1180px) {
  .qualityArea .qualityBox {
    display: block;
    padding-top: 0px;
  }
}
.qualityArea .leftBox {
  width: 50%;
  padding-left: 100px;
}
@media (max-width: 1340px) {
  .qualityArea .leftBox {
    padding-left: 50px;
  }
}
@media (max-width: 1180px) {
  .qualityArea .leftBox {
    padding: 0;
    width: 100%;
  }
}
.qualityArea .rightBox {
  padding-top: 30px;
  margin-left: -9.58%;
  width: 59.58%;
}
@media (max-width: 1550px) {
  .qualityArea .rightBox {
    margin-left: calc((1320px - 100vw) / 2);
  }
}
@media (max-width: 1180px) {
  .qualityArea .rightBox {
    margin-left: 0;
    padding-top: 40px;
    width: 100%;
  }
}
.qualityArea .rightBox .Img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .qualityArea .rightBox .Img.visible::before {
    right: -100%;
  }
  .qualityArea .rightBox .Img::before {
    content: "";
    position: absolute;
    will-change: auto;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #030303;
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.qualityArea .rightBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.qualityArea .Txt {
  padding-top: 23px;
}
.qualityArea .Txt .titleBox {
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}
@media (max-width: 1180px) {
  .qualityArea .Txt .titleBox {
    color: #fff;
  }
}
@media (max-width: 1180px) {
  .qualityArea .Txt .titleBox .title {
    color: #fff;
  }
}
@media (max-width: 1180px) {
  .qualityArea .Txt .titleBox .subtitle {
    color: #fff;
  }
}
.qualityArea .Txt .subtext {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  height: 40px;
  color: #030303;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  .qualityArea .Txt .subtext {
    color: #fff;
  }
}
.qualityArea .Txt .text {
  padding-top: 8px;
  height: 60px;
  font-size: 15px;
  color: #030303;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1180px) {
  .qualityArea .Txt .text {
    color: #fff;
  }
}
.qualityArea .Txt .num {
  padding-top: 10px;
  font-size: 20px;
  color: #030303;
  font-weight: 500;
}

.facArea {
  padding: 184px 0 155px;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .facArea {
    padding: 60px 0;
  }
}
.facArea .bgText {
  background-image: url("../images/deco_fac_text.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  right: 0;
  width: 1029px;
  height: 187px;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .facArea .bgText {
    display: none;
  }
}
.facArea .slick-slider .slick-slide {
  height: auto;
}
.facArea .slick-slider .slick-dots {
  top: calc(100% + 36px);
}
.facArea .facList:not(.slick-slider) {
  overflow: hidden;
  max-height: 710px;
}
.facArea .facList:not(.slick-slider) .facItem:not(:first-child) {
  display: none;
}
.facArea .controlBox {
  position: absolute;
  bottom: 15px;
  right: -4px;
}
@media (max-width: 1800px) {
  .facArea .controlBox .arrowBox {
    bottom: 10%;
  }
}
@media (max-width: 1700px) {
  .facArea .controlBox .arrowBox {
    bottom: 20%;
  }
}
@media (max-width: 1600px) {
  .facArea .controlBox .arrowBox {
    bottom: 30%;
  }
}
@media (max-width: 1280px) {
  .facArea .controlBox .arrowBox {
    bottom: 40%;
  }
}
@media (max-width: 1200px) {
  .facArea .controlBox .arrowBox {
    display: none;
  }
}
.facArea .controlBox .arrowBox .arrow {
  position: relative;
  cursor: pointer;
  width: 54px;
  height: 54px;
  margin: 0;
  border-radius: 0;
  background-color: #030303 !important;
}
.facArea .controlBox .arrowBox .arrow::after {
  display: none;
}
@media (min-width: 1201px) {
  .facArea .controlBox .arrowBox .arrow:hover {
    background-color: #575656 !important;
  }
}
.facArea .controlBox .arrowBox .arrow::before {
  all: unset;
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  left: calc(50% - 4.5px);
  right: auto;
  bottom: auto;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.facArea .controlBox .arrowBox .arrow.arrowPrev {
  left: -54px;
}
.facArea .controlBox .arrowBox .arrow.arrowPrev::before {
  -webkit-transform: translateX(2.25px) rotate(-135deg);
          transform: translateX(2.25px) rotate(-135deg);
}
.facArea .controlBox .arrowBox .arrow.arrowNext::before {
  -webkit-transform: translateX(-2.25px) rotate(45deg);
          transform: translateX(-2.25px) rotate(45deg);
}
@media (min-width: 1201px) {
  .facArea .controlBox .arrowBox .arrow:hover {
    background-color: #030303;
  }
}
.facArea .wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.facArea .titleBox {
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.facArea .titleBox .subtitle {
  line-height: 1;
}
.facArea .leftBox,
.facArea .rightBox {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 78.125%;
}
@media (max-width: 1200px) {
  .facArea .leftBox,
.facArea .rightBox {
    display: none;
  }
}
.facArea .leftBox .facItem,
.facArea .rightBox .facItem {
  padding: 0 50px;
}
.facArea .leftBox .Img,
.facArea .rightBox .Img {
  width: 68.3571428571%;
}
.facArea .leftBox .Img img,
.facArea .rightBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.facArea .leftBox {
  right: 89.3333333333%;
}
.facArea .leftBox .Img {
  margin-left: auto;
}
.facArea .rightBox {
  left: 89.3333333333%;
}
.facArea .facBox {
  position: relative;
  width: 78.125%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .facArea .facBox {
    width: 100%;
  }
}
.facArea .facBox .facList {
  margin-bottom: 0;
}
.facArea .facBox .facItem {
  padding: 0 50px;
}
.facArea .facBox .facItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facArea .facBox .facItem .Txt {
  width: 31.6428571429%;
  padding: 22px 80px 0 0;
}
@media (max-width: 1200px) {
  .facArea .facBox .facItem .Txt {
    padding: 0 60px 0 0;
  }
}
@media (max-width: 960px) {
  .facArea .facBox .facItem .Txt {
    width: 100%;
    padding: 0 0 50px 0;
  }
}
.facArea .facBox .facItem .titleBox {
  margin-bottom: 20px;
}
@media (max-width: 1536px) {
  .facArea .facBox .facItem .titleBox .subtitle {
    font-size: 50px;
  }
}
.facArea .facBox .facItem .title a {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #3a3939;
}
@media (min-width: 1201px) {
  .facArea .facBox .facItem .title a:hover {
    color: linkHoverColor;
  }
}
.facArea .facBox .facItem .text {
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 1.72;
  color: #686868;
  margin-top: 13px;
}
.facArea .facBox .facItem .Img {
  width: 68.3571428571%;
  position: relative;
  overflow: hidden;
}
.facArea .facBox .facItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 960px) {
  .facArea .facBox .facItem .Img {
    width: 100%;
  }
}

.certificatArea {
  position: relative;
  z-index: 3;
  background-image: url("../images/certificat_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding: 100px 0;
}
@media (max-width: 1180px) {
  .certificatArea {
    padding: 60px 0;
  }
}
.certificatArea .bgText {
  background-image: url("../images/deco_certificat_text.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  left: 0;
  width: 1333px;
  height: 168px;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .certificatArea .bgText {
    display: none;
  }
}
.certificatArea .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .certificatArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.certificatArea .titleBox {
  width: 350px;
}
@media (max-width: 1180px) {
  .certificatArea .titleBox {
    width: 100%;
  }
}
.certificatArea .introductionBox {
  padding-left: calc(25px + 7.7%);
  width: calc(100% - 350px);
}
@media (max-width: 1180px) {
  .certificatArea .introductionBox {
    width: 100%;
    padding: 0px;
    margin: 30px 0 0;
  }
}
.certificatArea .numArrowBox {
  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;
}
.certificatArea .numArrowBox .numBox {
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .certificatArea .numArrowBox .numBox {
    padding-right: 10px;
  }
}
.certificatArea .numArrowBox .currentNum {
  min-width: 57px;
  font-size: 54px;
  color: #fff;
}
.certificatArea .numArrowBox .totalNum {
  position: relative;
  padding-left: 18px;
  font-size: 23px;
  color: #e5e5e5;
}
.certificatArea .numArrowBox .totalNum::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  width: 1px;
  height: 15px;
  background: #e5e5e5;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.certificatArea .arrowBox {
  position: relative;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certificatArea .arrowBox::before, .certificatArea .arrowBox::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 1px;
}
.certificatArea .arrowBox::before {
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
}
.certificatArea .arrowBox::after {
  height: 15px;
  background: #fff;
}
.certificatArea .arrowBox .arrowPrev,
.certificatArea .arrowBox .arrowNext {
  position: relative;
  margin: 0 4px;
  display: block;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.certificatArea .arrowBox .arrowPrev:hover::before,
.certificatArea .arrowBox .arrowNext:hover::before {
  border-color: #fff;
}
.certificatArea .arrowBox .arrowPrev::before,
.certificatArea .arrowBox .arrowNext::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.certificatArea .arrowPrev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.certificatArea .arrowNext::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.certificatArea .introduction {
  position: relative;
  padding-top: 12px;
  padding-left: 3px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.certificatArea .btnBox {
  position: absolute;
  top: 7px;
  right: 0;
  max-width: 240px;
  width: 100%;
}
@media (max-width: 1180px) {
  .certificatArea .btnBox {
    top: auto;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.certificatArea .certificatBox {
  padding-top: 85px;
}
@media (max-width: 768px) {
  .certificatArea .certificatBox {
    padding-top: 40px;
  }
}
.certificatArea .certificatList {
  margin: 0 -20px;
}
.certificatArea .certificatItem {
  padding: 0 20px;
}
.certificatArea .item {
  position: relative;
  margin: 0 auto;
  max-width: 318px;
  background-image: url("../images/certificatitem_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 50px;
}
.certificatArea .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 50%;
  height: 100%;
  background: #030303;
  opacity: 0.9;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.certificatArea .item::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (min-width: 1201px) {
  .certificatArea .item:hover::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .certificatArea .item:hover::after {
    opacity: 1;
  }
  .certificatArea .item:hover .Img img {
    opacity: 0.6 !important;
  }
  .certificatArea .item:hover .Txt {
    opacity: 1;
  }
}
.certificatArea .item.current::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.certificatArea .item.current::after {
  opacity: 1;
}
.certificatArea .item.current .Img img {
  opacity: 0.6 !important;
}
.certificatArea .item.current .Txt {
  opacity: 1;
}
.certificatArea .item .Img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.certificatArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.certificatArea .item .Txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
}
.certificatArea .item .Txt .leftBox {
  position: relative;
  width: 50%;
}
.certificatArea .item .Txt .leftBox .textBox {
  position: absolute;
  top: 40%;
  left: 22.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 41px;
}
.certificatArea .item .Txt .leftBox .textBox::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 12px;
  background-image: url(../images/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.certificatArea .item .Txt .leftBox .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.certificatArea .item .Txt .rightBox {
  position: relative;
  width: 50%;
}
.certificatArea .item .Txt .rightBox .textEditor {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px 15px 10px 10px;
  font-size: 14px;
  line-height: 1.65;
  color: #fff;
}
.certificatArea .item .Txt .rightBox .textEditor::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.certificatArea .item a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}