@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*::after {
  box-sizing: border-box;
}

*,
*:before,
*::after {
  cursor: default;
/*   list-style: none; */
}

@media (max-width: 428px) {
  body .wrapper h1,
  body .wrapper h2,
  body .wrapper h3 {
    font-size: 1.3rem;
  }
  body .wrapper h4,
  body .wrapper h5,
  body .wrapper h6,
  body .wrapper p {
    font-size: 1rem;
  }
}

body dl,
body ol,
body ul {
  margin-bottom: 0;
}

svg {
  overflow: unset !important;
}

body {
  font-size: 16px;
  font-family: "Noto Sans TC";
}

body h1 {
  font-size: 2.5rem;
  line-height: 54px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Noto Sans TC";
}

body h2 {
  font-size: 1.875rem;
  line-height: 38px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Noto Sans TC";
}

body h3 {
  font-size: 1.5rem;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Noto Sans TC";
}

body h4 {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Noto Sans TC";
}

body h5 {
  font-size: 1.125rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: revert;
  font-family: "Noto Sans TC";
}

body p {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: "Noto Sans TC";
  margin-bottom: 0;
}

body a {
  text-decoration: none;
  display: block;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Noto Sans TC";
}

body a:hover, body a:focus {
  text-decoration: none;
}

body select {
  font-family: "Noto Sans TC";
  font-weight: 500;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  text-decoration: unset;
}

.displayNone.displayNone {
  display: none;
  background-color: transparent;
}

.displayBlock.displayBlock {
  display: block;
}

.opacityZero {
  opacity: 0;
  z-index: -2;
}

.header-inner.section-inner {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding: 33px 70px;
}

@media (max-width: 900px) {
  .header-inner.section-inner {
    padding: 40px 15px;
  }
}

.header-titles-wrapper {
  max-width: 100%;
  margin: 0;
  padding-bottom: 60px;
  position: relative;
}

.header-titles-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 1s;
}

@media (max-width: 1000px) {
  .header-titles-wrapper::after {
    bottom: -20px;
  }
}

@media (max-width: 1000px) {
  .header-titles-wrapper {
    padding-bottom: 0;
  }
}

@media (max-width: 900px) {
  .header-titles-wrapper {
    padding: 0;
  }
}

.headerWrapper-active::after {
  width: 0%;
}

.header-titles .site-title,
.header-titles .site-logo,
.header-titles .site-description {
  margin: 0;
}

.header-titles {
  width: 100%;
  max-width: unset;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

@media (max-width: 1000px) {
  .header-titles {
    justify-content: center;
  }
}

.custom-logo-link img {
  cursor: pointer;
}

.site-logo.faux-heading {
  max-width: 383px;
}

@media (max-width: 640px) {
  .site-logo.faux-heading {
    max-width: 300px;
  }
}

@media (max-width: 550px) {
  .site-logo.faux-heading {
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .site-logo.faux-heading {
    max-width: 200px;
  }
}

@media (max-width: 428px) {
  .site-logo.faux-heading {
    max-width: 170px;
  }
}

@media (max-width: 320px) {
  .site-logo.faux-heading {
    max-width: 130px;
  }
}

@media (max-width: 320px) {
  .site-logo.faux-heading {
    max-width: 80px;
  }
}

.three-logo {
  display: flex;
  align-items: center;
}

.three-logo > div + div {
  margin-left: 40px;
}

@media (max-width: 1000px) {
  .three-logo {
    display: none;
  }
}

.three-logoDiv01 {
  overflow: hidden;
/*   width: 60px;
  height: 60px; */
}

.three-logoDiv01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.three-logoDiv02 {
  overflow: hidden;
/*   width: 129px;
  height: 49px; */
}

.three-logoDiv02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.three-logoDiv03 {
  overflow: hidden;
/*   width: 69px;
  height: 39px; */
}

.three-logoDiv03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-inner .toggle svg {
  width: 16px;
  height: auto;
  margin: auto;
}

@media (max-width: 1000px) {
  .header-inner .toggle svg {
    width: 20px;
  }
}

.header-inner .toggle svg path {
  fill: #fff;
}

body .primary-menu > li {
  margin: 0;
}

ul.primary-menu {
  margin: 0;
}

body:not(.overlay-header) .nav-search-div .primary-menu > li + li {
  margin-left: 40px;
}

@media (max-width: 1024px) {
  body:not(.overlay-header) .nav-search-div .primary-menu > li + li {
    margin-left: 20px;
  }
}

@media (max-width: 1024px) {
  body.touch-enabled .primary-menu > li.menu-item-has-children > a {
    margin-right: 0;
  }
}

body:not(.overlay-header) .nav-search-div .primary-menu > li > a {
  text-decoration: none;
  display: block;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Noto Sans TC";
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  padding-right: 0;
  padding-bottom: 45px;
  font-weight: 500;
  font-size: 1.5rem;
}

body:not(.overlay-header) .nav-search-div .primary-menu > li > a:hover, body:not(.overlay-header) .nav-search-div .primary-menu > li > a:focus {
  text-decoration: none;
}

body:not(.overlay-header) .nav-search-div .primary-menu > li > a:hover {
  color: #008ef4;
}

.nav-search-div .primary-menu .icon {
  display: none;
}

.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
  content: unset;
}

.toggle-wrapper.search-toggle-wrapper::before {
  content: unset;
}

.primary-menu-wrapper + .header-toggles {
  margin-left: 0;
  margin-right: 0;
}

.header-toggles .toggle {
  padding: 0 0 45px 23px;
}

.languageDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
  padding-bottom: 45px;
  cursor: pointer;
  position: relative;
}

.languageDiv:hover .widget-sidebar-1 {
  display: block;
}

.languageDiv svg {
  cursor: pointer;
}

.languageDiv svg path {
  cursor: pointer;
}

.languageDiv .widget-sidebar-1 {
  width: 160px;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 3;
  display: none;
}

.lan_Change ul {
  width: 100%;
  position: absolute;
  top: 34px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
}

.lan_Change ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #1a1a1a;
  font-weight: 400;
  cursor: pointer;
  padding: 10px;
  position: relative;
}

.lan_Change ul a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 85%;
  height: 1px;
  background-color: #f5f5f5;
}

.lan_Change ul a:hover {
  color: #008ef4;
}

.lan_Change ul span {
  cursor: pointer;
}

.lan_Change .wpml-ls-display {
  display: flex;
}

.header-inner.section-inner.header-inner-active {
  background-color: #002863;
}

.mobile-menu .ancestor-wrapper a {
  color: #002863;
}

.modal-menu ul li {
  border-left-width: unset;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
  font-size: 1.5rem;
}

.primary-menu ul::before,
.primary-menu ul::after {
  content: unset;
}

body:not(.overlay-header) .nav-search-div .primary-menu .sub-menu {
  background-color: #fff;
}

body .primary-menu li > .sub-menu {
  width: 256px;
  padding: 0;
  top: 90px;
  left: -90px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
  text-decoration: unset;
}

body:not(.overlay-header) .primary-menu li > .sub-menu {
  display: none;
}

body:not(.overlay-header) .primary-menu li:hover > .sub-menu {
  display: block;
}

body:not(.overlay-header) .nav-search-div .primary-menu li .sub-menu {
  margin-top: -25px;
}

body:not(.overlay-header) .nav-search-div .primary-menu li .sub-menu a {
  color: #1a1a1a;
  padding: 20px;
}

body:not(.overlay-header) .nav-search-div .primary-menu li .sub-menu a:hover {
  color: #008ef4;
}

body:not(.overlay-header) .nav-search-div .primary-menu li .sub-menu > li {
  position: relative;
}

body:not(.overlay-header) .nav-search-div .primary-menu li .sub-menu > li:not(:last-child) a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 85%;
  height: 1px;
  background-color: #f5f5f5;
}

