@charset "UTF-8";
/* ---- 顏色庫 ---- */
/* ---- 圓角半徑 ---- */
/* ---- 字體 ---- */
/* ---- 滑鼠手勢 ---- */
/* ---- 版面排版 ---- */
/* ---- 版面定位 ---- */
/* ---- RWD的斷點 ---- */
/* ---- 共同設定 ---- */
/* ---- 按鈕外觀 ---- */
/* ---- CLEARFIX ---- */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
@import url(https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap);
.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
  margin-left: -1.05rem;
}

.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #ffffff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
@media screen and (max-width: 375px) {
  .arrow-container {
    padding-left: 10%;
  }
}
html.en header p, html.en header span, html.en header a,
html.en .breadCrumb p,
html.en .breadCrumb span,
html.en .breadCrumb a,
html.en .applicationContent p,
html.en .applicationContent span,
html.en .applicationContent a {
  letter-spacing: 0;
}
html.en .indexVideoBannerBoxTitle h1 {
  font-size: 3.25em;
  line-height: 1.25em;
  letter-spacing: initial;
  text-align: center;
  margin-bottom: 1.25em;
  position: relative;
}
html.en .indexVideoBannerBoxTitle h1::before {
  content: "";
  height: 2px;
  width: 10%;
  background-color: white;
  position: absolute;
  left: 45%;
  bottom: -0.75em;
}
html.en .indexVideoBannerBoxTitle h2 {
  font-size: 2.75em;
  letter-spacing: initial;
  padding-left: initial;
  text-align: center;
}
html.en .indexVideoBannerBoxTitle h1, html.en .indexVideoBannerBoxTitle h2 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
html.en .aboutUsContent,
html.en .aboutUsCommon h3.lFont,
html.en .aboutUsContent p,
html.en .formBtnUI {
  letter-spacing: 0;
  text-align: initial;
}
html.en .formBtnUI.w98 {
  width: 112px;
}
html.en .indexAboutUsBg,
html.en .mainContent h3,
html.en .indexAboutUsBg h4,
html.en .indexAboutUsBg .vision p,
html.en .pageBannerBox h1 {
  letter-spacing: 0;
}
html.en .indexMachineIntro h3 {
  height: 26px;
}
html.en .indexCustomStepIntro,
html.en .indexCustomStepIntro h4,
html.en .indexCustomStepIntro p {
  letter-spacing: 0;
  text-align: initial;
}
html.en .indexYouTubeVideo .left h3 {
  letter-spacing: 0;
}
html.en .applicationContent p {
  text-align: initial;
}
html.en .applicationContent p.readMoreLink {
  text-align: right;
}
html.en .productIndexMachineContent h3 a,
html.en .productMenuContent h3,
html.en .productMenuContent li a.productMainMenu,
html.en .productSubmenu li a {
  letter-spacing: 0;
}
html.en .productSeriesTitle,
html.en .productSeriesIntro p {
  letter-spacing: 0;
  text-align: initial;
}
html.en .productIntroText p {
  text-align: initial;
  letter-spacing: 0;
  margin-bottom: 1.5em;
}
html.en .productIntroText p span {
  font-size: 1.5em;
}
html.en .productIntroText ul {
  margin: 1em 0;
  list-style: disc;
  padding-left: 1.5em;
}
html.en .productIntroText ul li {
  text-align: initial;
  letter-spacing: 0;
  line-height: 28px;
}
html.en .tabContent span.tabContentTitle,
html.en .tabContent ol li li,
html.en .productIntroText th,
html.en .productIntroText td {
  letter-spacing: 0;
  text-align: initial;
}
html.en .tabContentTitle {
  display: flex;
  align-items: flex-start;
}
html.en .tabContent span.tabContentTitle:before {
  bottom: auto;
  left: 0px;
}
html.en .tabContent.styleDecimal .subTabContent {
  list-style: decimal;
  line-height: 1.5em;
}
html.en .tabContent.styleDecimal .subTabContent li {
  color: #444444;
  margin-left: 1em;
  margin-bottom: 0.75em;
}
html.en .tabContent.styleDecimal .subTabContent li ul {
  margin-top: 0.5em;
  margin-left: -1em;
  list-style: circle;
}
html.en .tabContent.styleDecimal .subTabContent li ul li {
  color: #949494;
  margin-left: 2.25em;
  margin-bottom: 0.75em;
}

