@charset "UTF-8";
/*
* 變數設定
*/
body header {
  z-index: 998;
}

body #page {
  overflow-x: hidden;
}

body form.submitting .wpcf7-submit {
  pointer-events: none;
}

.wpcf7-form.submitting input.wpcf7-submit {
  pointer-events: none;
}

.submitOut {
  position: relative;
}
.submitOut .wpcf7-spinner {
  display: block;
  margin: 8px 0 0 100px;
  position: absolute;
  left: calc(50% + 0px);
  top: 50%;
  transform: translate(-50%, -50%);
}

.eCatalogsMain {
  font-size: 50px;
  height: auto;
  background-color: #F6F6F6;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.eCatalogsMain .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.eCatalogsMain .bg img {
  width: 100%;
  height: auto;
}
.eCatalogsMain .blockMain {
  padding: 60px 80px;
  z-index: 1;
  display: flex;
  row-gap: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
  flex-wrap: wrap;
}
.eCatalogsMain .blockMain .archivePost {
  width: calc(33.333% - 16.666px);
  height: auto;
  display: flex;
  flex-direction: column;
}
.eCatalogsMain .blockMain .archivePost .archivePostBg {
  width: 100%;
  height: auto;
  aspect-ratio: 320/440;
  overflow: hidden;
}
.eCatalogsMain .blockMain .archivePost .archivePostBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.eCatalogsMain .blockMain .archivePost .h2 {
  color: #333;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 24px;
  transition: all 0.3s ease-in-out;
}
.eCatalogsMain .blockMain .archivePost:hover .archivePostBg img {
  transform: scale(1.05);
}
.eCatalogsMain .blockMain .archivePost:hover .h2 {
  color: #FFA800;
}
.eCatalogsMain .justify {
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .eCatalogsMain .blockMain .archivePost {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .eCatalogsMain .blockMain {
    padding: 40px 24px;
  }
  .eCatalogsMain .blockMain .archivePost {
    width: 100%;
  }
}
.facetwp-facet-careers_int .facetwp-radio[data-value=customer-service],
.facetwp-facet-careers_int .facetwp-radio[data-value=internal-support] {
  display: block;
}

.facetwp-facet:has(.facetwp-radio[data-value=ustomer-service]) {
  display: block;
}

.service-swiper__slide-main-text.service-swiper__slide-main-text--per.n-name {
  padding-top: 4px;
}

.checkEcatalogsAll {
  z-index: 999;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.checkEcatalogsAll .checkEcatalogsBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -999;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.checkEcatalogsAll .checkEcatalogs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -999;
  padding: 40px 24px;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  visibility: hidden;
}
.checkEcatalogsAll .checkEcatalogs .checkEcatalogsBlock {
  max-width: 570px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: white;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.checkEcatalogsAll .checkEcatalogs .checkEcatalogsBlock .checkForm {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.checkEcatalogsAll .checkEcatalogs .checkEcatalogsBlock .checkForm .checkButton {
  padding: 8px 40px;
  background-color: #333;
  transition: all 0.3s ease-in-out;
  color: white;
}
.checkEcatalogsAll .checkEcatalogs .checkEcatalogsBlock .checkForm .checkButton:hover {
  background-color: #E87A1A;
}

.checkEcatalogsAll.open {
  z-index: 999;
  transition: all 0.5s ease-in-out;
}
.checkEcatalogsAll.open .checkEcatalogsBg {
  z-index: 998;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
.checkEcatalogsAll.open .checkEcatalogs {
  transform: scale(1);
  visibility: visible;
  z-index: 999;
}

#primary:has(.singleECatalogsBlock) {
  background-color: rgb(119, 119, 119);
}

.singleECatalogsBlock {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 335px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .singleECatalogsBlock {
    max-width: 504px;
  }
}
@media (min-width: 768px) {
  .singleECatalogsBlock {
    max-width: 704px;
  }
  .checkEcatalogsAll .checkEcatalogs .checkEcatalogsBlock .checkForm {
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .singleECatalogsBlock {
    max-width: 920px;
  }
}
@media (min-width: 1140px) {
  .singleECatalogsBlock {
    max-width: 1180px;
  }
}/*# sourceMappingURL=style.css.map */