.breadCrumb {
  overflow: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.breadCrumb > span:last-child {
  margin-left: 8px;
}

.breadCrumb > span:last-child a {
  color: #008ef4;
}

.breadCrumb > span:not(:last-child) {
  margin-left: 8px;
  margin-right: 8px;
}

.breadCrumb .auto {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.breadCrumb .auto span {
  display: flex;
  white-space: nowrap;
}

.breadCrumb .auto a {
  padding: 0 8px;
}

.breadCrumb .auto a:hover {
  color: #008ef4;
}

.breadCrumb .auto .breadcrumb_last {
  color: #008ef4;
  padding-left: 8px;
}

.breadCrumb span {
  cursor: pointer;
}

.breadCrumb a {
  color: #1a1a1a;
  cursor: pointer;
}

.scroll-text {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: "Noto Sans TC";
  font-weight: 700;
  color: #008ef4;
  animation: flashing 1.5s infinite;
  padding-right: 10px;
  position: absolute;
  right: 0;
}

@keyframes flashing {
  0% {
    color: #008ef4;
  }
  100% {
    color: #808080;
  }
}

.search-modal .search-field {
  font-size: 1.5rem;
  height: 6rem;
}

.search-modal .search-field:focus {
  outline: none;
}

.search-untoggle svg {
  width: 16px;
  height: 16px;
}

.svg-icon polygon {
  fill: #008ef4;
}

.toggle-icon.svgIcon {
  display: flex;
}

.toggle-inner {
  height: auto;
}

.toggle-inner svg {
  cursor: pointer;
}

.toggle-inner svg path {
  cursor: pointer;
}

.nav-toggle .toggle-inner {
  height: auto;
  padding-top: 0;
}

.toggle-icon.svgIcon {
  background-color: transparent;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
  height: auto;
  border-radius: 10px;
}

.-headerhamclose {
  display: block;
  transition: 0.6s;
  top: unset;
  right: unset;
}

.-headerhamclose span {
  background-color: #008ef4;
  opacity: 1;
  transform: rotate(45deg) translate(2px, -1px);
}

.-headerhamclose span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.-headerhamclose span:nth-child(3) {
  transform: rotate(-45deg) translate(1px, 0px);
}

.headerHam {
  cursor: pointer;
}

.headerHam span {
  display: block;
  width: 32px;
  height: 2px;
  margin: 8px auto;
  background-color: #e5e5e5;
  border-radius: 1px;
  transform-origin: 25px 0px;
  cursor: pointer;
  transition: transform 0.8s cubic-bezier(0.04, 0.27, 0.5, 1.01), opacity 0.55s ease;
}

.headerHam span:nth-child(1) {
  transform-origin: 10% 0%;
}

.headerHam span:nth-child(2) {
  transform-origin: 100% 100%;
}

.headerHam span:nth-child(3) {
  transform-origin: 10% 0%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin-top: unset;
  margin-bottom: unset;
}

body #site-footer {
  padding: 0;
}

.widget {
  margin: 0;
}

.footer-widgets {
  width: 100%;
}

.footer-group-Div {
  background-color: #002863;
}

.footer-logo {
  overflow: hidden;
  width: 383px;
  height: 66px;
  margin-bottom: 56px;
}

@media (max-width: 480px) {
  .footer-logo {
    width: 100%;
    height: auto;
  }
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.widget_nav_menu {
  width: 126px;
}

@media (max-width: 1140px) {
  .widget_nav_menu {
    width: 45%;
  }
}

.widget_nav_menu .widget-title {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: "Noto Sans TC";
  padding-top: 42px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  margin-bottom: 56px;
}

.widget_nav_menu a {
  text-decoration: none;
  display: block;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Noto Sans TC";
  color: rgba(255, 255, 255, 0.5);
  padding-left: 21px;
  cursor: pointer;
  padding-left: 0;
}

.widget_nav_menu a:hover, .widget_nav_menu a:focus {
  text-decoration: none;
}

.widget_nav_menu a:hover {
  text-decoration: none !important;
  color: #fff;
}

.widget_nav_menu nav {
  position: relative;
}

.widget_nav_menu ul::after {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.widget_nav_menu li + li {
  margin-top: 24px;
}

.footer-main {
  width: 776px;
  position: relative;
}

@media (max-width: 1140px) {
  .footer-main {
    width: 100%;
  }
}

.footer-info-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 800px) {
  .footer-info-content {
    flex-direction: column;
    align-items: center;
  }
}

.footer-info-content::after {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 800px) {
  .footer-info-content ul {
    width: 100%;
  }
}

.footer-info-content li {
  display: flex;
}

.footer-info-content li p {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: "Noto Sans TC";
  padding-left: 21px;
  color: #e5e5e5;
}

.footer-info-content li + li {
  margin-bottom: 25px;
}

.footer-info-content a {
  text-decoration: none;
  display: block;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Noto Sans TC";
  color: #e5e5e5;
  font-weight: 400;
  padding: 0 21px;
  cursor: pointer;
}

.footer-info-content a:hover, .footer-info-content a:focus {
  text-decoration: none;
}

@media (max-width: 428px) {
  .footer-info-content a {
    padding-left: 10px;
  }
}

.footer-info-content a:hover {
  text-decoration: none !important;
  color: #e5e5e5;
}

.footer-info-content .bold700 {
  font-weight: 700;
}

.widget-sidebar-1 {
  width: 100%;
  padding: 65px 70px 56px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1330px) {
  .widget-sidebar-1 {
    padding: 65px 20px 56px;
  }
}

@media (max-width: 1140px) {
  .widget-sidebar-1 {
    flex-wrap: wrap;
    padding: 65px 70px 30px;
  }
}

@media (max-width: 550px) {
  .widget-sidebar-1 {
    padding: 30px 30px 30px;
  }
}

@media (max-width: 1140px) {
  .widget-sidebar-1 .widget_custom_html {
    width: 100%;
  }
}

.widget-sidebar-1 .widget_text.widget-content .widget-title {
  display: none;
}

.widget-sidebar-2 {
  display: flex;
  justify-content: space-between;
  padding: 0 70px 73px;
}

@media (max-width: 1000px) {
  .widget-sidebar-2 {
    flex-direction: column;
  }
}

@media (max-width: 550px) {
  .widget-sidebar-2 {
    padding: 0 30px 30px;
  }
}

.widget-sidebar-2 > div {
  margin-bottom: 30px;
}

.widget-sidebar-2 p {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: "Noto Sans TC";
  line-height: 40px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 375px) {
  .widget-sidebar-2 p {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

.widget-sidebar-2 a {
  display: inline;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.widget-sidebar-2 a:hover {
  text-decoration: none !important;
  color: unset;
}

.footer-iconDiv {
  display: flex;
}

@media (max-width: 768px) {
  .footer-iconDiv {
    justify-content: center;
  }
}

.footer-iconDiv > div {
  width: 40px;
  border-radius: 100%;
}

.footer-iconDiv > div:hover {
  background-color: #fff;
}

.footer-iconDiv > div:hover svg path {
  fill: #002863;
}

.footer-iconDiv > div + div {
  margin-left: 35px;
}

.footer-iconDiv svg {
  cursor: pointer;
  overflow: unset;
}

.footer-iconDiv svg path {
  cursor: pointer;
  fill: #fff;
}

.wpml-ls-statics-footer {
  width: 100%;
  border: unset;
  border-top: 1px solid #fff;
}

.wpml-ls-statics-footer ul {
  text-align: center;
}

.cot {
  max-width: 1440px;
  margin: 0 auto;
}

.js-open {
  max-height: 500px !important;
  padding: 24px 0;
}

.btn-Hover {
  position: relative;
}

.btn-Hover::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 110%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
}

.btn-Hover:hover {
  transform: translateY(-5px);
}

.btn-Hover:hover::after {
  opacity: 1;
}

.banner {
  width: 100%;
  height: 431px;
  position: relative;
}

.banner .banner-imgDiv {
  overflow: hidden;
  width: 100%;
  height: 431px;
}

.banner .banner-imgDiv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 40, 99, 0.95) 0%, rgba(0, 0, 0, 0) 149.06%);
}

.banner .banner-imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title {
  width: 100%;
  margin-bottom: 40px;
}

.title h2 {
  position: relative;
}

.title h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  width: 20px;
  height: 4px;
  background-color: #008ef4;
}

.home-carousel {
  height: 600px;
  position: relative;
}

.mainSwiper {
  width: 100%;
  height: 600px;
}

.carousel-imgDiv {
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.carousel-imgDiv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 40, 99, 0.95) 0%, rgba(0, 0, 0, 0) 149.06%);
}