@media screen and (max-width: 960px) {
  html.en .indexVideoBannerBox .indexVideoBannerBoxTitle h1 {
    font-size: 2.5em;
    padding: 0 7.5%;
  }
  html.en .indexVideoBannerBox .indexVideoBannerBoxTitle h1::before {
    content: "";
    bottom: -0.6em;
  }
  html.en .indexVideoBannerBox .indexVideoBannerBoxTitle h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  html.en .indexVideoBannerBox .indexVideoBannerBoxTitle h1 {
    font-size: 1.65em;
    padding: 0 5%;
  }
  html.en .indexVideoBannerBox .indexVideoBannerBoxTitle h1::before {
    content: "";
    bottom: -1.25em;
  }
  html.en .indexVideoBannerBox .indexVideoBannerBoxTitle h2 {
    font-size: 1.65em;
  }
}
@media screen and (max-width: 414px) {
  html.en .indexVideoBannerBox .indexVideoBannerBoxTitle h1 {
    font-size: 1.5em;
    padding: 0 7.5%;
  }
  html.en .indexVideoBannerBox .indexVideoBannerBoxTitle h1::before {
    bottom: -1.15em;
  }
  html.en .indexVideoBannerBox .indexVideoBannerBoxTitle h2 {
    font-size: 1.35em;
  }
  html.en .productIndexMachineContent h3 span.number:after,
  html.en .productInfoShowContent h3 span.number:after {
    content: "";
    background: #606060;
    bottom: 0;
    display: block;
    height: 18px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
  }
  html.en .productIndexMachineContent h3 span.number:before,
  html.en .productInfoShowContent h3 span.number:before {
    content: "";
    background: #606060;
    bottom: 0;
    display: block;
    height: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 2px;
  }
  html.en .productIndexMachineContent h3 span.number:after,
  html.en .productInfoShowContent h3 span.number:after {
    right: 24%;
  }
  html.en .productIndexMachineContent h3 span.number:before,
  html.en .productInfoShowContent h3 span.number:before {
    left: 24%;
  }
  html.en .productIndexMachineContent h3 span.number {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  html.en .indexVideoBannerBox .indexVideoBannerBoxTitle {
    align-items: start;
  }
  html.en .indexVideoBannerBox .indexVideoBannerBoxTitle h1 {
    font-size: 2em;
    padding: 0 5%;
    text-align: initial;
  }
  html.en .indexVideoBannerBox .indexVideoBannerBoxTitle h1::before {
    content: "";
    bottom: -1.25em;
    left: 5%;
  }
  html.en .indexVideoBannerBox .indexVideoBannerBoxTitle h2 {
    font-size: 1.5em;
    margin-top: 1.25em;
    padding: 0 5%;
  }
}
.swiper-button {
  /* width: 100%; */
}

.swiper-button .swiper-wrapper {
  display: flex;
}

.swiper-button .swiper-slide {
  cursor: pointer;
}

.swiper-button .swiper-slide {
  height: 160px;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.swiper-button .swiper-slide:hover {
  background-size: auto 80%;
}

.swiper-button .swiper-slide.active {
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.swiper-content {
  /* width: 100%;
  height: 300px;
  position: relative; */
}

.swiper-content .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden; /* 隱藏所有滑塊 */
}

.swiper-content .swiper-slide.swiper-slide-active {
  visibility: visible; /* 僅顯示當前滑塊 */
}

/* .contentbox {
    font-size: 24px;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
    background: #f9f9f9;
} */
.indexCustomStepIntro:before {
  left: 20px;
}

.stepBtn1 {
  background: url(../images/indexCustomStepIcon1.png);
}

.stepBtn2 {
  background: url(../images/indexCustomStepIcon2.png);
}

.stepBtn3 {
  background: url(../images/indexCustomStepIcon3.png);
}

.stepBtn4 {
  background: url(../images/indexCustomStepIcon4.png);
}

.stepBtn5 {
  background: url(../images/indexCustomStepIcon5.png);
}

.stepBtn1.active {
  background: url(../images/indexCustomStepIcon1Selected.png);
}

.stepBtn2.active {
  background: url(../images/indexCustomStepIcon2Selected.png);
}

.stepBtn3.active {
  background: url(../images/indexCustomStepIcon3Selected.png);
}

.stepBtn4.active {
  background: url(../images/indexCustomStepIcon4Selected.png);
}

.stepBtn5.active {
  background: url(../images/indexCustomStepIcon5Selected.png);
}

.indexCustomStepIntro .left h4 {
  display: flex;
  align-items: center;
}
.indexCustomStepIntro .left h4 .stepNum {
  display: none;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .indexCustomStepIntro .left h4 .stepNum {
    display: block;
  }
}
@media screen and (max-width: 562px) {
  html.en .indexAboutUsExpert .sliderPrevBtn, html.en .indexAboutUsExpert .sliderNextBtn {
    transform: translateY(55px) !important;
  }
}
/* --共用的CSS樣式--------------------------------- */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

html::-webkit-scrollbar-track {
  background: #d8d5d5;
}

html::-webkit-scrollbar {
  background: #d8d5d5;
  height: 10px;
  width: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #004ea1;
}

input::placeholder,
textarea::placeholder {
  font-size: 14px;
}

.alignCenter {
  align-items: center;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.cursorDefault {
  cursor: default;
}

.cursorPointer {
  cursor: pointer;
}

.dash {
  padding: 0 6px;
}

.dFlex {
  display: flex;
}

.flexCenter {
  align-items: center;
}

.flexTop {
  align-items: top;
}

.flexNoWrap {
  flex-wrap: nowrap;
}

.flexWrap {
  flex-wrap: wrap;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

img {
  height: auto;
}

img.rwdPic {
  max-width: 100%;
  width: 100%;
}

img.imgRadius16 {
  border-radius: 16px;
}

.justCenter {
  justify-content: center;
}

.lineHeight {
  line-height: 28px;
}

.mb0 {
  margin-bottom: auto !important;
}

.mb-1 {
  margin-bottom: 14px;
}

.mb-2 {
  margin-bottom: 18px;
}

.mb22 {
  margin-bottom: 22px;
}

.ml-1 {
  margin-left: 14px;
}

.ml-4 {
  margin-left: 44px;
}

.mr-1 {
  margin-right: 14px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.mr-4 {
  margin-right: 44px;
}

.mr-1:last-child,
.mr-4:last-child {
  margin-right: 0;
}

.mt-1 {
  margin-top: 14px;
}

.mt-2 {
  margin-top: 26px;
}

.mt-3 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-78 {
  margin-top: 78px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.padding18 {
  padding: 0 18px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 6px;
}

.pb-2 {
  padding-bottom: 10px;
}

.picCenter {
  display: block;
  margin: 0 auto;
}

.picShadow {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 24px;
}

.pl-3 {
  padding-left: 36px;
}

.pt-1 {
  padding-top: 10px;
}

.redText {
  color: #ff0000;
}

.relative {
  position: relative;
}

.textCenter {
  text-align: center;
}

.textRightGap1 {
  margin-right: 64px;
}

.textLeftGap1 {
  margin-left: 64px;
}

.w-1 {
  width: 20%;
}

.w-2 {
  width: 26%;
}

.w-3 {
  width: 22%;
}

.w-4 {
  width: 10%;
}

.w22 {
  width: 22.149%;
}

.w50 {
  width: 50%;
}

.w78 {
  width: 77.851%;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (min-width: 414px) and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* --遮罩的CSS--------------------------------- */
#mask {
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(4px);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.28s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
#mask.maskOpen {
  animation: maskFadeEffect 0.25s ease-in-out 0s forwards;
  display: block;
  opacity: 1;
  visibility: visible;
}

/* --版頭的CSS--------------------------------- */
header {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.15);
  display: block;
  height: 93px;
  padding: 0 18px;
}
header .container {
  display: block;
  height: 93px;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
  width: 100%;
}
header .headerLogo {
  float: left;
}
header .headerLogo img {
  bottom: 0;
  max-width: 318px;
  margin: auto;
  position: absolute;
  top: 0;
}
header .headerMenu {
  display: flex;
  align-items: center;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .headerMenu a {
  color: #353b39;
  text-decoration: none;
}
header .headerMenu a.menuList {
  color: #353b39;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  padding: 34px 0;
  position: relative;
  transition: all 0.14s ease-in-out 0s;
}
header .headerMenu a.menuList:hover {
  color: #004ea1;
}
header .headerMenu a.menuList:after {
  content: "";
  background: #004ea1;
  bottom: 0;
  height: 6px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateX(-100%);
  transition: all 0.14s ease-in-out 0s;
  width: 100%;
}
header .headerMenu a.menuList:hover:after {
  content: "";
  opacity: 1;
  transform: translateX(0);
}
header nav {
  margin-right: 38px;
}
header .headerSearchUI {
  margin-right: 16px;
  position: relative;
}
header input[type=search] {
  border-radius: 8px;
  border: 1px solid #919394;
  outline: none;
  padding: 4px 12px 8px;
}
header input[type=submit] {
  appearance: none;
  background: url(../images/searchBtnIcon.png) no-repeat;
  background-size: 14px;
  border: none;
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 14px;
  margin: auto;
  outline: none;
  position: absolute;
  right: 12px;
  text-indent: -9999px;
  top: 0;
  width: 14px;
}
header .languageBtn a {
  display: flex;
  align-items: center;
  font-weight: 500;
}
header .languageBtn img {
  margin-right: 6px;
  max-width: 28px;
}

/* --首頁的CSS--------------------------------- */
.indexVideoBannerBox {
  display: block;
  height: 636px;
  max-height: calc(100% - 364px);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.indexVideoBannerBox video {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
}
.indexVideoBannerBox::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  top: 0;
  z-index: 7;
}
.indexVideoBannerBox .indexVideoBannerBoxTitle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 500px;
  z-index: 8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.indexVideoBannerBox .indexVideoBannerBoxTitle h1 {
  font-size: 3.5em;
  line-height: 2em;
  letter-spacing: 0.125em;
  margin-bottom: 1em;
  position: relative;
}
.indexVideoBannerBox .indexVideoBannerBoxTitle h1::before {
  content: "";
  height: 2px;
  width: 10%;
  background-color: white;
  position: absolute;
  left: 45%;
  bottom: -0.35em;
}
.indexVideoBannerBox .indexVideoBannerBoxTitle h2 {
  font-size: 2.25em;
  letter-spacing: 0.5em;
  padding-left: 0.25em;
}
.indexVideoBannerBox .indexVideoBannerBoxTitle h1, .indexVideoBannerBox .indexVideoBannerBoxTitle h2 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.indexAboutUsBg {
  background: url(../images/indexAboutUsVector.png) center center no-repeat;
  background-color: #ececec;
  background-size: cover;
  margin-bottom: 62px;
  padding: 60px 18px 68px;
  width: 100%;
}
.indexAboutUsBg h3 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 0 !important;
  padding-bottom: 12px !important;
}
.indexAboutUsBg h4 {
  color: #004ea1;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  position: relative;
}
.indexAboutUsBg h4:after {
  content: "";
  background: #f4a000;
  bottom: 0;
  display: block;
  left: 0;
  height: 4px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 40px;
}
.indexAboutUsBg img.icon {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 42px;
  padding-bottom: 2px;
}
.indexAboutUsBg ul.mt-1 {
  margin: 34px auto 0;
}
.indexAboutUsBg ul.mt-2 {
  margin: 18px auto 0;
}
.indexAboutUsBg .vision p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.indexAboutUsExpert {
  max-width: 1280px !important;
  padding-bottom: 68px !important;
  overflow: hidden;
}
.indexAboutUsExpert h3 {
  font-size: 28px;
  line-height: 38px;
}
.indexAboutUsExpert h3 span.orangeColor {
  color: #f4a000;
}
.indexAboutUsExpert p {
  font-size: 16px;
  line-height: 26px;
}
.indexAboutUsExpert p.memoText {
  margin-top: 8px;
}
.indexAboutUsExpert .indexAboutUsSlider {
  margin: 0 auto;
  max-width: 1024px;
  padding-top: 40px;
  width: 100%;
}
.indexAboutUsExpert li.slides img {
  height: auto;
  max-width: 160px;
}
.indexAboutUsExpert:after, .indexAboutUsExpert .lineDesign:after, .indexAboutUsExpert .lineDesign:before {
  top: 13.5% !important;
}
.indexAboutUsExpert .sliderUI {
  margin: 42px auto 0 !important;
}
.indexAboutUsExpert .sliderPrevBtn, .indexAboutUsExpert .sliderNextBtn {
  display: none !important;
  transform: translateY(29px) !important;
}
.indexAboutUsExpert .sliderPrevBtn {
  left: 20px !important;
}
.indexAboutUsExpert .sliderNextBtn {
  right: 20px !important;
}

.indexCustomStepIntro {
  background: #f6f6f6;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 2px 16px 0px, rgba(255, 255, 255, 0.8) -4px -2px 16px 0px;
  margin: 0 auto 100px;
  max-width: 700px;
  padding: 18px 22px 24px;
  position: relative;
  width: 100%;
}
.indexCustomStepIntro:before {
  content: "";
  border-bottom: 18px solid #f6f6f6;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  height: 0;
  position: absolute;
  transform: translateY(-34px);
  width: 0;
}
.indexCustomStepIntro h4 {
  border-bottom: 1px solid #7f7f7f;
  color: #004ea1;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 10px;
}
.indexCustomStepIntro h5 {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 2px;
}
.indexCustomStepIntro p {
  font-size: 15px;
  line-height: 25px;
  padding-top: 8px;
  text-align: justify;
}
.indexCustomStepIntro .left {
  margin-right: 4%;
  width: 78%;
}
.indexCustomStepIntro .right {
  width: 22%;
}

.indexMachineIntro {
  margin-bottom: 72px;
  position: relative;
  width: 100%;
}
.indexMachineIntro:after {
  content: "";
  background: #004ea1;
  display: block;
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.indexMachineIntro h3 {
  color: #004ea1;
  font-size: 20px !important;
  margin-top: 10px !important;
  padding-bottom: 0 !important;
}
.indexMachineIntro .indexMachineList {
  padding-top: 48px;
}
.indexMachineIntro .indexMachineList li img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  transition: 0.3s;
  transform: scale(0.9);
}
.indexMachineIntro .indexMachineList li .textCenter::after {
  content: "";
}
.indexMachineIntro .indexMachineList li:hover img {
  transform: scale(1);
}

.productInfoShowContent h3 a {
  color: rgb(109, 154, 250);
}

.productMachineSlider .indexMachineList li img {
  transition: 0.3s;
  transform: scale(0.9);
}
.productMachineSlider .indexMachineList li:hover img {
  transform: scale(1);
}

.indexYouTubeVideo {
  background-color: #ececec;
  padding: 48px 18px;
}
.indexYouTubeVideo .container {
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.indexYouTubeVideo .left {
  width: auto;
}
.indexYouTubeVideo .left:hover h3 {
  color: rgb(109, 154, 250);
}
.indexYouTubeVideo .left a {
  display: block;
}
.indexYouTubeVideo .left h3 {
  color: #004ea1;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 7px;
  margin-top: 0;
}
.indexYouTubeVideo .left img {
  height: auto;
  max-width: 142px;
}
.indexYouTubeVideo .right {
  width: 70%;
}
.indexYouTubeVideo .right li {
  background-clip: content-box, border-box;
  background-origin: border-box;
  display: block;
  height: 0;
  margin-right: 42px;
  overflow: hidden;
  padding-bottom: 26.94%;
  position: relative;
  width: 50%;
  transition: 0.3s;
}
.indexYouTubeVideo .right li:hover {
  border-radius: 12px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.indexYouTubeVideo .right li:last-child {
  margin-right: 0;
}
.indexYouTubeVideo .right .videoBox iframe, .indexYouTubeVideo .right .videoBox object, .indexYouTubeVideo .right .videoBox embed {
  border-radius: 12px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.machineIntro .indexMachineSliderNextBtn,
.machineIntro .indexMachineSliderPrevBtn {
  appearance: none;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #7f7f7f;
  bottom: 0;
  display: block;
  height: 32px !important;
  margin: auto;
  position: absolute;
  top: 0;
  width: 32px !important;
  z-index: 100;
}
.machineIntro .indexMachineSliderNextBtn:active,
.machineIntro .indexMachineSliderPrevBtn:active {
  background: #b8b6b9;
}
.machineIntro .indexMachineSliderNextBtn:active:after,
.machineIntro .indexMachineSliderPrevBtn:active:after {
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.machineIntro .indexMachineSliderNextBtn {
  right: 18px !important;
}
.machineIntro .indexMachineSliderNextBtn:after {
  content: "";
  border-top: 2px solid #b8b6b9;
  border-left: 2px solid #b8b6b9;
  bottom: 0;
  display: block;
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 34%;
  top: 4px;
  transform: rotate(-225deg) translateX(-45%);
  width: 10px;
}
.machineIntro .indexMachineSliderPrevBtn {
  left: 18px !important;
}
.machineIntro .indexMachineSliderPrevBtn:after {
  content: "";
  border-top: 2px solid #b8b6b9;
  border-left: 2px solid #b8b6b9;
  bottom: 0;
  display: block;
  height: 10px;
  left: 34%;
  margin: auto;
  position: absolute;
  right: 0;
  top: -7.5px;
  transform: rotate(-45deg) translateX(-45%);
  width: 10px;
}

.footerCopyright {
  position: relative;
  letter-spacing: 0;
}

.epaper {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.epaper input {
  width: 267px;
}

.allMa {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 17px;
  letter-spacing: 0;
  text-decoration: none;
  color: #0d4fa3;
}
.allMa:hover {
  font-weight: bold;
}

.footerContent .leftContent .btn {
  appearance: none;
  background: #3fa9f5;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 46px;
  line-height: 42px;
  text-align: center;
  width: 88px;
}

/* --內頁Banner橫幅圖的CSS--------------------------------- */
.pageBannerBox {
  background: url(../images/pageBannerPic.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 328px;
  justify-content: center;
  position: relative;
  width: 100%;
}
.pageBannerBox h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 4px;
  position: relative;
  text-align: center;
  text-shadow: 4px 8px 16px rgba(0, 0, 0, 0.75);
}
.pageBannerBox h1:after {
  content: "";
  background: #f4a000;
  bottom: -18px;
  display: block;
  height: 3px;
  position: absolute;
  width: 68px;
}

/* --麵包屑元件的CSS--------------------------------- */
.breadCrumb {
  margin: 0 auto;
  max-width: 1280px;
  padding: 22px 0 18px;
  width: 100%;
}
.breadCrumb p {
  color: #353b39;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
}
.breadCrumb p a {
  color: #353b39;
  font-weight: 500;
  text-decoration: none;
}
.breadCrumb p span {
  padding: 0 4.8px;
}
.breadCrumb .notCurrent {
  color: #9f9f9f;
}

/* --頁籤元件的CSS--------------------------------- */
.productTabUI {
  border-bottom: 2.8px solid #b8b6b9;
  margin-bottom: 26px;
  padding-bottom: 12px;
}
.productTabUI li {
  margin: 0 22px;
  padding: 0 6px;
}
.productTabUI li:last-child {
  margin-right: 0;
}
.productTabUI li:last-child a:before {
  content: "";
  display: none;
}
.productTabUI li.singleProductTab {
  text-align: center;
}
.productTabUI li.singleProductTab a.selected:after {
  content: "";
  bottom: -48%;
  left: 0;
  margin: auto;
  right: 0;
  position: absolute;
  width: 100%;
}
.productTabUI li.singleProductTab.w100 {
  width: 100%;
}
.productTabUI a {
  color: #353b39;
  font-size: 18px;
  font-weight: 500;
  padding: 0 4px 0;
  position: relative;
  text-decoration: none;
  transition: all 0.28s ease-in-out 0s;
}
.productTabUI a:before {
  content: "";
  background: #b8b6b9;
  bottom: 0;
  height: 16px;
  margin: auto;
  position: absolute;
  right: -28px;
  top: 1px;
  width: 2.4px;
}
.productTabUI a.selected:after {
  content: "";
  background: #004ea1;
  bottom: -48%;
  display: block;
  height: 2px;
  opacity: 1;
  position: absolute;
  width: 100%;
}
.productTabUI a:hover, .productTabUI a.selected {
  color: #004ea1;
  font-weight: 600;
}
.productTabUI a:hover:after {
  content: "";
  opacity: 1;
}

.newsTabUI li {
  margin-right: 18px;
}
.newsTabUI li:last-child {
  margin-right: 0;
}
.newsTabUI a {
  color: #353b39;
  font-size: 18px;
  font-weight: 600;
  padding: 0 4px 8.8px;
  position: relative;
  text-decoration: none;
  transition: all 0.28s ease-in-out 0s;
}
.newsTabUI a:after, .newsTabUI a.selected:after {
  content: "";
  background: #f4a000;
  bottom: 0;
  height: 4px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 49.76px;
}
.newsTabUI a.selected:after {
  opacity: 1;
}
.newsTabUI a:hover, .newsTabUI a.selected {
  font-weight: 700;
}
.newsTabUI a:hover:after {
  content: "";
  opacity: 1;
}

.tabContent {
  display: none;
}
.tabContent ol li {
  width: 50%;
}
.tabContent ol li.w100 {
  width: 100%;
}
.tabContent.tabCurrent {
  display: inherit;
}
.tabContent.tabPadding {
  padding: 0 22px;
}
.tabContent span.tabContentTitle {
  font-size: 16px;
  font-weight: 600;
  padding-left: 18px;
  position: relative;
}
.tabContent span.tabContentTitle:before {
  content: "";
  background: #353b39;
  bottom: 0;
  color: #353b39;
  display: block;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 2px;
  width: 4px;
}
.tabContent .subTabContent {
  color: #949494;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 18px;
}
.tabContent .subTabContent a {
  color: #004ea1;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.tabContent .subTabContent li {
  width: 100%;
}
.tabContent .subTabContent.mt {
  margin-top: 10px;
}

/* --內頁-關於捷輝內容的CSS--------------------------------- */
.aboutUsCommon h3 {
  border-bottom: none !important;
  color: #004ea1;
  font-weight: 700;
  padding: 0;
}
.aboutUsCommon h3.lFont {
  font-size: 28px;
  margin-top: 0;
}
.aboutUsCommon h3.pb0 {
  padding-bottom: 0 !important;
}
.aboutUsCommon h3.sFont {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 32px;
  margin: 0;
  padding-bottom: 16px;
}
.aboutUsCommon h4 {
  color: #353b39;
  font-size: 17px;
  font-weight: 600;
  margin-top: 24px;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
}
.aboutUsCommon h4:hover {
  color: #003c8d;
  font-weight: 700;
}
.aboutUsCommon h4.mt0 {
  margin-top: 0;
}
.aboutUsCommon h4.orangeColor {
  color: #f4a000;
  font-family: "Caveat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 21px;
  font-style: normal;
  padding-bottom: 5px;
}
.aboutUsCommon h4.textLeft {
  text-align: left;
}

.aboutUsContent {
  margin: 0 auto;
  max-width: 1280px;
  padding: 60px 0 58px;
  width: 100%;
}
.aboutUsContent img.picBorderRadius {
  border-radius: 0 32px 0 32px;
}
.aboutUsContent p {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
}
.aboutUsContent p.textCenter {
  margin: 0;
  text-align: center;
}
.aboutUsContent .aboutUsIdeaIcon {
  margin-top: 46px;
}
.aboutUsContent .aboutUsIdeaIcon li {
  margin-right: 4%;
  width: 20%;
}
.aboutUsContent .aboutUsIdeaIcon li:last-child {
  margin-right: 0;
}
.aboutUsContent.pb0 {
  padding-bottom: 0;
}

.aboutUsBg {
  background: #ececec;
  margin: 22px 0 54px;
  padding: 50px 18px 54px;
  width: 100%;
}
.aboutUsBg .blueMark {
  color: #004ea1;
}
.aboutUsBg .container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.aboutUsVision ul {
  max-width: 1000px;
  margin: 44px auto 0;
}
.aboutUsVision li {
  border-right: 1px dotted #7f7f7f;
  text-align: center;
  width: 33.3%;
}
.aboutUsVision li:first-child {
  padding-right: 7px;
}
.aboutUsVision li:nth-child(2) {
  padding: 0 7px;
}
.aboutUsVision li:last-child {
  border-right: none;
  padding-left: 7px;
}
.aboutUsVision li.borderNone {
  border-right: none;
}
.aboutUsVision p {
  color: #353b39;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
}
.aboutUsVision p.orangeColor {
  color: #f4a000;
  font-size: 18px;
  line-height: 21px !important;
  margin-top: 6px;
}
.aboutUsVision span.number {
  color: #004ea1;
  font-size: 60px;
  font-weight: 800;
}

.aboutUsServiceContent {
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 72px;
  position: relative;
  width: 100%;
}
.aboutUsServiceContent:after {
  content: "";
  background: #b8b6b9;
  bottom: 0;
  display: block;
  height: 2px;
  margin: auto;
  max-width: 1400px;
  position: absolute;
  top: -18%;
  width: 100%;
  z-index: -1;
}
.aboutUsServiceContent .sliderUI {
  overflow: hidden;
  margin: 28px auto 0;
  max-width: 982px;
  width: 100%;
}
.aboutUsServiceContent .sliderNextBtn, .aboutUsServiceContent .sliderPrevBtn {
  appearance: none;
  background: #fff;
  border: 2px solid #b8b6b9;
  border-radius: 4px;
  bottom: 0;
  display: block;
  height: 34px;
  margin: auto;
  position: absolute;
  top: 0;
  transform: translateY(-28px);
  width: 34px;
  z-index: 8;
}
.aboutUsServiceContent .sliderNextBtn img, .aboutUsServiceContent .sliderPrevBtn img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.aboutUsServiceContent .sliderNextBtn:active, .aboutUsServiceContent .sliderPrevBtn:active {
  background: #b8b6b9;
}
.aboutUsServiceContent .sliderNextBtn:active:after, .aboutUsServiceContent .sliderPrevBtn:active:after {
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.aboutUsServiceContent .sliderNextBtn {
  right: 80px;
}
.aboutUsServiceContent .sliderNextBtn:after {
  content: "";
  border-top: 2px solid #b8b6b9;
  border-left: 2px solid #b8b6b9;
  bottom: 0;
  display: block;
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 34%;
  top: 4px;
  transform: rotate(-225deg) translateX(-45%);
  width: 10px;
}
.aboutUsServiceContent .sliderPrevBtn {
  left: 80px;
}
.aboutUsServiceContent .sliderPrevBtn:after {
  content: "";
  border-top: 2px solid #b8b6b9;
  border-left: 2px solid #b8b6b9;
  bottom: 0;
  display: block;
  height: 10px;
  left: 34%;
  margin: auto;
  position: absolute;
  right: 0;
  top: -11px;
  transform: rotate(-45deg) translateX(-45%);
  width: 10px;
}

.lineDesign:after {
  content: "";
  background: #b8b6b9;
  border-radius: 50%;
  background-size: 8px 8px;
  bottom: 0;
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 8px;
}
.lineDesign:before {
  content: "";
  background: #b8b6b9;
  border-radius: 50%;
  background-size: 8px 8px;
  bottom: 0;
  display: block;
  height: 8px;
  left: 0;
  margin: auto;
  position: absolute;
  width: 8px;
}

.aboutUsServiceContent .lineDesign:after, .aboutUsServiceContent .lineDesign:before {
  content: "";
  top: -18%;
}

/* --內頁-產品介紹內容的CSS--------------------------------- */
.productIndexContent {
  margin: 0 auto;
  max-width: 1280px;
  padding: 20px 0 58px;
  width: 100%;
}

.productMenuContent h3 {
  color: #004f9e;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.productMenuContent li {
  margin-bottom: 10px;
}
.productMenuContent li:last-child {
  margin-bottom: 0;
}
.productMenuContent li a.productMainMenu {
  border-radius: 12px;
  color: #353b39;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 12px 14px 18px;
}
.productMenuContent li a.productMainMenu.show {
  display: block;
}
.productMenuContent li a.productMainMenu.selected, .productMenuContent li a.productMainMenu.active {
  background: #003c8d;
  color: #fff;
}
.productMenuContent li a.withBorder {
  border: 1px solid #003c8d;
}
.productMenuContent span.subMenuIcon {
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 14px;
  margin: auto;
  position: absolute;
  right: 18px;
  top: 0;
  width: 14px;
}
.productMenuContent span.subMenuIcon:after {
  content: "";
  background: #353b39;
  display: block;
  height: 2px;
  position: absolute;
  top: 40%;
  width: 14px;
}
.productMenuContent span.subMenuIcon:before {
  content: "";
  background: #353b39;
  display: block;
  height: 2px;
  position: absolute;
  top: 40%;
  transform: rotate(90deg);
  width: 14px;
}
.productMenuContent span.subMenuIcon.open:after, .productMenuContent span.subMenuIcon.open:before {
  content: "";
  background: #fff;
  transition: all 0.32s ease-in-out 0s;
}
.productMenuContent span.subMenuIcon.open:after {
  transform: rotate(135deg);
}
.productMenuContent span.subMenuIcon.open:before {
  transform: rotate(-135deg);
}

.productSubmenu {
  display: none;
}
.productSubmenu.show {
  display: block;
}
.productSubmenu li {
  border-bottom: 1px solid #b8b6b9;
  margin: 0;
}
.productSubmenu li a {
  color: #353b39;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 10px 12px 14px 18px;
}
.productSubmenu li:last-child {
  border-bottom: none;
}
.productSubmenu li:last-child a {
  padding: 10px 12px 4px 18px;
}
.productSubmenu li a.selected, .productSubmenu li a.active {
  color: #003c8d;
  font-weight: 600;
}

.productSeriesTitle {
  color: #004f9e;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 40px;
  margin: 0 0 18px;
  margin-top: 16px;
  padding: 0 0 14px;
  position: relative;
  text-align: left;
}
.productSeriesTitle:after {
  content: "";
  background: #f4a000;
  bottom: 0;
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 42px;
}

.productSeriesIntro {
  background: #ececec;
  border-left: 4px solid #003c8d;
  margin-bottom: 24px;
  padding: 18px 22px 20px;
}
.productSeriesIntro p {
  color: #353b39;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  text-align: left;
}

.productIndexMachineContent h3 {
  margin-top: 12px !important;
}
.productIndexMachineContent li {
  background: #fff;
  margin: 0 2.22% 14px 0;
  overflow: hidden;
  padding: 18px 14px 14px;
  position: relative;
  transition: all 0.28s ease-in-out 0s;
  width: 31.85%;
}
.productIndexMachineContent li:active, .productIndexMachineContent li:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.productIndexMachineContent li:nth-child(3n+3), .productIndexMachineContent li:last-child {
  margin-right: 0;
}

.productInfoShowContent {
  background: #ececec !important;
  overflow: hidden !important;
  padding: 48px 18px 50px !important;
}
.productInfoShowContent ul {
  white-space: nowrap;
}
.productInfoShowContent li {
  display: inline-block;
  margin-right: 4%;
}
.productInfoShowContent li:last-child {
  margin-right: 0;
}
.productInfoShowContent h3 {
  white-space: wrap;
}
.productInfoShowContent img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 432px;
}

.productIndexMachineContent,
.productInfoShowContent {
  flex-wrap: wrap;
}
.productIndexMachineContent h3,
.productInfoShowContent h3 {
  border-bottom: none;
  text-align: center;
}
.productIndexMachineContent h3 a,
.productInfoShowContent h3 a {
  font-size: 18px !important;
  font-weight: 600;
  color: #353b39 !important;
  line-height: 28px;
  text-decoration: none;
}
.productIndexMachineContent h3 span.number,
.productInfoShowContent h3 span.number {
  margin-right: 12px;
  padding: 0 8px;
  position: relative;
}
.productIndexMachineContent h3 span.number:after,
.productInfoShowContent h3 span.number:after {
  content: "";
  background: #606060;
  bottom: 0;
  display: block;
  height: 18px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}
.productIndexMachineContent h3 span.number:before,
.productInfoShowContent h3 span.number:before {
  content: "";
  background: #606060;
  bottom: 0;
  display: block;
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 2px;
}

.productMachineContent {
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1280px;
  padding: 28px 0 58px;
  width: 100%;
}
.productMachineContent li {
  background: #fff;
  border: 1px solid #eae9e9;
  margin: 0 3.92% 3.92% 0;
  overflow: hidden;
  padding-top: 14px;
  position: relative;
  transition: all 0.28s ease-in-out 0s;
  width: 30.72%;
}
.productMachineContent li:after {
  content: "";
  background: #004ea1;
  bottom: 0;
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateX(-101%);
  transition: all 0.28s ease-in-out 0s;
  width: 100%;
}
.productMachineContent li:active:after, .productMachineContent li:hover:after {
  content: "";
  opacity: 1;
  transform: translateX(0);
}
.productMachineContent li:active, .productMachineContent li:hover {
  border: 1px solid rgba(234, 233, 233, 0.1);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.productMachineContent li:active p, .productMachineContent li:hover p {
  color: #004ea1;
  font-weight: 700;
}
.productMachineContent li:active p span:after, .productMachineContent li:hover p span:after {
  content: "";
  display: block;
}
.productMachineContent li:nth-child(3n+3), .productMachineContent li:last-child {
  margin-right: 0;
}
.productMachineContent li:nth-last-child(2), .productMachineContent li:last-child {
  margin-bottom: auto;
}
.productMachineContent h3 {
  border-bottom: none;
  color: #353b39;
  font-size: 21px;
  font-weight: 600;
  margin-top: 22px;
  padding: 0 12px;
  padding-bottom: 12px !important;
  text-align: center;
}
.productMachineContent p {
  color: #ccc;
  display: none;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 36px;
  text-align: center;
  text-decoration: none;
  transition: all 0.28s ease-in-out 0s;
}
.productMachineContent p span {
  position: relative;
}
.productMachineContent p span:after {
  content: "";
  background: none;
  border-right: 2px solid #004ea1;
  border-top: 2px solid #004ea1;
  display: none;
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}

a.readMore {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.productDetailContent {
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1280px;
  padding: 20px 0 68px;
  width: 100%;
}
.productDetailContent h2 {
  color: #004f9e;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 36px;
  margin-bottom: 18px;
}
.productDetailContent .titleNumber {
  color: #f4a000;
  margin-right: 12px;
  padding: 0 12px;
  position: relative;
}
.productDetailContent .titleNumber:after, .productDetailContent .titleNumber:before {
  content: "";
  background: #f4a000;
  bottom: 0;
  display: block;
  height: 22px;
  margin: auto;
  position: absolute;
  top: 3.4px;
  width: 2.4px;
}
.productDetailContent .titleNumber:after {
  content: "";
  right: 0;
}
.productDetailContent .titleNumber:before {
  content: "";
  left: 0;
}

.productPicGallery {
  position: relative;
}
.productPicGallery img {
  height: auto;
  max-width: 100%;
}
.productPicGallery .picThumb {
  position: absolute;
  right: 0;
  top: 0;
}
.productPicGallery .picThumb li {
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
  padding: 4px;
}
.productPicGallery .picThumb li:last-child {
  margin-bottom: 0;
}
.productPicGallery .picThumb li.selected {
  border: 1px solid #b8b6b9;
}
.productPicGallery .picThumb img {
  height: auto;
  max-width: 82px;
}

.productIntroText h3 {
  color: #004ea1;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 6px !important;
}
.productIntroText h3.titleBorder2 {
  border-bottom: 2px solid #7f7f7f;
}
.productIntroText p {
  color: #353b39;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
}
.productIntroText p.mt {
  margin-top: 10px;
}
.productIntroText p a {
  color: #004ea1;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.productIntroText table {
  border-collapse: collapse;
  border-top: 2px solid #7f7f7f;
  border-bottom: 2px solid #7f7f7f;
  margin-top: 26px;
  width: 100%;
}
.productIntroText tr {
  border-bottom: 1px solid #7f7f7f;
}
.productIntroText th {
  background: #ececec;
  color: #949494;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 24px;
  padding: 8px 10px;
  text-align: center;
  width: 24%;
}
.productIntroText td {
  color: #353b39;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 16px;
  width: 76%;
}

.productVideo {
  margin: 0 auto;
}
.productVideo h3 {
  text-align: center;
}
.productVideo .videoBox {
  background-clip: content-box, border-box;
  background-origin: border-box;
  display: block;
  height: 0;
  margin: 0 auto;
  max-width: 920px;
  overflow: hidden;
  padding-bottom: 44.506%;
  position: relative;
  width: 100%;
}
.productVideo .videoBox iframe, .productVideo .videoBox object, .productVideo .videoBox embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.productVideo .videoBox iframe {
  border: 1px solid #dbdbdb;
}

.productDetailContactForm {
  --productContactGroupGap: 56px;
  --productContactRowGap: 20px;
  --productContactLabelGap: 8px;
  margin-top: 60px;
  padding-top: 0;
}
.productDetailContactForm .formUI {
  column-gap: var(--productContactGroupGap);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  row-gap: var(--productContactRowGap);
}
.productDetailContactForm .productContactField {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 0;
  width: 100%;
}
.productDetailContactForm .productContactFull, .productDetailContactForm .productContactActions {
  grid-column: 1/-1;
  width: 100%;
}
.productDetailContactForm .formUI input, .productDetailContactForm .formUI select, .productDetailContactForm .productContactFull textarea, .productDetailContactForm .productContactFull .inquiryMachineBox {
  width: 100%;
}
.productDetailContactForm .productContactField > label {
  display: block;
  margin-bottom: var(--productContactLabelGap);
  width: auto;
}

.productInfoShow {
  background: #ececec;
  padding: 50px 18px;
  width: 100%;
}
.productInfoShow ul {
  flex-wrap: nowrap;
}
.productInfoShow li {
  width: 20%;
}

/* --內頁-應用索引內容的CSS--------------------------------- */
.applicationContent {
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1280px;
  padding: 32px 0 78px;
  width: 100%;
}
.applicationContent h3 {
  border-bottom: none !important;
  font-size: 20px;
  font-weight: 600;
  margin-top: 22px !important;
  position: relative;
}
.applicationContent h3:after {
  content: "";
  background: #f4a000;
  bottom: -6.8px;
  display: block;
  height: 4px;
  position: absolute;
  width: 40px;
}
.applicationContent h4 {
  border-bottom: 1px solid #bfbfbf;
  color: #004ea1;
  font-size: 18px;
  padding-bottom: 14px;
  position: relative;
}
.applicationContent h4:after {
  content: "";
  background: #004ea1;
  background-image: url(../images/plusIcon.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: 16px;
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-3.6px);
  width: 28px;
}
.applicationContent h4.open {
  border-bottom: 2px solid #bfbfbf;
}
.applicationContent h4.open:after {
  content: "";
  background: #f4a000;
  background-image: url(../images/minusIcon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  display: block;
  height: 28px;
  width: 28px;
}
.applicationContent p {
  color: #353b39;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 8px;
  text-align: justify;
}
.applicationContent p a {
  color: #353b39;
  text-decoration: none;
}
.applicationContent p.textLimit {
  display: -webkit-box;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.applicationContent p.readMoreLink {
  padding-top: 3.2px;
  text-align: right;
}
.applicationContent p.readMoreLink a {
  color: #004ea1;
  font-size: 15px;
  font-weight: 600;
  padding-right: 10px;
  position: relative;
}
.applicationContent p.readMoreLink a:after {
  content: "";
  background: none;
  border-right: 2px solid #004ea1;
  border-top: 2px solid #004ea1;
  display: block;
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
.applicationContent p.readMoreLink a:hover {
  text-decoration: underline;
  text-underline-offset: 7px;
}
.applicationContent .applicationList {
  margin-bottom: 6.8%;
  margin-right: 5%;
  width: 30%;
}
.applicationContent .applicationList:nth-last-child(1), .applicationContent .applicationList:nth-last-child(2), .applicationContent .applicationList:nth-last-child(3) {
  margin-bottom: 0;
}
.applicationContent .applicationList:nth-child(3n+3) {
  margin-right: 0;
}
.applicationContent .applicationContentInfo {
  margin-top: 30px;
}
.applicationContent .text {
  display: none;
}

/* --內頁-最新消息內容的CSS--------------------------------- */
.mainContent {
  padding: 0 18px;
  width: 100%;
}
.mainContent.padding0 {
  padding: 0;
}
.mainContent .newsContent {
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1280px;
  padding-top: 52px;
}
.mainContent .newsContent li {
  margin: 0 3.92% 3.92% 0;
  width: 30.72%;
}
.mainContent .newsContent li:nth-child(3n+3), .mainContent .newsContent li:last-child {
  margin-right: 0;
}
.mainContent .newsContent h3, .mainContent .newsContent h3 a {
  font-size: 20px;
  font-weight: 600;
}
.mainContent .newsContent li:hover a, .mainContent .newsContent li:hover a h3 {
  color: rgb(119, 155, 255);
}
.mainContent .newsContent h3:after {
  content: "";
  background: none;
  border-right: 2px solid #004ea1;
  border-top: 2px solid #004ea1;
  bottom: 0;
  display: block;
  height: 7px;
  margin-top: 9px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 7px;
}
.mainContent .newsContentInfo {
  padding-top: 10px;
}
.mainContent a {
  text-decoration: none;
  color: black;
}
.mainContent a h3 {
  color: #004f9e;
}
.mainContent h3 {
  margin-top: 24px;
  padding-bottom: 10px;
}
.mainContent h3.titleBorder {
  border-bottom: 1px solid #7f7f7f;
}
.mainContent h3 a {
  color: #004f9e;
  font-size: 20px;
}
.mainContent p.timeIcon:before {
  content: "";
  background: url(../images/timeIcon.png) no-repeat;
  background-size: 16px;
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  width: 16px;
}
.mainContent p.locationIcon:before {
  content: "";
  background: url(../images/locationIcon.png) no-repeat;
  background-size: 13px 18px;
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 13px;
}
.mainContent p.placeIcon:before {
  content: "";
  background: url(../images/placeIcon.png) no-repeat;
  background-size: 16px;
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  width: 16px;
}

/* --內頁-聯絡我們內容的CSS--------------------------------- */
.formUI {
  margin-top: 20px;
}

.formPb-1 {
  margin-bottom: 20px;
}

.formContent {
  margin: 0 auto;
  max-width: 1280px;
  padding-top: 62px;
  width: 100%;
}

.memoUI {
  background: #ededed;
  display: block;
  padding: 12px 14px 14px;
  width: 100%;
}
.memoUI p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
}
.memoUI .mustWrite {
  font-weight: 600;
  margin-left: 6px;
}

.formUI label {
  font-size: 15px;
  font-weight: 500;
  width: 7.4%;
}
.formUI input, .formUI textarea, .formUI select {
  border: 1px solid #919394;
  border-radius: 8px;
  box-shadow: 0 2.6px 0 0 rgba(27, 27, 27, 0.1) inset;
  outline: none;
  padding: 10px 12px 14px;
  width: 92.6%;
}
.formUI input:focus, .formUI textarea:focus, .formUI select:focus {
  border: 1px solid #353b39;
}
.formUI textarea {
  resize: none;
}
.formUI select {
  appearance: none;
  background-color: #fff;
}
.formUI select.is-locked {
  background-color: #f2f2f2;
  color: #545454;
}

.inquiryMachineBox {
  width: 92.6%;
}

.inquiryMachineList {
  border: 1px solid #919394;
  border-radius: 8px;
  box-shadow: 0 2.6px 0 0 rgba(27, 27, 27, 0.1) inset;
  min-height: 46px;
  padding: 10px 12px;
}
.inquiryMachineList li {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 8px 0;
  transition: background-color 0.18s ease-in-out 0s;
}
.inquiryMachineList li:hover {
  background-color: rgba(0, 78, 161, 0.08);
}
.inquiryMachineList li:last-child {
  border-bottom: none;
}
.inquiryMachineList .empty:hover {
  background-color: transparent;
}
.inquiryMachineList .empty {
  color: #777;
  display: block;
  font-size: 14px;
  padding: 4px 0;
}
.inquiryMachineList .machineName {
  color: #353b39;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.inquiryMachineList .machineUrl {
  color: #777;
  display: block;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
}

.inquiryRemoveBtn {
  background: #fff;
  border: 1px solid #b8b6b9;
  border-radius: 15px;
  color: #353b39;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 12px 7px;
}
.inquiryRemoveBtn:hover {
  background: #004ea1;
  border-color: #004ea1;
  color: #fff;
}

.inquiryKeepOption {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 10px;
  width: auto !important;
}

.formUI .inquiryKeepOption input {
  box-shadow: none;
  width: auto;
}

.inquiryMachineInput {
  display: none;
}

.productInquiryPanel {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 120;
}
.productInquiryPanel .picThumb {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: static;
}

.inquiryActionBar {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}

.productInquiryBtn,
.productInquiryLink {
  background: #fff;
  border: 1px solid #004ea1;
  border-radius: 18px;
  color: #004ea1;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  padding: 8px 16px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.28s ease-in-out 0s;
  z-index: 120;
}
.productInquiryBtn:hover,
.productInquiryLink:hover {
  background: #004ea1;
  border-color: #004ea1;
  color: #fff;
}

.productInquiryBtn.added {
  background: #f4a000;
  border-color: #f4a000;
  color: #fff;
}

.productCardInquiryBtn {
  display: none;
}

.formBtnUI {
  appearance: none;
  background: none;
  border: 1px solid #004ea1;
  border-radius: 18px;
  color: #004ea1;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 16px 10px;
  text-decoration: none;
  transition: all 0.28s ease-in-out 0s;
}
.formBtnUI:active, .formBtnUI:hover {
  background: #004ea1;
  color: #fff;
}
.formBtnUI.w98 {
  width: 98px;
}

.contactUsMap {
  background: #f2f2f2;
  padding: 50px 18px;
  width: 100%;
}
.contactUsMap .container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.contactUsMap .container li {
  font-size: 15px;
}
.contactUsMap .contactFormLocationIcon:before {
  content: "";
  background: url(../images/contactFormLocationIcon.png) no-repeat;
  background-size: 22px 24px;
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  width: 22px;
}
.contactUsMap .contactFormTelIcon:before {
  content: "";
  background: url(../images/contactFormTelIcon.png) no-repeat;
  background-size: 22px 24px;
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  width: 22px;
}
.contactUsMap .contactFormFaxIcon:before {
  content: "";
  background: url(../images/contactFormFaxIcon.png) no-repeat;
  background-size: 22px 24px;
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  width: 22px;
}
.contactUsMap a {
  color: #353b39;
  font-weight: 500;
  text-decoration: none;
}
.contactUsMap h3 {
  color: #004ea1;
  font-size: 20px;
  font-weight: 600;
}
.contactUsMap .companyInfo {
  margin-top: 26px;
}
.contactUsMap .contactInfoText {
  width: 40%;
}
.contactUsMap .mapUI {
  margin-left: 6%;
  width: 100%;
}
.contactUsMap .mapUI iframe {
  border: none;
  display: block;
  height: 520px;
  width: 100%;
}

/* --內頁-電子型錄內容的CSS--------------------------------- */
.catalogCoverContent {
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1280px;
  padding: 28px 0 58px;
  width: 100%;
}
.catalogCoverContent .catalogMask {
  background: rgba(0, 78, 161, 0.8);
  backdrop-filter: blur(4px);
  flex: 1;
  height: 100%;
  left: 0;
  min-height: 300px;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: translateY(-102%);
  transition: all 0.28s ease-in-out 0s;
  width: 100%;
}
.catalogCoverContent .catalogMask p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  display: block;
  left: 50%;
  letter-spacing: 2px;
  position: absolute;
  top: 25.5%;
  transform: translateX(-50%);
}
.catalogCoverContent .catalogMask p:after {
  content: "";
  align-items: center;
  background: url(../images/catalogMaskIcon.png) no-repeat;
  background-size: 41px 38px;
  display: flex;
  justify-content: center;
  height: 38px;
  left: 0;
  margin: auto;
  margin-top: 18px;
  position: absolute;
  right: 0;
  width: 41px;
}
.catalogCoverContent .catalogMask p.online {
  top: 55.5%;
}
.catalogCoverContent .catalogMask p.online:after {
  background: url(../images/catalogMaskIcon2.png) no-repeat;
  background-size: 41px 38px;
}
.catalogCoverContent li {
  margin: 0 5.83% 5.6% 0;
  overflow: hidden;
  position: relative;
  transition: all 0.28s ease-in-out 0s;
  width: 20.625%;
}
.catalogCoverContent li:hover .catalogMask {
  opacity: 1;
  transform: translateY(0);
}
.catalogCoverContent li:nth-child(4n+4) {
  margin-right: 0;
}
.catalogCoverContent li:last-child {
  margin-bottom: 0;
}
.catalogCoverContent .catalogText {
  background: #606060;
  margin-top: -2.4px;
  padding: 12px 10px 16px;
}
.catalogCoverContent .catalogText p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.catalogCoverContent-en .catalogText p {
  letter-spacing: 0;
  line-height: 28px;
}

/* --頁尾的CSS--------------------------------- */
footer {
  background: #004ea1;
  position: relative;
  padding: 42px 18px;
}

.footerContent {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.footerContent a {
  color: #fff;
  text-decoration: none;
}
.footerContent .leftContent {
  float: left;
  width: auto;
}
.footerContent .leftContent h3, .footerContent .leftContent li {
  color: #fff;
}
.footerContent .leftContent .footerLogo:after {
  content: "";
  background: #fff;
  bottom: -18px;
  display: block;
  height: 1px;
  position: absolute;
  width: 167px;
}
.footerContent .leftContent .footerLogo img {
  height: auto;
  width: 302px;
  max-width: 100%;
}
.footerContent .leftContent h3.footerMenuTitle {
  font-size: 16px;
  font-weight: 500;
}
.footerContent .leftContent .footerContactInfo li {
  font-size: 15px;
}
.footerContent .leftContent .footerLocationIcon:before {
  content: "";
  background: url(../images/footerLocationIcon.png) no-repeat;
  background-size: 25px 26px;
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  width: 25px;
}
.footerContent .leftContent .footerTelIcon:before {
  content: "";
  background: url(../images/footerTelIcon.png) no-repeat;
  background-size: 25px 26px;
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  width: 25px;
}
.footerContent .leftContent .footerFaxIcon:before {
  content: "";
  background: url(../images/footerFaxIcon.png) no-repeat;
  background-size: 25px 26px;
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  width: 25px;
}
.footerContent .leftContent .inputUI {
  border-radius: 6px;
  border: none;
  height: 46px;
  outline: none;
  padding: 0 14px;
}
.footerContent .leftContent .btn-3 {
  appearance: none;
  background: #3fa9f5;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 46px;
  line-height: 42px;
  margin-left: 14px;
  text-align: center;
  width: 88px;
}
.footerContent .rightContent {
  float: right;
  margin-top: 12px;
  width: 57.5%;
}
.footerContent .rightContent a.icon {
  color: #fff;
  position: relative;
}
.footerContent .rightContent a.icon:after {
  content: "";
  background: #7a7651;
  bottom: -12px;
  display: block;
  height: 2px;
  position: absolute;
  width: 36px;
}
.footerContent .rightContent a.footerMenuTitle {
  font-size: 16px;
  font-weight: 500;
}
.footerContent .rightContent a.footerMenu {
  color: #e0eaf3;
  opacity: 1;
  transition: all 0.28s ease-in-out 0s;
}
.footerContent .rightContent a.footerMenu:hover {
  opacity: 0.78;
}
.footerContent .rightContent li {
  font-size: 15px;
}
.footerContent .rightContent .footerMenuContent {
  margin-right: 8%;
}
.footerContent .rightContent .footerMenuContent:last-child {
  margin-right: 0;
}
.footerContent-en {
  display: flex;
  gap: 60px;
}
.footerContent-en .rightContent {
  width: 80%;
}
.footerContent-en .footerMenuContent.w-4 {
  width: 15%;
}

.footerCopyright {
  background: #fff;
  padding: 17px 18px;
  width: 100%;
  position: relative;
}
.footerCopyright p {
  color: #0d4fa3;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

#goTopBtn {
  background: #1eafe6;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 52px;
  margin: auto;
  position: fixed;
  right: 18px;
  bottom: 52px;
  transition: all 0.4s ease-in-out 0s;
  width: 52px;
  z-index: 8;
}
#goTopBtn:before {
  content: "";
  background: none;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  bottom: 0;
  height: 12px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 15%;
  transform: rotate(-45deg);
  width: 12px;
  z-index: 100;
}

/* --動畫互動的CSS--------------------------------- */
@keyframes bottomFadeOut {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  75% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* --平板~手機網頁共同的CSS--------------------------------- */
@media screen and (max-width: 1420px) {
  .mr-4 {
    margin-right: 16px;
  }
  header nav {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1300px) {
  header .mobileMenuBtn {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  header {
    background: #fff;
    display: block;
    height: 58px;
    padding: 58px 0 0 0;
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header .headerLogo img {
    left: 12px;
    max-width: 204px;
  }
  header .container {
    height: auto;
    position: static;
  }
  header .mobileMenuBtn {
    background: #004ea1;
    display: block;
    height: 58px;
    padding: 13px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    z-index: 100;
  }
  header .mobileMenuBtn .closeIcon {
    height: 22px;
    margin: 0 auto;
    position: relative;
    transform: translateY(0%);
    width: 24px;
  }
  header .mobileMenuBtn .closeIcon span {
    background: #fff;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.28s ease-in-out 0s;
  }
  header .mobileMenuBtn .closeIcon span:first-child {
    top: 0;
    width: 24px;
  }
  header .mobileMenuBtn .closeIcon span:nth-child(2) {
    left: auto;
    right: 0;
    top: 8px;
    width: 22px;
  }
  header .mobileMenuBtn .closeIcon span:last-child {
    left: auto;
    right: 0;
    top: 16px;
    width: 20px;
  }
  header .mobileMenuBtn.open span:first-child {
    top: 8px;
    transform: rotate(45deg);
  }
  header .mobileMenuBtn.open span:nth-child(2) {
    opacity: 0;
    width: 0;
  }
  header .mobileMenuBtn.open span:last-child {
    top: 8px;
    transform: rotate(-45deg);
    width: 24px;
  }
  header .mobileMenuBtn p {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    transform: scale(0.66);
  }
  header .headerMenu {
    background: #fff;
    bottom: auto;
    display: none;
    float: none;
    right: auto;
    top: auto;
    transform: translate(0%);
    width: 100%;
  }
  header .headerMenu ul {
    background: #fff;
    border-top: 1px solid #dcdcdc;
    line-height: normal;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  header .headerMenu ul.mobileNoFlex {
    display: block;
  }
  header .headerMenu li {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    float: left;
    margin-right: 0;
    width: 50%;
  }
  header .headerMenu li:nth-child(2n+1) {
    border-right: 1px solid #dcdcdc;
  }
  header .headerMenu li a {
    color: #353b39;
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
  }
  header .headerMenu li.menuText a.active:after {
    display: none;
  }
  header .headerMenu li.socialIcon {
    transform: translateY(0);
  }
  header .headerMenu a.menuList {
    font-size: 15px;
    padding: 12px;
    position: relative;
  }
  header .headerMenu a.menuList:after {
    content: "";
    background: none;
    border-right: 2px solid #004ea1;
    border-top: 2px solid #004ea1;
    display: block;
    height: 6px;
    left: auto;
    margin-top: -4px;
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
  }
  header .headerMenu a.menuList:hover:after {
    content: "";
    transform: rotate(45deg) translateX(0);
  }
  header nav {
    margin-right: 0;
  }
  header .headerSearchUI, header .languageBtn {
    border-bottom: 1px solid #dcdcdc;
    padding: 12px;
  }
  header .languageBtn a {
    font-size: 15px;
    font-weight: 500;
  }
  header .headerSearchUI {
    margin-right: 0;
  }
  header .headerSearchUI form {
    position: relative;
  }
  header input[type=search] {
    padding: 8px 12px 12px;
    width: 100%;
  }
  .pageBannerBox {
    height: 258px;
  }
  .pageBannerBox h1 {
    font-size: 30px;
  }
  .pageBannerBox h1:after {
    content: "";
    width: 50px;
  }
}
@media screen and (max-width: 1288px) {
  .catalogCoverContent li {
    margin: 0 5.82% 5.6% 0;
  }
  .contactUsMap {
    padding: 50px 18px 64px;
  }
  .contactUsMap .dFlex {
    display: block;
  }
  .contactUsMap .contactInfoText {
    width: 100%;
  }
  .contactUsMap .mapUI {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1276px) {
  .catalogCoverContent .catalogMask p {
    font-size: 20px;
    top: 38.5%;
  }
  .catalogCoverContent .catalogText {
    min-height: 72px;
    padding: 10px 10px 14px;
  }
  .catalogCoverContent .catalogText p {
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
  }
  .catalogCoverContent .w100 {
    width: 100%;
  }
}
@media screen and (max-width: 1248px) {
  .aboutUsServiceContent .sliderNextBtn {
    right: 40px;
  }
  .aboutUsServiceContent .sliderPrevBtn {
    left: 40px;
  }
  .footerContent .rightContent {
    width: 61.2%;
  }
  .footerContent .rightContent .w-4 {
    width: 11.9%;
  }
}
@media screen and (max-width: 1200px) {
  .aboutUsContent {
    padding-top: 28px;
  }
  .aboutUsContent img.mobilePicCenter {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
  .aboutUsContent .flexColumn {
    flex-direction: column;
  }
  .aboutUsContent .flexOrder1 {
    order: 1;
  }
  .aboutUsContent .flexOrder2 {
    order: 2;
  }
  .aboutUsContent .textRightGap1 {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .aboutUsContent .textLeftGap1 {
    margin-left: 0;
    margin-bottom: 36px;
  }
  .aboutUsBg {
    margin: 22px 0 32px;
  }
  .productVideo .videoBox {
    max-width: none;
    padding-bottom: 57%;
  }
}
@media screen and (min-width: 1199px) {
  .machineIntro .indexMachineSliderNextBtn.desktopHide,
  .machineIntro .indexMachineSliderPrevBtn.desktopHide {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .machineIntro .indexMachineSliderNextBtn.desktopHide,
  .machineIntro .indexMachineSliderPrevBtn.desktopHide {
    display: block;
  }
}
@media screen and (max-width: 1180px) {
  .mainContent .newsContent li {
    margin-bottom: 46px;
    width: 48%;
  }
  .mainContent .newsContent li:nth-child(2n+2) {
    margin-right: 0;
  }
  .mainContent .newsContent li:nth-child(3n+3) {
    margin-right: 3.92%;
  }
}
@media screen and (max-width: 1100px) {
  .indexAboutUsExpert .sliderPrevBtn, .indexAboutUsExpert .sliderNextBtn {
    display: block !important;
    transform: translateY(24px) !important;
  }
}
@media screen and (min-width: 1024px) {
  .indexMachineSliderPrevBtn.desktopShow,
  .indexMachineSliderNextBtn.desktopShow {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt-78 {
    margin-top: 56px !important;
  }
  .breadCrumb {
    padding: 14px 0 18px;
  }
  .aboutUsBg ul {
    margin: 32px auto 0;
  }
  .aboutUsContent .aboutUsIdeaIcon {
    margin-top: 32px;
  }
  .aboutUsServiceContent {
    padding-bottom: 60px;
  }
  .aboutUsServiceContent .lineDesign:after, .aboutUsServiceContent .lineDesign:before {
    content: "";
    top: -18%;
  }
  .aboutUsServiceContent .sliderNextBtn, .aboutUsServiceContent .sliderPrevBtn {
    top: 1%;
  }
  .indexAboutUsExpert:after, .indexAboutUsExpert .lineDesign:after, .indexAboutUsExpert .lineDesign:before {
    content: "";
    top: 10.5% !important;
  }
  .indexAboutUsExpert .aboutUsServiceIcon li.slides img {
    max-width: 140px;
  }
  .indexAboutUsExpert .indexAboutUsSlider {
    padding-top: 28px;
  }
  .indexAboutUsExpert .sliderPrevBtn, .indexAboutUsExpert .sliderNextBtn {
    transform: translateY(16px) !important;
  }
  .indexMachineIntro {
    margin-bottom: 66px;
  }
  .indexMachineSliderPrevBtn.desktopShow,
  .indexMachineSliderNextBtn.desktopShow {
    display: none !important;
  }
  .catalogCoverContent .catalogText {
    min-height: auto;
  }
  .catalogCoverContent li {
    width: 47%;
  }
  .catalogCoverContent li:nth-child(2n+2) {
    margin-right: 0;
  }
  .pageBannerBox h1 {
    letter-spacing: 4px;
  }
  .productDetailContent {
    padding: 20px 0 74px;
  }
  .productMachineContent {
    padding: 14px 0 42px;
  }
  .productMachineContent h3 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px !important;
  }
  .productInfoShowContent {
    padding: 28px 18px 58px;
  }
  .productInfoShowContent img {
    max-width: 400px;
  }
  .productIntroText {
    margin-top: 28px;
  }
  .productIntroText p {
    font-size: 15px;
    line-height: 26px;
  }
  .productIntroText table {
    margin-top: 18px;
  }
  .productIntroText th, .productIntroText td {
    font-size: 15px;
    line-height: 23px;
  }
  .productVideo {
    padding-bottom: 0;
  }
  .indexVideoBannerBox {
    height: 500px;
  }
  .formContent {
    padding-top: 22px;
  }
  .formUI label {
    width: 10%;
  }
  .formUI input, .formUI textarea, .formUI select {
    width: 90%;
  }
  #goTopBtn {
    bottom: 70px;
    top: auto;
  }
  .footerCopyright {
    height: 100px;
  }
  .footerCopyright p {
    margin-top: 12px;
  }
  .allMa {
    position: inherit;
  }
}
@media screen and (max-width: 1023px) {
  .tabUI a {
    font-size: 16px;
  }
  .tabContent ol li {
    width: 100%;
  }
  .applicationContent h3 {
    font-size: 18px !important;
    margin-top: 14px !important;
  }
  .applicationContent h4 {
    font-size: 16px;
  }
  .applicationContent h4:after {
    content: "";
    background-size: 12px;
    height: 22px;
    transform: translateY(-1px);
    width: 22px;
  }
  .applicationContent h4.open:after {
    content: "";
    background-size: 12px;
    height: 22px;
    width: 22px;
  }
  .applicationContent .applicationList {
    margin-right: 2.97%;
    width: 31.35%;
  }
  .applicationContent .applicationContentInfo {
    margin-top: 28px;
  }
  .indexAboutUsBg {
    margin-bottom: 38px;
  }
  .indexAboutUsExpert {
    padding-bottom: 50px !important;
  }
  .indexAboutUsExpert:after, .indexAboutUsExpert .lineDesign:after, .indexAboutUsExpert .lineDesign:before {
    content: "";
    top: 17.5% !important;
  }
  .indexAboutUsExpert .sliderPrevBtn, .indexAboutUsExpert .sliderNextBtn {
    transform: translateY(25px) !important;
  }
  .indexYouTubeVideo {
    padding: 38px 18px 44px;
  }
  .indexCustomStepIntro {
    margin: 0 auto 66px;
    padding: 16px 18px 18px;
  }
  .indexYouTubeVideo .container {
    flex-direction: column;
  }
  .indexYouTubeVideo .left, .indexYouTubeVideo .right {
    width: 100%;
  }
  .indexYouTubeVideo .right {
    margin-top: 22px;
  }
  .indexYouTubeVideo .right li {
    margin-right: 32px;
  }
  .mainContent .newsContent {
    padding-top: 46px;
  }
  .productMachineContent h3 {
    font-size: 20px;
  }
  .productPicGallery .picThumb {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: static;
  }
  .productPicGallery .picThumb li {
    display: inline-block;
    margin-bottom: auto;
    margin-right: 10px;
  }
  .productPicGallery .picThumb li:last-child {
    margin-right: 0;
  }
  .productPicGallery .productInquiryPanel {
    align-items: center;
    margin-top: 10px;
    position: static;
  }
  .productPicGallery .inquiryActionBar {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    order: 2;
  }
  .productPicGallery .productInquiryPanel .picThumb {
    order: 1;
  }
  footer {
    padding: 20px 18px 26px;
  }
  .footerContent .leftContent, .footerContent .rightContent {
    float: none;
  }
  .footerContent .leftContent .inputUI {
    width: 58%;
  }
  .footerContent .leftContent .btn-3 {
    width: 100px;
  }
  .footerContent .leftContent .footerLogo:after {
    content: "";
    width: 128px;
  }
  .footerContent .leftContent .footerLogo img {
    width: 232px;
  }
  .footerContent .rightContent {
    margin-top: 26px;
    width: 100%;
  }
  .footerContent .rightContent.dFlex {
    display: block;
  }
  .footerContent .rightContent .footerMenuContent {
    margin-bottom: 26px;
    margin-right: 0;
    width: 100%;
  }
  .footerContent .rightContent .footerMenuContent:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 990px) {
  .productIndexContent.dFlex {
    flex-direction: column;
  }
  .productIndexContent .ml-4 {
    margin-left: 0;
  }
  .productIndexContent .w22, .productIndexContent .w78 {
    width: 100%;
  }
  .productMenuContent {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .productDetailContent h3 {
    margin-bottom: 14px;
  }
  .productIntroText.dFlex {
    flex-direction: column;
  }
  .productIntroText .mr-3 {
    margin-right: auto;
  }
  .productIntroText .mt20 {
    margin-top: 20px;
  }
  .productIntroText .w50 {
    width: 100%;
  }
  .productIntroText table th {
    width: 38%;
  }
  .productIntroText table td {
    width: 62%;
  }
  .productDetailContactForm {
    --productContactGroupGap: 0;
  }
  .productDetailContactForm .formUI {
    grid-template-columns: 1fr;
  }
  .productDetailContactForm .productContactField {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .productMachineContent h3 {
    font-size: 17px;
    padding-bottom: 5px !important;
  }
  .productMachineContent p {
    padding-bottom: 26px;
  }
  .productMachineContent p a {
    font-size: 14px;
  }
  .formUI label {
    width: 14%;
  }
  .formUI input, .formUI textarea, .formUI select {
    width: 86%;
  }
}
@media screen and (max-width: 768px) {
  .productDetailContent {
    padding: 20px 0 58px;
  }
  .productInfoShowContent img {
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .indexVideoBannerBox .indexVideoBannerBoxTitle h1 {
    font-size: 5em;
    line-height: 1.25em;
    letter-spacing: 0.125em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .indexVideoBannerBox .indexVideoBannerBoxTitle h1::before {
    content: "";
    height: 2px;
    width: 10%;
    background-color: white;
    position: absolute;
    left: 45%;
    bottom: -0.5em;
  }
  .indexVideoBannerBox .indexVideoBannerBoxTitle h2 {
    font-size: 1.5em;
    letter-spacing: 0.25em;
    margin-top: 2em;
  }
  .aboutUsBg {
    margin: 8px 0 28px;
    padding: 44px 18px 50px;
  }
  .aboutUsVision span.number {
    font-size: 40px;
  }
  .aboutUsVision ul {
    margin: 28px auto 0;
  }
  .aboutUsVision p {
    font-size: 18px;
    line-height: 32px;
  }
  .aboutUsVision p.orangeColor {
    font-size: 15px;
    line-height: 23px;
    margin-top: 8px;
  }
  .aboutUsContent h3.sFont {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 30px;
    padding-bottom: 12px;
  }
  .aboutUsContent p {
    font-size: 15px;
    line-height: 26px;
  }
  .aboutUsContent .aboutUsIdeaIcon li {
    margin-bottom: 38px;
    margin-right: 0;
    width: 50%;
  }
  .aboutUsContent .aboutUsIdeaIcon li:nth-child(2n+2) {
    margin-right: 0;
  }
  .aboutUsContent .aboutUsIdeaIcon li:nth-last-child(1), .aboutUsContent .aboutUsIdeaIcon li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .applicationContent {
    padding-bottom: 48px;
    padding-top: 22px;
  }
  .applicationContent img.imgRadius16 {
    border-radius: 10px;
  }
  .applicationContent .applicationList {
    margin-bottom: 38px;
    margin-right: 6%;
    width: 47%;
  }
  .applicationContent .applicationList:nth-child(2n+2) {
    margin-right: 0;
  }
  .applicationContent .applicationList:nth-child(3n+3) {
    margin-right: auto;
  }
  .applicationContent .applicationList:nth-last-child(3), .applicationContent .applicationList:nth-last-child(2) {
    margin-bottom: 38px;
  }
  .applicationContent .applicationContentInfo .mb-2 {
    margin-bottom: 14px;
  }
  .indexAboutUsBg {
    margin-bottom: 32px;
    padding: 46px 18px 54px;
  }
  .indexAboutUsExpert {
    padding-bottom: 42px !important;
  }
  .indexCustomStepIntro {
    margin: 0 auto 60px;
  }
  .indexCustomStepIntro .left {
    margin: 0;
    width: 100%;
  }
  .indexCustomStepIntro .right {
    display: none;
  }
  .mainContent .newsContent li {
    margin-bottom: 38px;
    margin-right: 0;
    width: 100%;
  }
  .mainContent .newsContent li:nth-child(2n+2), .mainContent .newsContent li:nth-child(3n+3) {
    margin-right: 0;
  }
  .mainContent h3 {
    margin-top: 10px;
  }
  .productSeriesTitle {
    font-size: 25px;
    line-height: 34px;
  }
  .productIndexMachineContent li {
    padding: 10px 4px 20px;
    width: 48.88%;
  }
  .productIndexMachineContent li:nth-child(2n+2), .productIndexMachineContent li:nth-child(3n+3) {
    margin-right: auto;
  }
  .productIndexMachineContent li:nth-child(3) {
    margin-right: 2.22%;
  }
  .productIndexMachineContent li.mb0 {
    margin-bottom: auto !important;
  }
  .productIndexMachineContent h3 {
    padding: 0 6px;
  }
  .productIndexMachineContent h3 a {
    font-size: 16px !important;
    line-height: 24px;
  }
  .productMachineContent li {
    width: 48%;
  }
  .productMachineContent li.heightEqual {
    display: flex;
    align-items: stretch;
  }
  .productMachineContent li:nth-child(2n+2) {
    margin-right: 0;
  }
  .productMachineContent li:nth-child(3n+3) {
    margin-right: 3.92%;
  }
  .productMachineContent h3 {
    line-height: 25px;
  }
  .tabContent.tabPadding {
    padding: 0;
  }
  .catalogCoverContent .downlod-block {
    position: relative;
    width: 100%;
    height: 3rem;
  }
  .catalogCoverContent .downlod-block .catalog-download,
  .catalogCoverContent .downlod-block .catalog-read {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 3rem;
    min-width: 50%;
  }
  .catalogCoverContent .downlod-block .catalog-download img,
  .catalogCoverContent .downlod-block .catalog-read img {
    height: 18px;
    display: none;
  }
  .catalogCoverContent .downlod-block .catalog-download {
    background-color: #004ea1;
    left: 0;
  }
  .catalogCoverContent .downlod-block .catalog-read {
    background-color: #3fa9f5;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .indexYouTubeVideo .right ul {
    flex-direction: column;
  }
  .indexYouTubeVideo .right li {
    margin-bottom: 28px;
    margin-right: 0;
    padding-bottom: 56.4%;
    width: 100%;
  }
  .indexYouTubeVideo .right li:last-child {
    margin-bottom: 0;
  }
  .productDetailContactForm .productContactField {
    display: block;
  }
  .productDetailContactForm .productContactFull {
    display: block;
  }
  .productDetailContactForm .productContactField > label {
    display: block;
    margin-bottom: 8px;
  }
  .formUI label {
    width: 18%;
  }
  .formUI input, .formUI textarea, .formUI select {
    width: 82%;
  }
  .productPicGallery .picThumb img {
    max-width: 60px;
  }
  .productDetailContent h3 {
    margin-bottom: 12px;
  }
  .productTabUI {
    padding-bottom: 12px;
  }
  .productTabUI li.singleProductTab {
    padding-bottom: 0;
  }
  .productTabUI li.singleProductTab a.selected {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  .aboutUsServiceContent .sliderNextBtn {
    right: 22px;
  }
  .aboutUsServiceContent .sliderPrevBtn {
    left: 22px;
  }
  .catalogCoverContent .catalogMask p {
    font-size: 17px;
    top: 38.5%;
  }
  .catalogCoverContent .catalogMask p:after {
    content: "";
    background-size: 36px 33px;
    height: 33px;
    margin-top: 14px;
    width: 36px;
  }
}
@media screen and (max-width: 562px) {
  .indexAboutUsExpert:after, .indexAboutUsExpert .lineDesign:after, .indexAboutUsExpert .lineDesign:before {
    content: "";
    top: 28% !important;
  }
  .indexAboutUsExpert .sliderPrevBtn, .indexAboutUsExpert .sliderNextBtn {
    transform: translateY(42px) !important;
  }
}
@media screen and (max-width: 520px) {
  .productTabUI li {
    margin: 0 4px;
    padding: 0 4px;
  }
  .productTabUI a:before {
    content: "";
    right: -9px;
  }
  .productDetailContent {
    padding: 20px 0 38px;
  }
  .productInfoShowContent {
    padding: 14px 18px 36px;
  }
}
@media screen and (max-width: 496px) {
  .formUI label {
    width: 27%;
  }
  .formUI input, .formUI textarea, .formUI select {
    width: 73%;
  }
  .footerCopyright p {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .verifyField input[type=text] {
    max-width: 116px;
  }
}
@media screen and (min-width: 429px) {
  .productInfoShowContent h3.desktopShow {
    display: block;
  }
  .productInfoShowContent h3.mobileShow {
    display: none;
  }
}
@media screen and (max-width: 429px) {
  .productInfoShowContent h3.desktopShow {
    display: none;
  }
  .productInfoShowContent h3.mobileShow {
    display: block;
  }
}
@media screen and (min-width: 414px) and (max-width: 1024px) {
  .productInfoShowContent h3 {
    margin-top: 6px;
  }
}
@media screen and (min-width: 414px) and (max-width: 767px) {
  .indexVideoBannerBox .indexVideoBannerBoxTitle h1 {
    font-size: 2.5em;
  }
  .indexVideoBannerBox .indexVideoBannerBoxTitle h2 {
    margin-top: 1em;
  }
  .productInfoShowContent h3 {
    margin-top: 8px;
  }
  .productInfoShowContent h3 a {
    font-size: 17px !important;
    line-height: 26px;
  }
}
@media screen and (max-width: 400px) {
  .indexVideoBannerBox .indexVideoBannerBoxTitle h1 {
    font-size: 2em;
  }
  .indexVideoBannerBox .indexVideoBannerBoxTitle h2 {
    font-size: 1em;
  }
  .mainContent h3 a {
    font-size: 18px;
  }
  .productMachineContent h3 {
    font-size: 16px;
  }
  .productTabUI ul.dFlex {
    display: block;
  }
  .productTabUI li {
    display: inline-block;
    margin: 0 0 18px 0;
    padding: 0 0 10px 0;
    text-align: center;
    width: 49.1%;
  }
  .productTabUI li:last-child {
    margin-bottom: 0;
  }
  .productTabUI a {
    padding-bottom: 10px;
  }
  .productTabUI a:before {
    content: "";
    display: none;
  }
  .productTabUI a.selected:after {
    content: "";
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
  }
}
@media screen and (max-width: 374px) {
  .aboutUsVision p.orangeColor {
    font-size: 14px;
  }
  .aboutUsContent .aboutUsIdeaIcon img {
    height: auto;
    width: 84%;
  }
  .productMachineContent {
    padding: 0 0 42px;
  }
  .productMachineContent.dFlex {
    display: block;
  }
  .productMachineContent h3 {
    font-size: 18px;
    padding: 0 12px;
    padding-bottom: 6px !important;
  }
  .productMachineContent li {
    margin: 0 0 38px 0;
    width: 100%;
  }
  .productMachineContent li:nth-last-child(2) {
    margin-bottom: 38px;
  }
  .productMachineContent li:nth-child(3n+3) {
    margin-right: 0;
  }
  .productMachineContent li:last-child {
    margin-bottom: 0;
  }
  .productMachineContent li.heightEqual {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .indexVideoBannerBox .indexVideoBannerBoxTitle h1 {
    font-size: 2.25em;
    padding: 0 7.5%;
    margin-bottom: 0;
  }
  .indexVideoBannerBox .indexVideoBannerBoxTitle h2 {
    font-size: 1.5em;
    letter-spacing: 0.25em;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 359px) {
  .applicationContent .applicationList {
    margin-right: 0;
    width: 100%;
  }
  .applicationContent .applicationList:nth-child(3n+3) {
    margin-right: 0;
  }
  .catalogCoverContent .catalogMask p {
    font-size: 22px;
    top: 42.5%;
  }
  .catalogCoverContent li {
    margin: 0 0 38px 0;
    width: 100%;
  }
  .catalogCoverContent li:nth-child(3n+3) {
    margin-right: 0;
  }
  .catalogCoverContent li:nth-last-child(2) {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 350px) {
  .mainContent h3 {
    font-size: 26px;
  }
  .productIndexMachineContent li {
    margin: 0;
    width: 100%;
  }
  .productIndexMachineContent li:nth-child(3n+3) {
    margin-right: 0;
  }
  .productIndexMachineContent h3 {
    margin-top: 12px !important;
  }
  .productIndexMachineContent li {
    margin: 0 0 38px 0;
    width: 100%;
  }
  .productIndexMachineContent li:nth-child(2n+2) {
    margin-right: 0;
  }
  .productIndexMachineContent li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
/* -- Video and FAQ pages --------------------------------- */
.videoIndexContent,
.faqContent {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.videoIndexContent {
  padding: 38px 0 64px;
}
.videoIndexContent.is-all-video .videoSection[data-video-view=filtered] {
  display: none;
}
.videoIndexContent.is-all-video .videoInfo span {
  display: none;
}
.videoIndexContent .videoSection > h3 {
  border-bottom: none !important;
  color: #004ea1;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin: 0 0 20px !important;
  padding: 0 0 12px !important;
  position: relative;
  text-align: left;
}
.videoIndexContent .videoSection > h3:after {
  content: "";
  background: #f4a000;
  bottom: 0;
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 40px;
}
.videoIndexContent .videoGrid {
  align-items: stretch;
  display: flex !important;
  flex-wrap: wrap;
  gap: 32px 2.6%;
  justify-content: flex-start;
  list-style: none;
  margin: 0 !important;
  overflow: visible;
  padding: 0 !important;
  width: 100%;
}
.videoIndexContent .videoCard {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: rgba(0, 0, 0, 0.08) 0 4px 14px;
  float: none !important;
  flex: 0 0 31.6%;
  margin: 0 !important;
  max-width: 31.6%;
  overflow: hidden;
  position: relative;
  transition: all 0.18s ease-in-out 0s;
  width: 31.6% !important;
}
.videoIndexContent .videoCard:hover {
  transform: translateY(-3px);
}
.videoIndexContent .videoInfo h3,
.videoIndexContent .videoInfo h4 {
  background: none !important;
  border-bottom: none !important;
  color: #353b39;
  display: block;
  font-size: 19px !important;
  font-weight: 600;
  line-height: 28px !important;
  margin: 0 !important;
  min-height: auto !important;
  padding: 0 !important;
  position: static !important;
  text-align: left;
  width: auto !important;
}
.videoIndexContent .videoInfo h3:before, .videoIndexContent .videoInfo h3:after,
.videoIndexContent .videoInfo h4:before,
.videoIndexContent .videoInfo h4:after {
  content: none !important;
  display: none !important;
}
.videoIndexContent .readMore,
.videoIndexContent .readMore:before,
.videoIndexContent .readMore:after {
  display: none !important;
}

.videoFilterBar {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  margin: 0 auto 34px;
  max-width: 1280px;
  width: 100%;
}
.videoFilterBar .videoFilterBtn {
  appearance: none;
  background: #fff;
  border: 1px solid #003c8d;
  border-radius: 8px;
  color: #353b39;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  min-height: 46px;
  padding: 10px 16px;
  text-align: center;
  transition: all 0.18s ease-in-out 0s;
}
.videoFilterBar .videoFilterBtn:hover, .videoFilterBar .videoFilterBtn.selected {
  background: #003c8d;
  color: #fff;
}

.videoSections {
  width: 100%;
}

.videoSection {
  margin-bottom: 42px;
  overflow: hidden;
}
.videoSection:last-child {
  margin-bottom: 0;
}

.videoThumb {
  background: #111;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.videoThumb iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.videoInfo {
  padding: 18px 18px 22px;
}
.videoInfo span {
  color: #004ea1;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 8px;
}

.faqContent {
  padding: 38px 0 64px;
}

.faqToolbar {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 42px;
}
.faqToolbar label {
  color: #353b39;
  font-size: 15px;
  font-weight: 500;
  margin-right: 10px;
}
.faqToolbar select {
  border: 1px solid #b8b6b9;
  border-radius: 6px;
  color: #353b39;
  flex: 0 0 auto;
  font-size: 15px;
  min-width: 84px;
  padding: 8px 12px;
  width: auto;
}

.faqAccordion {
  border-top: 1px solid #d8d8d8;
  overflow: hidden;
  width: 100%;
}

.faqItem {
  border-bottom: 1px solid #d8d8d8;
}
.faqItem > button {
  appearance: none;
  background: #fff;
  border: none;
  color: #353b39;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding: 20px 54px 20px 18px;
  position: relative;
  text-align: left;
  transition: all 0.18s ease-in-out 0s;
  width: 100%;
  word-break: break-word;
}
.faqItem > button:after, .faqItem > button:before {
  background: #004ea1;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
}
.faqItem > button:before {
  transform: rotate(90deg);
}
.faqItem.open > button {
  background: #004ea1;
  color: #fff;
}
.faqItem.open > button:after, .faqItem.open > button:before {
  background: #fff;
}
.faqItem.open > button:before {
  transform: rotate(0deg);
}

.faqPanel {
  display: none;
  padding: 18px 18px 22px;
}
.faqPanel p {
  color: #949494;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  word-break: break-word;
}

.faqPagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 42px;
}
.faqPagination button {
  appearance: none;
  background: #fff;
  border: 1px solid #004ea1;
  border-radius: 6px;
  color: #004ea1;
  cursor: pointer;
  font-size: 15px;
  min-width: 40px;
  padding: 8px 12px;
}
.faqPagination button.selected {
  background: #004ea1;
  color: #fff;
}
.faqPagination button:disabled {
  border-color: #c9c9c9;
  color: #aaa;
  cursor: default;
}

html.en .videoInfo h3,
html.en .videoInfo h4,
html.en .videoSection > h3,
html.en .videoFilterBar .videoFilterBtn,
html.en .videoInfo span,
html.en .faqItem > button,
html.en .faqPanel p,
html.en .faqToolbar label {
  letter-spacing: 0;
}

@media screen and (max-width: 990px) {
  .videoIndexContent .videoCard {
    flex-basis: 48.7%;
    max-width: 48.7%;
    width: 48.7% !important;
  }
}
@media screen and (max-width: 767px) {
  .videoFilterBar {
    justify-content: flex-start;
  }
  .videoFilterBar .videoFilterBtn {
    flex: 1 1 calc(50% - 10px);
  }
  .videoIndexContent .videoCard {
    flex-basis: 100%;
    max-width: 100%;
    width: 100% !important;
  }
  .videoIndexContent .videoSection > h3 {
    font-size: 21px;
    line-height: 30px;
  }
  .faqToolbar {
    justify-content: flex-start;
  }
  .faqItem > button {
    font-size: 16px;
    line-height: 26px;
    padding: 18px 48px 18px 12px;
  }
  .faqPanel {
    padding: 18px 12px 20px;
  }
  .faqPanel p {
    font-size: 15px;
    line-height: 28px;
  }
}

/*# sourceMappingURL=style.css.map */