.carousel-imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leftDot-white {
  position: absolute;
  left: 15px;
  top: -110px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.rightDot-white {
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

@media (max-width: 1400px) {
  .rightDot-white {
    display: none;
  }
}

@media (max-width: 1024px) {
  .rightDot-white {
    display: block;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background-color: #fff;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 610px;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 240px;
  left: 70px;
}

@media (max-width: 1024px) {
  .banner-text {
    max-width: unset;
    width: 100%;
    left: 0;
  }
}

@media (max-width: 700px) {
  .banner-text {
    max-width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width: 1024px) {
  .banner-text h1 {
    text-align: center;
  }
}

.banner-text p {
  padding: 24px 0;
}

@media (max-width: 1024px) {
  .banner-text p {
    text-align: center;
  }
}

.banner-text a {
  text-decoration: none;
  display: block;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Noto Sans TC";
  background-color: #008ef4;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  max-width: 131px;
  height: 48px;
  line-height: 48px;
}

.banner-text a:hover, .banner-text a:focus {
  text-decoration: none;
}

.banner-text a:hover {
  background-color: #002863;
  color: #fff;
}

.home-banTxt {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.6s ease-out;
}

@media (max-width: 1300px) {
  .home-banTxt {
    max-width: 450px;
  }
}

@media (max-width: 1024px) {
  .home-banTxt {
    max-width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .home-banTxt::before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
  }
  .home-banTxt a {
    width: 131px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .home-banTxt {
    max-width: 90%;
    top: 200px;
  }
}

.home-banTxt-active {
  opacity: 1 !important;
  transform: none;
}

.whyChoice {
  width: 100%;
  min-height: 574px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .whyChoice {
    flex-direction: column;
  }
}

.whyChoice .left-content {
  width: 50%;
}

@media (max-width: 1300px) {
  .whyChoice .left-content {
    width: 100%;
    z-index: 2;
  }
}

.whyChoice .left-content span {
  color: #008ef4;
}

.whyChoice .right-content {
  width: 50%;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 45%, rgba(187, 193, 202, 0.3) 5%);
}

@media (max-width: 1300px) {
  .whyChoice .right-content {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .whyChoice .right-content {
    display: none;
  }
}

.whyChoice .text {
  width: 100%;
  height: 100%;
  max-width: 628px;
  padding: 101px 0 50px 70px;
}

@media (max-width: 1300px) {
  .whyChoice .text {
    max-width: unset;
  }
}

@media (max-width: 1024px) {
  .whyChoice .text {
    padding-top: 80px;
    padding-right: 70px;
  }
}

@media (max-width: 550px) {
  .whyChoice .text {
    padding: 50px;
  }
}

.whyChoice p {
  color: #4d4d4d;
  padding-bottom: 30px;
  text-align: justify;
}

@media (max-width: 1024px) {
  .whyChoice p {
    color: #1a1a1a;
  }
}

@media (max-width: 1024px) {
  .whyChoice .link-block {
    display: flex;
    justify-content: center;
  }
}

.whyChoice a {
  text-decoration: none;
  display: block;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Noto Sans TC";
  background-color: #008ef4;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 12px 32px;
  display: inline;
}

.whyChoice a:hover, .whyChoice a:focus {
  text-decoration: none;
}

.whyChoice a:hover {
  background-color: #002863;
  color: #fff;
}

.whyChoice span {
  color: #008ef4;
}

.whyChoice .imgDiv-wrap {
  position: relative;
  width: 100%;
  max-width: 742px;
  height: 100%;
}

@media (max-width: 1300px) {
  .whyChoice .imgDiv-wrap {
    max-width: unset;
  }
}

@media (max-width: 1024px) {
  .whyChoice .imgDiv-wrap {
    width: 30%;
    margin: 0 auto;
  }
}

.whyChoice .imgDiv {
  overflow: hidden;
  width: 469px;
  height: 847px;
  position: absolute;
  left: 93px;
  bottom: 95px;
}

@media (max-width: 1300px) {
  .whyChoice .imgDiv {
    left: 0;
  }
}

@media (max-width: 1024px) {
  .whyChoice .imgDiv {
    width: 100%;
    height: 0;
    padding-bottom: 181.5%;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}

.whyChoice .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .whyChoice .imgDiv img {
    position: absolute;
  }
}

.home-service-advantage {
  display: flex;
  justify-content: center;
  min-height: 631px;
  color: #fff;
  position: relative;
}

@media (max-width: 1330px) {
  .home-service-advantage {
    flex-direction: column;
  }
}

.home-service-advantage .bacImg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.home-service-advantage .bacImg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 40, 99, 0.7), rgba(0, 40, 99, 0.7));
}

.home-service-advantage .bacImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-left {
  padding-top: 90px;
  padding-right: 94px;
}

@media (max-width: 1330px) {
  .service-left {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .service-left {
    padding-top: 0;
  }
}

.service-left .title {
  margin-bottom: 0;
  padding-bottom: 40px;
}

@media (max-width: 1330px) {
  .service-left .title {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .service-left .title {
    width: 100%;
    padding: 60px 30px 30px;
  }
}

.service-carousel.serviceSwiper {
  width: 476px;
  height: 338px;
}

@media (max-width: 1330px) {
  .service-carousel.serviceSwiper {
    width: 70%;
    height: 500px;
  }
}

@media (max-width: 800px) {
  .service-carousel.serviceSwiper {
    height: 400px;
  }
}

@media (max-width: 550px) {
  .service-carousel.serviceSwiper {
    height: 330px;
  }
}

@media (max-width: 480px) {
  .service-carousel.serviceSwiper {
    width: 90%;
  }
}

.service-carousel.serviceSwiper .imgDiv {
  overflow: hidden;
  width: 476px;
  height: 268px;
  border-radius: 6px;
}

@media (max-width: 1330px) {
  .service-carousel.serviceSwiper .imgDiv {
    width: 100%;
    height: 440px;
  }
}

@media (max-width: 800px) {
  .service-carousel.serviceSwiper .imgDiv {
    height: 338px;
  }
}

@media (max-width: 750px) {
  .service-carousel.serviceSwiper .imgDiv {
    height: auto;
  }
}

@media (max-width: 550px) {
  .service-carousel.serviceSwiper .imgDiv {
    height: 260px;
  }
}

.service-carousel.serviceSwiper .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-right {
  width: 100%;
  max-width: 730px;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 1330px) {
  .service-right {
    margin: 0 auto;
    width: 70%;
    padding: 50px 0 70px;
  }
}

@media (max-width: 480px) {
  .service-right {
    width: 100%;
    padding: 30px 30px 50px;
  }
}

.service-right li + li {
  padding-top: 32px;
}

.service-right .content-title {
  display: flex;
  padding-bottom: 16px;
  align-items: center;
}

.service-right svg {
  margin-right: 16px;
}

.home-proSer {
  width: 100%;
  padding: 124px 0 64px;
}

@media (max-width: 480px) {
  .home-proSer {
    padding-top: 74px;
  }
}

.home-proSer .title {
  max-width: 1300px;
  margin: 0 auto 40px;
}

@media (max-width: 1330px) {
  .home-proSer .title {
    max-width: unset;
    width: 100%;
    padding-left: 70px;
  }
}

@media (max-width: 480px) {
  .home-proSer .title {
    padding-left: 30px;
  }
}

.homeService {
  padding-bottom: 104px;
}

@media (max-width: 660px) {
  .homeService {
    padding-bottom: 50px;
  }
}

.home-case {
  width: 100%;
  padding-top: 20px;
  overflow: hidden;
}

.home-case .title {
  max-width: 1300px;
  margin: 0 auto 40px;
}

@media (max-width: 1330px) {
  .home-case .title {
    max-width: unset;
    width: 100%;
    padding-left: 70px;
  }
}

@media (max-width: 480px) {
  .home-case .title {
    padding-left: 30px;
  }
}

.caseSwiper {
  height: 450px;
}

.caseSwiper .swiper-wrapper {
  overflow: visible;
  align-items: center;
  height: 393px;
}

.caseSwiper .swiper-slide {
  width: 428px;
  height: 300px;
}

@media (max-width: 712px) {
  .caseSwiper .swiper-slide {
    width: 85%;
  }
}

.caseSwiper .swiper-slide-active {
  transform: scale(1.3);
}

.caseSwiper .swiper-slide-active .imgDiv {
  transform: scale(1.3);
}

.caseSwiper .swiper-slide-active .text-blue h3 {
  line-height: 58px;
}

.caseSwiper .caseHome-btn .prev-btn {
  left: -70px;
}

.caseSwiper .caseHome-btn .next-btn {
  right: -70px;
}

.caseSwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 40, 99, 0.5);
}

.caseSwiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #002863;
}

.caseSwiper .caseHome-btn {
  position: absolute;
  width: 575px;
  height: 393px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 712px) {
  .caseSwiper .caseHome-btn {
    width: 70%;
  }
}

.home-case-list li {
  cursor: pointer;
}

.home-case-list h3 {
  cursor: pointer;
}

.home-case-list a {
  overflow: hidden;
}

.home-case-list .imgDiv {
  overflow: hidden;
  width: 428px;
  height: 300px;
  position: relative;
}

@media (max-width: 721px) {
  .home-case-list .imgDiv {
    width: 85%;
    margin: 0 auto;
  }
}

.home-case-list .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.case-active {
  position: relative;
}

.left-active .imgDiv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-blend-mode: normal, overlay, normal;
  background: linear-gradient(90deg, #ffffff 9.7%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, rgba(0, 40, 99, 0.8), rgba(0, 40, 99, 0.8));
}

.right-active .imgDiv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-blend-mode: normal, overlay, normal;
  background: linear-gradient(270deg, #ffffff 28.79%, rgba(255, 255, 255, 0) 99.92%), linear-gradient(0deg, rgba(0, 40, 99, 0.8), rgba(0, 40, 99, 0.8));
}

.text-blue {
  width: 100%;
  height: 97px;
  background-color: rgba(0, 40, 99, 0.7);
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-blue h3 {
  line-height: 97px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  /*不換行 */
  text-overflow: ellipsis;
  width: 70%;
  margin: 0 auto;
}

.home-news {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 104px 0 124px;
}

.home-news .title {
  max-width: 1300px;
  margin: 0 auto 40px;
}

@media (max-width: 1330px) {
  .home-news .title {
    max-width: unset;
    width: 100%;
    padding-left: 70px;
  }
}

@media (max-width: 480px) {
  .home-news .title {
    padding-left: 30px;
  }
}

.home-news ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-news li + li {
  margin-left: 32px;
}

.home-news li {
  max-width: 412px;
}

@media (max-width: 480px) {
  .home-news li {
    max-width: 80%;
  }
}

.home-news a {
  overflow: hidden;
  cursor: pointer;
}

.home-news a:hover .else-post-content h4 {
  color: #008ef4;
}

.home-news a:hover .else-post-content p:last-child {
  color: #008ef4;
}

.home-news a:hover .else-post-content svg path {
  fill: #008ef4;
}

.home-news a:hover img {
  transform: scale(1.2);
}

.home-news .imgDiv {
  overflow: hidden;
  width: 412px;
  height: 309px;
}

@media (max-width: 480px) {
  .home-news .imgDiv {
    width: 100%;
  }
}

.home-news .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: 0.3s;
}

.home-news .else-post-content h3 {
  padding-top: 20px;
  cursor: pointer;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.home-news .else-post-content p {
  cursor: pointer;
  color: #808080;
  padding-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.home-news .else-post-content p:last-child {
  cursor: pointer;
  color: #002863;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-content: flex-start;
}

.home-news .else-post-content span {
  padding-left: 8px;
}

.home-news .else-post-content svg path {
  fill: #002863;
}

.proSer-listCard {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.proSer-listCard li:nth-child(odd) {
  margin-right: 32px;
}

@media (max-width: 1330px) {
  .proSer-listCard {
    justify-content: center;
    padding: 0 70px;
  }
}

@media (max-width: 950px) {
  .proSer-listCard li:nth-child(odd) {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .proSer-listCard {
    padding: 0 30px;
  }
}

.proSer-listCard a {
  overflow: hidden;
  border-radius: 6px;
}

.proSer-listCard a:hover h3 {
  color: #008ef4;
}

.proSer-listCard a:hover .btnSvg p {
  color: #008ef4;
}

.proSer-listCard a:hover svg path {
  fill: #008ef4;
}

.proSer-listCard li {
  width: 634px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-bottom: 40px;
  cursor: pointer;
}

@media (max-width: 1330px) {
  .proSer-listCard li {
    width: 48%;
  }
}

@media (max-width: 950px) {
  .proSer-listCard li {
    width: 100%;
  }
}

.proSer-listCard .imgDiv {
  overflow: hidden;
  width: 634px;
  height: 310px;
  border-radius: 6px 6px 0 0;
  background-color: #e5e5e5;
}

@media (max-width: 1330px) {
  .proSer-listCard .imgDiv {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .proSer-listCard .imgDiv {
    height: auto;
  }
}

.proSer-listCard .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.proSer-listCard .content {
  padding: 20px 40px;
  text-align: left;
  cursor: pointer;
}

.proSer-listCard h3 {
  color: #1a1a1a;
  cursor: pointer;
}

.proSer-listCard p {
  color: #808080;
  padding: 16px 0;
  cursor: pointer;
}

@media (max-width: 600px) {
  .proSer-listCard p {
    padding: 0 8px 0 0;
  }
}

.proSer-listCard .btnSvg {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.proSer-listCard .btnSvg p {
  color: #002863;
  cursor: pointer;
}

.proSer-listCard svg path {
  fill: #002863;
  cursor: pointer;
}

.about {
  padding: 104px 0;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 0;
}

@media (max-width: 1400px) {
  .about {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (max-width: 480px) {
  .about {
    padding: 80px 30px 0;
  }
}

.company-info-text {
  margin-bottom: 40px;
}

.company-info-text p {
  text-align: justify;
}

.company-info-text span {
  color: #008ef4;
}

.company-info-content {
  display: flex;
  width: 100%;
}

@media (max-width: 1300px) {
  .company-info-content {
    flex-direction: column;
  }
}

.company-info-content ul {
  max-width: 699px;
  padding-left: 24px;
  margin-right: 46px;
}

@media (max-width: 1300px) {
  .company-info-content ul {
    order: 2;
    max-width: unset;
    margin-right: 0;
  }
}

.company-info-content li {
  margin-bottom: 24px;
  position: relative;
  font-family: "Noto Sans TC";
  text-align: justify;
}

.company-info-content li::after {
  content: "";
  position: absolute;
  left: -24px;
  top: 8px;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background-color: #008ef4;
}

.info-imgDiv {
  overflow: hidden;
  width: 523px;
  height: 319px;
  border-radius: 6px;
}

@media (max-width: 1300px) {
  .info-imgDiv {
    order: 1;
    margin: 0 auto 40px;
  }
}

@media (max-width: 700px) {
  .info-imgDiv {
    width: 100%;
    height: auto;
  }
}

.info-imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-historyDiv {
  width: 100%;
  position: relative;
}

.company-historyDiv .company-history-bac {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.company-historyDiv .company-history-bac img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-history {
  padding: 104px 0;
  padding-bottom: 95px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1400px) {
  .company-history {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (max-width: 1100px) {
  .company-history {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .company-history {
    padding: 80px 30px 0;
  }
}

.company-history .title {
  max-width: 230px;
}

.company-history ul {
  min-width: 718px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 850px) {
  .company-history ul {
    min-width: unset;
  }
}

.company-history li {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .company-history li {
    flex-direction: column;
  }
}

.company-history li:not(:last-child) .history-circle::before {
  content: "";
  display: block;
  width: 4px;
  height: 78px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  margin: auto;
  z-index: -1;
}

.company-history li:first-child .history-circle::before {
  height: 110px;
  top: -18px;
}

.company-history .history-year {
  width: 200px;
  height: 50px;
  text-align: center;
  color: #fff;
  background-color: #008ef4;
  position: relative;
}

@media (max-width: 850px) {
  .company-history .history-year {
    margin-right: 51px;
  }
}

@media (max-width: 700px) {
  .company-history .history-year {
    margin-right: 0;
    width: 40%;
  }
}

@media (max-width: 480px) {
  .company-history .history-year {
    width: 200px;
    margin-bottom: 24px;
  }
}

.company-history .history-year::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 16px solid;
  border-color: transparent transparent transparent #008ef4;
}

@media (max-width: 480px) {
  .company-history .history-year::after {
    top: unset;
    bottom: -25px;
    right: 0;
    left: 0;
    border-color: #008ef4 transparent transparent transparent;
  }
}

.company-history .history-year p {
  font-size: 1.5rem;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Noto Sans TC";
  line-height: 50px;
}

.company-history .history-circle {
  width: 14px;
  height: 14px;
  background-color: #008ef4;
  border-radius: 100%;
  position: relative;
  margin: 0 51px;
}

@media (max-width: 850px) {
  .company-history .history-circle {
    display: none;
  }
}

.company-history .history-circle::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 700px) {
  .company-history .history-text {
    width: 50%;
    padding-left: 36px;
  }
}

@media (max-width: 480px) {
  .company-history .history-text {
    width: 200px;
    padding-left: 0;
  }
}

.company-history .history-text p {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: "Noto Sans TC";
  justify-content: center;
}

.jus-cont-center {
  justify-content: center !important;
}

.machine-develop {
  padding: 104px 0;
  margin: 0 auto;
  max-width: 1297px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1330px) {
  .machine-develop {
    padding: 104px 30px 104px;
  }
}

@media (max-width: 1024px) {
  .machine-develop {
    flex-direction: column;
    padding-bottom: 0;
  }
}

@media (max-width: 550px) {
  .machine-develop {
    padding-top: 50px;
  }
}

.machineImgDiv {
  overflow: hidden;
  width: 523px;
  height: 319px;
  min-width: 523px;
  border-radius: 6px;
}

@media (max-width: 1024px) {
  .machineImgDiv {
    width: 90%;
    margin-bottom: 48px;
  }
}

@media (max-width: 550px) {
  .machineImgDiv {
    min-width: unset;
    height: auto;
  }
}

.machineImgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.machine-content {
  margin-left: 74px;
}

@media (max-width: 1024px) {
  .machine-content {
    margin-left: 0;
    width: 90%;
    margin-bottom: 48px;
  }
}

.machine-content .title {
  margin-bottom: 40px;
}

@media (max-width: 550px) {
  .machine-content .title {
    margin-bottom: 24px;
  }
}

.machine-content p {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Noto Sans TC";
  font-size: 1.125rem;
  text-align: justify;
}

.machine-content span {
  color: #008ef4;
}

.service {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.service .title {
  margin-top: 80px;
  color: #fff;
  display: flex;
  justify-content: center;
}

.service .title h2::after {
  background-color: #fff;
  right: 0;
  margin: auto;
}

.service .bacImg {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 328px;
}

.service .bacImg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 40, 99, 0.7), rgba(0, 40, 99, 0.7));
}

.service .bacImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.service-list-div {
  overflow: auto;
  padding-bottom: 20px;
  width: 100%;
}

.service-list {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  width: 1340px;
  margin: 0 auto;
}

.service-list > li {
  padding: 30px 0;
  min-width: 301px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.service-list > li + li {
  margin-left: 32px;
}

.service-list .card-list {
  max-width: 220px;
}

.service-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 48px;
}

.service-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 139px;
  background-color: #e5e5e5;
}

.service-title h3 {
  padding-top: 16px;
  color: #002863;
  order: 2;
}

.service-title p {
  font-size: 48px !important;
  font-weight: 500;
  line-height: 24px;
  min-height: 45px;
  color: rgba(0, 40, 99, 0.4);
  order: 1;
}

.card-list {
  margin: 0 auto;
}

.card-list li {
  position: relative;
}

.card-list li p {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Noto Sans TC";
  color: #4d4d4d;
}

.card-list li + li {
  margin-top: 16px;
}

.card-list li::after {
  content: "";
  position: absolute;
  left: -24px;
  top: 8px;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background-color: #008ef4;
}

.process {
  padding: 104px 0;
  width: 100%;
}

@media (max-width: 1330px) {
  .process {
    padding: 104px 30px 0;
  }
}

.process-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-list li:nth-child(even) .title {
  order: 2;
}

.process-list li:nth-child(even) .process-card-imgDiv {
  order: 1;
  margin-left: 0;
  margin-right: 161px;
}

@media (max-width: 1330px) {
  .process-list li:nth-child(even) .process-card-imgDiv {
    margin-right: 80px;
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .process-list li:nth-child(even) .process-card-imgDiv {
    margin-right: 30px;
  }
}

@media (max-width: 800px) {
  .process-list li:nth-child(even) .process-card-imgDiv {
    width: 80%;
    margin: 0 auto 48px;
  }
}

@media (max-width: 600px) {
  .process-list li:nth-child(even) .process-card-imgDiv {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .process-list li .title {
    order: 2;
  }
  .process-list li .process-card-imgDiv {
    order: 1;
    margin: 0 auto 48px;
  }
}

@media (max-width: 800px) and (max-width: 600px) {
  .process-list li .process-card-imgDiv {
    width: 100%;
  }
}

.process-list li {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 112px;
  max-width: 1300px;
}

@media (max-width: 1330px) {
  .process-list li {
    max-width: unset;
  }
}

@media (max-width: 800px) {
  .process-list li {
    flex-direction: column;
  }
}

@media (max-width: 428px) {
  .process-list li {
    margin-bottom: 60px;
  }
}

.process-list li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  bottom: -56px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

@media (max-width: 800px) {
  .process-list li::after {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .process-list li::after {
    width: 100%;
  }
}

@media (max-width: 428px) {
  .process-list li::after {
    bottom: -30px;
  }
}

.process-list .title {
  width: 700px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1330px) {
  .process-list .title {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .process-list .title {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .process-list .title {
    width: 100%;
  }
}

.process-list .title h2 {
  margin-bottom: 40px;
}

@media (max-width: 428px) {
  .process-list .title h2 {
    margin-bottom: 24px;
  }
}

.process-list .title p {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Noto Sans TC";
  font-size: 1.125rem;
  text-align: justify;
}

.process-list .process-card-imgDiv {
  overflow: hidden;
  width: 439px;
  height: 268px;
  margin-left: 161px;
  border-radius: 6px;
}

@media (max-width: 1330px) {
  .process-list .process-card-imgDiv {
    margin-left: 80px;
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .process-list .process-card-imgDiv {
    margin-left: 30px;
  }
}

@media (max-width: 800px) {
  .process-list .process-card-imgDiv {
    margin-left: 0;
    width: 80%;
  }
}

.process-list .process-card-imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.share-case {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 104px;
}

@media (max-width: 1000px) {
  .share-case .caseShareSwiper {
    max-width: 634px;
  }
}

.share-case .caseShareSwiper {
  overflow: hidden;
}

.share-case .case-card {
  max-width: 1500px;
  padding: 0 100px;
}

@media (max-width: 1500px) {
  .share-case .case-card {
    max-width: 1167px;
  }
}

@media (max-width: 1180px) {
  .share-case .case-card {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .share-case .case-card {
    padding: 0;
  }
}

.share-case .caseShare-btn {
  width: 100%;
}

.share-case .caseShare-btn .prev-btn {
  left: 0;
}

.share-case .caseShare-btn .next-btn {
  right: 0;
}

.share-case .title {
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 40px;
}

@media (max-width: 1300px) {
  .share-case .title {
    padding-left: 30px;
  }
}

.case-card {
  max-width: 1300px;
  margin: 0 auto;
}

.case-card li {
  height: 225px;
  position: relative;
  transition: 0.5s;
  border-radius: 6px;
}

.case-card li:hover .bacLinear-hover {
  opacity: 1;
  z-index: 2;
}

.case-card .case-card-href {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-card .case-card-href:hover img {
  transform: scale(1.2);
}

.case-card .imgDiv {
  overflow: hidden;
  width: 301px;
  height: 225px;
  border-radius: 6px;
  cursor: pointer;
  position: absolute;
  z-index: -1;
}

.case-card .imgDiv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  cursor: pointer;
}

.case-card .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.case-card .bacLinear-hover {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 40, 99, 0.7), rgba(0, 40, 99, 0.7));
  cursor: pointer;
  opacity: 0;
}

.case-card h4 {
  color: #fff;
  cursor: pointer;
  z-index: 3;
  line-height: 225px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
  text-overflow: ellipsis;
}

.contact-us {
  width: 100%;
  height: 306px;
  position: relative;
}

.contact-us .bacImg {
  overflow: hidden;
  width: 100%;
  height: 306px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.contact-us .bacImg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(269.55deg, #ffffff -35.36%, rgba(255, 255, 255, 0) 54.39%);
  cursor: pointer;
}

.contact-us .bacImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-us-text {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 85px;
}

@media (max-width: 1400px) {
  .contact-us-text {
    padding: 85px 70px 0;
  }
}

@media (max-width: 480px) {
  .contact-us-text {
    padding: 85px 30px 0;
  }
}

@media (max-width: 880px) {
  .contact-us-text .title {
    text-align: center;
  }
}

.contact-us-text h2 {
  padding-bottom: 16px;
}

@media (max-width: 880px) {
  .contact-us-text h2::after {
    right: 0;
    margin: auto;
  }
}

.contact-us-text p {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Noto Sans TC";
  color: #4d4d4d;
  padding-bottom: 24px;
}

@media (max-width: 375px) {
  .contact-us-text p {
    padding: 0 20px 24px;
  }
}

.contact-us-text a {
  text-decoration: none;
  display: block;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Noto Sans TC";
  width: 176px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 6px;
  background-color: #008ef4;
  color: #fff;
}

.contact-us-text a:hover, .contact-us-text a:focus {
  text-decoration: none;
}

@media (max-width: 880px) {
  .contact-us-text a {
    margin: 0 auto;
  }
}

.contact-us-text a:hover {
  background-color: #002863;
  color: #fff;
}

.contactText {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.6s ease-out;
}

.contact-active {
  opacity: 1;
  transform: none;
}

.contact {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.contact-div {
  width: 1199px;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
  top: 230px;
  margin: auto;
  justify-content: center;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

@media (max-width: 1260px) {
  .contact-div {
    position: static;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .contact-div {
    flex-direction: column;
  }
}

.contact-company-info {
  width: 447px;
  background-color: #002863;
  padding: 90px 24px;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 1260px) {
  .contact-company-info {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: unset;
  }
}

@media (max-width: 900px) {
  .contact-company-info {
    order: 2;
  }
}

@media (max-width: 428px) {
  .contact-company-info {
    padding: 50px 20px;
  }
}

@media (max-width: 1260px) {
  .contact-company-info .title {
    text-align: center;
  }
}

.contact-company-info .title h2 {
  color: #fff;
}

@media (max-width: 1260px) {
  .contact-company-info .title h2 {
    display: inline;
  }
}

.contact-company-info p {
  color: #fff;
  cursor: pointer;
}

.company-info-list li {
  display: flex;
  align-items: center;
}

.company-info-list li + li {
  margin-top: 25px;
}

.company-info-list svg {
  margin-right: 13px;
}

.address-active {
  background-color: #008ef4;
}

.address {
  display: flex;
  margin-bottom: 40px;
}

.address .address-name {
/*   height: 44px; */
  cursor: pointer;
  text-align: center;
}

.address .address-name:hover {
  background-color: #008ef4;
}

.address div + div {
  margin-left: 15px;
}

.address p {
  cursor: pointer;
  line-height: 1.5em;
  padding: 0 6px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  padding: 0;
}

.contact-form {
  width: 752px;
  padding: 73px 47px 0;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
}

@media (max-width: 1260px) {
  .contact-form {
    border-radius: unset;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 428px) {
  .contact-form {
    order: 1;
  }
}

@media (max-width: 428px) {
  .contact-form {
    padding: 50px 20px 0;
  }
}

.contact-form label {
  margin-bottom: unset;
}

@media (max-width: 768px) {
  .contact-form label {
    width: 100%;
  }
}

.contact-form label:nth-child(2) {
  margin-right: 40px;
}

.contact-form label:nth-child(4) {
  margin-right: 40px;
}

.contact-form label:nth-child(6) {
  width: 100%;
  margin-top: 8px;
}

.contact-form .form-div-title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.contact-form select {
  width: 307px;
  height: 40px;
  padding: 8px 24px;
  color: #4d4d4d;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  appearance: none;
  -webkit-appearance: none;
  -moz-animation: none;
  padding-right: 15px;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) center;
	background-image: url(https://chuweitw.com/wp-content/uploads/2021/09/arrow-product-down-e1631684577464.png);
}

@media (max-width: 768px) {
  .contact-form select {
    width: 100%;
  }
}

.contact-form input {
  width: 307px;
  height: 40px;
  padding: 8px 24px;
  font-size: 1rem;
  color: #b3b3b3;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .contact-form input {
    width: 100%;
  }
}

.contact-form textarea {
  height: 130px;
  padding: 8px 24px;
  border-radius: 6px;
  color: #b3b3b3;
  border: 1px solid #e5e5e5;
  resize: none;
}

.contact-form .submit-btn {
  padding-top: 40px;
}

.contact-form .submit-btn input {
  background-color: #008ef4;
  color: #1a1a1a;
  font-size: 1rem;
  border-radius: 2px;
  text-decoration: none;
  max-height: 50px;
  font-weight: 700;
  width: 137px;
  height: 48px;
  padding: 12px 32px 12px 32px;
  width: unset;
  color: #fff;
  border-radius: 6px;
  display: block;
  margin-left: auto;
}

.contact-form .submit-btn input:hover {
  color: #002863;
}

@media (max-width: 768px) {
  .contact-form .submit-btn input {
    margin: 0 auto;
  }
}

.contact-form .submit-btn input:hover {
  color: #fff;
  background-color: #002863;
}

.news {
  padding: 104px 0;
  padding-bottom: 104px;
  width: 100%;
}

@media (max-width: 700px) {
  .news {
    padding-top: 50px;
  }
}

.typeList-btn-active {
  color: #fff !important;
  background-color: #008ef4;
}

.typeList {
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}

.typeList ul {
  display: flex;
  justify-content: center;
}

.typeList ul li + li {
  margin-left: 40px;
}

@media (max-width: 600px) {
  .typeList ul li + li {
    margin-left: 20px;
  }
}

.typeList a {
  padding: 10px 28px;
  color: #808080;
}

.typeList a:hover {
  color: #fff;
  background-color: #008ef4;
}

.news-list {
  width: 100%;
  margin: 0 auto;
}

.news-list ul {
  width: 1078px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .news-list ul {
    width: 100%;
  }
}

.news-list li + li {
  margin-top: 80px;
  position: relative;
}

.news-list li + li::after {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  background-color: #dbdbdb;
  height: 1px;
  width: 100%;
}

@media (max-width: 1100px) {
  .news-list li + li::after {
    width: 70%;
    right: 0;
    margin: auto;
  }
}

@media (max-width: 700px) {
  .news-list li + li::after {
    width: 85%;
  }
}

.news-list .imgDiv {
  overflow: hidden;
  width: 376px;
  height: 212px;
  margin-right: 40px;
  border-radius: 6px;
  position: relative;
}

@media (max-width: 1100px) {
  .news-list .imgDiv {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .news-list .imgDiv {
    width: 85%;
  }
}

.news-list .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.news-list .bacLinear-hover {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(0, 40, 99, 0.7), rgba(0, 40, 99, 0.7));
}

.news-list a {
  display: flex;
  cursor: pointer;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .news-list a {
    flex-direction: column;
  }
}

.news-list a:hover .bacLinear-hover {
  opacity: 1;
  z-index: 2;
}

.news-list a:hover .text-content h3 {
  color: #008ef4;
}

.news-list a:hover .text-content p:last-child {
  color: #008ef4;
}

.news-list a:hover .text-content svg path {
  fill: #008ef4;
}

.text-content {
  width: 100%;
  max-width: 662px;
}

@media (max-width: 1100px) {
  .text-content {
    max-width: unset;
    width: 70%;
    margin: 0 auto;
    padding-top: 24px;
  }
}

@media (max-width: 700px) {
  .text-content {
    width: 85%;
  }
}

.text-content p:last-child {
  cursor: pointer;
  color: #002863;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.text-content h3 {
  cursor: pointer;
  color: #1a1a1a;
}

.text-content p {
  cursor: pointer;
  color: #808080;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.text-content .case-date {
  padding: 16px 0;
}

.text-content span {
  padding-left: 8px;
}

.text-content svg path {
  fill: #002863;
}

.newsPost {
  padding: 104px 70px;
}

@media (max-width: 428px) {
  .newsPost {
    padding: 50px 30px;
  }
}

.newsPost-content {
  max-width: 856px;
  margin: 0 auto;
  padding-top: 40px;
}

.newsPost-title {
  padding-bottom: 40px;
}

.newsPost-title h2 {
  text-align: center;
  padding-bottom: 16px;
}

.newsPost-title p {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: "Noto Sans TC";
  text-align: center;
  color: #4d4d4d;
}

.share-iconDiv {
  padding-top: 86px;
  position: relative;
  display: flex;
}

@media (max-width: 480px) {
  .share-iconDiv {
    flex-direction: column;
  }
}

.share-iconDiv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
}

.share-iconDiv .iconDiv {
  display: flex;
}

@media (max-width: 480px) {
  .share-iconDiv .iconDiv {
    margin-top: 20px;
  }
  .share-iconDiv .iconDiv a + a {
    margin-left: 35px;
  }
}

.share-iconDiv svg {
  margin-left: 35px;
  cursor: pointer;
  border-radius: 100%;
}

@media (max-width: 480px) {
  .share-iconDiv svg {
    margin-left: 0;
  }
}

.share-iconDiv svg:hover {
  background-color: #008ef4;
}

.share-iconDiv svg:hover path {
  fill: #fff;
}

.share-iconDiv svg path {
  fill: #008ef4;
  cursor: pointer;
}

.else-post {
  width: 100%;
  max-width: 951px;
  margin: 0 auto;
  padding-top: 124px;
}

.else-post li {
  max-width: 301px;
}

@media (max-width: 1024px) {
  .else-post li {
    max-width: unset;
  }
}

.else-post a {
  overflow: hidden;
  cursor: pointer;
}

.else-post a:hover .else-post-content h4 {
  color: #008ef4;
}

.else-post a:hover .else-post-content p:last-child {
  color: #008ef4;
}

.else-post a:hover .else-post-content svg path {
  fill: #008ef4;
}

.else-post .imgDiv {
  overflow: hidden;
  width: 301px;
  height: 226px;
}

@media (max-width: 1024px) {
  .else-post .imgDiv {
    margin: 0 auto;
  }
}

.else-post .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .else-post .else-post-content {
    text-align: center;
  }
}

.else-post .else-post-content h4 {
  padding-top: 20px;
  cursor: pointer;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.else-post .else-post-content p {
  cursor: pointer;
  color: #808080;
  padding-top: 16px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  text-overflow: ellipsis;
}

.else-post .else-post-content p:last-child {
  cursor: pointer;
  color: #002863;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .else-post .else-post-content p:last-child {
    justify-content: center;
  }
}

.else-post .else-post-content span {
  padding-left: 8px;
}

.else-post .else-post-content svg path {
  fill: #002863;
}

.case {
  padding: 104px 0;
  max-width: 1078px;
  margin: 0 auto;
}

@media (max-width: 1150px) {
  .case {
    max-width: 708px;
  }
}

@media (max-width: 700px) {
  .case {
    padding-top: 50px;
  }
}

@media (max-width: 700px) {
  .case .typeList ul {
    width: unset;
    justify-content: center;
    padding-left: 0;
  }
}

.case .case-card {
  margin: 0 auto;
}

.case .case-card ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.case .case-card ul li + li {
  margin-left: 0;
}

.case .case-card ul li:not(:nth-child(3n)) {
  margin-right: 32px;
}

@media (max-width: 1150px) {
  .case .case-card ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .case .case-card ul li:not(:nth-child(2n)) {
    margin-right: 32px;
  }
}

@media (max-width: 768px) {
  .case .case-card ul {
    flex-direction: column;
    align-items: center;
  }
  .case .case-card ul li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.case .case-card li {
  margin-bottom: 32px;
  width: 338px;
  height: 253px;
}

@media (max-width: 768px) {
  .case .case-card li {
    width: 80%;
  }
}

.case .case-card .imgDiv {
  overflow: hidden;
  width: 338px;
  height: 253px;
}

@media (max-width: 768px) {
  .case .case-card .imgDiv {
    width: 80%;
  }
}

@media (max-width: 550px) {
  .case .case-card .imgDiv {
    width: 100%;
  }
}

.case .case-card h4 {
  line-height: 253px;
  position: static;
}

.casePost-compare {
  padding: 104px 70px;
}

@media (max-width: 712px) {
  .casePost-compare {
    padding: 50px 30px;
  }
}

.contain {
  max-width: 1301px;
  margin: 0 auto;
  display: flex;
}

@media (max-width: 1024px) {
  .contain {
    padding: 0 70px;
  }
}

@media (max-width: 712px) {
  .contain {
    padding: 0 30px;
  }
}

.iframe_rwd {
  position: relative;
  padding-bottom: 64.32749%;
  height: 0;
  overflow: hidden;
}

.iframe_rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.casePost-videoImg .contain > div {
  width: 50%;
}

@media (max-width: 1024px) {
  .casePost-videoImg .contain > div {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .casePost-videoImg .contain {
    flex-direction: column;
  }
}

.video {
  position: relative;
  padding: 10px;
  height: 0;
  overflow: hidden;
  padding-bottom: 37.70588%;
}

@media (max-width: 1024px) {
  .video {
    padding: 0;
    padding-bottom: 75%;
  }
}

.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .video iframe {
    padding: 10px;
  }
}

.img-block ul {
  display: flex;
  flex-wrap: wrap;
}

.img-block li {
  width: 50%;
  padding: 10px;
}

.img-block .imgDiv {
  overflow: hidden;
  width: 100%;
  height: 255px;
  height: 0;
  position: relative;
  padding-bottom: 74.8932%;
}

.img-block .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  cursor: pointer;
}

.casePost-modal img {
  margin: 0 auto;
}

.compare-title {
  padding: 40px 0;
  max-width: 666px;
  margin: 0 auto;
  text-align: center;
}

.compare-title h1 {
  padding-bottom: 24px;
  color: #1a1a1a;
}

.compare-title p {
  text-align: left;
  color: #808080;
}

.compare-info {
  width: 100%;
  max-width: 1146px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media (max-width: 900px) {
  .compare-info {
    flex-direction: column;
  }
}

.compare-info > div {
  min-width: 50%;
}

.compare-info-div {
  padding: 50px 40px 30px;
  border-radius: 6px;
}

.compare-info-div h3 {
  color: #1a1a1a;
  position: relative;
}

.compare-info-div h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  width: 20px;
  height: 4px;
  background-color: #008ef4;
}

.compare-info-div p {
  color: #808080;
  padding-top: 24px;
}

.compare-info-div ul {
  padding-top: 24px;
}

.compare-info-div li {
  color: #808080;
  display: flex;
}

.compare-info-div li::before {
  content: "●";
  padding-right: 8px;
  margin-bottom: auto;
  color: #008ef4;
  transform: scale(0.5);
}

.compare-info-div li p {
  padding: 0;
}

.compare-info-div li + li {
  padding-top: 8px;
}

.challenge {
  box-shadow: 0px 4px 30px rgba(0, 142, 244, 0.15);
  margin-right: 32px;
}

@media (max-width: 900px) {
  .challenge {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

.answer {
  background: #e5e5e5;
}

.casePost-carousel {
  width: 100%;
  overflow: hidden;
}

.casePost-carousel .imgDiv {
  height: 0;
  padding-bottom: 61.7594%;
  position: relative;
}

@media (max-width: 700px) {
  .casePost-carousel .imgDiv {
    width: 90%;
    margin: 0 auto;
  }
}

.casePost-carousel .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.casePost-carousel .swiper-container {
  overflow: visible;
}

.casePost-carousel .swiper-wrapper {
  overflow: visible;
}

.casePost-carousel .swiper-slide {
  width: 557px;
}

@media (max-width: 700px) {
  .casePost-carousel .swiper-slide {
    width: 90%;
  }
}

.casePost-carousel .casePost-btn {
  z-index: 1;
}

.casePost-carousel .casePost-btn .prev-btn {
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  z-index: 2;
}

.casePost-carousel .casePost-btn .prev-next {
  position: absolute;
  right: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  z-index: 2;
}

.casePost-btn {
  position: absolute;
  width: 557px;
  height: 344px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 700px) {
  .casePost-btn {
    width: 70%;
  }
}

@media (max-width: 428px) {
  .casePost-btn {
    width: 65%;
  }
}

.svgBac {
  fill: #fff;
  cursor: pointer;
}

.svgArrow {
  fill: #008ef4;
  cursor: pointer;
}

.prev-btn {
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  z-index: 2;
  height: 50%;
  cursor: pointer;
}

.prev-btn:hover .svgBac {
  fill: #008ef4;
}

.prev-btn:hover .svgArrow {
  fill: #fff;
}

.prev-btn svg {
  cursor: pointer;
}

.next-btn {
  position: absolute;
  right: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  z-index: 2;
  height: 50%;
  cursor: pointer;
}

.next-btn:hover .svgBac {
  fill: #008ef4;
}

.next-btn:hover .svgArrow {
  fill: #fff;
}

.next-btn svg {
  cursor: pointer;
}

.customer {
  width: 100%;
  min-height: 864px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1100px) {
  .customer {
    flex-direction: column;
    padding-top: 260px;
    padding-bottom: 100px;
  }
}

.customer-left {
  margin-right: 135px;
  max-width: 377px;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (max-width: 1100px) {
  .customer-left {
    margin-right: 0;
    padding-bottom: 260px;
  }
}

@media (max-width: 428px) {
  .customer-left {
    max-width: 350px;
  }
}

.customer-left h4 {
  color: #002863;
  order: 2;
  padding-top: 10px;
  text-align: right;
  position: relative;
}

.customer-left h4::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -66px;
  height: 3px;
  width: 63px;
  background-color: #008ef4;
}

.customer-left p {
  color: #808080;
  order: 1;
}

.customer-left::before {
  content: "";
  position: absolute;
  left: -80px;
  top: -210px;
  background-color: #fff;
  opacity: 0.6;
  box-shadow: inset 0px 4px 30px rgba(0, 142, 244, 0.3);
  display: block;
  width: 544px;
  height: 544px;
  border-radius: 100%;
  z-index: -1;
}

@media (max-width: 900px) {
  .customer-left::before {
    width: 450px;
    height: 450px;
    left: -30px;
    top: -190px;
  }
}

@media (max-width: 550px) {
  .customer-left::before {
    width: 300px;
    height: 300px;
    left: 40px;
    top: -110px;
  }
}

.customer-left::after {
  content: "";
  position: absolute;
  right: -260px;
  top: -380px;
  background-color: #fff;
  opacity: 0.5;
  box-shadow: 0px 4px 30px rgba(0, 142, 244, 0.15);
  display: block;
  width: 864px;
  height: 864px;
  border-radius: 100%;
  z-index: -2;
}

@media (max-width: 900px) {
  .customer-left::after {
    width: 600px;
    height: 600px;
    right: -120px;
    top: -250px;
  }
}

@media (max-width: 550px) {
  .customer-left::after {
    width: 450px;
    height: 450px;
    right: -40px;
    top: -180px;
  }
}

.leftDot-blue {
  position: absolute;
  left: -140px;
  top: 220px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 900px) {
  .leftDot-blue {
    left: -60px;
    top: -40px;
  }
}

@media (max-width: 550px) {
  .leftDot-blue {
    left: 60px;
    top: -550px;
  }
}

.customer-right {
  position: relative;
  background-color: #f5f5f5;
  padding: 83px 59px 63px;
  max-width: 523px;
  border-radius: 6px;
}

@media (max-width: 700px) {
  .customer-right {
    max-width: unset;
    width: 85%;
  }
}

@media (max-width: 550px) {
  .customer-right {
    padding: 50px 30px 30px;
  }
}

.customer-right h3 {
  color: #1a1a1a;
  position: relative;
  padding-bottom: 24px;
}

@media (max-width: 550px) {
  .customer-right h3 {
    padding-bottom: 15px;
  }
}

.customer-right h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  width: 20px;
  height: 4px;
  background-color: #008ef4;
}

.rightDot-blue {
  position: absolute;
  right: -76px;
  top: -86px;
}

@media (max-width: 750px) {
  .rightDot-blue {
    display: none;
  }
}

.learn-more {
  position: relative;
  width: 100%;
  height: 438px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 800px) {
  .learn-more {
    justify-content: center;
  }
}

.learn-more .bacImg {
  overflow: hidden;
  width: 100%;
  height: 438px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.learn-more .bacImg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(254.24deg, #ffffff 27.29%, rgba(255, 255, 255, 0) 52.68%), linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 9.63%);
}

.learn-more .bacImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.learn-more .title {
  margin-bottom: 0;
  width: 56%;
}

@media (max-width: 800px) {
  .learn-more .title {
    width: 90%;
  }
}

.learn-more .title h2 {
  padding-bottom: 40px;
}

.learn-more .title a {
  text-decoration: none;
  display: block;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Noto Sans TC";
  background-color: #008ef4;
  color: #fff;
  border-radius: 6px;
  width: 176px;
  padding: 12px 54px;
}

.learn-more .title a:hover, .learn-more .title a:focus {
  text-decoration: none;
}

.learn-more .title a:hover {
  background-color: #002863;
  color: #fff;
}

.product {
  padding: 104px 0;
  width: 100%;
  max-width: 1301px;
  margin: 0 auto;
}

@media (max-width: 1330px) {
  .product .breadCrumb {
    padding-left: 30px;
    margin-bottom: 0;
  }
}

.product-main {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.product-left {
  margin-right: 54px;
}

@media (max-width: 1350px) {
  .product-left {
    display: none;
    margin-right: 0;
  }
}

.product-nav {
  width: 100%;
  max-width: 280px;
}

.title-btn-active {
  color: #fff !important;
  background-color: #008ef4 !important;
}

.arrowBtn-active svg {
  transform: rotateZ(0) !important;
}

.arrowBtn-active svg path {
  stroke: #fff !important;
}

.nav-title {
  background-color: #f5f5f5;
  position: relative;
}

.nav-title:hover {
  background-color: #008ef4;
}

.nav-title:hover a {
  color: #fff;
}

.nav-title:hover .arrowBtn svg path {
  stroke: #fff;
}

.nav-title a {
  width: 280px;
  height: 60px;
  padding: 18px 42px 18px 40px;
  color: #1a1a1a;
  text-align: center;
}

.nav-title .arrowBtn {
  position: absolute;
  right: 10px;
  top: 0;
  width: 50px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

.nav-title svg {
  transition: 0.5s;
  transform: rotateZ(-90deg);
  cursor: pointer;
}

.nav-title svg path {
  stroke: #1a1a1a;
  cursor: pointer;
}

.nav-content {
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.nav-content a {
  font-size: 0.875rem;
  line-height: 22px;
  letter-spacing: 1px;
  font-family: "Noto Sans TC";
  color: #808080;
}

.nav-content a:hover {
  color: #008ef4;
}

.nav-content a + a {
  padding-top: 24px;
}

.extend-active-block {
  left: 0 !important;
}

.nav-bac {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.nav-bac-active {
  z-index: 2;
}

.products-nav-RWD {
  width: 280px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: -275px;
  transition: 0.6s;
  display: none;
}

@media (max-width: 1350px) {
  .products-nav-RWD {
    display: block;
  }
}

.products-nav-RWD .product-left-RWD {
  border-radius: 10px;
  transition: 1s;
}

.products-nav-RWD .product-list {
  border: 2px solid #002863;
}

.products-nav-RWD .nav-title {
  background-color: #fff;
}

.products-nav-RWD .nav-title:hover {
  background-color: #008ef4;
}

.products-nav-RWD .nav-title:hover .arrowBtn svg path {
  stroke: #fff;
}

.products-nav-RWD .nav-title svg {
  transition: 0.5s;
  transform: rotateZ(-90deg);
  cursor: pointer;
}

.products-nav-RWD .nav-title svg path {
  stroke: #f5f5f5;
  cursor: pointer;
}

.products-nav-RWD .nav-content {
  background-color: #fff;
}

.products-nav-RWD .nav-content a {
  color: #4d4d4d;
}

.products-nav-RWD .nav-content a:hover {
  color: #002863;
}

.products-nav-RWD .list-btn {
  cursor: pointer;
  background-color: #002863;
  border-radius: 0 10px 10px 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.products-nav-RWD .list-btn p {
  color: #f5f5f5;
  cursor: pointer;
}

.products-nav-RWD .nav-title svg path {
  stroke: #1a1a1a;
}

.product-right {
  width: 100%;
  max-width: 967px;
}

@media (max-width: 1350px) {
  .product-right {
    margin: 0 auto;
    padding-top: 50px;
  }
}

@media (max-width: 1024px) {
  .product-right {
    max-width: 634px;
  }
}

.productCard-list {
  display: flex;
  flex-wrap: wrap;
}

.productCard-list li:not(:nth-child(3n)) {
  margin-right: 32px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .productCard-list li:not(:nth-child(3n)) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .productCard-list li:not(:nth-child(2n)) {
    margin-right: 32px;
    margin-bottom: 40px;
  }
}

@media (max-width: 700px) {
  .productCard-list li:not(:nth-child(2n)) {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 700px) {
  .productCard-list {
    justify-content: center;
  }
}

.productCard-list li {
  width: 301px;
}

@media (max-width: 700px) {
  .productCard-list li {
    width: 90%;
  }
}

.productCard-list li:hover .magnifier-hover {
  opacity: 1;
  z-index: 1;
}

.productCard-list li:hover .productCard-text h4 {
  color: #008ef4;
}

.productCard-list li:hover .productCard-text p {
  color: #008ef4;
}

.productCard-list .imgDiv {
  overflow: hidden;
  width: 301px;
  height: 228px;
  position: relative;
}

@media (max-width: 700px) {
  .productCard-list .imgDiv {
    width: 100%;
  }
}

.productCard-list .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.productCard-list .magnifier-hover {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(0, 40, 99, 0.8), rgba(0, 40, 99, 0.8));
  opacity: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productCard-list .magnifier-hover svg {
  cursor: pointer;
}

.productCard-list .magnifier-hover svg path {
  cursor: pointer;
}

.productCard-text {
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
}

.productCard-text h4 {
  padding: 0 10px 16px;
  color: #1a1a1a;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  /*不換行 */
  text-overflow: ellipsis;
}

.productCard-text p {
  font-size: 0.875rem;
  line-height: 22px;
  letter-spacing: 1px;
  font-family: "Noto Sans TC";
  color: #808080;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  /*不換行 */
  text-overflow: ellipsis;
}

.productPost {
  padding: 104px 70px;
}

@media (max-width: 1550px) {
  .productPost {
    padding: 104px 30px;
  }
}

@media (max-width: 600px) {
  .productPost {
    padding: 50px 30px;
  }
}

.productPost .breadCrumb .auto {
  justify-content: center;
}

@media (max-width: 500px) {
  .productPost .breadCrumb .auto {
    width: 130%;
    justify-content: flex-start;
  }
}

.productPost-main {
  display: flex;
  justify-content: center;
}

@media (max-width: 1400px) {
  .productPost-main {
    flex-direction: column;
  }
}

.proPost-btn {
  position: absolute;
  width: 532px;
  height: 392px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 721px) {
  .proPost-btn {
    width: 70%;
    height: auto;
  }
}

.productPost-carousel.proSwiper {
  width: 663px;
}

@media (max-width: 721px) {
  .productPost-carousel.proSwiper {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .productPost-carousel.proSwiper ul {
    width: 100%;
    margin: 0 auto;
  }
}

.productPost-carousel.proSwiper li.swiper-slide {
  width: 600px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

@media (max-width: 721px) {
  .productPost-carousel.proSwiper li.swiper-slide {
    width: 80%;
  }
}

.productPost-carousel.proSwiper .imgDiv {
  overflow: hidden;
  width: 532px;
  height: 392px;
  margin: 0 auto;
  border-radius: 6px;
  position: relative;
}

@media (max-width: 1400px) {
  .productPost-carousel.proSwiper .imgDiv {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .productPost-carousel.proSwiper .imgDiv {
    height: 250px;
  }
}

.productPost-carousel.proSwiper .imgDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1400px) {
  .productPost-carousel.proSwiper .imgDiv img {
    margin: 0 auto;
  }
}

.productPost-carousel.proSwiper .pro-magnifier {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  right: 0;
  top: 29px;
  cursor: pointer;
  z-index: 100;
}

.productPost-carousel.proSwiper .pro-magnifier path {
  cursor: pointer;
}

@media (max-width: 1400px) {
  .productPost-carousel.proSwiper .pro-magnifier {
    right: 20px;
    top: 20px;
  }
}

.productPost-content {
  width: 662px;
  margin-left: 94px;
}

@media (max-width: 1500px) {
  .productPost-content {
    margin-left: 50px;
  }
}

@media (max-width: 1400px) {
  .productPost-content {
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
  }
}

@media (max-width: 712px) {
  .productPost-content {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .productPost-content {
    padding-top: 24px;
  }
}

.productPost-content h1 {
  color: #1a1a1a;
  padding-bottom: 24px;
}

@media (max-width: 600px) {
  .productPost-content h1 {
    font-size: 1.5rem;
    padding-bottom: 0;
  }
}

.productPost-content p {
  color: #808080;
  padding-bottom: 21px;
  text-align: left;
}

.productPost-btnDiv .productPost-btnDiv-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 1400px) {
  .productPost-btnDiv .productPost-btnDiv-block {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .productPost-btnDiv .productPost-btnDiv-block {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .productPost-btnDiv .price-alink {
    width: 100%;
    order: 3;
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .productPost-btnDiv .data-block {
    width: 48%;
  }
}

@media (max-width: 375px) {
  .productPost-btnDiv .data-block {
    width: 52%;
  }
}

.productPost-btnDiv .data-block a {
  color: #fff;
  background-color: #808080;
}

.productPost-btnDiv a {
  text-decoration: none;
  display: block;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Noto Sans TC";
  background-color: #008ef4;
  color: #fff;
  border-radius: 6px;
}

.productPost-btnDiv a:hover, .productPost-btnDiv a:focus {
  text-decoration: none;
}

.productPost-btnDiv a:hover {
  background-color: #002863;
  color: #fff;
}

.productPost-btnDiv .price {
  padding: 12px 32px;
}

.productPost-btnDiv .type {
  display: inline-block;
  padding: 12px 32px;
}

@media (max-width: 768px) {
  .productPost-btnDiv .type {
    display: block;
  }
}

.productPost-btnDiv svg {
  display: inline;
  margin-right: 8px;
  cursor: pointer;
}

.productPost-btnDiv svg path {
  cursor: pointer;
}

.productPost-vice {
  padding: 104px 70px 0;
}

@media (max-width: 1000px) {
  .productPost-vice {
    padding: 40px 0 0;
  }
}

.button-active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 100%;
  background-color: #008ef4;
}

@media (max-width: 600px) {
  .button-active::before {
    width: 85%;
  }
}

.productPost-vice-nav {
  width: 100%;
  text-align: center;
  position: relative;
}

@media (max-width: 600px) {
  .productPost-vice-nav {
    display: flex;
    flex-direction: column;
  }
}

.productPost-vice-nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

@media (max-width: 600px) {
  .productPost-vice-nav::after {
    bottom: -30px;
  }
}

.productPost-vice-nav button {
  padding: 0 0 20px;
  font-size: 1.5rem;
  color: #1a1a1a;
  background-color: #fff;
  position: relative;
}

.productPost-vice-nav button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 0;
  background-color: #008ef4;
  transition: 0.5s;
}

.productPost-vice-nav button:hover::after {
  width: 100%;
}

@media (max-width: 600px) {
  .productPost-vice-nav button {
    padding-bottom: 5px;
    border: 1px solid #008ef4;
    border-radius: 30px;
    width: 50%;
    margin: 0 auto;
  }
  .productPost-vice-nav button:hover::after {
    width: 85%;
  }
}

@media (max-width: 480px) {
  .productPost-vice-nav button {
    width: 80%;
  }
  .productPost-vice-nav button:hover::after {
    width: 85%;
  }
}

.productPost-vice-nav button + button {
  margin-left: 104px;
}

@media (max-width: 1000px) {
  .productPost-vice-nav button + button {
    margin-left: 50px;
  }
}

@media (max-width: 600px) {
  .productPost-vice-nav button + button {
    margin-top: 15px;
    margin: 15px auto 0;
  }
}

@media (max-width: 600px) {
  .pro-spe-tit::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 0;
    background-color: #008ef4;
    transition: 0.5s;
  }
  .pro-spe-tit:hover::before {
    width: 45%;
  }
}

.productPost-vice-content {
  position: relative;
}

.productPost-vice-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.pro-list {
  padding: 104px 0;
  display: flex;
  flex-wrap: wrap;
  width: 650px;
  margin: 0 auto;
  position: absolute;
  opacity: 0;
  z-index: -1;
}

@media (max-width: 1000px) {
  .pro-list {
    padding: 50px;
  }
}

@media (max-width: 600px) {
  .pro-list {
    padding: 50px 0;
    width: 100%;
  }
}

.pro-list li {
  position: relative;
  display: flex;
  padding: 0 20px 16px;
  width: 50%;
}

@media (max-width: 600px) {
  .pro-list li {
    width: 100%;
  }
}

.pro-list li::before {
  content: "●";
  color: #008ef4;
  display: block;
  padding-right: 8px;
}

.pro-list h5 {
  color: #4d4d4d;
}

.-active {
  position: relative;
  opacity: 1;
  z-index: -1;
}

.productPost-Specification {
  padding-top: 124px;
  text-align: center;
}

@media (max-width: 1000px) {
  .productPost-Specification {
    padding-top: 80px;
  }
}

.productPost-Specification .title h2 {
  display: inline;
}

.else-pro {
  padding-top: 104px;
}

.else-pro .productCard-list {
  flex-wrap: nowrap;
  justify-content: center;
}

.else-pro .productCard-list li + li {
  margin-left: 32px;
}

.else-pro .productCard-list li:not(:nth-child(3n)) {
  margin-right: 0;
  margin-bottom: 0;
}

.selectProData {
  margin: 0 24px;
  background-color: #808080;
  color: #fff;
  border: 3px solid #e5e5e5;
  border-radius: 6px;
  padding: 10px 42px 10px 24px;
  position: relative;
  appearance: none;
  -moz-animation: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) center;
  background-image: url(https://chuweitw.com/wp-content/uploads/2021/11/Vector-33.svg);

}

@media (max-width: 768px) {
  .selectProData {
    width: 48%;
    margin: 0;
    margin-right: auto;
  }
}

@media (max-width: 375px) {
  .selectProData {
    width: 45%;
  }
}

select::-ms-expand {
  display: none;
}

.selectDiv {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 428px) {
  .selectDiv {
    flex-direction: column;
  }
}

.selectDiv p {
  font-size: 1.5rem;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Noto Sans TC";
  color: #808080;
  padding-right: 24px;
  line-height: 68px;
}

.selectDiv .selectPro {
  color: #4d4d4d;
  border: 3px solid #e5e5e5;
  border-radius: 6px;
  padding: 19px 42px 19px 24px;
  appearance: none;
  -moz-animation: none;
  -webkit-appearance: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) center;
}

.selectDiv .selectPro::after {
  content: "";
  display: inline-block;
  position: absolute;
  font-family: Astra;
  font-size: 0.6rem;
  font-weight: bold;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  line-height: normal;
}

.selectDiv select::-ms-expand {
  display: none;
}

@media (max-width: 660px) {
  .selectDiv .scroll-text {
    bottom: -60px;
  }
}

.pro-tableDiv {
  overflow: auto;
}

.pro-table-block table {
  text-align: center;
  min-width: 1120px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 16px 0;
  padding-bottom: 16px;
  table-layout: fixed;
}

.pro-table-block tr {
  font-family: "Noto Sans TC";
}

.pro-table-block th {
  font-size: 1.5rem;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Noto Sans TC";
  padding: 10px 38px;
  background-color: #f5f5f5;
  color: #4d4d4d;
  font-family: "Noto Sans TC";
}

@media (max-width: 550px) {
  .pro-table-block th {
    font-size: 1.3rem;
  }
}

.pro-table-block td {
  font-size: 1.5rem;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Noto Sans TC";
  position: relative;
  padding: 24px 29px;
  color: #808080;
  font-family: "Noto Sans TC";
  word-break: break-word;
  width: 200px;
}

.pro-table-block td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
}

@media (max-width: 550px) {
  .pro-table-block td {
    font-size: 1.3rem;
  }
}

.pro-table-block a {
  text-decoration: none;
  display: block;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Noto Sans TC";
  background-color: #008ef4;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  padding: 12px 32px;
}

.pro-table-block a:hover, .pro-table-block a:focus {
  text-decoration: none;
}

.pro-table-block a:hover {
  background-color: #002863;
  color: #fff;
}

.pro-table-block svg {
  display: inline;
  margin-right: 8px;
  cursor: pointer;
}

.pro-table-block svg path {
  cursor: pointer;
}

.modal-productPost img {
  margin: auto;
}

.bookmarkDiv {
  padding-top: 63px;
}

.bookmarkDiv .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: unset;
}

.bookmarkDiv .pagination .nav-links span {
  margin-left: 16px;
}

.nav-links > * {
  margin: 0;
}

.page-numbers {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: "Noto Sans TC";
  line-height: unset;
  line-height: 30px;
  border-radius: 100%;
  padding: 3px 13px;
  color: #4d4d4d;
  text-align: center;
  font-weight: 400;
}

.page-numbers:hover {
  background-color: #008ef4;
  color: #f5f5f5;
}

.page-numbers.current {
  background-color: #008ef4;
  color: #fff;
}

.navigation.pagination {
  display: flex;
  justify-content: center;
}

.bookmarkDiv .leftBtn-imgDiv,
.bookmarkDiv .rightBtn-imgDiv {
  width: 36px;
  height: 36px;
  display: flex;
}

.bookmarkDiv .leftBtn-imgDiv svg,
.bookmarkDiv .rightBtn-imgDiv svg {
  cursor: pointer;
  margin: auto;
}

.bookmarkDiv .leftBtn-imgDiv path,
.bookmarkDiv .rightBtn-imgDiv path {
  stroke: #4d4d4d;
  cursor: pointer;
}

.bookmarkDiv .leftBtn-imgDiv:hover {
  background-color: #008ef4;
}

.bookmarkDiv .leftBtn-imgDiv:hover path {
  stroke: #fff;
}

.bookmarkDiv .rightBtn-imgDiv:hover {
  background-color: #008ef4;
}

.bookmarkDiv .rightBtn-imgDiv:hover path {
  stroke: #fff;
}

.bookmarkDiv .pagination a {
  text-decoration: unset;
}

.bookmarkDiv .pagination a:focus,
.bookmarkDiv .pagination a:hover {
  text-decoration: unset;
}

.bookmarkDiv .prev.page-numbers {
  margin-right: 40px;
  padding: 0;
}

.bookmarkDiv .next.page-numbers {
  margin-left: 40px;
  padding: 0;
}

.bookmarkDiv a + span {
  margin-left: 16px;
}

.bookmarkDiv span + a {
  margin-left: 16px;
}

.bookmarkDiv a + a {
  margin-left: 16px;
}

.bookmarkDiv .page-numbers.dots {
  margin-left: 0;
}

.bookmarkDiv .page-numbers.dots:hover {
  background-color: #008ef4;
  color: #4d4d4d;
}

.bookmarkDiv .page-numbers.dots + a {
  margin-left: 0;
}

.search_r {
  padding: 336px 0 104px;
  z-index: 1;
  position: relative;
}

@media (max-width: 1000px) {
  .search_r {
    padding-top: 156px;
  }
}

.search_r .container {
  padding-right: 0;
  padding-left: 0;
}

.search_r h2 {
  padding-bottom: 10px;
}

.search_r a {
  font-size: 1.2rem;
}

.search_r .rs-block {
  text-align: center;
}

.search_r .search-list li:hover h4 {
  color: #008ef4;
}

.search_r .search-list li:hover p {
  color: #008ef4;
}

.search_r .search-list li:hover .magnifier-hover {
  opacity: 1;
  z-index: 1;
}

.search_r .search-list li a {
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  .search_r .search-list li a {
    flex-direction: column;
  }
}

.search_r .search-list li + li {
  margin-top: 24px;
}

.search_r .cate-block h4 {
  padding-bottom: 0;
}

.search_r .productCard-text {
  max-width: 50%;
  text-align: left;
}

.search_r .productCard-text h4 {
  padding-left: 0;
}

.search_r .productCard-text p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  /*不換行 */
  text-overflow: ellipsis;
}

@media (max-width: 800px) {
  .search_r .productCard-text {
    max-width: 90%;
  }
}

.search_r .imgDiv {
  overflow: hidden;
  width: 376px;
  height: 212px;
  margin-right: 40px;
  border-radius: 6px;
  position: relative;
}

@media (max-width: 800px) {
  .search_r .imgDiv {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .search_r .imgDiv {
    width: 90%;
  }
}

.search_r .magnifier-hover {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(0, 40, 99, 0.8), rgba(0, 40, 99, 0.8));
  opacity: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_r .magnifier-hover svg {
  cursor: pointer;
}

.search_r .magnifier-hover svg path {
  cursor: pointer;
}

.search_r .magnifier-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.search_r .page-list h4 {
  padding-bottom: 0;
}

.lan_Change_phone {
  padding: 20px 0;
}

.lan_Change_phone .wpml-ls-legacy-list-vertical {
  border: unset;
  margin-left: auto;
}

.lan_Change_phone a {
  font-size: 1.2rem;
  color: #002863;
}

.lan_Change_phone a:hover {
  color: #008ef4;
}

.lan_Change_phone .wpml-ls-current-language a {
  color: #008ef4;
}

.lan_Change_phone .wpml-ls-item-zh-hans span {
  font-family: "Noto Sans SC";
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 10px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: unset;
}

.width-100 {
  width: 100% !important;
}

html[lang="en-US"] body {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

html[lang="en-US"] body h1 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

html[lang="en-US"] body h2 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

html[lang="en-US"] body h3 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

html[lang="en-US"] body h4 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

html[lang="en-US"] body h5 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

html[lang="en-US"] body p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

html[lang="en-US"] body span {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

html[lang="en-US"] .machine-content p {
  text-align: left;
}

html[lang="en-US"] .process-list .title p {
  text-align: left;
}

html[lang="en-US"] .company-info-content li {
  text-align: left;
}

html[lang="en-US"] .process-list .title p {
  text-align: left;
}

html[lang="en-US"] .whyChoice p {
  text-align: left;
}

html[lang="zh-hans"] body {
  font-family: "Noto Sans SC";
}

html[lang="zh-hans"] body h1 {
  font-family: "Noto Sans SC";
}

html[lang="zh-hans"] body h2 {
  font-family: "Noto Sans SC";
}

html[lang="zh-hans"] body h3 {
  font-family: "Noto Sans SC";
}

html[lang="zh-hans"] body h4 {
  font-family: "Noto Sans SC";
}

html[lang="zh-hans"] body h5 {
  font-family: "Noto Sans SC";
}

html[lang="zh-hans"] body p {
  font-family: "Noto Sans SC";
}

html[lang="zh-hans"] body a {
  font-family: "Noto Sans SC";
}

html[lang="zh-hans"] body select {
  font-family: "Noto Sans SC";
}

@media (max-width: 576px) {
  .case-s-page .modal-casePost .modal-content {
    width: 80%;
    margin: 0 auto;
  }
}

.slider_modal-secondBtn-left {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.slider_modal-secondBtn-left a {
  width: 70px;
  height: 70px;
  opacity: 1;
}

.slider_modal-secondBtn-left:hover .svgBac {
  fill: #008ef4;
}

.slider_modal-secondBtn-left:hover .svgArrow {
  fill: #fff;
}

.slider_modal-secondBtn-right {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.slider_modal-secondBtn-right a {
  width: 70px;
  height: 70px;
  opacity: 1;
}

.slider_modal-secondBtn-right:hover .svgBac {
  fill: #008ef4;
}

.slider_modal-secondBtn-right:hover .svgArrow {
  fill: #fff;
}

.select-arrow {
  position: absolute;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select-arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
/*# sourceMappingURL=main.css.map */

.carousel-imgDiv {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.home{
	background-color:#fff;
}

html[lang="en-US"] .address-name.netherlands {
    max-width: 33%;
}
.footer-info-content a.bold700 {
	min-height:90px !important;
}
.footer-info-content li+li {
    margin: 20px 0 0 0;
}