@charset "UTF-8";
@import url("scss/plugins/bootstrap.min.css");
@import url("scss/plugins/mCustomScrollbar.css");
@import url("scss/plugins/slick/slick.css");
@import url("scss/plugins/slick/slick-theme.css");
@import url("scss/plugins/bootstrap-select.min.css");
@import url("font/css/fontello.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap");
@font-face {
  font-family: 'fontello';
  src: url("./font/font/fontello.eot?cd6b527c");
  src: url("./font/font/fontello.eot?cd6b527c#iefix") format("embedded-opentype"), url("./font/font/fontello.woff?cd6b527c") format("woff"), url("./font/font/fontello.ttf?cd6b527c") format("truetype"), url("./font/font/fontello.svg?cd6b527c#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
	clear
 ========================================================================== */
i label {
  margin-bottom: 0;
}

textarea {
  -webkit-appearance: none;
}

button, input {
  line-height: normal;
  outline: 0;
  background: transparent;
  border: 0;
}

button, select {
  text-transform: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  nowhitespace: afterproperty;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

figure, address {
  padding: 0;
  margin: 0;
}

* {
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Noto Sans TC";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: black;
  overflow-x: hidden;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.safari body {
  -webkit-text-size-adjust: none;
}

button, a {
  outline: none !important;
}

a, a:active {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  line-height: normal;
}

p {
  font-weight: 400;
}

img {
  height: auto;
  border: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}

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

.hidden {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

ul > li {
  list-style: none;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #646464;
}

::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #646464;
}

::-o-placeholder {
  /* Mozilla Firefox 19+ */
  color: #646464;
}

::-ms-placeholder {
  /* Internet Explorer 10+ */
  color: #646464;
}

::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #646464;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
}

.scrollbar, .scrollbarX, .scrollbarY {
  -webkit-overflow-scrolling: touch;
}

.scrollbarX {
  overflow-x: auto;
}

table {
  -webkit-backface-visibility: visible;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* --------------- */
/* common
/* --------------- */
.modal-content {
  border: 0;
}

.modal-content .modal-dialog {
  margin: 0;
}

.modal-content .close {
  text-shadow: none;
  opacity: 1;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  width: auto;
  margin: 0;
}

.bootstrap-select .dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body {
  min-height: 100vh;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.4s 0.2s;
  transition: opacity 0.4s 0.2s;
}

header, main, footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1700px) {
  .container {
    max-width: 1620px;
  }
}

.hide, .opacity0 {
  opacity: 0;
}

.opacity1 {
  opacity: 1;
}

.overflowVisible {
  overflow: visible;
}

.swiper-notification {
  display: none;
}

.h1Text {
  height: 0;
  width: 0;
  margin: 0;
  opacity: 0;
}

main {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* --------------- */
/* breadcrumb
/* --------------- */
.breadcrumb {
  padding: 23px 0rem 20px 0;
  margin-bottom: 0;
  border-radius: 0rem;
  list-style: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb > li {
  float: none;
  font: 400 16px 'Noto Sans TC', sans-serif;
  color: #959595;
}

.breadcrumb > li a {
  color: #959595;
}

.breadcrumb > li a:hover {
  opacity: 0.8;
}

.breadcrumb > li + li::before {
  color: #959595;
}

.breadcrumb > .active {
  color: #959595;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '\F105';
  width: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding-right: 0;
  font-family: 'fontello';
  font-size: 12px;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  float: none;
  display: inline-block;
  line-height: 5px;
  position: relative;
  top: -2px;
}

.breadcrumb .breadcrumb-item .icon-home {
  font-size: 15px;
  position: relative;
  top: -2px;
}

.pages .breadcrumbWrap {
  position: absolute;
  bottom: 29px;
  right: 10.03%;
  z-index: 9;
  padding-left: 10px;
}

@media screen and (max-width: 1600px) {
  .pages .breadcrumbWrap {
    right: 27px;
  }
}

@media screen and (max-width: 1200px) {
  .pages .breadcrumbWrap {
    top: 100px;
    right: 27px;
    bottom: auto;
  }
}

@media screen and (max-width: 575px) {
  .pages .breadcrumbWrap {
    top: 90px;
  }
}

@media screen and (max-width: 370px) {
  .pages .breadcrumbWrap {
    right: 6%;
  }
}

.pages .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  border-radius: 0rem;
  list-style: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pages .breadcrumb > li {
  float: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 100;
  letter-spacing: .5px;
  vertical-align: middle;
}

.pages .breadcrumb > li a {
  color: rgba(255, 255, 255, 0.7);
}

.pages .breadcrumb > li a:hover {
  opacity: 0.8;
}

.pages .breadcrumb > li + li::before {
  color: #F3F3F3;
}

.pages .breadcrumb > .active {
  color: #fff;
  /* text-decoration: underline; */
  letter-spacing: .5px;
  position: relative;
  font-weight: 100;
}

.pages .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  line-height: 18px;
}

.pages .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '\F105';
  position: relative;
  display: inline-block;
  float: none;
  font-family: 'fontello';
  font-size: 18px;
  width: 23px;
  line-height: 18px;
  top: 2px;
  padding-right: 0;
  left: 3px;
}

.pages .breadcrumb .breadcrumb-item .icon-home {
  font-size: 13px;
  width: 14.5px;
  height: 13px;
  position: relative;
  top: 0px;
  left: 2px;
}

/* --------------- */
/* config
/* --------------- */
.body-hidden {
  overflow: hidden;
}

.pr-0 {
  padding-right: 0;
}

.d-none {
  display: none;
}

.d-1200-pc {
  display: block;
}

.d-1200-mobile {
  display: none;
}

.d-991-pc {
  display: block;
}

.d-991-mobile {
  display: none;
}

.d-575-pc {
  display: block;
}

.d-575-mobile {
  display: none;
}

.d-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexNowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.position-fixed {
  position: fixed !important;
}

.finger {
  cursor: pointer;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rowCustom {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.colLeft, .colRight {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.col01, col02, col03 {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.ff-no {
  font-family: 'Noto Sans TC', sans-serif;
}

.ff-ph {
  font-family: 'Nunito Sans', sans-serif;
}

.text-000 {
  color: #000;
}

.text-2D2926 {
  color: #2D2926;
}

.text-D2D2D2 {
  color: #D2D2D2;
}

.text-242424 {
  color: #242424;
}

.text-white20 {
  color: rgba(255, 255, 255, 0.2);
}

.text-white50 {
  color: rgba(255, 255, 255, 0.5);
}

.text-black {
  color: #000;
}

.text-D61B39 {
  color: #D61B39;
}

.text-DA291C {
  color: #DA291C;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 30px;
}

.fs-36 {
  font-size: 36px;
}

.fs-38 {
  font-size: 38px;
}

.fs-40 {
  font-size: 40px;
}

.fs-45 {
  font-size: 45px;
}

.fs-70 {
  font-size: 70px;
}

.fs-80 {
  font-size: 80px;
}

.fs-90 {
  font-size: 90px;
}

.icon-mail {
  font-size: 13px;
}

.les03 {
  letter-spacing: .3px;
}

.les05 {
  letter-spacing: 0.5px;
}

.les07 {
  letter-spacing: 0.7px;
}

.les10 {
  letter-spacing: 1px;
}

.les18 {
  letter-spacing: 1.8px;
}

.les20 {
  letter-spacing: 2px;
}

.les25 {
  letter-spacing: 0.25px;
}

.fw-100 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fw-bold {
  font-weight: bold;
}

.lh-23 {
  line-height: 23px;
}

.lh-24 {
  line-height: 24px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-36 {
  line-height: 36px;
}

.lh-42 {
  line-height: 42px;
}

.lh-44 {
  line-height: 44px;
}

.lh-47 {
  line-height: 47px;
}

.lh-50 {
  line-height: 50px;
}

.lh-55 {
  line-height: 55px;
}

.lh-78 {
  line-height: 78px;
}

.lh-110 {
  line-height: 110px;
}

.text-center {
  text-align: center;
}

.tt-up {
  text-transform: uppercase;
}

.a-under {
  text-decoration: underline;
}

.a-under:hover {
  text-decoration: underline;
}

.hoverYellow {
  -webkit-transition: color .4s;
  transition: color .4s;
}

.hoverYellow:hover {
  color: #FFD100;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.hoverRed {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.hoverRed:hover {
  color: #DA291C;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.bg-black {
  background: #000;
}

.bg-F3F3F3 {
  background: #F3F3F3;
}

.bg-DA291C {
  background: #DA291C;
}

.blockWhite {
  background: #fff;
}

.blockRed {
  background: #E61D25;
}

.max520 {
  max-width: 520px;
}

.max550 {
  max-width: 550px;
}

.max762 {
  max-width: 762px;
  margin: 0 auto;
}

.max860 {
  max-width: 762px;
  margin: 0 auto;
}

.max1085 {
  max-width: 1085px;
  margin: 0 auto;
}

.max1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.max1150 {
  max-width: 1150px;
  margin: 0 auto;
}

.max1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.max1270 {
  max-width: 1270px;
}

.max1285 {
  max-width: 1285px;
  margin: 0 auto;
}

.max1320 {
  max-width: 1320px;
  margin: 0 auto;
}

.max1338 {
  max-width: 1338px;
}

.max1370 {
  max-width: 1370px;
  margin: 0 auto;
}

.max1385 {
  max-width: 1385px;
  margin: 0 auto;
}

.max1420 {
  max-width: 1420px;
  margin: 0 auto;
}

.max1490 {
  max-width: 1490px;
  margin: 0 auto;
}

.max1520 {
  max-width: 1520px;
  margin: 0 auto;
}

.max1655 {
  max-width: 1655px;
}

.max1720 {
  max-width: 1720px;
  margin: 0 auto;
}

.max1820 {
  max-width: 1820px;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .lh-55 {
    line-height: 48px;
  }
  .fs-40 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1200px) {
  .d-1200-pc {
    display: none;
  }
  .d-1200-mobile {
    display: block;
  }
  .fs-36 {
    font-size: 32px;
  }
  .lh-50 {
    line-height: 44px;
  }
}

@media screen and (max-width: 1199px) {
  .d-1199-mobile {
    display: block;
  }
  .d-1199-pc {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .d-991-pc {
    display: none;
  }
  .d-991-mobile {
    display: block;
  }
  .fs-26 {
    font-size: 20px;
  }
  .fs-36 {
    font-size: 28px;
  }
  .lh-50 {
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .fs-90 {
    font-size: 72px;
  }
  .lh-110 {
    line-height: 90px;
  }
}

@media screen and (max-width: 575px) {
  .d-575-pc {
    display: none;
  }
  .d-575-mobile {
    display: block;
  }
  .fs-16 {
    font-size: 16px;
  }
  .fs-20 {
    font-size: 18px;
    line-height: 30px;
  }
  .fs-28 {
    font-size: 20px;
  }
  .fs-30 {
    font-size: 24px;
  }
  .fs-40 {
    font-size: 32px;
  }
  .fs-80 {
    font-size: 52px;
  }
  .fs-90 {
    font-size: 46px;
  }
  .lh-110 {
    line-height: 57px;
  }
}

.editor::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
  float: none;
}

/* --------------- */
/* custom
/* --------------- */
.img {
  overflow: hidden;
  display: block;
  height: 430px;
}

.img:hover img {
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}

.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.decoTxt {
  color: #F3F3F3;
  font-size: 175.4px;
  font-weight: bold;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  line-height: 150px;
  pointer-events: none;
}

.border1 {
  border: 1px solid #EFEFEF;
}

.blankL {
  padding-left: 200px;
}

.blankR {
  padding-right: 200px;
}

.blank {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1600px) {
  .blank {
    padding-left: 27px;
    padding-right: 27px;
  }
}

/* --------------- */
/* 按鈕 共用樣式
/* --------------- */
.underLineBtn {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 0px;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding-right: 2px;
}

.underLineBtn .btnInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.underLineBtn .btnInner::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #DA291C;
  width: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.underLineBtn:hover .btnInner::after {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.underLineBtn .plusBox {
  transition: all .4s;
  -webkit-transition: all .4s;
  color: #000;
  font-size: 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  margin-left: 20px;
}

.underLineBtn:hover .plusBox {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: all .4s;
  -webkit-transition: all .4s;
}

.yellowBtnRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 17px;
  padding-bottom: 26px;
}

.yellowBtn {
  display: block;
  z-index: 5;
}

.yellowBtn .btnInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yellowBtn .btnInner .yellowBox {
  position: relative;
  z-index: 3;
}

.yellowBtn .btnInner .yellowBox .txt {
  position: relative;
  z-index: 5;
}

.yellowBtn .btnInner .yellowBox::after {
  content: url(images/public/yellowBtnBg.svg);
  width: 92px;
  height: 92px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: -50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: all .4s;
  -webkit-transition: all .4s;
}

.yellowBtn:hover .yellowBox::after, .yellowBtn:focus .yellowBox::after, .yellowBtn:active .yellowBox::after {
  content: url(images/public/yellowBtnBgHover.svg);
  -webkit-transform: scale(0.8) translate(10%, -60%);
          transform: scale(0.8) translate(10%, -60%);
  transition: all .4s;
  -webkit-transition: all .4s;
}

.yellowBtn .iconBox {
  margin-left: 30px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}

.yellowBtn:hover .iconBox {
  -webkit-animation: move-arrow3 2s infinite;
          animation: move-arrow3 2s infinite;
}

@media screen and (max-width: 575px) {
  .underLineBtn {
    font-size: 18px;
    margin-top: 25px;
  }
  .yellowBtn:hover .iconBox {
    -webkit-animation: none;
            animation: none;
  }
  .yellowBtn .btnInner .yellowBox::after {
    width: 75px;
    height: 67px;
  }
  .yellowBtn .btnInner .yellowBox .txt {
    font-size: 18px;
  }
  .yellowBtn .iconBox {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
    margin-left: 22px;
  }
  .yellowBtn .btnInner .yellowBox::after {
    left: -38px;
    bottom: -18px;
  }
  .yellowBtn:hover .btnInner .yellowBox::after {
    content: url(images/public/yellowBtnBg.svg);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/* --------------- */
/* 各頁 scroll btn
/* --------------- */
.scrollWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  background: #fff;
  text-align: center;
}

.scrollWrap .scrollBtn {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 312px;
  background: url(images/public/bnBtnBg.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  padding-top: 15px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.scrollWrap .scrollBtn img {
  width: 18px;
  height: 26px;
  margin-bottom: 4px;
  -webkit-animation: scrollBtnAni 2s linear 0s infinite;
          animation: scrollBtnAni 2s linear 0s infinite;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transition: transform .4s;
}

.scrollWrap .scrollBtn:hover img {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transition: transform .4s;
}

@media screen and (max-width: 575px) {
  .scrollWrap .scrollBtn {
    bottom: -1px;
    max-width: 250px;
    padding-top: 14px;
    padding-bottom: 5px;
  }
  .scrollWrap .scrollBtn img {
    width: 15px;
    height: 22px;
    margin-bottom: 0;
  }
  .scrollWrap .scrollBtn .fs-18 {
    font-size: 16px;
  }
  .scrollWrap .scrollBtn:hover img {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/* --------------- */
/* container
/* --------------- */
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1800px;
}

@media screen and (max-width: 1680px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1620px;
  }
}

@media screen and (max-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1530px;
  }
}

@media screen and (max-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1330px;
  }
}

@media screen and (max-width: 1320px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1260px;
  }
}

@media screen and (max-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1139px;
  }
}

@media screen and (max-width: 1049px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 989px;
  }
}

@media screen and (max-width: 991px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 931px;
  }
}

@media screen and (max-width: 767px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 707px;
  }
}

@media screen and (max-width: 575px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 545px;
  }
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1920px;
}

/* --------------- */
/* swiper
/* --------------- */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  /*
--swiper-pagination-color: var(--swiper-theme-color);
*/
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #0083CA;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #d63384;
}

.swiper-pagination-red {
  --swiper-pagination-color: #CC5E5E;
}

.swiper-pagination-lightRed {
  --swiper-pagination-color: #DD4663;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #DA291C;
}

.swiper-pagination-green {
  --swiper-pagination-color: #198754;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #0dcaf0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #FFD530;
}

.swiper-pagination-gray32 {
  --swiper-pagination-color: #323232;
}

.swiper-pagination-grayCE {
  --swiper-pagination-color: #CECECE;
}

.swiper-pagination-lock {
  display: none;
}

/*
:root { --swiper-navigation-size: 44px;
--swiper-navigation-color: var(--swiper-theme-color);
}
*/
.swiper-button-prev, .swiper-button-next {
  /*position: absolute;  top: 50%; width: calc(var(--swiper-navigation-size) / 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(-1 * var(--swiper-navigation-size) / 2); */
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  /* content: 'prev'; */
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  /* content: 'next'; */
}

.swiper-button-prev.swiper-button-blue, .swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #0083CA;
}

.swiper-button-prev.swiper-button-indigo, .swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}

.swiper-button-prev.swiper-button-purple, .swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}

.swiper-button-prev.swiper-button-pink, .swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #d63384;
}

.swiper-button-prev.swiper-button-red, .swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #CC5E5E;
}

.swiper-button-prev.swiper-button-lightRed, .swiper-button-next.swiper-button-lightRed {
  --swiper-navigation-color: #DD4663;
}

.swiper-button-prev.swiper-button-orange, .swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #DA291C;
}

.swiper-button-prev.swiper-button-green, .swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #198754;
}

.swiper-button-prev.swiper-button-teal, .swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}

.swiper-button-prev.swiper-button-cyan, .swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #0dcaf0;
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-gray-dark, .swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40;
}

.swiper-button-prev.swiper-button-yellow, .swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #FFD530;
}

.swiper-button-prev.swiper-button-gray32, .swiper-button-next.swiper-button-gray32 {
  --swiper-navigation-color: #323232;
}

.swiper-button-prev.swiper-button-grayCE, .swiper-button-next.swiper-button-grayCE {
  --swiper-navigation-color: #CECECE;
}

.swiper-button-lock {
  display: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* --------------- */
/* cookie 隱私權彈窗
/* --------------- */
.cookieContainer {
  width: 100%;
  position: fixed;
  -webkit-box-shadow: 0px -5px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0px -5px 10px 0 rgba(0, 0, 0, 0.05);
  bottom: 0;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  -webkit-transition: z-index 0.001s 0.8s;
  transition: z-index 0.001s 0.8s;
  background: transparent;
}

.cookieContainer.active {
  z-index: 999;
  height: 100vh;
  -webkit-transition: z-index 0.001s 0s;
  transition: z-index 0.001s 0s;
  display: block;
}

.cookieContainer.active .bg {
  opacity: 1;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}

.cookieContainer.active .content {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s 0.4s;
  transition: all 0.4s 0.4s;
}

.cookieContainer a.hoverRed1 {
  color: #595959;
}

.cookieContainer a.hoverRed1:hover {
  color: #DA291C;
  text-decoration: underline;
}

.cookieContainer .bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s 0.4s;
  transition: all 0.4s 0.4s;
}

.cookieContainer .container {
  height: 100%;
}

.cookieContainer .content {
  max-width: 1520px;
  margin: 20px auto 0;
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  top: 100%;
  -webkit-transform: translateY(calc(-100% - 50px));
          transform: translateY(calc(-100% - 50px));
  opacity: 0;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
  border-radius: 10px;
}

.cookieModal {
  background: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  position: relative;
  width: auto;
  margin: 0.5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  max-width: 1520px;
  margin: auto;
  border-radius: 10px;
}

.cookieModal .modal-header {
  padding: 35px 0 35px 0;
  width: 100%;
}

.cookieModal .modal-header img {
  margin: 0 auto;
}

.cookieModal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1260px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cookieModal .modal-body .des {
  text-align: justify;
  color: #595959;
  max-width: 896px;
  letter-spacing: .5px;
  padding-right: 73px;
  position: relative;
}

.cookieModal .modal-body .des::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 38px;
  background: #E7E7E7;
}

.cookieModal .modal-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}

.cookieModal .modal-footer button {
  margin: 0 auto;
  width: 200px;
  height: 60px;
}

.cookieModal .modal-footer button .iconBox i:before {
  color: #fff;
  font-size: 10px;
  margin-top: -15px;
}

.agreeCookie {
  display: block;
}

.agreeCookie .agreeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 220px;
  border-radius: 50px;
  background: #DA291C;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3px;
  opacity: 1;
  transition: all .4s;
  -webkit-transition: all .4s;
  cursor: pointer;
}

.agreeCookie:hover .agreeBtn {
  opacity: 0.6;
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 1299px) {
  .cookieModal .modal-body .des {
    padding-right: 30px;
  }
  .cookieModal .modal-body .des::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .cookieModal .modal-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cookieModal .modal-body .des {
    padding-right: 0;
  }
  .agreeCookie {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .cookieModal .modal-body {
    padding-left: 10%;
    padding-right: 10%;
  }
}

/* --------------- */
/* 彈窗 (詢問產品 & CONTACT OK)
/* --------------- */
.modalContainer {
  padding-right: 0 !important;
}

.modalContainer .modal-content {
  border-radius: 30px;
}

.modalContainer .modal-dialog {
  max-width: 750px;
}

.modalContainer .modal-header {
  border-bottom: 0;
  padding: 30px 37px 0;
}

.modalContainer .modal-header .close {
  padding: 21px 20.6px;
}

.modalContainer .modal-header .close img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  vertical-align: super;
}

.modalContainer .modal-header .close:hover img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.modalContainer .modal-body {
  padding-top: 6px;
  padding-bottom: 0;
  padding-left: 27px;
  padding-right: 27px;
}

.modalContainer .modal-body .title {
  margin-top: 15px;
  margin-bottom: 12px;
}

.modalContainer .modal-body .des {
  max-width: 404px;
  margin: auto;
}

.modalContainer .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 0;
  padding-top: 48px;
  padding-bottom: 80px;
  padding-left: 50px;
}

@media screen and (max-width: 575px) {
  .modalContainer .lh-47 {
    line-height: 40px;
  }
  #addProductsModal .modal-header {
    padding-bottom: 0;
  }
  #addProductsModal .modal-body p {
    max-width: 240px;
    margin: auto;
  }
  #addProductsModal .modal-footer {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

/* --------------- */
/* 內頁手機版下拉選單 (使用於about&technical)
/* --------------- */
.pagesSubNavSection {
  padding-top: 95px;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .pagesSubNavSection {
    padding-top: 80px;
  }
}

@media screen and (max-width: 991px) {
  .pagesSubNavSection {
    padding-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .pagesSubNavSection {
    padding-top: 60px;
  }
}

.pages .dropDownContainer .navTitle {
  display: none;
}

.pages .dropDownContainer .itemRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-left: 17px;
  padding-right: 17px;
}

.pages .dropDownContainer .itemRow a {
  border-radius: 50px;
  width: 250px;
  margin: 0 10px;
}

.pages .dropDownContainer .item {
  cursor: pointer;
  background: #F3F3F3;
  width: 300px;
  padding: 20px 12px;
  text-align: center;
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 768px) {
  .pages .dropDownContainer .item {
    font-size: 18px;
  }
}

.pages .dropDownContainer .item:hover {
  color: #DA291C;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.pages .dropDownContainer .item.active {
  background: #DA291C;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.pages .dropDownContainer .item .text {
  display: block;
  position: relative;
}

@media screen and (max-width: 575px) {
  .pagesSubNavSection {
    padding-top: 0px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .pages .dropDownContainer {
    position: relative;
    z-index: 110;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  .pages .dropDownContainer .navTitle {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #D61518;
    border-radius: 10px;
    padding: 12px 0;
    cursor: pointer;
    margin: 30px auto 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  .pages .dropDownContainer .navTitle .title {
    width: calc(100% - 50px);
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
    padding-left: 20px;
  }
  .pages .dropDownContainer .navTitle .icon {
    width: 16px;
    height: 16px;
    margin: 0 17px;
    position: relative;
  }
  .pages .dropDownContainer .navTitle .line {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .pages .dropDownContainer .navTitle .line::before {
    content: '';
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .pages .dropDownContainer .navTitle .line:last-child {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .pages .dropDownContainer.active .navTitle {
    border-radius: 10px 10px 0 0;
    transition: all .4s;
    -webkit-transition: all .4s;
  }
  .pages .dropDownContainer.active .navTitle .line:last-child {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .pages .dropDownContainer .navContent {
    width: 100%;
    position: absolute;
    z-index: 110;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    overflow: hidden;
    margin: 0 auto;
  }
  .pages .dropDownContainer .itemRow {
    width: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F3F3F3;
    border-radius: 0 0 10px 10px;
    margin: 0 auto;
  }
  .pages .dropDownContainer .itemRow a {
    border-radius: 0;
    width: 100%;
    margin: 0;
  }
  .pages .dropDownContainer .item {
    width: 100%;
    font-size: 18px;
    padding: 0;
  }
  .pages .dropDownContainer .item:not(:last-child) {
    border-bottom: solid 1px #ddd;
  }
  .pages .dropDownContainer .item.active {
    background: transparent;
    color: #D61518;
  }
  .pages .dropDownContainer .item .text {
    padding: 17px 0;
  }
}

/* --------------- */
/* 內頁 banner
/* --------------- */
.underBanner {
  position: relative;
  background: #fff;
}

.insidepageBanner .bnContainer {
  position: relative;
  height: 710px;
}

@media screen and (max-width: 1299px) {
  .insidepageBanner .bnContainer {
    height: 700px;
  }
}

@media screen and (max-width: 768px) {
  .insidepageBanner .bnContainer {
    height: 600px;
  }
}

@media screen and (max-width: 575px) {
  .insidepageBanner .bnContainer {
    height: 540px;
  }
}

.insidepageBanner .bnContainer img {
  height: 710px;
}

.insidepageBanner .t1 {
  margin-bottom: 54px;
  line-height: 1.25;
}

@media screen and (max-width: 1200px) {
  .insidepageBanner .t1 {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 991px) {
  .insidepageBanner .t1 {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 768px) {
  .insidepageBanner .t1 {
    font-size: 68px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 575px) {
  .insidepageBanner .t1 {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 60px;
  }
}

.insidepageBanner .t2 {
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .insidepageBanner .t2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .insidepageBanner .t2 {
    font-size: 16px;
  }
}

/* --------------- */
/* 內頁頁籤
/* --------------- */
.paginationContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .paginationContainer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.paginationContainer .customPagination {
  margin-bottom: 0;
  margin-top: 36px;
}

.customPagination {
  margin: 0 auto;
}

.customPagination .page-items.prev {
  margin-right: 70px;
}

@media screen and (max-width: 768px) {
  .customPagination .page-items.prev {
    margin-right: 0px;
  }
}

.customPagination .page-items.next {
  margin-left: 70px;
}

@media screen and (max-width: 768px) {
  .customPagination .page-items.next {
    margin-left: 0px;
  }
}

.customPagination .page-items.arrows .page-link {
  background-color: transparent;
  color: #000;
  border: 0;
  padding: 0.5rem;
  margin: 0 20px;
  width: 50px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 768px) {
  .customPagination .page-items.arrows .page-link {
    font-size: 20px;
    margin: 0 20px;
  }
}

.customPagination .page-items.arrows .page-link:hover {
  border: 0;
  color: #E41E25;
}

.customPagination .page-item {
  margin: 0 3px;
}

.customPagination .page-item .page-link {
  background: transparent;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  line-height: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all .4s;
  -webkit-transition: all .4s;
  font: 700 24px 'Nunito Sans', sans-serif;
  color: #6D6D6D;
  width: 42px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .customPagination .page-item .page-link {
    font: 700 22px 'Nunito Sans', sans-serif;
  }
}

.customPagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.customPagination .page-item .page-link:hover {
  color: #E41E25;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.customPagination .page-item.disabled .page-link {
  border-color: transparent;
}

.customPagination .page-item.active .page-link {
  width: 78px;
  height: 70px;
  background-image: url(images/public/pagination-active-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  border: 0;
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .customPagination .page-item.active .page-link {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.customPagination .page-item.active:hover .page-link {
  color: #DA291C;
}

@media screen and (max-width: 575px) {
  .customPagination .page-item:not(.active) {
    display: none;
  }
}

/* --------------- */
/* bootstrap select 下拉選單 (使用於contact&contact-product)
/* --------------- */
.selectWrap {
  border-bottom: 1px solid #000;
  width: 100%;
  max-width: 350px;
}

.selectWrap.firstChild {
  z-index: 999 !important;
}

.bootstrap-select .dropdown-menu li a span.text {
  white-space: pre-wrap;
}

.bootstrap-select.type-1 .dropdown-toggle {
  background: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  letter-spacing: .5px;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.bootstrap-select.type-1 .dropdown-toggle:hover {
  color: #000;
}

.bootstrap-select.type-1 .dropdown-toggle:focus {
  color: #323232;
}

.bootstrap-select.type-1 .dropdown-toggle:active {
  background: transparent;
}

.bootstrap-select.type-1 .dropdown-toggle::after {
  border: none;
  width: 11px;
  height: 7.6px;
  background: url(images/public/arrowDownRed.svg) center no-repeat;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  top: 55%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  margin-top: 0;
}

.bootstrap-select.type-1 .dropdown-menu:not(.inner) {
  border: 0;
  border-radius: 0px;
  padding: 0;
  margin-top: 12px;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.12);
}

.bootstrap-select.type-1 .dropdown-menu:not(.inner) li:not(:last-child) {
  border-bottom: 1px solid #F3F3F3;
}

.bootstrap-select.type-1 .dropdown-menu:not(.inner) li .dropdown-item {
  color: #000;
  padding: 13px 15px;
  text-align: left;
}

.bootstrap-select.type-1 .dropdown-menu:not(.inner) li .dropdown-item.active {
  background: #fff;
}

.bootstrap-select.type-1 .dropdown-menu:not(.inner) li .dropdown-item:hover {
  background: #fff;
  color: #fff;
  background: #E41E25;
}

.bootstrap-select.type-1.show .dropdown-toggle::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.dropdown-menu.open {
  max-height: 314px !important;
  overflow: hidden;
}

.dropdown-menu.inner {
  max-height: 260px !important;
  overflow-y: auto;
}

/* --------------- */
/* 錨點
/* --------------- */
.landingWrap #p {
  position: absolute;
  top: -50px;
}

.productsList .landingWrap #p {
  top: -100px;
}

.aboutCommon .landingWrap #p {
  top: 80px;
}

.productsList .landingWrap #p {
  top: -30px;
}

.technicalCommon .landingWrap #p {
  top: 130px;
}

.contactCommon .landingWrap #p {
  top: 130px;
}

@media screen and (max-width: 575px) {
  .aboutCommon .landingWrap #p {
    top: 0px;
  }
  .technicalCommon .landingWrap #p {
    top: 70px;
  }
  .contactCommon .landingWrap #p {
    top: 12px;
  }
}

@-webkit-keyframes scrollBtnAni {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes scrollBtnAni {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes move-arrow3 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
  }
  26% {
    opacity: 0;
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  55% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes move-arrow3 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
  }
  26% {
    opacity: 0;
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  55% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes goRightAni {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, -50%);
            transform: translate(-20px, -50%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-10px, -50%);
            transform: translateX(-10px, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px, -50%);
            transform: translateX(0px, -50%);
  }
}

@keyframes goRightAni {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, -50%);
            transform: translate(-20px, -50%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-10px, -50%);
            transform: translateX(-10px, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px, -50%);
            transform: translateX(0px, -50%);
  }
}

@-webkit-keyframes goRightAni2 {
  0% {
    margin-left: -10px;
    opacity: 0;
  }
  50% {
    margin-left: 0px;
    opacity: 1;
  }
  100% {
    margin-right: -10px;
    opacity: 0;
  }
}

@keyframes goRightAni2 {
  0% {
    margin-left: -10px;
    opacity: 0;
  }
  50% {
    margin-left: 0px;
    opacity: 1;
  }
  100% {
    margin-right: -10px;
    opacity: 0;
  }
}

/* --------------- */
/* header
/* --------------- */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 990;
}

.header .langBtn {
  border: 1.5px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .header .langBtn {
    width: 45px;
    height: 45px;
    margin-right: 2px;
  }
}

.header .langBtn i::before {
  margin-bottom: 6px;
}

.header .headerWrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  color: #fff;
  text-align: center;
  padding-left: 55px;
  padding-right: 55px;
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 1699px) {
  .header .headerWrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1599px) {
  .header .headerWrap {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media screen and (max-width: 1399px) {
  .header .headerWrap {
    position: fixed;
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media screen and (max-width: 575px) {
  .header .headerWrap {
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media screen and (max-width: 370px) {
  .header .headerWrap {
    padding-left: 2%;
    padding-right: 6%;
  }
}

.header .headerWrap .headerInner {
  max-width: 1520px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 48px;
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 1399px) {
  .header .headerWrap .headerInner {
    padding: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 24px;
  }
}

@media screen and (max-width: 991px) {
  .header .headerWrap .headerInner {
    padding-top: 20px;
  }
}

@media screen and (max-width: 370px) {
  .header .headerWrap .headerInner {
    margin: 0;
  }
}

.header .headerWrap .headerInner .logoWrap {
  width: 300px;
  min-width: 159px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1399px) {
  .header .headerWrap .headerInner .logoWrap {
    width: 159px;
  }
}

@media screen and (max-width: 370px) {
  .header .headerWrap .headerInner .logoWrap {
    margin-right: 0px;
    width: 140px;
    min-width: 140px;
    min-width: auto;
  }
}

.header .headerWrap .headerInner .logoWrap .beforeScroll {
  display: block;
}

.header .headerWrap .headerInner .logoWrap .afterScroll {
  display: none;
}

.header .headerWrap .headerInner .exceptLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header .headerWrap .headerInner .headNavWrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1799px) {
  .header .headerWrap .headerInner .headNavWrap {
    padding: 0 0 0 18px;
  }
}

@media screen and (max-width: 1599px) {
  .header .headerWrap .headerInner .headNavWrap {
    padding: 0 12px;
  }
}

@media screen and (max-width: 1399px) {
  .header .headerWrap .headerInner .headNavWrap {
    padding-right: 12px;
    width: auto;
  }
}

@media screen and (max-width: 575px) {
  .header .headerWrap .headerInner .headNavWrap {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media screen and (max-width: 370px) {
  .header .headerWrap .headerInner .headNavWrap {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.header .headerWrap .headerInner .headNavWrap .headNavInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner.exceptLang {
  width: 100%;
  padding-left: 40px;
}

@media screen and (max-width: 1499px) {
  .header .headerWrap .headerInner .headNavWrap .headNavInner.exceptLang {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1399px) {
  .header .headerWrap .headerInner .headNavWrap .headNavInner.exceptLang {
    display: none;
  }
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li {
  margin: 0 18px;
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (max-width: 1599px) {
  .header .headerWrap .headerInner .headNavWrap .headNavInner > li {
    margin: 0 12px;
  }
}

@media screen and (max-width: 1399px) {
  .header .headerWrap .headerInner .headNavWrap .headNavInner > li {
    max-width: 100%;
  }
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li a {
  position: relative;
  -webkit-transition: none;
  transition: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1399px) {
  .header .headerWrap .headerInner .headNavWrap .headNavInner > li a {
    font-size: 16px;
  }
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li a.navContactBtn {
  width: 100%;
  max-width: 220px;
  padding: 0 20px;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 40px;
  border: 1.5px solid #fff;
  transition: background .4s;
  -webkit-transition: background .4s;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li a.navContactBtn:hover {
  background: #DA291C;
  color: #fff;
  border: none;
  transition: background .4s;
  -webkit-transition: background .4s;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li .dropdown {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 165px;
  border-radius: 15px;
  border: 1px solid #F2EDED;
  background-color: #fff;
  color: #949494;
  font-size: 16px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 1399px) {
  .header .headerWrap .headerInner .headNavWrap .headNavInner > li .dropdown {
    width: 100px;
    top: 59px;
    opacity: 1;
    border-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li .dropdown a {
  line-height: 1.5;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li .dropdown a span {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li .dropdown a:hover {
  background-color: #DA291C;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li .dropdown a:first-child {
  border-radius: 15px 15px 0 0;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li .dropdown a:last-child {
  border-radius: 0 0 15px 15px;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li .dropdown a:not(:last-child) {
  border-bottom: 1px solid #F2EDED;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li .dropdown a::after {
  content: none;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li .navDotBtn::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  margin-top: 1px;
  margin-right: 11px;
  transition: all .4s;
  -webkit-transition: all .4s;
  opacity: 0.3;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li.lang {
  margin: 0;
  margin-left: 25px;
  max-width: 100%;
}

@media screen and (max-width: 1599px) {
  .header .headerWrap .headerInner .headNavWrap .headNavInner > li.lang {
    margin-left: 12px;
  }
}

@media screen and (max-width: 575px) {
  .header .headerWrap .headerInner .headNavWrap .headNavInner > li.lang {
    margin-left: 0px;
    height: 100%;
  }
}

@media screen and (max-width: 1699px) {
  .header .headerWrap .headerInner .headNavWrap .headNavInner > li.lang .dropdown {
    width: 100px;
  }
}

@media screen and (max-width: 1399px) {
  .header .headerWrap .headerInner .headNavWrap .headNavInner > li.lang .dropdown {
    display: none;
    border: 1px solid #F2EDED;
  }
}

@media screen and (max-width: 1599px) {
  .header .headerWrap .headerInner .headNavWrap .headNavInner > li.lang:hover .dropdown {
    width: 100px;
  }
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li .langBtn {
  border: 1.5px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  .header .headerWrap .headerInner .headNavWrap .headNavInner > li .langBtn {
    width: 45px;
    height: 45px;
    border-width: 1.5px;
    -webkit-box-shadow: border-box;
            box-shadow: border-box;
  }
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li.contact {
  margin: 0;
  max-width: 100%;
  width: 260px;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li:hover .dropdown {
  opacity: 1;
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li:hover > a {
  opacity: 1;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li:hover::after {
  opacity: 1;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li:hover .navDotBtn::before {
  transition: all .4s;
  -webkit-transition: all .4s;
  opacity: 1;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li.active > a {
  opacity: 1;
}

.header .headerWrap .headerInner .headNavWrap .headNavInner > li.active::after {
  opacity: 1;
}

.header .navBtnToggle {
  display: none;
  cursor: pointer;
  margin-top: 0px;
  width: 50px;
  height: 50px;
  color: #D2D2D2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1399px) {
  .header .navBtnToggle {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    border: 1.5px solid #fff;
  }
}

@media (max-width: 575px) {
  .header .navBtnToggle {
    margin-top: 0;
    width: 45px;
    height: 45px;
    border-width: 1.5px;
  }
}

.header .navBtnToggle .navIcon .iconOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 14.4px;
  height: 14.4px;
}

.header .navBtnToggle .navIcon .iconOuter .iconRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .navBtnToggle .navIcon .iconOuter .iconRow .iconCol {
  width: 3.9px;
  height: 3.9px;
  background: #fff;
}

@media screen and (max-width: 1399px) {
  .header .navBtnToggle .navIcon .iconOuter .iconRow .iconCol {
    transition: all .8s;
    -webkit-transition: all .8s;
  }
}

.header .navBtnToggle .navIcon .iconOuter .iconRow .iconCol.c1 {
  border-radius: 10px 0 0 0;
}

.header .navBtnToggle .navIcon .iconOuter .iconRow .iconCol.c3 {
  border-radius: 0 10px 0 0;
}

.header .navBtnToggle .navIcon .iconOuter .iconRow .iconCol.c7 {
  border-radius: 0 0 0 10px;
}

.header .navBtnToggle .navIcon .iconOuter .iconRow .iconCol.c9 {
  border-radius: 0 0 10px 0;
}

.header .navBtnToggle .navIcon .iconOuter .iconRow .iconCol.clear {
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header .navBtnToggle:hover {
  border: 2px solid #DA291C;
}

.header .navBtnToggle:hover .navIcon .iconOuter .iconRow .iconCol {
  background: #2D2926;
}

.header .headerMobileMenu {
  position: fixed;
  right: 0;
  height: 100vh;
  width: 576px;
  z-index: 120;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: none;
}

@media screen and (max-width: 1399px) {
  .header .headerMobileMenu {
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .header .headerMobileMenu {
    right: 0px;
  }
}

.header .headerMobileMenu .langBtnOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header .headerMobileMenu .langBtn + .dropdown {
  display: none;
  opacity: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #949494;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 55px;
  left: calc(50% - 6px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 15;
  width: 100px;
  height: auto;
  border-radius: 10px;
  border: 1px solid #EFEFEF;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

.header .headerMobileMenu .langBtn + .dropdown span {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}

.header .headerMobileMenu .langBtn + .dropdown a {
  padding: 15px 5px;
  width: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header .headerMobileMenu .langBtn + .dropdown a:first-child {
  border-radius: 10px 10px 0 0;
}

.header .headerMobileMenu .langBtn + .dropdown a:last-child {
  border-radius: 0 0 10px 10px;
}

.header .headerMobileMenu .langBtn + .dropdown a:not(:last-child) {
  border-bottom: 1px solid #F2EDED;
}

.header .headerMobileMenu .langBtn + .dropdown a:hover {
  background: #DA291C;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 1399px) {
  .header .headerMobileMenu .scrollbarWrap {
    height: 100%;
    position: static !important;
  }
}

.header .mobileMenuHead {
  padding: 20px 0;
  margin: 0 27px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1399px) {
  .header .mobileMenuHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 29px 0;
  }
}

@media screen and (max-width: 991px) {
  .header .mobileMenuHead {
    padding: 25px 0;
  }
}

@media screen and (max-width: 575px) {
  .header .mobileMenuHead {
    padding: 20px 0;
  }
}

@media screen and (max-width: 370px) {
  .header .mobileMenuHead {
    margin-left: calc(3% + 6px);
    margin-right: 6%;
  }
}

.header .mobileMenuHead .mobileBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .mobileMenuHead .mobileBtns .langBtn {
  border: 2px solid #D2D2D2;
  color: #D2D2D2;
  margin-right: 12px;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .header .mobileMenuHead .mobileBtns .langBtn {
    border: 2px solid #DA291C;
    color: #000;
    margin-right: 13px;
  }
}

@media screen and (max-width: 370px) {
  .header .mobileMenuHead .mobileBtns .langBtn {
    margin-right: 6px;
  }
}

.header .mobileMenuHead .mobileBtns .langBtn:hover {
  border-color: #DA291C;
  color: #2D2926;
}

.header .mobileMenuHead .mobileBtns .langBtn i::before {
  margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
  .header .mobileMenuHead .mobileBtns .langBtn i::before {
    margin-bottom: 6px;
  }
}

.header .mobileMenuBody {
  color: #1F1F1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  padding: 0;
}

.header .mobileMenuBody .navBlock {
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  transition: all .4s;
  -webkit-transition: all .4s;
  padding: auto 27px;
}

@media screen and (max-width: 1399px) {
  .header .mobileMenuBody .navBlock {
    padding-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .header .mobileMenuBody .navBlock {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header .mobileMenuBody .navBlock .navDotBtn {
  font-size: 18px;
  padding-left: 44px;
  padding-right: 27px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .mobileMenuBody .navBlock ul li {
  font-size: 16px;
  line-height: 1.88;
  position: relative;
  padding-left: 0;
}

.header .mobileMenuBody .navBlock ul li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 4px;
  top: 13px;
  background-color: #fff;
  opacity: 0.5;
}

.header .mobileMenuBody .navBlock ul li a {
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #2D2926;
  display: block;
  padding-left: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 80%;
  margin: auto;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .header .mobileMenuBody .navBlock ul li a {
    width: 70%;
  }
}

@media screen and (max-width: 370px) {
  .header .mobileMenuBody .navBlock ul li a {
    width: 90%;
    padding-right: 40px;
  }
}

.header .mobileMenuBody .navBlock ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.header .mobileMenuBody .navBlock ul li:hover a {
  color: #DA291C;
}

.header .mobileMenuBody .navBlock:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition: all 0.4s;
}

.header .mobileMenuBody .navBlock:hover .navDotBtn {
  background: #DA291C;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition: all 0.4s;
}

.header .mobileMenuBody .navBlock:hover .navDotBtn::before {
  background: #fff;
}

.header .mobileMenuBody .itemBlock {
  padding: 0;
}

.header .mobileMenuBody .itemBlock .navDotBtn {
  background: #fff;
  color: #1F1F1F;
  position: relative;
}

.header .mobileMenuBody .itemBlock .navDotBtn:only-child .plusBox {
  display: none;
}

.header .mobileMenuBody .itemBlock .navDotBtn::before {
  content: '';
  position: absolute;
  left: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 12px;
  transition: all .4s;
  -webkit-transition: all .4s;
  background: #D2D2D2;
  opacity: 1;
}

.header .mobileMenuBody .itemBlock .navDotBtn .plusBox {
  height: 26px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.header .mobileMenuBody .itemBlock .navDotBtn .plusBox .bar {
  background: #00B140;
  color: #fff;
  height: 3px;
  width: 14px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition: all 0.4s;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .mobileMenuBody .itemBlock .navDotBtn .plusBox .bar:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.header .mobileMenuBody .itemBlock .itemContent {
  background: #F3F3F3;
  transition: all .3s;
  -webkit-transition: all .3s;
  overflow: hidden;
}

.header .mobileMenuBody .itemBlock.active .itemContent {
  transition: all .3s;
  -webkit-transition: all .3s;
}

.header .mobileMenuBody .itemBlock.active .navDotBtn {
  background: #DA291C;
  color: #fff;
}

.header .mobileMenuBody .itemBlock.active .navDotBtn::before {
  background: #fff;
}

.header .mobileMenuBody .itemBlock.active .navDotBtn .plusBox .bar {
  background: #fff;
  color: #fff;
}

.header .mobileMenuBody .itemBlock.active .navDotBtn .plusBox .bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.header .mask {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 100;
}

.header.menuOpen .mask {
  opacity: 0.4;
  pointer-events: auto;
}

.header.menuOpen .navBtnToggle {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 2px solid #D2D2D2;
}

@media screen and (max-width: 1399px) {
  .header.menuOpen .navBtnToggle {
    border: 2px solid #DA291C;
  }
}

@media screen and (max-width: 575px) {
  .header.menuOpen .navBtnToggle {
    margin-top: 0;
    width: 45px;
    height: 45px;
    color: #D2D2D2;
  }
}

.header.menuOpen .navBtnToggle .navIcon .iconOuter .iconRow .iconCol {
  background: #d2d2d2;
}

@media screen and (max-width: 1399px) {
  .header.menuOpen .navBtnToggle .navIcon .iconOuter .iconRow .iconCol {
    background: #000;
  }
}

.header.menuOpen .headerWrap {
  display: none;
}

.header.menuOpen .headerMobileMenu {
  opacity: 1;
  pointer-events: auto;
  right: 0;
  max-height: 100%;
}

@media screen and (max-width: 1200px) {
  .header.menuOpen .headerMobileMenu {
    right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .header.menuOpen .mobileMenuHead {
    margin: 0 27px;
  }
}

@media screen and (max-width: 575px) {
  .header.menuOpen .mobileMenuHead {
    padding: 20px 0;
  }
}

@media screen and (max-width: 370px) {
  .header.menuOpen .mobileMenuHead {
    margin-left: calc(3% + 6px);
    margin-right: 6%;
  }
}

.header.menuOpen .mobileMenuBody .navBlock .navDotBtn {
  cursor: pointer;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header.scroll .navBtnToggle {
  color: #000;
  border: 2px solid #DA291C;
}

@media screen and (max-width: 1399px) {
  .header.scroll .navBtnToggle {
    border: 2px solid #DA291C;
  }
}

@media screen and (max-width: 575px) {
  .header.scroll .navBtnToggle {
    margin-top: 0;
  }
}

.header.scroll .navBtnToggle .navIcon .iconOuter .iconRow .iconCol {
  background: #000;
  transition: all .8s;
  -webkit-transition: all .8s;
}

.header.scroll .navBtnToggle .navIcon .iconOuter .iconRow .iconCol.clear {
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header.scroll .navBtnToggle:hover {
  border-color: #DA291C;
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 1399px) {
  .header.scroll .navBtnToggle:hover .navIcon .iconOuter .iconRow .iconCol {
    background: #000;
  }
}

.header.scroll .headerWrap {
  border-bottom: 2px solid #F3F3F3;
  background: #fff;
  color: #2D2926;
}

.header.scroll .headerWrap .headerInner {
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 991px) {
  .header.scroll .headerWrap .headerInner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header.scroll .headerWrap .headerInner .logoWrap .beforeScroll {
  display: none;
}

.header.scroll .headerWrap .headerInner .logoWrap .afterScroll {
  display: block;
}

.header.scroll .headerWrap .headerInner .headNavWrap .headNavInner > li .navDotBtn::before {
  background: #D2D2D2;
  opacity: 1;
}

.header.scroll .headerWrap .headerInner .headNavWrap .headNavInner > li:hover .navDotBtn::before {
  background: #DA291C;
}

.header.scroll .headerWrap .headerInner .headNavWrap .headNavInner > li a {
  font-weight: 700;
  -webkit-transition: none;
  transition: none;
}

.header.scroll .headerWrap .headerInner .headNavWrap .headNavInner > li a.navContactBtn {
  border: 2px solid #2D2926;
  font-weight: 600;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 48px;
}

.header.scroll .headerWrap .headerInner .headNavWrap .headNavInner > li a.navContactBtn:hover {
  background: #fff;
  color: #2D2926;
  border-color: #DA291C;
  transition: border .4s;
  -webkit-transition: border .4s;
}

.header.scroll .headerWrap .headerInner .headNavWrap .headNavInner > li .dropdown a {
  font-weight: 400;
  letter-spacing: .5px;
}

.header.scroll .headerWrap .headerInner .headNavWrap .headNavInner > li .langBtn {
  border: 2px solid #2D2926;
}

@media screen and (max-width: 1399px) {
  .header.scroll .headerWrap .headerInner .headNavWrap .headNavInner > li .langBtn {
    border: 2px solid #DA291C;
    -webkit-transition: none;
    transition: none;
  }
}

.header.scroll .headerWrap .headerInner .headNavWrap .headNavInner > li.lang .dropdown a {
  font-weight: 700;
}

.header.scroll .headerWrap .headerInner .headNavWrap .headNavInner > li.lang:hover .langBtn {
  border-color: #DA291C;
  transition: all .4s;
  -webkit-transition: all .4s;
}

/* --------------- */
/* footer
/* --------------- */
footer {
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: visible;
}

footer .footerContainer {
  background: #2D2926;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

@media screen and (max-width: 575px) {
  footer .footerContainer .blank {
    padding-left: 0;
    padding-right: 0;
  }
}

footer .topBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 64px;
  color: #fff;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1599px) {
  footer .topBlock {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  footer .topBlock {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  footer .topBlock {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  footer .topBlock {
    padding-bottom: 34px;
  }
}

footer .topBlock .above {
  margin-top: -32px;
  margin-left: 6px;
}

@media screen and (max-width: 575px) {
  footer .topBlock .above {
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
}

footer .topBlock .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -215px;
  width: 100%;
  max-width: 1520px;
}

@media screen and (max-width: 1599px) {
  footer .topBlock .topBox {
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media screen and (max-width: 768px) {
  footer .topBlock .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  footer .topBlock .topBox {
    margin-top: -395px;
  }
}

footer .topBlock .topBox .titleEn {
  margin-bottom: 20px;
  letter-spacing: .5px;
}

@media screen and (max-width: 991px) {
  footer .topBlock .topBox .titleEn {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  footer .topBlock .topBox .titleEn {
    margin-bottom: 5px;
  }
}

footer .topBlock .topBox .titleEn:hover {
  color: #fff;
}

footer .topBlock .items {
  padding-top: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  padding-bottom: 10px;
  max-width: 1520px;
}

@media screen and (max-width: 1599px) {
  footer .topBlock .items {
    padding-top: 60px;
    padding-left: 0;
  }
}

@media screen and (max-width: 1499px) {
  footer .topBlock .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  footer .topBlock .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    padding-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  footer .topBlock .items {
    padding-top: 50px;
  }
}

footer .topBlock .items .rightItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1499px) {
  footer .topBlock .items .rightItem {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  footer .topBlock .items .rightItem {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

footer .topBlock .items .imgBox {
  margin-right: 6px;
}

@media screen and (max-width: 991px) {
  footer .topBlock .items .imgBox {
    margin-right: 0;
    margin-bottom: 24px;
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media screen and (max-width: 575px) {
  footer .topBlock .items .imgBox {
    margin-bottom: 20px;
  }
}

footer .topBlock .items .imgBox img {
  max-width: 100%;
}

footer .topBlock .items .type {
  font-size: 16px;
  color: #fff;
  margin-right: 15px;
  font-weight: 600;
  letter-spacing: .3px;
  margin-bottom: 3px;
}

@media screen and (max-width: 575px) {
  footer .topBlock .items .type {
    min-width: 42px;
    margin-right: 1px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
  }
}

footer .topBlock .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  font-family: 'Noto Sans TC', sans-serif;
}

@media screen and (max-width: 991px) {
  footer .topBlock .item {
    margin-bottom: 10px;
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media screen and (max-width: 575px) {
  footer .topBlock .item {
    padding-left: 27px;
    padding-right: 27px;
    margin-bottom: 7px;
  }
}

footer .topBlock .item:not(:last-child)::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
}

@media screen and (max-width: 991px) {
  footer .topBlock .item:not(:last-child)::after {
    width: 0;
  }
}

footer .topBlock .item .des {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  footer .topBlock .item .des {
    width: calc(100% - 42px);
    font-size: 15px;
  }
}

footer .topBlock .item .des span {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
}

footer .topBlock .item .number {
  margin-bottom: 0;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  footer .topBlock .item .number {
    font-size: 15px;
  }
}

footer .topBlock .left {
  display: block;
  position: relative;
  width: calc(100% - 430px);
}

@media screen and (max-width: 1200px) {
  footer .topBlock .left {
    width: calc(100% - 400px);
  }
}

@media screen and (max-width: 991px) {
  footer .topBlock .left {
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 768px) {
  footer .topBlock .left {
    width: 100%;
  }
}

footer .topBlock .left .img {
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 768px) {
  footer .topBlock .left .img {
    border-radius: 10px 10px 0 0;
  }
}

@media screen and (max-width: 575px) {
  footer .topBlock .left .img {
    height: 290px;
    border-radius: 20px 20px 0 0;
  }
}

footer .topBlock .left .img img {
  max-width: 100%;
}

footer .topBlock .left .inner {
  display: block;
  max-width: 294px;
  left: 27%;
  overflow-y: scroll;
  max-height: 258px;
  padding-top: 40px;
}

@media screen and (max-width: 1200px) {
  footer .topBlock .left .inner {
    max-height: 270px;
    left: 33%;
  }
}

@media screen and (max-width: 991px) {
  footer .topBlock .left .inner {
    max-height: 236px;
    left: 40%;
  }
}

@media screen and (max-width: 768px) {
  footer .topBlock .left .inner {
    left: 65px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 575px) {
  footer .topBlock .left .inner {
    left: 30px;
    top: 20%;
    max-height: 150px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding-right: 30px;
  }
}

footer .topBlock .left .inner::-webkit-scrollbar {
  width: 0px;
}

footer .topBlock .left .inner .txt {
  letter-spacing: .5px;
}

@media screen and (max-width: 575px) {
  footer .topBlock .left .inner .txt {
    font-size: 26px;
    line-height: 35px;
  }
}

footer .topBlock .right {
  display: block;
  height: 430px;
  width: 430px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  footer .topBlock .right {
    width: 400px;
  }
}

@media screen and (max-width: 991px) {
  footer .topBlock .right {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  footer .topBlock .right {
    width: 100%;
    height: auto;
  }
}

footer .topBlock .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DA291C;
  -webkit-transition: all .4s;
  transition: all .4s;
  height: 100%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
  padding: 15px 30px;
}

@media screen and (max-width: 768px) {
  footer .topBlock .right a {
    border-radius: 0 0 10px 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding: 50px 60px 60px 65px;
  }
}

@media screen and (max-width: 575px) {
  footer .topBlock .right a {
    padding: 20px 30px 40px;
    border-radius: 0 0 20px 20px;
  }
}

footer .topBlock .right a .txt {
  margin-top: 0px;
  letter-spacing: 1px;
}

@media screen and (max-width: 575px) {
  footer .topBlock .right a .txt {
    font-size: 26px;
    line-height: 35px;
  }
}

footer .topBlock .right a .inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all .4s;
  -webkit-transition: all .4s;
  z-index: 5;
  margin-left: -15px;
  max-height: 258px;
  padding-top: 40px;
  overflow-y: scroll;
  max-width: 240px;
}

footer .topBlock .right a .inner::-webkit-scrollbar {
  width: 0px;
}

@media screen and (max-width: 1900px) {
  footer .topBlock .right a .inner {
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  footer .topBlock .right a .inner {
    max-height: 270px;
  }
}

@media screen and (max-width: 991px) {
  footer .topBlock .right a .inner {
    max-height: 236px;
  }
}

@media screen and (max-width: 575px) {
  footer .topBlock .right a .inner {
    max-height: 250px;
  }
}

footer .topBlock .right a .above {
  overflow: hidden;
}

footer .topBlock .right a .above img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all .2s;
  -webkit-transition: all .2s;
}

footer .topBlock .right a::before {
  content: url(images/public/footerRightHover.webp);
  position: absolute;
  right: -10%;
  bottom: -100%;
  width: 200px;
  height: 175px;
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  transition: all .4s;
  -webkit-transition: all .4s;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  footer .topBlock .right a::before {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

footer .topBlock .right a:hover .inner {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  transition: all .4s;
  -webkit-transition: all .4s;
}

footer .topBlock .right a:hover .above img {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all .2s;
  -webkit-transition: all .2s;
}

footer .topBlock .right a:hover::before {
  bottom: 21px;
  right: 23px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 991px) {
  footer .topBlock .right a:hover::before {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    bottom: -21px;
  }
}

@media screen and (max-width: 768px) {
  footer .topBlock .right a:hover::before {
    right: 46px;
    bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  footer .topBlock .right a:hover::before {
    right: 23px;
  }
}

footer .bottomBlock {
  text-align: center;
  padding-top: 83px;
}

@media screen and (max-width: 1599px) {
  footer .bottomBlock {
    padding-top: 70px;
  }
}

@media screen and (max-width: 991px) {
  footer .bottomBlock {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  footer .bottomBlock {
    padding-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  footer .bottomBlock {
    padding-top: 42px;
  }
}

footer .bottomBlock .rowCustom {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .bottomBlock .rowCustom .left, footer .bottomBlock .rowCustom .right {
  position: relative;
  width: 100%;
  min-height: 1px;
}

footer .bottomBlock .rowCustom .left {
  -ms-flex: 0 0 65%;
  -webkit-box-flex: 0;
          flex: 0 0 65%;
  max-width: 65%;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  footer .bottomBlock .rowCustom .left {
    -ms-flex: 0 0 74%;
    -webkit-box-flex: 0;
            flex: 0 0 74%;
    max-width: 74%;
  }
}

@media screen and (max-width: 991px) {
  footer .bottomBlock .rowCustom .left {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

footer .bottomBlock .rowCustom .left .d-991-pc {
  margin-top: -5px;
}

footer .bottomBlock .rowCustom .left .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .bottomBlock .rowCustom .left .items .item {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
  padding-right: 24px;
}

footer .bottomBlock .rowCustom .left .mobileItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 27px;
  padding-right: 27px;
}

@media screen and (max-width: 991px) {
  footer .bottomBlock .rowCustom .left .mobileItems {
    max-width: 536px;
    margin-right: auto;
    margin-left: auto;
  }
}

footer .bottomBlock .rowCustom .left .mobileItems .itemRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  position: relative;
}

footer .bottomBlock .rowCustom .left .mobileItems .itemRow:first-child .mobileTitle:first-child {
  width: 37.42%;
}

footer .bottomBlock .rowCustom .left .mobileItems .itemRow:first-child .mobileTitle:nth-child(3) {
  width: 29.67%;
}

footer .bottomBlock .rowCustom .left .mobileItems .itemRow .mobileTitle {
  letter-spacing: .3px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  width: 33.33%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .bottomBlock .rowCustom .left .mobileItems .itemRow .mobileTitle:only-child::after {
  width: 0;
}

footer .bottomBlock .rowCustom .left .mobileItems .itemRow .mobileTitle:nth-child(2):nth-last-child(1)::after {
  width: 0;
}

footer .bottomBlock .rowCustom .left .mobileItems .itemRow .mobileTitle:nth-child(3n+1) {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-right: 10px;
}

footer .bottomBlock .rowCustom .left .mobileItems .itemRow .mobileTitle:nth-child(3n) {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 10px;
}

footer .bottomBlock .rowCustom .left .mobileItems .itemRow .mobileTitle:nth-child(3n)::after {
  width: 0;
}

footer .bottomBlock .rowCustom .left .mobileItems .itemRow .mobileTitle:nth-child(3n+2) {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
}

footer .bottomBlock .rowCustom .left .mobileItems .itemRow .mobileTitle::after {
  content: '';
  position: absolute;
  top: 25%;
  right: 0px;
  width: 1px;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}

footer .bottomBlock .rowCustom .left .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
  letter-spacing: .3px;
}

footer .bottomBlock .rowCustom .left .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .bottomBlock .rowCustom .left .item .des {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: .3px;
}

footer .bottomBlock .rowCustom .right {
  -ms-flex: 0 0 33%;
  -webkit-box-flex: 0;
          flex: 0 0 33%;
  max-width: 33%;
}

@media screen and (max-width: 1200px) {
  footer .bottomBlock .rowCustom .right {
    -ms-flex: 0 0 26%;
    -webkit-box-flex: 0;
            flex: 0 0 26%;
    max-width: 26%;
  }
}

@media screen and (max-width: 991px) {
  footer .bottomBlock .rowCustom .right {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  footer .bottomBlock .rowCustom .right .info {
    display: inline-block;
    padding-top: 40px;
    padding-left: 27px;
    padding-right: 27px;
    max-width: 548px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  footer .bottomBlock .rowCustom .right .info {
    padding-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  footer .bottomBlock .rowCustom .right .info {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 25px;
    display: block;
  }
}

footer .bottomBlock .rowCustom .right .info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .bottomBlock .rowCustom .right .info .top .socialIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .bottomBlock .rowCustom .right .info .top .doc {
  padding-right: 30px;
  margin-bottom: 10px !important;
}

footer .bottomBlock .rowCustom .right .info .bottom {
  text-align: left;
  padding-top: 38px;
  padding-bottom: 102px;
  text-transform: uppercase;
}

@media screen and (max-width: 1599px) {
  footer .bottomBlock .rowCustom .right .info .bottom {
    padding-bottom: 84px;
  }
}

@media screen and (max-width: 1200px) {
  footer .bottomBlock .rowCustom .right .info .bottom {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 991px) {
  footer .bottomBlock .rowCustom .right .info .bottom {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  footer .bottomBlock .rowCustom .right .info .bottom {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  footer .bottomBlock .rowCustom .right .info .bottom {
    padding-top: 20px;
    padding-bottom: 48px;
  }
}

footer .bottomBlock .rowCustom .right .info .circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fff;
  color: #2D2926;
  -webkit-transition: all .4s;
  transition: all .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 11.6px;
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  footer .bottomBlock .rowCustom .right .info .circle {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 370px) {
  footer .bottomBlock .rowCustom .right .info .circle {
    margin-right: 5px;
  }
}

footer .bottomBlock .rowCustom .right .info .circle:hover {
  background: #DA291C;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

footer .bottomBlock .rowCustom .right .info .doc {
  font-family: 'Nunito Sans', 'Noto Sans TC', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  word-spacing: 3px;
  margin-bottom: 5;
}

@media screen and (max-width: 575px) {
  footer .bottomBlock .rowCustom .right .info .doc {
    font-size: 15px;
    margin-bottom: 7px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 370px) {
  footer .bottomBlock .rowCustom .right .info .doc {
    padding-right: 0px;
  }
}

footer .bottomBlock .rowCustom .right .info .doc.copyRightText {
  word-spacing: 2px;
}

@media screen and (max-width: 1900px) {
  footer .bottomBlock .rowCustom .right a .inner {
    margin-left: 0px;
  }
}

/* --------------- */
/* 首頁
/* --------------- */
#index .enTitle {
  margin-bottom: 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  font-size: 38px;
  color: #D2D2D2;
  text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
  #index .enTitle {
    font-size: 36px;
  }
}

@media screen and (max-width: 575px) {
  #index .enTitle {
    text-align: left;
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) {
  #index .enTitle.t1 {
    padding-left: 27px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 575px) {
  #index .enTitle.t2 {
    margin-bottom: 6px;
  }
}

#index .chTitle {
  font-weight: bold;
  color: #2D2926;
}

@media screen and (max-width: 1399px) {
  #index .chTitle {
    font-size: 34px;
  }
}

@media screen and (max-width: 575px) {
  #index .chTitle {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .3px;
  }
}

#index .chTitle.t1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  #index .chTitle.t1 {
    padding-left: 27px;
  }
}

#index .chTitle.t2 {
  margin-bottom: 14px;
}

@media screen and (max-width: 575px) {
  #index .chTitle.t2 {
    margin-bottom: 18px;
  }
}

#index .chTitle.t3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  #index .chTitle.t3 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 0;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  #index .chTitle.t3 {
    font-size: 32px;
    line-height: 44px;
  }
}

@media screen and (max-width: 575px) {
  #index .chTitle.t3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
}

#index .doc {
  font-size: 16px;
  color: #2D2926;
  line-height: 30px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #index .net::before, #index .net::after {
    display: none !important;
  }
}

#index .underLineBtn .btnInner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#index .underLineBtn .plusBox {
  margin-bottom: -1px;
}

.index-banner-section {
  position: relative;
}

.index-banner-section .swiper-container {
  height: calc(100vh - 20px);
}

.index-banner-section .swiper-container.text .swiper-slide .text-inner {
  -webkit-transition: none;
  transition: none;
  position: absolute;
  z-index: 20;
  padding-right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
}

@media screen and (max-width: 1200px) {
  .index-banner-section .swiper-container.text .swiper-slide .text-inner {
    left: 10%;
  }
}

@media screen and (max-width: 991px) {
  .index-banner-section .swiper-container.text .swiper-slide .text-inner {
    left: 7.5%;
  }
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container.text .swiper-slide .text-inner {
    padding-right: 27px;
    left: 27px;
  }
}

.index-banner-section .swiper-container.text .swiper-slide .text-inner .title {
  max-width: 600px;
}

@media screen and (max-width: 1699px) {
  .index-banner-section .swiper-container.text .swiper-slide .text-inner .title {
    font-size: 80px;
    line-height: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .index-banner-section .swiper-container.text .swiper-slide .text-inner .title {
    font-size: 72px;
    line-height: 90px;
  }
}

@media screen and (max-width: 991px) {
  .index-banner-section .swiper-container.text .swiper-slide .text-inner .title {
    font-size: 68px;
    line-height: 80px;
  }
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container.text .swiper-slide .text-inner .title {
    max-width: 280px;
    font-weight: 600;
    font-size: 46px;
    line-height: 57px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 500px) {
  .index-banner-section .swiper-container.text .swiper-slide .text-inner .title {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 12px;
  }
}

.index-banner-section .swiper-container.text .swiper-slide .text-inner .des {
  margin-top: 35px;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

@media screen and (max-width: 991px) {
  .index-banner-section .swiper-container.text .swiper-slide .text-inner .des {
    padding-right: 45px;
  }
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container.text .swiper-slide .text-inner .des {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 2px;
    margin-top: 0;
    padding-right: 10px;
  }
}

@media screen and (max-width: 500px) {
  .index-banner-section .swiper-container.text .swiper-slide .text-inner .des {
    line-height: 26px;
  }
}

.index-banner-section .swiper-container.text .swiper-slide.swiper-slide-active {
  pointer-events: none;
}

.index-banner-section .swiper-container.text .swiper-slide.swiper-slide-active .text-inner {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

.index-banner-section .swiper-container.text .swiper-pagination {
  position: relative;
  z-index: 20;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 2px;
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container.text .swiper-pagination {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px;
    padding-right: 0;
  }
}

.index-banner-section .swiper-container.text .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  height: auto;
  margin: 7px 0;
  background: none;
  padding: 0;
  font-size: 20px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container.text .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    margin: 0 7px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.index-banner-section .swiper-container.text .swiper-pagination .swiper-pagination-bullet:hover {
  color: #fff;
}

.index-banner-section .swiper-container.text .swiper-pagination .swiper-pagination-bullet::after {
  opacity: 1;
  bottom: auto;
  display: block;
  position: relative;
  content: '';
  width: 2px;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container.text .swiper-pagination .swiper-pagination-bullet::after {
    top: auto;
    right: auto;
    bottom: auto;
    height: 2px;
    width: 0px;
    margin-left: 0px;
  }
}

.index-banner-section .swiper-container.text .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
}

.index-banner-section .swiper-container.text .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  height: 70px;
  margin-top: 20px;
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container.text .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    height: 2px;
    width: 70px;
    margin-top: 0;
    margin-left: 20px;
  }
}

.index-banner-section .swiper-container .swiper-btnOuter {
  position: absolute;
  right: 5%;
  top: calc(50% - 10px);
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container .swiper-btnOuter {
    top: auto;
    right: auto;
    left: 27px;
    bottom: 14.23%;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.index-banner-section .swiper-container .swiper-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 45px;
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container .swiper-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 0px;
    margin-top: 0;
  }
}

.index-banner-section .swiper-container .swiper-button-prev-unique, .index-banner-section .swiper-container .swiper-button-next-unique {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container .swiper-button-prev-unique, .index-banner-section .swiper-container .swiper-button-next-unique {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.index-banner-section .swiper-container .swiper-button-prev-unique .icon, .index-banner-section .swiper-container .swiper-button-next-unique .icon {
  transition: all .4s;
  -webkit-transition: all .4s;
}

.index-banner-section .swiper-container .swiper-button-prev-unique:hover .icon, .index-banner-section .swiper-container .swiper-button-next-unique:hover .icon {
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container .swiper-button-prev-unique .icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.index-banner-section .swiper-container .swiper-button-prev-unique:hover .icon {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container .swiper-button-prev-unique:hover .icon {
    -webkit-transform: rotate(-90deg) translateY(-5px);
            transform: rotate(-90deg) translateY(-5px);
  }
}

.index-banner-section .swiper-container .swiper-button-next-unique {
  top: 20px;
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container .swiper-button-next-unique {
    top: auto;
    left: 20px;
  }
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container .swiper-button-next-unique .icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.index-banner-section .swiper-container .swiper-button-next-unique:hover .icon {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

@media screen and (max-width: 575px) {
  .index-banner-section .swiper-container .swiper-button-next-unique:hover .icon {
    -webkit-transform: rotate(-90deg) translateY(5px);
            transform: rotate(-90deg) translateY(5px);
  }
}

.index-about-section {
  position: relative;
}

.index-about-section .indexDoc1 {
  max-width: 430px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
  .index-about-section .indexDoc1 {
    max-width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 575px) {
  .index-about-section .indexDoc1 {
    max-width: 100%;
    padding-left: 27px;
    padding-right: 27px;
    letter-spacing: .7px;
    margin-bottom: 5px;
  }
}

.index-about-section .yellowBtnRow {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .index-about-section .yellowBtnRow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .index-about-section .yellowBtnRow {
    margin-left: 38px;
  }
}

@media screen and (max-width: 575px) {
  .index-about-section .yellowBtnRow {
    margin-top: 22px;
    margin-left: 50px;
  }
}

.index-about-section .topImgBox {
  position: absolute;
  top: -120px;
  left: -752px;
  z-index: -1;
  pointer-events: none;
  border-radius: 0 0 30px 0;
}

@media screen and (max-width: 1499px) {
  .index-about-section .topImgBox {
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
}

@media screen and (max-width: 1200px) {
  .index-about-section .topImgBox {
    display: none;
  }
}

.index-about-section .aboutContainer {
  padding-top: 300px;
}

@media screen and (max-width: 1200px) {
  .index-about-section .aboutContainer {
    padding-top: 110px;
  }
}

@media screen and (max-width: 991px) {
  .index-about-section .aboutContainer {
    padding-top: 90px;
  }
}

@media screen and (max-width: 575px) {
  .index-about-section .aboutContainer {
    padding-top: 72px;
  }
}

.index-about-section .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .index-about-section .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .index-about-section .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.index-about-section .inner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 960px;
  flex: 0 0 960px;
  position: relative;
  border-radius: 30px 0 0 30px;
}

@media screen and (max-width: 1600px) {
  .index-about-section .inner .content {
    -ms-flex: 0 0 880px;
    -webkit-box-flex: 0;
            flex: 0 0 880px;
  }
}

@media screen and (max-width: 1399px) {
  .index-about-section .inner .content {
    -ms-flex: 0 0 780px;
    -webkit-box-flex: 0;
            flex: 0 0 780px;
  }
}

@media screen and (max-width: 1200px) {
  .index-about-section .inner .content {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    width: 100%;
  }
}

.index-about-section .inner .imgBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: -130px;
}

@media screen and (max-width: 1200px) {
  .index-about-section .inner .imgBox {
    z-index: 20;
    border-radius: 0 0 25px 0;
    margin: 0 auto 28px;
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
            flex: 0 0 80%;
    max-width: 80%;
  }
}

@media screen and (max-width: 575px) {
  .index-about-section .inner .imgBox {
    -ms-flex: 0 0 calc(100% - 54px);
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% - 54px);
    max-width: calc(100% - 54px);
  }
}

.index-about-section .inner .imgBox .imgWrap {
  position: relative;
  max-width: 960px;
  max-height: 736px;
}

.index-about-section .inner .imgBox .imgWrap::before {
  content: url(images/index/index-about-deco.svg);
  width: 223px;
  height: 170px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media screen and (max-width: 1200px) {
  .index-about-section .inner .imgBox .imgWrap::before {
    display: none;
  }
}

.index-about-section .inner .imgBox .imgWrap img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .index-about-section .inner .imgBox .imgWrap img {
    border-radius: 0 0 25px 0;
  }
}

.index-about-section .cornContainer {
  z-index: 3;
  position: absolute;
  left: -400px;
  top: -185px;
  width: 800px;
}

@media screen and (max-width: 1800px) {
  .index-about-section .cornContainer {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
}

@media screen and (max-width: 1700px) {
  .index-about-section .cornContainer {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
}

@media screen and (max-width: 1499px) {
  .index-about-section .cornContainer {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}

@media screen and (max-width: 1200px) {
  .index-about-section .cornContainer {
    display: none;
  }
}

.index-about-section .cornContainer .cornWrap {
  position: relative;
  width: 100%;
}

.index-about-section .cornContainer .cornBox {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

.index-about-section .cornContainer .cornBox.corn1 {
  top: 56px;
  left: 175px;
  width: 452px;
  height: 472px;
}

.index-about-section .cornContainer .cornBox.corn2 {
  top: 110px;
  left: 20px;
  width: 145px;
  height: 127px;
}

.index-about-section .cornContainer .cornBox.corn3 {
  top: 100px;
  right: 30px;
  width: 167px;
  height: 172px;
}

.index-about-section .cornContainer .cornBox.corn4 {
  top: 320px;
  left: 60px;
  width: 177px;
  height: 122px;
}

.index-about-section .cornContainer .cornBox.corn5 {
  top: 500px;
  left: 190px;
  z-index: 6;
  width: 139px;
  height: 166px;
}

.index-about-section .cornContainer .cornBox.corn6 {
  top: 440px;
  right: 140px;
  width: 266px;
  height: 155px;
}

.index-about-section .cornContainer .cornBox.cornCenter {
  margin-top: -20px;
  z-index: 6;
  -webkit-filter: drop-shadow(-15px 2px 7px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(-15px 2px 7px rgba(0, 0, 0, 0.4));
  width: 771px;
  height: 885px;
}

.index-about-section .cornContainer .cornBox img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-about-section .rightContainer {
  background: #F3F3F3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 150px;
  border-radius: 0 0 0 30px;
  padding-bottom: 105px;
}

@media screen and (max-width: 1499px) {
  .index-about-section .rightContainer {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .index-about-section .rightContainer {
    height: auto;
    border-radius: 30px 0 0 0;
    padding-bottom: 100px;
    padding-left: 0;
    background: #fff;
    position: relative;
  }
}

@media screen and (max-width: 575px) {
  .index-about-section .rightContainer {
    padding-bottom: 35px;
  }
}

.index-about-section .rightContainer .txtBox {
  padding-top: 35px;
}

@media screen and (max-width: 1499px) {
  .index-about-section .rightContainer .txtBox {
    padding-top: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .index-about-section .rightContainer .txtBox .title {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .index-about-section .rightContainer .txtBox .title {
    max-width: 100%;
  }
}

.index-about-section .rightContainer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #F3F3F3;
  height: 130px;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-radius: 30px 0 0 0;
}

@media screen and (max-width: 1499px) {
  .index-about-section .rightContainer::before {
    height: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .index-about-section .rightContainer::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: 50%;
    top: auto;
    bottom: 0;
  }
}

.index-products-section {
  position: relative;
  padding-top: 200px;
}

@media screen and (max-width: 1900px) {
  .index-products-section {
    padding-top: 125px;
  }
}

@media screen and (max-width: 1399px) {
  .index-products-section {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .index-products-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .index-products-section {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .index-products-section {
    padding-top: 0;
    padding-bottom: 22px;
  }
}

.index-products-section .indexDoc2 {
  max-width: 454px;
  letter-spacing: .7px;
}

@media screen and (max-width: 1200px) {
  .index-products-section .indexDoc2 {
    margin: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .index-products-section .indexDoc2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  .index-products-section .indexDoc2 {
    margin-bottom: 0;
    text-align: left;
    max-width: 100%;
  }
}

.index-products-section .productsContainer {
  position: relative;
}

@media screen and (max-width: 575px) {
  .index-products-section .productsContainer {
    padding-left: 27px;
    padding-right: 27px;
  }
}

.index-products-section .bgTxt {
  -webkit-transform: translateY(-130px);
          transform: translateY(-130px);
  position: absolute;
  right: -200px;
  left: 0;
  white-space: nowrap;
}

.index-products-section .txtBox {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .index-products-section .txtBox {
    text-align: center;
    margin-bottom: 0px;
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 575px) {
  .index-products-section .txtBox {
    max-width: 100%;
  }
}

.index-products-section .grayContainer {
  position: relative;
  padding-bottom: 40px;
}

@media screen and (max-width: 1399px) {
  .index-products-section .grayContainer {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
  .index-products-section .grayContainer {
    padding-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .index-products-section .grayContainer {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .index-products-section .grayContainer {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .index-products-section .grayContainer {
    padding-top: 5px;
    padding-bottom: 20px;
  }
}

.index-products-section .grayContainer .btnsWrap {
  display: inline-block;
  position: absolute;
  bottom: 65px;
  left: 0;
  pointer-events: none;
}

@media screen and (max-width: 1399px) {
  .index-products-section .grayContainer .btnsWrap {
    bottom: -30px;
  }
}

@media screen and (max-width: 1200px) {
  .index-products-section .grayContainer .btnsWrap {
    left: 27px;
    bottom: 55px;
    width: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 991px) {
  .index-products-section .grayContainer .btnsWrap {
    width: 90%;
    bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .index-products-section .grayContainer .btnsWrap {
    bottom: 85px;
  }
}

@media screen and (max-width: 575px) {
  .index-products-section .grayContainer .btnsWrap {
    width: 100%;
    bottom: 65px;
  }
}

.index-products-section .grayContainer .btnsWrap .sliderControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .index-products-section .grayContainer .btnsWrap .sliderControl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.index-products-section .grayContainer .btnsWrap .btns {
  margin-bottom: 14px;
  font-size: 14px;
  pointer-events: auto;
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 575px) {
  .index-products-section .grayContainer .btnsWrap .btns {
    font-size: 10px;
  }
}

.index-products-section .grayContainer .btnsWrap .btns:hover {
  transition: all .4s;
  -webkit-transition: all .4s;
}

.index-products-section .grayContainer::before {
  content: 'HIGH QUALITY';
  position: absolute;
  z-index: -1;
  left: 65px;
  top: 278px;
  color: #F3F3F3;
  font-size: 175.4px;
  font-weight: bold;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  line-height: 150px;
  pointer-events: none;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .index-products-section .grayContainer::before {
    content: '';
  }
}

.index-products-section .grayContainer::after {
  content: '';
  position: absolute;
  top: 405px;
  left: 45px;
  z-index: -1;
  background: #F3F3F3;
  border-radius: 30px 30px 0 0;
  height: 100%;
  width: 100%;
  max-width: 1034px;
}

@media screen and (max-width: 1200px) {
  .index-products-section .grayContainer::after {
    width: calc(100% + 56px);
    max-width: calc(100% + 56px);
    left: 0;
    margin-left: -28px;
    margin-right: -28px;
  }
}

@media screen and (max-width: 575px) {
  .index-products-section .grayContainer::after {
    border-radius: 30px 30px 0 0;
    right: 0;
    top: 49%;
  }
}

@media screen and (max-width: 1600px) {
  .index-products-section .grayContainer .item {
    padding-left: 90px;
    padding-right: 27px;
  }
}

@media screen and (max-width: 1200px) {
  .index-products-section .grayContainer .item {
    padding-left: 27px;
  }
}

@media screen and (max-width: 575px) {
  .index-products-section .grayContainer .item {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.index-products-section .rowCustom {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 1399px) {
  .index-products-section .rowCustom {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .index-products-section .rowCustom {
    padding-bottom: 0;
  }
}

.index-products-section .rowCustom::after {
  content: '';
  background: #F3F3F3;
  position: absolute;
  right: 0;
  top: 405px;
  width: calc((100% - 1520px) / 2);
  height: calc(100% + 235px);
}

.index-products-section .rowCustom .colLeft {
  -ms-flex: 0 0 42.56%;
  -webkit-box-flex: 0;
          flex: 0 0 42.56%;
  max-width: 42.56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 85px;
  padding-left: 72px;
  padding-right: 36px;
}

@media screen and (max-width: 1600px) {
  .index-products-section .rowCustom .colLeft {
    padding-left: 90px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 1399px) {
  .index-products-section .rowCustom .colLeft {
    padding-top: 35px;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .index-products-section .rowCustom .colLeft {
    padding: 64px 10px 0px;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .index-products-section .rowCustom .colLeft {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.index-products-section .rowCustom .colLeft .inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 73px;
  padding-top: 15px;
  padding-bottom: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 1600px) {
  .index-products-section .rowCustom .colLeft .inner {
    padding-left: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .index-products-section .rowCustom .colLeft .inner {
    padding-top: 64px;
    padding-right: 27px;
    padding-left: 27px;
  }
}

@media screen and (max-width: 991px) {
  .index-products-section .rowCustom .colLeft .inner {
    padding-top: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .index-products-section .rowCustom .colLeft .inner {
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}

.index-products-section .rowCustom .colLeft .des {
  max-width: 454px;
  margin-bottom: 30px;
  letter-spacing: .5px;
  text-align: justify;
}

.index-products-section .rowCustom .colLeft .imgBox {
  position: absolute;
  left: 0;
  top: 0;
}

.index-products-section .rowCustom .colLeft .titleContainer {
  padding-right: 15px;
}

.index-products-section .rowCustom .colRight {
  -ms-flex: 0 0 57.43%;
  -webkit-box-flex: 0;
          flex: 0 0 57.43%;
  max-width: 57.43%;
}

@media screen and (max-width: 1200px) {
  .index-products-section .rowCustom .colRight {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
  }
}

.index-products-section .rowCustom .colRight .imgBox {
  width: 100%;
  max-width: 778px;
  max-height: 678px;
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 1200px) {
  .index-products-section .rowCustom .colRight .imgBox {
    max-width: 620px;
    max-height: 100%;
  }
}

@media screen and (max-width: 575px) {
  .index-products-section .rowCustom .colRight .imgBox {
    margin-bottom: 15px;
  }
}

.index-products-section .rowCustom .colRight .imgBox img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all .4s;
  -webkit-transition: all .4s;
  margin: 0 auto;
}

.index-products-section .rowCustom .colRight .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .index-products-section .rowCustom .colRight .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.index-products-section .indexProductName {
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .index-products-section .indexProductName {
    margin-top: 10px;
    margin-bottom: 0;
    max-width: calc(70% - 155px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .index-products-section .indexProductName {
    max-width: calc(90% - 155px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 575px) {
  .index-products-section .indexProductName {
    max-width: calc(100% - 112px);
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .index-products-section .underLineBtn {
    margin-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  .index-products-section .underLineBtn {
    margin-top: 20px;
  }
}

.index-products-section .sliderControl .btns {
  width: 77px;
  height: 77px;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .index-products-section .sliderControl .btns {
    width: 56px;
    height: 56px;
  }
}

.index-products-section .sliderControl .prevBtn:hover, .index-products-section .sliderControl .nextBtn:hover {
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
}

.index-products-section .sliderControl .prevBtn {
  background-image: url(images/public/arrowLeftBg.svg);
}

.index-products-section .sliderControl .prevBtn:hover {
  background-image: url(images/public/arrowLeftBgHover.svg);
}

.index-products-section .sliderControl .nextBtn {
  background-image: url(images/public/arrowRightBg.svg);
}

.index-products-section .sliderControl .nextBtn:hover {
  background-image: url(images/public/yellowBtnBgHover.svg);
}

@media screen and (max-width: 1200px) {
  .indexProductTxtMobileSlick {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .indexProductTxtMobileSlick {
    margin-top: 20px;
  }
}

.indexProductTxtMobileSlick .slick-track {
  pointer-events: none;
}

.indexProductTxtMobileSlick .slick-slide {
  pointer-events: auto;
}

.index-qa-section {
  position: relative;
}

.index-qa-section .qaTitle {
  margin-bottom: -108px;
  text-align: left;
}

@media screen and (max-width: 575px) {
  .index-qa-section .qaTitle {
    margin-bottom: 0;
    text-align: center;
    font-size: 36px;
  }
}

.index-qa-section .container {
  background: #DA291C;
  border-radius: 0 30px 30px 0;
  padding-top: 120px;
  padding-bottom: 97px;
  position: relative;
  max-width: 1520px;
}

@media screen and (max-width: 1200px) {
  .index-qa-section .container {
    padding-top: 100px;
    padding-bottom: 80px;
    border-radius: 0;
  }
}

@media screen and (max-width: 991px) {
  .index-qa-section .container {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .index-qa-section .container {
    padding-top: 72px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .index-qa-section .container {
    border-radius: 0;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.index-qa-section .container::before {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 0;
  height: 100%;
  width: 200px;
  background: #DA291C;
}

.index-qa-section .container .bgImgBox1 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

@media screen and (max-width: 1600px) {
  .index-qa-section .container .bgImgBox1 {
    top: -100px;
    left: -100px;
  }
}

@media screen and (max-width: 575px) {
  .index-qa-section .container .bgImgBox1 {
    display: none;
  }
}

.index-qa-section .container .bgImgBox2 {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

@media screen and (max-width: 1600px) {
  .index-qa-section .container .bgImgBox2 {
    bottom: -100px;
    right: -100px;
  }
}

@media screen and (max-width: 575px) {
  .index-qa-section .container .bgImgBox2 {
    display: none;
  }
}

.index-qa-section .contentBlock {
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .index-qa-section .contentBlock.blank {
    padding-left: 95px;
    padding-right: 95px;
  }
}

@media screen and (max-width: 1200px) {
  .index-qa-section .contentBlock.blank {
    padding-left: 12%;
    padding-right: 12%;
  }
}

@media screen and (max-width: 767px) {
  .index-qa-section .contentBlock.blank {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media screen and (max-width: 575px) {
  .index-qa-section .contentBlock.blank {
    padding-left: 27px;
    padding-right: 27px;
  }
}

.index-qa-section .slickBlock {
  position: relative;
}

.index-qa-section .indexQaSlick {
  max-width: 1338px;
  margin: auto;
  margin-left: 0;
  overflow-x: hidden;
}

@media screen and (max-width: 1600px) {
  .index-qa-section .indexQaSlick {
    max-width: 1490px;
  }
}

@media screen and (max-width: 1200px) {
  .index-qa-section .indexQaSlick {
    max-width: 1338px;
  }
}

@media screen and (max-width: 767px) {
  .index-qa-section .indexQaSlick {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .index-qa-section .indexQaSlick {
    margin-left: 0px;
  }
}

.index-qa-section .slick-list {
  margin: 0 -84px;
  margin-top: 78px;
  pointer-events: auto;
  padding-top: 78px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .index-qa-section .slick-list {
    margin: 0 -34px;
  }
}

@media screen and (max-width: 991px) {
  .index-qa-section .slick-list {
    margin-top: 150px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .index-qa-section .slick-list {
    margin-top: 115px;
  }
}

@media screen and (max-width: 575px) {
  .index-qa-section .slick-list {
    margin: 0 -34px;
    margin-top: 0;
  }
}

.index-qa-section .slick-track {
  padding-top: 0px;
}

@media screen and (max-width: 1200px) {
  .index-qa-section .slick-track {
    padding-top: 78px;
  }
}

@media screen and (max-width: 991px) {
  .index-qa-section .slick-track {
    padding-top: 0;
  }
}

.index-qa-section .slick-slide {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transition: transform .4s;
  margin: 78px 34px 0;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .index-qa-section .slick-slide {
    margin-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  .index-qa-section .slick-slide {
    margin-top: 34px;
  }
}

.index-qa-section .slick-slide.slick-current {
  -webkit-transform: translateY(-78px);
          transform: translateY(-78px);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

@media screen and (max-width: 767px) {
  .index-qa-section .slick-slide.slick-current {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.index-qa-section .indexQaSlickDots {
  position: relative;
}

@media screen and (max-width: 575px) {
  .index-qa-section .indexQaSlickDots {
    position: absolute;
    bottom: -5px;
    margin: 0 auto;
    width: 100%;
  }
}

.index-qa-section .indexQaSlickDots .slick-dots {
  position: absolute;
  bottom: auto;
  top: 70px;
  z-index: 10;
  max-width: 1336px;
  text-align: right;
}

@media screen and (max-width: 1600px) {
  .index-qa-section .indexQaSlickDots .slick-dots {
    max-width: 1488px;
  }
}

@media screen and (max-width: 1200px) {
  .index-qa-section .indexQaSlickDots .slick-dots {
    max-width: 1336px;
  }
}

@media screen and (max-width: 991px) {
  .index-qa-section .indexQaSlickDots .slick-dots {
    top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .index-qa-section .indexQaSlickDots .slick-dots {
    top: 110px;
  }
}

@media screen and (max-width: 575px) {
  .index-qa-section .indexQaSlickDots .slick-dots {
    position: relative;
    top: 0;
    max-width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.index-qa-section .indexQaSlickDots .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 12px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.index-qa-section .indexQaSlickDots .slick-dots li:last-child {
  margin-right: 2px;
}

.index-qa-section .indexQaSlickDots .slick-dots li button {
  width: 10px;
  height: 10px;
}

.index-qa-section .indexQaSlickDots .slick-dots li button::before {
  opacity: 1;
  color: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #DA291C;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 575px) {
  .index-qa-section .indexQaSlickDots .slick-dots li button::before {
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 575px) {
  .index-qa-section .indexQaSlickDots .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
  }
}

.index-qa-section .indexQaSlickDots .slick-dots li.slick-active button::before {
  opacity: 1;
  width: 16px;
  height: 16px;
  background: #FFD100;
  border: 0;
  margin-top: -3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index-qa-section .underLineBtn {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  margin-left: -200px;
}

@media screen and (max-width: 1900px) {
  .index-qa-section .underLineBtn {
    margin-top: 50px;
    margin-left: -100px;
  }
}

@media screen and (max-width: 1600px) {
  .index-qa-section .underLineBtn {
    margin-top: 60px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .index-qa-section .underLineBtn {
    margin-top: 75px;
  }
}

@media screen and (max-width: 991px) {
  .index-qa-section .underLineBtn {
    margin-top: 50px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .index-qa-section .underLineBtn {
    margin-top: 40px;
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .index-qa-section .underLineBtn {
    display: none;
  }
}

.index-qa-section .underLineBtn .plusBox {
  color: #FFD100;
}

.index-qa-section .underLineBtn .btnInner::after {
  background: #fff;
}

.index-qa-section .underLineBtn a {
  pointer-events: auto;
}

.indexQaItem {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.indexQaItem .circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  transition: all .3s;
  -webkit-transition: all .3s;
  color: #fff;
  background: #00B140;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.indexQaItem .circle i {
  font-size: 12px;
  margin-top: 3px;
}

.indexQaItem .imgBox {
  overflow: hidden;
  transition: all .3s;
  -webkit-transition: all .3s;
}

@media screen and (max-width: 575px) {
  .indexQaItem .imgBox {
    width: 320px;
    height: 320px;
    margin: auto;
  }
}

@media screen and (max-width: 400px) {
  .indexQaItem .imgBox {
    width: 100%;
    height: 100%;
  }
}

.indexQaItem .imgBox img {
  max-height: 100%;
  width: auto;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.indexQaItem .question {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 32px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1600px) {
  .indexQaItem .question {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .indexQaItem .question {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.indexQaItem .question .qMark {
  margin-right: 29px;
  font-size: 40px;
  font-family: 'Nunito Sans', sans-serif;
}

@media screen and (max-width: 575px) {
  .indexQaItem .question .qMark {
    font-size: 22px;
    margin-left: 0px;
    margin-bottom: 3px;
    margin-right: 20px;
  }
}

.indexQaItem:hover .circle {
  top: calc(50% - 39px);
  transition: top .3s;
  -webkit-transition: top .3s;
}

.indexQaItem:hover .imgBox img {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
  transition: all .3s;
  -webkit-transition: all .3s;
}

.index-technical-section {
  background: #fff;
  padding-top: 115px;
  padding-bottom: 360px;
}

@media screen and (max-width: 991px) {
  .index-technical-section {
    padding-top: 105px;
    padding-bottom: 280px;
  }
}

@media screen and (max-width: 767px) {
  .index-technical-section {
    padding-top: 90px;
  }
}

@media screen and (max-width: 575px) {
  .index-technical-section {
    padding-top: 65px;
    padding-bottom: 460px;
  }
}

.index-technical-section img {
  max-width: 100%;
  height: auto;
}

.index-technical-section .en1 {
  margin-bottom: 26px;
}

@media screen and (max-width: 1599px) {
  .index-technical-section .en1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .index-technical-section .en1 {
    font-size: 28px;
    color: #D2D2D2;
  }
}

@media screen and (max-width: 575px) {
  .index-technical-section .en1 {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1599px) {
  .index-technical-section .en2 {
    font-size: 150px;
  }
}

.index-technical-section .contentBlock {
  margin-left: -60px;
}

@media screen and (max-width: 1599px) {
  .index-technical-section .contentBlock {
    margin-left: 0;
  }
}

.index-technical-section .rowCustom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -130px;
}

@media screen and (max-width: 1599px) {
  .index-technical-section .rowCustom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .index-technical-section .rowCustom {
    margin-top: -100px;
  }
}

@media screen and (max-width: 991px) {
  .index-technical-section .rowCustom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    padding-top: 0;
  }
}

.index-technical-section .rowCustom .colLeft {
  -ms-flex: 0 0 66.92%;
  -webkit-box-flex: 0;
          flex: 0 0 66.92%;
  max-width: 66.92%;
  z-index: -1;
}

@media screen and (max-width: 1599px) {
  .index-technical-section .rowCustom .colLeft {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .index-technical-section .rowCustom .colLeft {
    -ms-flex: 0 0 55%;
    -webkit-box-flex: 0;
            flex: 0 0 55%;
    max-width: 55%;
  }
}

@media screen and (max-width: 991px) {
  .index-technical-section .rowCustom .colLeft {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
            flex: 0 0 80%;
    max-width: 80%;
    display: none;
    min-height: 0;
  }
}

@media screen and (max-width: 575px) {
  .index-technical-section .rowCustom .colLeft {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.index-technical-section .rowCustom .colLeft .leftContainer {
  position: relative;
}

.index-technical-section .rowCustom .colRight {
  -ms-flex: 0 0 33.08%;
  -webkit-box-flex: 0;
          flex: 0 0 33.08%;
  max-width: 33.08%;
}

@media screen and (max-width: 1599px) {
  .index-technical-section .rowCustom .colRight {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
            flex: 0 0 40%;
    max-width: 40%;
  }
}

@media screen and (max-width: 1200px) {
  .index-technical-section .rowCustom .colRight {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
            flex: 0 0 45%;
    max-width: 45%;
  }
}

@media screen and (max-width: 991px) {
  .index-technical-section .rowCustom .colRight {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .index-technical-section .rowCustom .colRight {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.index-technical-section .rowCustom .colRight .rightContainer {
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 170px;
}

@media screen and (max-width: 1599px) {
  .index-technical-section .rowCustom .colRight .rightContainer {
    padding-top: 100px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 1399px) {
  .index-technical-section .rowCustom .colRight .rightContainer {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .index-technical-section .rowCustom .colRight .rightContainer {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 991px) {
  .index-technical-section .rowCustom .colRight .rightContainer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .index-technical-section .rowCustom .colRight .rightContainer .d-991-mobile {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.index-technical-section .rowCustom .colRight .rightContainer .indexDoc3 {
  max-width: 420px;
  margin-bottom: 47px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .index-technical-section .rowCustom .colRight .rightContainer .indexDoc3 {
    max-width: 500px;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 575px) {
  .index-technical-section .rowCustom .colRight .rightContainer .indexDoc3 {
    max-width: 100%;
    margin: auto;
    text-align: left;
  }
}

.index-technical-section .imgBox {
  position: relative;
  max-width: 860px;
  max-height: 575px;
}

@media screen and (max-width: 991px) {
  .index-technical-section .imgBox {
    position: relative;
    height: 100%;
    width: 60%;
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .index-technical-section .imgBox {
    width: 80%;
  }
}

@media screen and (max-width: 575px) {
  .index-technical-section .imgBox {
    width: 100%;
    max-width: 100%;
  }
}

.index-technical-section .imgBox img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.index-technical-section .imgBox2 {
  width: 44.88%;
  max-width: 386px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 25px), 57px);
          transform: translate(calc(-50% - 25px), 57px);
}

@media screen and (max-width: 991px) {
  .index-technical-section .imgBox2 {
    width: 44.88%;
    bottom: 0;
    left: 25%;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    margin-top: 0;
  }
}

@media screen and (max-width: 575px) {
  .index-technical-section .yellowBtnRow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 40px;
  }
}

.index-technical-section .yellowBtnRow .yellowBtn {
  margin-right: -40px;
}

@media screen and (max-width: 575px) {
  .index-technical-section .yellowBtnRow .yellowBtn {
    margin: 54px auto 0;
  }
}

/* --------------- */
/* 關於豐年豐和
/* --------------- */
.aboutCommon .container-fluid {
  padding: 0;
}

.aboutCommon .rowCustom {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.aboutCommon .cols {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.aboutCommon .leftTitle {
  margin-bottom: 38px;
  padding-left: 0;
}

@media screen and (max-width: 1499px) {
  .aboutCommon .leftTitle {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .aboutCommon .leftTitle {
    margin-bottom: 20px;
  }
}

.aboutCommon .toggle {
  background: #E41E25;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutCommon .toggle i {
  font-size: 12px;
}

.about1-1 .rowCustom {
  margin-top: 100px;
}

@media screen and (max-width: 1200px) {
  .about1-1 .rowCustom {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .about1-1 .rowCustom {
    margin-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  .about1-1 .rowCustom {
    padding-bottom: 0;
  }
}

.about1-1 .colLeft {
  -ms-flex: 0 0 46.42%;
  -webkit-box-flex: 0;
          flex: 0 0 46.42%;
  max-width: 46.42%;
}

@media screen and (max-width: 991px) {
  .about1-1 .colLeft {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.about1-1 .colLeft .inner {
  width: 100%;
  max-width: 533px;
  margin-top: 77px;
  padding-right: 64px;
  padding-bottom: 38px;
}

@media screen and (max-width: 1599px) {
  .about1-1 .colLeft .inner {
    margin-top: 0;
    padding-left: 60px;
  }
}

@media screen and (min-width: 1199px) {
  .about1-1 .colLeft .inner {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .about1-1 .colLeft .inner {
    max-width: 100%;
    text-align: center;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 0;
  }
}

.about1-1 .colLeft .inner .decoTxt {
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .about1-1 .colLeft .inner .decoTxt {
    font-size: 140px;
    line-height: 140px;
  }
}

@media screen and (max-width: 991px) {
  .about1-1 .colLeft .inner .decoTxt {
    font-size: 100px;
    line-height: 100px;
  }
}

@media screen and (max-width: 768px) {
  .about1-1 .colLeft .inner .decoTxt {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 0;
  }
}

.about1-1 .colLeft .inner .title {
  margin-bottom: 32px;
  line-height: 46px;
  margin-top: 20px;
  letter-spacing: .3px;
}

@media screen and (max-width: 575px) {
  .about1-1 .colLeft .inner .title {
    margin-top: 10px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}

.about1-1 .colRight {
  -ms-flex: 0 0 53.57%;
  -webkit-box-flex: 0;
          flex: 0 0 53.57%;
  max-width: 53.57%;
}

@media screen and (max-width: 991px) {
  .about1-1 .colRight {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.about1-1 .colRight .imgBox {
  margin-bottom: -114px;
  max-width: 975px;
  max-height: 743px;
}

@media screen and (max-width: 1200px) {
  .about1-1 .colRight .imgBox {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .about1-1 .colRight .imgBox {
    padding-top: 20px;
    margin-bottom: -110px;
  }
}

@media screen and (max-width: 575px) {
  .about1-1 .colRight .imgBox {
    margin-bottom: -50px;
  }
}

.about1-1 .colRight .imgBox img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.about1-2 {
  padding-bottom: 406px;
}

@media screen and (max-width: 1599px) {
  .about1-2 {
    padding-bottom: 360px;
  }
}

@media screen and (max-width: 1499px) {
  .about1-2 {
    padding-bottom: 320px;
  }
}

@media screen and (max-width: 991px) {
  .about1-2 {
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 575px) {
  .about1-2 {
    padding-bottom: 470px;
  }
}

.about1-2 .block {
  border-radius: 30px;
  overflow: hidden;
}

.about1-2 .text-inner {
  padding-top: 50px;
  padding-bottom: 38px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 575px) {
  .about1-2 .text-inner {
    padding-top: 40px;
    padding-bottom: 35px;
    padding-left: 28px;
    padding-right: 28px;
  }
}

.about1-2 .text-inner .title {
  margin-bottom: 42px;
  line-height: 42px;
  letter-spacing: .3px;
}

@media screen and (max-width: 575px) {
  .about1-2 .text-inner .title {
    line-height: 36px;
    margin-bottom: 30px;
  }
}

.about1-2 .text-inner p {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 30px;
  letter-spacing: .3px;
  text-align: justify;
  font-weight: 400;
}

.about1-2 .imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

#about02 .underBanner {
  padding-bottom: 530px;
}

@media screen and (max-width: 1200px) {
  #about02 .underBanner {
    padding-bottom: 460px;
  }
}

@media screen and (max-width: 991px) {
  #about02 .underBanner {
    padding-bottom: 400px;
  }
}

.about2-1 {
  padding-top: 76px;
  background: #fff;
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .about2-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .about2-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  .about2-1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.about2-1 .decoTxt {
  margin-bottom: 36px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
  .about2-1 .decoTxt {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .about2-1 .decoTxt {
    font-size: 120px;
    line-height: 120px;
  }
}

@media screen and (max-width: 575px) {
  .about2-1 .decoTxt {
    font-size: 90px;
    line-height: 80px;
  }
}

.about2-1 .t1 {
  margin-bottom: 8px;
}

@media screen and (max-width: 1200px) {
  .about2-1 .t1 {
    font-size: 36px;
    line-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .about2-1 .t1 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media screen and (max-width: 575px) {
  .about2-1 .t1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .about2-1 .t2 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 768px) {
  .about2-1 .t2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (max-width: 575px) {
  .about2-1 .t2 {
    font-size: 20px;
    line-height: 26px;
  }
}

.about2-2 {
  text-align: left;
  background: #fff;
  position: relative;
}

.about2-2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 240px;
  width: 100%;
  background: #F3F3F3;
  z-index: 1;
}

.about2-2 .txtContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.about2-2 .txtContainer .text-inner {
  padding-top: 95px;
  padding-bottom: 95px;
}

@media screen and (max-width: 991px) {
  .about2-2 .txtContainer .text-inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 575px) {
  .about2-2 .txtContainer .text-inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.about2-2 .subBnBlock {
  position: relative;
  z-index: 3;
}

.about2-2 .subBnBlock .txtBox {
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  .about2-2 .subBnBlock .txtBox {
    padding-right: 0;
  }
}

.about2-2 .subBnBlock .bgImg {
  border-radius: 10px;
  border: 2px solid #F0F0F0;
  -o-object-position: right;
     object-position: right;
}

.about2-2 .subBnBlock .title {
  margin-bottom: 50px;
}

.about2-2 .subBnBlock .title .txt {
  margin-bottom: 2px;
}

.about2-2 .subBnBlock .des .txt {
  text-align: justify;
}

.about2-2 .subBnBlock .des .txt:last-child {
  margin-bottom: 0;
}

.about2-3 {
  background: #F3F3F3;
}

.about2-3 .title {
  margin-bottom: 32px;
}

.about2-3 .txt {
  text-align: justify;
  margin-bottom: 30px;
}

.about2-3 .txt:last-child {
  margin-bottom: 0;
}

.about2-3 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0;
}

.about2-3 .whiteContainer {
  border-radius: 10px;
  background: #fff;
  width: 100%;
  max-width: 960px;
  padding: 70px 135px;
}

@media screen and (max-width: 1599px) {
  .about2-3 .whiteContainer {
    padding: 70px 100px 70px 135px;
  }
}

@media screen and (max-width: 1499px) {
  .about2-3 .whiteContainer {
    padding: 40px 60px 40px;
  }
}

@media screen and (max-width: 1200px) {
  .about2-3 .whiteContainer {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .about2-3 .whiteContainer {
    padding: 50px;
  }
}

@media screen and (max-width: 768px) {
  .about2-3 .whiteContainer {
    padding: 45px 30px 45px 50px;
  }
}

@media screen and (max-width: 575px) {
  .about2-3 .whiteContainer {
    padding: 40px 32px;
  }
}

.about2-3 .rightContainer .contentContainer {
  position: relative;
}

@media screen and (max-width: 1499px) {
  .about2-3 .rightContainer .contentContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .about2-3 .rightContainer .contentContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about2-3 .rightContainer .contentContainer .d-tablet, .about2-3 .rightContainer .contentContainer .d-mobile {
  display: none;
}

.about2-3 .rightContainer .contentContainer .d-tablet img, .about2-3 .rightContainer .contentContainer .d-mobile img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1499px) {
  .about2-3 .rightContainer .contentContainer .d-tablet {
    display: block;
    width: 30%;
    padding-top: 46px;
    margin-bottom: -46px;
    z-index: 15;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .about2-3 .rightContainer .contentContainer .d-tablet {
    margin-bottom: -110px;
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .about2-3 .rightContainer .contentContainer .d-tablet {
    display: none;
  }
}

@media screen and (max-width: 1499px) {
  .about2-3 .rightContainer .contentContainer .d-tablet .imgBox {
    display: block;
    height: 100%;
    z-index: 15;
    position: relative;
    margin-right: -40px;
  }
}

@media screen and (max-width: 1499px) {
  .about2-3 .rightContainer .contentContainer .d-tablet .imgBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 1499px) {
  .about2-3 .rightContainer .contentContainer .d-tablet .bgBox {
    position: absolute;
    left: 0;
    bottom: 46px;
    z-index: 15;
  }
}

@media screen and (max-width: 991px) {
  .about2-3 .rightContainer .contentContainer .d-tablet .bgBox {
    bottom: 110px;
  }
}

@media screen and (max-width: 768px) {
  .about2-3 .rightContainer .contentContainer .d-mobile {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .about2-3 .rightContainer .contentContainer .d-mobile .bgBox {
    margin-right: 0;
    margin-left: -27px;
  }
}

@media screen and (max-width: 768px) {
  .about2-3 .rightContainer .contentContainer .d-mobile .imgBox {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 575px) {
  .about2-3 .rightContainer .contentContainer .d-mobile .imgBox {
    top: 20px;
  }
}

@media screen and (max-width: 1499px) {
  .about2-3 .rightContainer .contentContainer .content {
    width: 70%;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .about2-3 .rightContainer .contentContainer .content {
    width: 75%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .about2-3 .rightContainer .contentContainer .content {
    width: 100%;
    padding-top: 35px;
    margin-top: -35px;
  }
}

@media screen and (max-width: 575px) {
  .about2-3 .rightContainer .contentContainer .content {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

.about2-3 .cornContainer {
  position: relative;
  width: 100%;
  max-width: 880px;
}

.about2-3 .cornContainer .cornBox {
  position: absolute;
  max-width: 880px;
  height: 686px;
}

.about2-3 .cornContainer .cornBox.cornCenter {
  z-index: 15;
}

@media screen and (max-width: 1499px) {
  .about2-3 .cornContainer .cornBox.cornCenter {
    display: none;
  }
}

.about2-3 .cornContainer .cornBox.corn1 {
  left: 0;
  top: 0;
}

@media screen and (max-width: 1499px) {
  .about2-3 .cornContainer .cornBox.corn1 {
    display: none;
  }
}

.about2-3 .cornContainer .cornBox.corn1 img {
  -o-object-fit: cover;
     object-fit: cover;
}

.about2-3 .cornContainer .cornBox.corn2, .about2-3 .cornContainer .cornBox.corn3 {
  right: 0;
  top: 0;
}

@media screen and (max-width: 1799px) {
  .about2-3 .cornContainer .cornBox.corn2, .about2-3 .cornContainer .cornBox.corn3 {
    display: none;
  }
}

.about2-3 .scrollbarY {
  height: 240px;
}

@media screen and (max-width: 1499px) {
  .about2-3 .scrollbarY {
    height: 270px;
  }
}

@media screen and (max-width: 991px) {
  .about2-3 .scrollbarY {
    height: 314px;
  }
}

@media screen and (max-width: 768px) {
  .about2-3 .scrollbarY {
    height: auto;
  }
}

@media screen and (max-width: 575px) {
  .about2-4 .subBnBlock {
    padding-bottom: 125px;
  }
}

.about2-4 .subBnBlock .bgImg {
  max-height: 772px;
}

.about2-4 .topBlock {
  padding: 10px 116px 110px;
}

@media screen and (max-width: 1599px) {
  .about2-4 .topBlock {
    padding-top: 0;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 1200px) {
  .about2-4 .topBlock {
    padding: 0 80px 70px;
  }
}

@media screen and (max-width: 991px) {
  .about2-4 .topBlock {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 768px) {
  .about2-4 .topBlock {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 575px) {
  .about2-4 .topBlock {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .about2-4 .topBlock .title {
    font-size: 32px;
    line-height: 44px;
  }
}

.about2-4 .topBlock .doc {
  padding-left: 36px;
  padding-top: 5px;
}

@media screen and (max-width: 991px) {
  .about2-4 .topBlock .doc {
    padding-left: 0;
    padding-top: 30px;
  }
}

.about2-4 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}

.about2-4 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(173px);
          transform: translateY(173px);
}

@media screen and (max-width: 1200px) {
  .about2-4 .content {
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
  }
}

@media screen and (max-width: 991px) {
  .about2-4 .content {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}

@media screen and (max-width: 575px) {
  .about2-4 .content {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

.about2-4 .bottomBlock {
  background: #fff;
  border-radius: 30px;
  border: 1.5px solid #F0F0F0;
  padding: 74px 116px 0;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .about2-4 .bottomBlock {
    padding: 60px 80px 0;
  }
}

@media screen and (max-width: 991px) {
  .about2-4 .bottomBlock {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 768px) {
  .about2-4 .bottomBlock {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 575px) {
  .about2-4 .bottomBlock {
    padding: 38px 25px 0;
  }
}

.about2-4 .bottomBlock .row {
  margin-left: -19px;
  margin-right: -19px;
}

.about2-4 .bottomBlock .cols {
  padding-left: 19px;
  padding-right: 19px;
}

.about2-4 .bottomBlock .txtBox {
  padding-top: 32px;
  margin-bottom: 64px;
}

@media screen and (max-width: 575px) {
  .about2-4 .bottomBlock .txtBox {
    margin-bottom: 40px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 575px) {
  .about2-4 .bottomBlock .txtBox .txt {
    line-height: 28px;
  }
}

.about2-4 .bottomBlock .imgBox {
  max-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about2-4 .bottomBlock .imgBox img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#about03 .underBanner {
  padding-bottom: 0;
}

.about3-1 {
  margin-top: 88px;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .about3-1 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 575px) {
  .about3-1 {
    margin-top: 40px;
  }
}

.about3-1 .decoTxt {
  text-align: center;
  line-height: 115px;
}

@media screen and (max-width: 1200px) {
  .about3-1 .decoTxt {
    font-size: 100px;
    line-height: 100px;
  }
}

@media screen and (max-width: 768px) {
  .about3-1 .decoTxt {
    font-size: 70px;
    line-height: 70px;
  }
}

@media screen and (max-width: 575px) {
  .about3-1 .decoTxt {
    font-size: 50px;
    line-height: 60px;
  }
}

.about3-1 .subBnBlock .bgImg {
  border-radius: 10px;
  -o-object-position: right;
     object-position: right;
}

@media screen and (max-width: 1599px) {
  .about3-1 .subBnBlock .bgImg {
    -o-object-position: center;
       object-position: center;
  }
}

.about3-1 .subBnBlock .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -10px;
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .about3-1 .subBnBlock .imgBox {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .about3-1 .subBnBlock .imgBox {
    font-size: 18px;
  }
}

.about3-1 .subBnBlock .imgBox p {
  max-width: 100%;
  margin-bottom: 0;
}

.about3-1 .subBnBlock .txtContainer {
  padding: 100px 128px 95px 128px;
}

@media screen and (max-width: 1200px) {
  .about3-1 .subBnBlock .txtContainer {
    padding: 70px;
  }
}

@media screen and (max-width: 575px) {
  .about3-1 .subBnBlock .txtContainer {
    padding: 40px;
  }
}

.about3-1 .subBnBlock .txtContainer .text-inner {
  max-width: 652px;
}

.about3-1 .subBnBlock .txtContainer .text-inner p {
  max-width: 433px;
}

@media screen and (max-width: 991px) {
  .about3-1 .subBnBlock .txtContainer .text-inner p {
    font-size: 24px;
  }
}

.about3-2 {
  margin-top: -215px;
  padding-top: 350px;
  z-index: 3;
  background-image: url(images/about/about3-2-1.webp);
  background-position: left top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  .about3-2 {
    padding-top: 300px;
  }
}

@media screen and (max-width: 768px) {
  .about3-2 {
    padding-top: 250px;
  }
}

@media screen and (max-width: 575px) {
  .about3-2 {
    padding-top: 280px;
  }
}

.about3-2 img {
  max-width: 100%;
  height: auto;
}

.about3-2 p {
  max-width: 476px;
  text-align: justify;
}

.about3-2 p:last-child {
  margin-bottom: 0;
}

.about3-2 .colLeft {
  -ms-flex: 0 0 46.2%;
  -webkit-box-flex: 0;
          flex: 0 0 46.2%;
  max-width: 46.2%;
}

@media screen and (max-width: 1900px) {
  .about3-2 .colLeft {
    padding-right: 4%;
  }
}

@media screen and (max-width: 991px) {
  .about3-2 .colLeft {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-right: 0;
  }
}

.about3-2 .colLeft .inner {
  padding-top: 50px;
  max-width: 476px;
}

@media screen and (max-width: 991px) {
  .about3-2 .colLeft .inner {
    padding-top: 10px;
  }
}

.about3-2 .colLeft .title {
  margin-bottom: 50px;
}

@media screen and (max-width: 575px) {
  .about3-2 .colLeft .title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

.about3-2 .colLeft .subTitle {
  margin-bottom: 16px;
}

.about3-2 .colRight {
  -ms-flex: 0 0 53.8%;
  -webkit-box-flex: 0;
          flex: 0 0 53.8%;
  max-width: 53.8%;
  padding-top: 15px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .about3-2 .colRight {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .about3-2 .colRight {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.about3-2 .colRight .imgBox {
  margin-bottom: -215px;
  margin-right: -18px;
  max-width: 765px;
  max-height: 590px;
}

@media screen and (max-width: 1599px) {
  .about3-2 .colRight .imgBox {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .about3-2 .colRight .imgBox {
    margin-bottom: 0;
  }
}

.about3-2 .colRight .imgBox img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1599px) and (min-width: 992px) {
  .about3-3 {
    padding-right: 0;
    padding-left: 0;
  }
}

.about3-3 img {
  max-width: 100%;
  height: auto;
}

.about3-3 .colLeft {
  -ms-flex: 0 0 47.4%;
  -webkit-box-flex: 0;
          flex: 0 0 47.4%;
  max-width: 47.4%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .about3-3 .colLeft {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about3-3 .colLeft .imgBox {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  max-width: 910px;
  max-height: 650px;
}

@media screen and (max-width: 991px) {
  .about3-3 .colLeft .imgBox {
    border-radius: 0 0 30px 30px;
  }
}

.about3-3 .colLeft .imgBox img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.about3-3 .colRight {
  position: static;
  -ms-flex: 0 0 52.6%;
  -webkit-box-flex: 0;
          flex: 0 0 52.6%;
  max-width: 52.6%;
}

@media screen and (max-width: 991px) {
  .about3-3 .colRight {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about3-3 .colRight .rightContainer {
  background-color: #fff;
  padding-top: 268px;
  padding-bottom: 252px;
  width: calc(100% + 100px);
  margin-left: -100px;
  border-radius: 30px 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(images/about/about3-3-2.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1900px) {
  .about3-3 .colRight .rightContainer {
    padding-top: 20%;
    padding-bottom: 20%;
    padding-left: 10%;
  }
}

@media screen and (max-width: 1599px) {
  .about3-3 .colRight .rightContainer {
    padding-left: 15%;
  }
}

@media screen and (max-width: 1499px) {
  .about3-3 .colRight .rightContainer {
    padding-left: 20%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 1200px) {
  .about3-3 .colRight .rightContainer {
    padding-left: 27%;
    padding-right: 7%;
  }
}

@media screen and (max-width: 991px) {
  .about3-3 .colRight .rightContainer {
    margin-left: 0;
    width: 100%;
    padding: 0;
    padding: 10%;
    border-radius: 30px 30px 0 0;
  }
}

.about3-3 .colRight .rightContainer .inner {
  width: 630px;
  max-width: 100%;
}

.about3-3 .colRight .rightContainer .inner .title {
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  .about3-3 .colRight .rightContainer .inner .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

.about3-3 .colRight .rightContainer .inner p {
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .about3-3 .colRight .rightContainer .inner p {
    margin-bottom: 15px;
  }
}

.about3-3 .colRight .rightContainer .inner p:last-child {
  margin-bottom: 0px;
}

.about3-3 .colRight p {
  text-align: justify;
}

.about3-3 .colRight .imgBox {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.about3-4 {
  padding-top: 109px;
  padding-bottom: 405px;
}

@media screen and (max-width: 1599px) {
  .about3-4 {
    padding-top: 60px;
    padding-bottom: 320px;
  }
}

@media screen and (max-width: 768px) {
  .about3-4 {
    padding-bottom: 340px;
  }
}

@media screen and (max-width: 575px) {
  .about3-4 {
    padding-top: 30px;
    padding-bottom: 500px;
  }
}

.about3-4 img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.about3-4 .title {
  margin-bottom: 40px;
  max-width: 476px;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .about3-4 .title {
    margin-left: auto;
  }
}

@media screen and (max-width: 575px) {
  .about3-4 .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

.about3-4 .colLeft {
  -ms-flex: 0 0 40.13%;
  -webkit-box-flex: 0;
          flex: 0 0 40.13%;
  max-width: 40.13%;
  padding-top: 24px;
}

@media screen and (max-width: 991px) {
  .about3-4 .colLeft {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 10px;
  }
}

.about3-4 .colLeft p {
  max-width: 476px;
}

@media screen and (max-width: 991px) {
  .about3-4 .colLeft p {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .about3-4 .colLeft p {
    margin-bottom: 30px;
  }
}

.about3-4 .colRight {
  position: relative;
  -ms-flex: 0 0 59.87%;
  -webkit-box-flex: 0;
          flex: 0 0 59.87%;
  max-width: 59.87%;
}

@media screen and (max-width: 991px) {
  .about3-4 .colRight {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.about3-4 .colRight .imgBox:first-child {
  position: absolute;
  bottom: -64px;
  left: 0;
  max-width: 255px;
  max-height: 255px;
}

@media screen and (max-width: 1599px) {
  .about3-4 .colRight .imgBox:first-child {
    position: relative;
    -ms-flex-item-align: end;
        align-self: flex-end;
    bottom: -20px;
    left: auto;
    right: -30px;
  }
}

.about3-4 .colRight .imgBox:nth-child(2) {
  max-width: 760px;
  max-height: 400px;
}

.about4-1 {
  padding-top: 110px;
  padding-bottom: 387px;
}

@media screen and (max-width: 768px) {
  .about4-1 {
    padding-top: 80px;
    padding-bottom: 310px;
  }
}

@media screen and (max-width: 575px) {
  .about4-1 {
    padding-top: 60px;
    padding-bottom: 440px;
  }
}

.about4-1 .historyContainer .col01 {
  -ms-flex: 0 0 9.5%;
  -webkit-box-flex: 0;
          flex: 0 0 9.5%;
  max-width: 9.5%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 991px) {
  .about4-1 .historyContainer .col01 {
    -ms-flex: 0 0 12%;
    -webkit-box-flex: 0;
            flex: 0 0 12%;
    max-width: 12%;
  }
}

@media screen and (max-width: 575px) {
  .about4-1 .historyContainer .col01 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.about4-1 .historyContainer .col02 {
  -ms-flex: 0 0 7.16%;
  -webkit-box-flex: 0;
          flex: 0 0 7.16%;
  max-width: 7.16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .about4-1 .historyContainer .col02 {
    -ms-flex: 0 0 10.16%;
    -webkit-box-flex: 0;
            flex: 0 0 10.16%;
    max-width: 10.16%;
  }
}

@media screen and (max-width: 575px) {
  .about4-1 .historyContainer .col02 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.about4-1 .historyContainer .col03 {
  -ms-flex: 0 0 83.34%;
  -webkit-box-flex: 0;
          flex: 0 0 83.34%;
  max-width: 83.34%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 991px) {
  .about4-1 .historyContainer .col03 {
    -ms-flex: 0 0 77.84%;
    -webkit-box-flex: 0;
            flex: 0 0 77.84%;
    max-width: 77.84%;
  }
}

@media screen and (max-width: 575px) {
  .about4-1 .historyContainer .col03 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.about4-1 .containerCustom {
  margin-right: 16px;
}

@media screen and (max-width: 1599px) {
  .about4-1 .containerCustom {
    margin-right: 0;
  }
}

.about4-1 .decoTxt {
  text-align: right;
  line-height: 76px;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .about4-1 .decoTxt {
    font-size: 140px;
    line-height: 65px;
  }
}

@media screen and (max-width: 768px) {
  .about4-1 .decoTxt {
    font-size: 90px;
    line-height: 30px;
  }
}

@media screen and (max-width: 575px) {
  .about4-1 .decoTxt {
    text-align: center;
    padding-bottom: 40px;
  }
}

.about4-1 .yearBox {
  text-align: right;
  font-size: 30px;
  font-family: 'Nunito Sans', sans-serif;
  color: #2D2926;
  font-weight: bold;
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 575px) {
  .about4-1 .yearBox {
    text-align: center;
  }
}

.about4-1 .lineBox {
  position: relative;
  height: 100%;
  width: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all .4s;
  -webkit-transition: all .4s;
  z-index: 4;
}

@media screen and (max-width: 575px) {
  .about4-1 .lineBox {
    height: 10px;
    width: 150px;
    margin-bottom: -4px;
  }
}

.about4-1 .lineBox .dot {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: calc(50% - 0px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #DA291C;
  border-radius: 50%;
  transition: all .4s;
  -webkit-transition: all .4s;
  z-index: 5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.about4-1 .lineBox .line {
  width: 3px;
  height: 100%;
  background: #DA291C;
}

@media screen and (max-width: 575px) {
  .about4-1 .lineBox .line {
    height: 3px;
    width: 100%;
  }
}

.about4-1 .borderBox {
  padding: 24px 130px 24px 46px;
  border: 2px solid #F0F0F0;
  border-radius: 10px;
  width: 100%;
  max-width: 1000px;
  transition: padding .4s;
  -webkit-transition: padding .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 100%;
  margin: 15px 0;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .about4-1 .borderBox {
    padding: 24px 46px;
  }
}

@media screen and (max-width: 768px) {
  .about4-1 .borderBox {
    padding: 24px 30px;
  }
}

@media screen and (max-width: 575px) {
  .about4-1 .borderBox {
    padding: 25px;
    margin: 0;
  }
}

.about4-1 .borderBox .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .about4-1 .borderBox .event {
    margin-bottom: 15px;
  }
}

.about4-1 .borderBox .event:last-child {
  margin-bottom: 0px;
}

.about4-1 .borderBox .event .month {
  font-size: 16px;
  color: #2D2926;
  font-weight: bold;
  position: relative;
  width: 56px;
  line-height: 30px;
}

@media screen and (max-width: 1200px) {
  .about4-1 .borderBox .event .month {
    width: 10%;
  }
}

@media screen and (max-width: 991px) {
  .about4-1 .borderBox .event .month {
    width: 15%;
  }
}

@media screen and (max-width: 575px) {
  .about4-1 .borderBox .event .month {
    width: 20%;
  }
}

.about4-1 .borderBox .event .doc {
  font-size: 16px;
  padding-left: 32px;
  width: 94%;
  letter-spacing: .5px;
  position: relative;
  line-height: 30px;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .about4-1 .borderBox .event .doc {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .about4-1 .borderBox .event .doc {
    width: 85%;
  }
}

@media screen and (max-width: 575px) {
  .about4-1 .borderBox .event .doc {
    padding-left: 11px;
    width: 80%;
    text-align: justify;
  }
}

.about4-1 .borderBox .event .doc::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #B7B7B7;
  width: 0.25px;
  height: 12px;
}

.about4-1 .historyItem {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 7px;
}

@media screen and (max-width: 575px) {
  .about4-1 .historyItem {
    pointer-events: none;
    margin-bottom: 45px;
  }
}

.about4-1 .historyItem:nth-child(3n+1) .dot, .about4-1 .historyItem:nth-child(3n+1) .line {
  background: #FFD100;
}

.about4-1 .historyItem:nth-child(3n+2) .dot, .about4-1 .historyItem:nth-child(3n+2) .line {
  background: #DA291C;
}

.about4-1 .historyItem:nth-child(3n+3) .dot, .about4-1 .historyItem:nth-child(3n+3) .line {
  background: #00B140;
}

.about4-1 .historyItem:hover .dot {
  width: 15px;
  height: 15px;
  border: 5px solid #fff;
  transition: all .4s;
  -webkit-transition: all .4s;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.about4-1 .historyItem:hover .lineBox {
  height: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.about4-1 .historyItem:hover .borderBox {
  padding: 34px 130px 32px 46px;
  transition: padding .4s;
  -webkit-transition: padding .4s;
}

@media screen and (max-width: 1200px) {
  .about4-1 .historyItem:hover .borderBox {
    padding: 34px 46px;
  }
}

@media screen and (max-width: 768px) {
  .about4-1 .historyItem:hover .borderBox {
    padding: 34px 30px;
  }
}

/* --------------- */
/* 消息列表
/* --------------- */
.news-list-section {
  padding-top: 190px;
  padding-bottom: 348px;
  background-image: url(images/news/report-list-line.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

@media screen and (max-width: 1200px) {
  .news-list-section {
    padding-top: 150px;
    padding-bottom: 310px;
  }
}

@media screen and (max-width: 991px) {
  .news-list-section {
    padding-top: 100px;
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 575px) {
  .news-list-section {
    padding-top: 50px;
    padding-bottom: 470px;
  }
}

.news-list-section .newsListContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-list-section .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .news-list-section .row {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .news-list-section .row {
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.news-list-section .newsCol:nth-child(2n) .newsListBlock {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .news-list-section .newsCol:nth-child(2n) .newsListBlock {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .news-list-section .newsCol:nth-child(2n) .newsListBlock {
    margin-top: 15px;
  }
}

.news-list-section .newsCol:nth-child(2n+1) .newsListBlock {
  margin-top: -40px;
}

@media screen and (max-width: 991px) {
  .news-list-section .newsCol:nth-child(2n+1) .newsListBlock {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .news-list-section .newsCol:nth-child(2n+1) .newsListBlock {
    margin-top: 15px;
  }
}

.news-list-section .newsCol:nth-child(2) .newsListBlock::before {
  content: 'NEWS';
  color: #F3F3F3;
  font-size: 175.4px;
  font-weight: bold;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  line-height: 150px;
  pointer-events: none;
  text-align: right;
  position: absolute;
  top: -130px;
  margin-bottom: 100px;
  right: 0;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .news-list-section .newsCol:nth-child(2) .newsListBlock::before {
    font-size: 140px;
    line-height: 140px;
    top: -120px;
  }
}

@media screen and (max-width: 991px) {
  .news-list-section .newsCol:nth-child(2) .newsListBlock::before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .news-list-section .newsCol .colWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .news-list-section .newsCol .colWrap:nth-child(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.news-list-section .paginationContainer .customPagination {
  margin-top: 35px;
}

@media screen and (max-width: 575px) {
  .news-list-section .paginationContainer .customPagination {
    margin-top: 15px;
  }
}

.newsListBlock {
  width: 100%;
  max-width: 600px;
  transition: all .4s;
  -webkit-transition: all .4s;
  border-radius: 10px;
  background: #fff;
  display: block;
  position: relative;
}

.newsListBlock .imgBox {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  padding-bottom: 66.67%;
  position: relative;
  height: 0;
  background: #fff;
}

.newsListBlock .imgBox img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all .4s;
  -webkit-transition: all .4s;
  position: absolute;
}

.newsListBlock .txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 34px 30px 38px;
}

@media screen and (max-width: 575px) {
  .newsListBlock .txtBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 8px 16px;
  }
}

.newsListBlock .txtBox .time {
  color: #DA291C;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  margin-right: 30px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 1200px) {
  .newsListBlock .txtBox .time {
    padding-right: 20px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 575px) {
  .newsListBlock .txtBox .time {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.newsListBlock .txtBox .time::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 57px;
  width: 1.5px;
  background: #F3F3F3;
}

@media screen and (max-width: 575px) {
  .newsListBlock .txtBox .time::after {
    height: 1.5px;
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.newsListBlock .txtBox .time .date {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 2px;
  line-height: 50px;
  margin-top: -6px;
}

.newsListBlock .txtBox .time .month {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .newsListBlock .txtBox .time .month {
    padding-bottom: 5px;
  }
}

.newsListBlock .txtBox .doc {
  width: calc(100% - 80px);
}

@media screen and (max-width: 575px) {
  .newsListBlock .txtBox .doc {
    width: 90%;
  }
}

.newsListBlock .txtBox .doc .title {
  color: #242424;
  transition: all .4s;
  -webkit-transition: all .4s;
  font-weight: bold;
  margin-bottom: 7px;
  display: block;
}

@media screen and (max-width: 575px) {
  .newsListBlock .txtBox .doc .title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
  }
}

.newsListBlock .txtBox .doc .des {
  color: #2D2926;
  transition: all .4s;
  -webkit-transition: all .4s;
  letter-spacing: .5px;
  text-align: justify;
}

@media screen and (max-width: 575px) {
  .newsListBlock .txtBox .doc .des {
    line-height: 28px;
  }
}

.newsListBlock:hover {
  background: #00B140;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.newsListBlock:hover .imgBox {
  border-radius: 10px 10px 0 0;
}

.newsListBlock:hover img {
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
  transition: all .4s;
  -webkit-transition: all .4s;
}

.newsListBlock:hover .txtBox .time {
  color: #fff;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.newsListBlock:hover .txtBox .doc .title {
  color: #fff;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.newsListBlock:hover .txtBox .doc .des {
  color: #fff;
  transition: all .4s;
  -webkit-transition: all .4s;
}

/* --------------- */
/* 消息內頁
/* --------------- */
.newsDetail {
  padding-top: 180px;
  background: #F3F3F3;
}

@media screen and (max-width: 1600px) {
  .newsDetail {
    padding-top: 160px;
  }
}

@media screen and (max-width: 1200px) {
  .newsDetail {
    padding-top: 150px;
  }
}

@media screen and (max-width: 991px) {
  .newsDetail {
    padding-top: 140px;
  }
}

@media screen and (max-width: 575px) {
  .newsDetail {
    padding-top: 110px;
  }
}

.newsDetail .breadcrumb {
  padding-top: 0;
  padding-bottom: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 575px) {
  .newsDetail .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.newsDetail .breadcrumb > li {
  color: #000000;
  font: 100 14px 'Noto Sans TC', sans-serif;
  letter-spacing: 0.5px;
}

.newsDetail .breadcrumb > li a {
  color: #B7B7B7;
  font: 100 14px 'Noto Sans TC', sans-serif;
}

.newsDetail .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  width: 20px;
  font-size: 22px;
  top: 1px;
  margin-left: 6px;
  margin-right: 2px;
}

.news-detail-section {
  padding-bottom: 320px;
}

@media screen and (max-width: 1200px) {
  .news-detail-section {
    padding-bottom: 280px;
  }
}

@media screen and (max-width: 575px) {
  .news-detail-section {
    padding-bottom: 440px;
  }
}

.news-detail-section .topBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  .news-detail-section .topBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-detail-section .topBlock .left {
  padding-top: 4px;
}

@media screen and (max-width: 1200px) {
  .news-detail-section .topBlock .left {
    padding-top: 0px;
  }
}

@media screen and (max-width: 575px) {
  .news-detail-section .topBlock .left {
    margin-bottom: 5px;
  }
}

.news-detail-section .mainTitle {
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .news-detail-section .mainTitle {
    font-size: 40px;
    line-height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-section .mainTitle {
    font-size: 36px;
    line-height: 48px;
  }
}

@media screen and (max-width: 575px) {
  .news-detail-section .mainTitle {
    font-size: 32px;
    line-height: 42px;
    margin-top: 10px;
    padding-right: 0;
  }
}

.news-detail-section .timeCircle {
  color: #fff;
  transition: all .4s;
  -webkit-transition: all .4s;
  text-align: center;
  padding-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DA291C;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  .news-detail-section .timeCircle {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .news-detail-section .timeCircle {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}

@media screen and (max-width: 575px) {
  .news-detail-section .timeCircle {
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
    width: 104px;
    height: 104px;
  }
}

.news-detail-section .time {
  color: #fff;
}

.news-detail-section .date {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 2px;
  line-height: 50px;
  font-family: 'Nunito Sans', sans-serif;
}

.news-detail-section .month {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 16px;
  font-family: 'Nunito Sans', sans-serif;
}

.news-detail-section .bottomBlock {
  position: relative;
  text-align: center;
}

.news-detail-section .bottomBlock .whiteBlock {
  background: #fff;
  border-radius: 10px;
  padding-top: 112px;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

@media screen and (max-width: 1600px) {
  .news-detail-section .bottomBlock .whiteBlock {
    margin-top: 60px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .news-detail-section .bottomBlock .whiteBlock {
    margin-top: 50px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .news-detail-section .bottomBlock .whiteBlock {
    margin-top: 40px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  .news-detail-section .bottomBlock .whiteBlock {
    margin-top: 5px;
    padding-top: 30px;
  }
}

.news-detail-section .bottomBlock .imgBox {
  margin-bottom: 75px;
}

@media screen and (max-width: 1200px) {
  .news-detail-section .bottomBlock .imgBox {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .news-detail-section .bottomBlock .imgBox {
    margin-bottom: 20px;
  }
}

.news-detail-section .bottomBlock .imgBox img {
  max-width: 100%;
  height: auto;
}

.news-detail-section .bottomBlock .title {
  margin-bottom: 24px;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 575px) {
  .news-detail-section .bottomBlock .title {
    font-size: 22px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
  }
}

.news-detail-section .bottomBlock .txt {
  margin-bottom: 16px;
  max-width: 1000px;
  text-align: justify;
}

.news-detail-section .bottomBlock .shareBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid #F3F3F3;
  width: 100%;
  padding-top: 47.5px;
  padding-bottom: 47.5px;
  margin-top: 150px;
}

@media screen and (max-width: 1200px) {
  .news-detail-section .bottomBlock .shareBox {
    margin-top: 100px;
  }
}

@media screen and (max-width: 575px) {
  .news-detail-section .bottomBlock .shareBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 27px;
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

.news-detail-section .socialIcons {
  margin-left: 31.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .news-detail-section .socialIcons {
    margin-left: 10px;
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.news-detail-section .socialCircle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fff;
  color: #2D2926;
  -webkit-transition: all .4s;
  transition: all .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 11.6px;
  margin-bottom: 5px;
  border: 2px solid #F3F3F3;
}

@media screen and (max-width: 575px) {
  .news-detail-section .socialCircle {
    margin-right: 10px;
  }
}

.news-detail-section .socialCircle:hover {
  background: #DA291C;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.news-detail-section .underLineBtn {
  text-align: center;
  margin-top: 95px;
  font-size: 22px;
  color: #2D2926;
  font-weight: bold;
  letter-spacing: .5px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .news-detail-section .underLineBtn {
    margin-top: 70px;
  }
}

@media screen and (max-width: 991px) {
  .news-detail-section .underLineBtn {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-section .underLineBtn {
    margin-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  .news-detail-section .underLineBtn {
    margin-top: 40px;
  }
}

.news-detail-section .underLineBtn .btnInner i {
  margin-right: 26px;
  font-size: 15px;
  margin-bottom: -2px;
}

.news-detail-section .underLineBtn .btnInner::after {
  left: -10%;
  bottom: -10px;
}

.news-detail-section .underLineBtn:hover .btnInner::after {
  width: 120%;
}

/* --------------- */
/* 檢測報告
/* --------------- */
.report-list-section {
  padding-bottom: 370px;
}

@media screen and (max-width: 1600px) {
  .report-list-section {
    padding-bottom: 320px;
  }
}

@media screen and (max-width: 1200px) {
  .report-list-section {
    padding-bottom: 290px;
  }
}

@media screen and (max-width: 575px) {
  .report-list-section {
    padding-bottom: 460px;
  }
}

.report-list-section .paginationContainer .customPagination {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .report-list-section .paginationContainer .customPagination {
    margin-top: 0px;
  }
}

.report-list-section .colLeft {
  -ms-flex: 0 0 25.76%;
  -webkit-box-flex: 0;
          flex: 0 0 25.76%;
  max-width: 25.76%;
  padding-top: 130px;
}

@media screen and (max-width: 1600px) {
  .report-list-section .colLeft {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 1200px) {
  .report-list-section .colLeft {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .report-list-section .colLeft {
    padding-top: 50px;
  }
}

.report-list-section .colLeft .leftContainer {
  margin-left: -50px;
  margin-right: 50px;
}

@media screen and (max-width: 1600px) {
  .report-list-section .colLeft .leftContainer {
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .report-list-section .colLeft .leftContainer {
    margin-right: 0;
  }
}

.report-list-section .colLeft .type {
  margin-bottom: 35px;
  padding-left: 24px;
}

@media screen and (max-width: 1200px) {
  .report-list-section .colLeft .type {
    border: 2px solid #F3F3F3;
    font-size: 20px;
    padding: 14px 18px;
    margin-bottom: 15px;
    cursor: pointer;
  }
}

@media screen and (max-width: 575px) {
  .report-list-section .colLeft .type {
    font-size: 18px;
  }
}

.report-list-section .colLeft .type .plusBoxWrap {
  display: none;
}

@media screen and (max-width: 1200px) {
  .report-list-section .colLeft .type .plusBoxWrap {
    display: block;
  }
}

.report-list-section .colLeft .type.show .bar {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.report-list-section .colLeft .type.show .bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.report-list-section .colLeft .collapseWrap {
  display: block;
}

.report-list-section .plusBox {
  height: 26px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.report-list-section .plusBox .bar {
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #00B140;
  height: 2px;
  width: 12px;
}

.report-list-section .plusBox .bar:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.report-list-section .nav-item {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #F3F3F3;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.report-list-section .nav-item:first-child {
  border-top: 1px solid #F3F3F3;
}

@media screen and (max-width: 1200px) {
  .report-list-section .nav-item:first-child {
    border-top: 0;
  }
}

.report-list-section .nav-item a {
  width: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.report-list-section .nav-item a i {
  font-size: 14px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 1200px) {
  .report-list-section .nav-item a i {
    right: 27px;
  }
}

@media screen and (max-width: 575px) {
  .report-list-section .nav-item a i {
    font-size: 12px;
    right: 15px;
  }
}

.report-list-section .nav-item a:hover {
  background: #F3F3F3;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.report-list-section .nav-item a:hover i {
  opacity: 1;
  -webkit-animation: goRightAni 1.5s linear 0s infinite normal;
          animation: goRightAni 1.5s linear 0s infinite normal;
  color: #E41E25;
}

@media screen and (max-width: 1200px) {
  .report-list-section .nav-item a:hover i {
    -webkit-animation: none;
            animation: none;
  }
}

.report-list-section .nav-item a.active i {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

.report-list-section .nav-pills .nav-link {
  font-size: 18px;
  position: relative;
  padding: 25px 30px 25px 24px;
}

@media screen and (max-width: 1200px) {
  .report-list-section .nav-pills .nav-link {
    padding-left: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 575px) {
  .report-list-section .nav-pills .nav-link {
    font-size: 16px;
  }
}

.report-list-section .nav-pills .nav-link.active, .report-list-section .nav-pills .show > .nav-link {
  background-color: #fff;
  color: #DA291C;
  position: relative;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.report-list-section .colRight {
  -ms-flex: 0 0 74.24%;
  -webkit-box-flex: 0;
          flex: 0 0 74.24%;
  max-width: 74.24%;
  padding-top: 105px;
}

@media screen and (max-width: 1600px) {
  .report-list-section .colRight {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

@media screen and (max-width: 1200px) {
  .report-list-section .colRight {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .report-list-section .colRight {
    padding-top: 50px;
  }
}

.report-list-section .colRight .rightContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

@media screen and (max-width: 1600px) {
  .report-list-section .colRight .rightContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.report-list-section .colRight .rightContainer .tab-content {
  width: 100%;
}

.report-list-section .colRight .rightContainer .row {
  margin-left: -5px;
  margin-right: -5px;
}

@media screen and (max-width: 1600px) {
  .report-list-section .colRight .rightContainer .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.report-list-section .colRight .rightContainer .cols {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 1600px) {
  .report-list-section .colRight .rightContainer .cols {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.report-list-section .colRight .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 68px;
}

@media screen and (max-width: 575px) {
  .report-list-section .colRight .item {
    margin-bottom: 51px;
  }
}

.report-list-section .colRight .topBlock {
  border: 2px solid #F3F3F3;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px 19px 17px;
}

@media screen and (max-width: 575px) {
  .report-list-section .colRight .topBlock {
    padding: 24px 6px 12px;
  }
}

.report-list-section .colRight .bottomBlock {
  padding: 31px 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .report-list-section .colRight .bottomBlock {
    padding-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .report-list-section .colRight .bottomBlock {
    padding: 20px 0px 0;
  }
}

.report-list-section .colRight .bottomBlock .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.report-list-section .colRight .bottomBlock .date {
  margin-bottom: 6px;
  line-height: 16px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
}

.report-list-section .colRight .bottomBlock .iconBox {
  font-size: 62px;
  line-height: 62px;
  color: #D2D2D2;
  transition: all .4s;
  -webkit-transition: all .4s;
  margin-right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}

.report-list-section .colRight .bottomBlock .iconBox:hover {
  color: #DA291C;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.report-list-section .colRight .imgBox {
  width: 100%;
  max-width: 256px;
  height: 372px;
  display: block;
  overflow: hidden;
  position: relative;
  background-image: url(images/news/report-shadow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 18px;
}

.report-list-section .colRight .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 19px;
}

/* --------------- */
/* 產品列表
/* --------------- */
.productsList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.productsList .slick-slide {
  padding: 4px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .productsList .paginationContainer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.productsList .paginationContainer .customPagination {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .productsList .paginationContainer .customPagination {
    margin-top: 10px;
  }
}

.productsNavSection.sliderContainer {
  padding: 95px 0 110px;
}

@media screen and (max-width: 575px) {
  .productsNavSection.sliderContainer {
    padding: 60px 0;
  }
}

.productsNavSection .navContainer {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}

.productsNavSection .navContainer .slickBox {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.productsNavSection .navContainer .prevBtn {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
}

.productsNavSection .navContainer .nextBtn {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
}

.productsNavSection .navContainer .prevBtn, .productsNavSection .navContainer .nextBtn {
  color: #2D2926;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all .4s;
  -webkit-transition: all .4s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  .productsNavSection .navContainer .prevBtn, .productsNavSection .navContainer .nextBtn {
    width: 40px;
    height: 40px;
  }
}

.productsNavSection .navContainer .prevBtn:hover, .productsNavSection .navContainer .nextBtn:hover {
  color: #fff;
  background: #FFD100;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.productsNavSection .navSlick a {
  height: 100%;
  padding: 20px;
  width: 100%;
  max-width: 250px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #F3F3F3;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #242424;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .productsNavSection .navSlick a {
    font-size: 18px;
    padding: 12px;
  }
}

.productsNavSection .navSlick a:hover {
  color: #DA291C;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.productsNavSection .navSlick a.active {
  color: #fff;
  background: #DA291C;
}

.plGrayContainer {
  background-color: #F3F3F3;
  border-radius: 30px 30px 0 0;
  position: relative;
  background-image: url(images/products/products-list-line-top.webp);
  background-repeat: no-repeat;
  padding-bottom: 318px;
}

@media screen and (max-width: 1600px) {
  .plGrayContainer {
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 575px) {
  .plGrayContainer {
    padding-bottom: 450px;
  }
}

.plGrayContainer .decoTxt {
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .plGrayContainer .decoTxt {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .plGrayContainer .decoTxt {
    font-size: 90px;
  }
}

@media screen and (max-width: 575px) {
  .plGrayContainer .decoTxt {
    display: none;
  }
}

.plGrayContainer .topBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1140px;
  margin: auto;
  position: relative;
  padding-top: 85px;
}

@media screen and (max-width: 575px) {
  .plGrayContainer .topBlock {
    padding-top: 60px;
  }
}

.plGrayContainer .topBlock .rowCustom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 70px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .plGrayContainer .topBlock .rowCustom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .plGrayContainer .topBlock .rowCustom {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}

.plGrayContainer .topBlock .colLeft {
  -ms-flex: 0 0 46.66%;
  -webkit-box-flex: 0;
          flex: 0 0 46.66%;
  max-width: 46.66%;
}

@media screen and (max-width: 991px) {
  .plGrayContainer .topBlock .colLeft {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.plGrayContainer .topBlock .colRight {
  -ms-flex: 0 0 53.34%;
  -webkit-box-flex: 0;
          flex: 0 0 53.34%;
  max-width: 53.34%;
}

@media screen and (max-width: 991px) {
  .plGrayContainer .topBlock .colRight {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.plGrayContainer .topBlock .txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}

@media screen and (max-width: 1200px) {
  .plGrayContainer .topBlock .txtBox {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .plGrayContainer .topBlock .txtBox {
    text-align: center;
    margin-top: 25px;
  }
}

.plGrayContainer .topBlock .txtBox .name {
  margin-bottom: 16px;
}

.plGrayContainer .topBlock .txtBox .doc {
  max-width: 470px;
  margin-bottom: 0;
  padding-right: 16px;
}

@media screen and (max-width: 991px) {
  .plGrayContainer .topBlock .txtBox .doc {
    padding-right: 0;
  }
}

.plGrayContainer .topBlock .imgBox {
  width: 100%;
  height: 100%;
  margin-top: -275px;
}

@media screen and (max-width: 991px) {
  .plGrayContainer .topBlock .imgBox {
    margin-top: 0;
  }
}

.plGrayContainer .topBlock .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.plGrayContainer .bottomBlock {
  background-image: url(images/products/products-list-line3.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 40px;
}

.productsListItem {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  transition: all .4s;
  -webkit-transition: all .4s;
  margin-bottom: 120px;
  height: calc(100% - 70px);
  padding: 20px;
}

@media screen and (max-width: 1200px) {
  .productsListItem {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
}

@media screen and (max-width: 575px) {
  .productsListItem {
    height: auto;
    padding: 20px 10px;
  }
}

.productsListItem .imgBox {
  margin-bottom: 24px;
  width: 100%;
  height: 225px;
}

@media screen and (max-width: 575px) {
  .productsListItem .imgBox {
    width: 100%;
  }
}

.productsListItem .imgBox img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.productsListItem .name {
  margin-bottom: 2px;
}

.productsListItem .name span {
  font-weight: 500;
  font-family: 'Noto Sans TC', sans-serif;
}

.productsListItem .weight {
  margin-bottom: 0;
}

.productsListItem .moreBtn {
  background: #00B140;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-size: 18px;
  height: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: -100px;
  opacity: 0;
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 1200px) {
  .productsListItem .moreBtn {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .productsListItem .moreBtn {
    bottom: -70px;
    opacity: 1;
  }
}

.productsListItem .moreBtn .icons {
  margin-left: 30px;
  font-size: 14px;
}

.productsListItem:hover {
  border-radius: 10px 10px 0 0;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.productsListItem:hover .imgBox img {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 1200px) {
  .productsListItem:hover .imgBox img {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.productsListItem:hover .moreBtn {
  bottom: -70px;
  opacity: 1;
  transition: all .4s;
  -webkit-transition: all .4s;
}

@media screen and (max-width: 1200px) {
  .productsListItem:hover .moreBtn {
    display: none;
  }
}

/* --------------- */
/* 產品內頁
/* --------------- */
.productDetail {
  padding-top: 110px;
  padding-bottom: 325px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .productDetail {
    padding-bottom: 280px;
  }
}

@media screen and (max-width: 768px) {
  .productDetail {
    padding-bottom: 270px;
  }
}

@media screen and (max-width: 575px) {
  .productDetail {
    padding-top: 85px;
    padding-bottom: 440px;
  }
}

.productDetail .breadcrumb {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
  .productDetail .breadcrumb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.productDetail .breadcrumb > li {
  font: 100 14px 'Noto Sans TC', sans-serif;
}

.productDetail .breadcrumb > li a {
  color: #B7B7B7;
  letter-spacing: 1px;
}

.productDetail .breadcrumb .breadcrumb-item.active {
  color: #DA291C;
  text-decoration: underline;
  letter-spacing: .5px;
}

.productDetail .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  width: 25px;
  font-size: 24px;
  top: 2px;
  margin-right: 2px;
  margin-left: 2px;
}

.productDetail .circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #DA291C;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .productDetail .circle {
    width: 220px;
    height: 50px;
    border-radius: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .productDetail .circle {
    margin-top: 25px;
    margin-bottom: 40px;
  }
}

.productDetail .circle .txt {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  line-height: 28px;
  width: 46px;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .productDetail .circle .txt {
    width: auto;
  }
}

@media screen and (max-width: 575px) {
  .productDetail .circle .txt {
    font-size: 18px;
    line-height: 22px;
  }
}

.productDetail .circle i {
  font-size: 8px;
  font-weight: 400;
  margin-top: 8px;
}

@media screen and (max-width: 1200px) {
  .productDetail .circle i {
    margin-top: 2px;
    margin-left: 16px;
  }
}

.productDetail .circle:hover i {
  -webkit-animation: goRightAni2 1s linear 0s infinite normal;
          animation: goRightAni2 1s linear 0s infinite normal;
}

@media screen and (max-width: 1200px) {
  .productDetail .circle:hover i {
    -webkit-animation: none;
            animation: none;
  }
}

.productDetail .topRow {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .productDetail .topRow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.productDetail .topInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 43.81%;
  margin-top: 5px;
  margin-bottom: 40px;
  padding-left: 151px;
}

@media screen and (max-width: 1600px) {
  .productDetail .topInner {
    padding-left: 76px;
  }
}

@media screen and (max-width: 1200px) {
  .productDetail .topInner {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    margin-bottom: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .productDetail .topInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    text-align: center;
    padding-right: 0;
    padding-top: 15px;
  }
}

@media screen and (max-width: 575px) {
  .productDetail .topInner {
    padding-top: 0;
    margin-top: 8px;
    margin-bottom: 0;
  }
}

.productDetail .topInner .name {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  font-size: 45px;
  color: #000;
  letter-spacing: .5px;
  line-height: 55px;
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: left;
}

@media screen and (max-width: 575px) {
  .productDetail .topInner .name {
    font-size: 36px;
    line-height: 40px;
    margin-top: 0;
  }
}

.productDetail .topInner .name span {
  font-family: 'Noto Sans TC', sans-serif;
}

.productDetail .topInner .weight {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #DA291C;
  line-height: 36px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .productDetail .topInner .weight {
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .productDetail .topInner .right {
    display: none;
  }
}

.productDetail .middleRow {
  padding-top: 6px;
}

@media screen and (max-width: 575px) {
  .productDetail .middleRow {
    padding-top: 0;
  }
}

.productDetail .middleRow .colLeft {
  -ms-flex: 0 0 56.18%;
  -webkit-box-flex: 0;
          flex: 0 0 56.18%;
  max-width: 56.18%;
  margin-top: -90px;
}

@media screen and (max-width: 1200px) {
  .productDetail .middleRow .colLeft {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    margin-top: 0;
  }
}

.productDetail .middleRow .colRight {
  -ms-flex: 0 0 43.81%;
  -webkit-box-flex: 0;
          flex: 0 0 43.81%;
  max-width: 43.81%;
  padding-left: 86px;
}

@media screen and (max-width: 1600px) {
  .productDetail .middleRow .colRight {
    padding-left: 43px;
  }
}

@media screen and (max-width: 1200px) {
  .productDetail .middleRow .colRight {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.productDetail .modalMobileBtnRow {
  display: none;
}

@media screen and (max-width: 1200px) {
  .productDetail .modalMobileBtnRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.productDetail .underLineBtn {
  text-align: center;
  font-size: 22px;
  color: #2D2926;
  font-weight: bold;
  letter-spacing: .5px;
  margin-top: 100px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .productDetail .underLineBtn {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .productDetail .underLineBtn {
    margin-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .productDetail .underLineBtn {
    margin-top: 40px;
  }
}

.productDetail .underLineBtn .btnInner i {
  margin-right: 26px;
  font-size: 15px;
  margin-bottom: -2px;
}

.productDetail .underLineBtn .btnInner::after {
  left: -10%;
}

.productDetail .underLineBtn:hover .btnInner::after {
  width: 120%;
}

.productDetailRightContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.productDetailRightContainer .grayBlock {
  background: #F3F3F3;
  border-radius: 30px;
  padding: 66px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .productDetailRightContainer .grayBlock {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 991px) {
  .productDetailRightContainer .grayBlock {
    padding: 45px 33px;
  }
}

.productDetailRightContainer .grayBlock .inner {
  width: 100%;
  max-width: 450px;
}

@media screen and (max-width: 1200px) {
  .productDetailRightContainer .grayBlock .inner {
    max-width: 100%;
  }
}

.productDetailRightContainer .grayBlock .txtRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 12px;
  padding-top: 12px;
  margin-bottom: 0;
}

.productDetailRightContainer .grayBlock .txtRow:last-child {
  border-bottom: 0;
}

.productDetailRightContainer .grayBlock .txtRow .type {
  width: 125px;
  position: relative;
  margin-right: 48px;
}

@media screen and (max-width: 575px) {
  .productDetailRightContainer .grayBlock .txtRow .type {
    width: 90px;
    margin-right: 20px;
  }
}

.productDetailRightContainer .grayBlock .txtRow .type::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background: #E3E3E3;
}

.productDetailRightContainer .grayBlock .txtRow .des {
  width: calc(100% - 173px);
}

@media screen and (max-width: 575px) {
  .productDetailRightContainer .grayBlock .txtRow .des {
    width: calc(100% - 110px);
  }
}

@media screen and (max-width: 1200px) {
  .productIntroContainer {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  .productIntroContainer .introBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .productIntroContainer .introBox {
    width: 100%;
  }
}

.productIntroContainer .introBox .rightSlider {
  width: 100%;
  max-width: 854px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .productIntroContainer .introBox .rightSlider {
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 937px;
  }
}

@media screen and (max-width: 991px) {
  .productIntroContainer .introBox .rightSlider {
    max-width: 714px;
  }
}

@media screen and (max-width: 768px) {
  .productIntroContainer .introBox .rightSlider {
    max-width: 521px;
  }
}

@media screen and (max-width: 575px) {
  .productIntroContainer .introBox .rightSlider {
    max-width: 100%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 460px) {
  .productIntroContainer .introBox .rightSlider {
    margin-top: 5px;
  }
}

.productIntroContainer .introBox .rightSlider .mainSlider {
  width: 100%;
  max-width: calc(100% - 120px);
  height: 598px;
  padding-left: 46px;
}

@media screen and (max-width: 1200px) {
  .productIntroContainer .introBox .rightSlider .mainSlider {
    padding-left: 0;
    margin-left: 0;
    height: 420px;
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .productIntroContainer .introBox .rightSlider .mainSlider {
    height: auto;
  }
}

.productIntroContainer .introBox .rightSlider .mainSlider .item {
  width: 100%;
  height: 598px;
}

@media screen and (max-width: 1200px) {
  .productIntroContainer .introBox .rightSlider .mainSlider .item {
    height: 420px;
  }
}

@media screen and (max-width: 575px) {
  .productIntroContainer .introBox .rightSlider .mainSlider .item {
    height: 280px;
  }
}

.productIntroContainer .introBox .rightSlider .mainSlider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.productIntroContainer .introBox .rightSlider .navSlider {
  width: 120px;
  padding-top: 5px;
}

@media screen and (max-width: 1200px) {
  .productIntroContainer .introBox .rightSlider .navSlider {
    width: 100%;
    max-width: 540px;
    margin: 20px 0 20px;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .productIntroContainer .introBox .rightSlider .navSlider {
    margin: 25px 0;
  }
}

@media screen and (max-width: 575px) {
  .productIntroContainer .introBox .rightSlider .navSlider {
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 460px) {
  .productIntroContainer .introBox .rightSlider .navSlider {
    margin-top: 15px;
  }
}

.productIntroContainer .introBox .rightSlider .navSlider .slick {
  width: 100%;
  height: 396px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .productIntroContainer .introBox .rightSlider .navSlider .slick {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -50px;
  }
}

.productIntroContainer .introBox .rightSlider .navSlider .slick .slick-list {
  height: 478px;
}

@media screen and (max-width: 1200px) {
  .productIntroContainer .introBox .rightSlider .navSlider .slick .slick-list {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}

.productIntroContainer .introBox .rightSlider .navSlider .slick .slick-list .slick-track.cancelTransform {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.productIntroContainer .introBox .rightSlider .navSlider .slick .slickControl .prev, .productIntroContainer .introBox .rightSlider .navSlider .slick .slickControl .next {
  width: 0;
  height: 0;
  border-style: solid;
  cursor: pointer;
}

.productIntroContainer .introBox .rightSlider .navSlider .slick .slickControl .prev {
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #000 transparent;
}

@media screen and (max-width: 1200px) {
  .productIntroContainer .introBox .rightSlider .navSlider .slick .slickControl .prev {
    border-width: 5px 8px 5px 0;
    border-color: transparent #656565 transparent transparent;
  }
}

.productIntroContainer .introBox .rightSlider .navSlider .slick .slickControl .next {
  border-width: 8px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}

@media screen and (max-width: 1200px) {
  .productIntroContainer .introBox .rightSlider .navSlider .slick .slickControl .next {
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #656565;
  }
}

.productIntroContainer .introBox .rightSlider .navSlider .item {
  width: 120px;
  height: 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 18px;
  padding: 2px;
}

@media screen and (max-width: 1600px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item {
    padding: 5px;
  }
}

@media screen and (max-width: 1200px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item {
    width: 130px;
    height: 130px;
    margin-bottom: 0;
    margin-right: 18px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 991px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 575px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item {
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 460px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 420px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 360px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item {
    width: 60px;
    height: 60px;
  }
}

.productIntroContainer .introBox .rightSlider .navSlider .item.slick-current::before {
  border: 3px solid #DA291C;
}

.productIntroContainer .introBox .rightSlider .navSlider .item::before {
  content: '';
  width: 120px;
  height: 120px;
  border-radius: 10px;
  border: 1px solid #F3F3F3;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (max-width: 1200px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item::before {
    width: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 575px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item::before {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 460px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item::before {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 420px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item::before {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 360px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item::before {
    width: 60px;
    height: 60px;
  }
}

.productIntroContainer .introBox .rightSlider .navSlider .item img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 110px;
  width: auto;
  max-width: 110px;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item img {
    max-width: 120px;
    max-height: 120px;
  }
}

@media screen and (max-width: 575px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item img {
    max-width: 100px;
    max-height: 100px;
  }
}

@media screen and (max-width: 460px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item img {
    max-width: 90px;
    max-height: 90px;
  }
}

@media screen and (max-width: 420px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item img {
    max-width: 70px;
    max-height: 70px;
  }
}

@media screen and (max-width: 360px) {
  .productIntroContainer .introBox .rightSlider .navSlider .item img {
    max-width: 50px;
    max-height: 50px;
  }
}

.productSlickBtns {
  width: 120px;
  height: 130px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -150px;
}

@media screen and (max-width: 1200px) {
  .productSlickBtns {
    margin: 0 auto;
    width: 160px;
    height: 60px;
    margin-top: 0px;
  }
}

.productSlickBtns .productSlickControl .processBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productSlickBtns .productSlickControl .processBox .currentNum {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

.productSlickBtns .productSlickControl .processBox .line {
  background: #000;
  width: 2px;
  height: 10px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: -5px;
}

.productSlickBtns .productSlickControl .processBox .titalNum {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #D2D2D2;
}

.productSlickBtns .productSlickControl .prev, .productSlickBtns .productSlickControl .next {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all .4s;
  -webkit-transition: all .4s;
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productSlickBtns .productSlickControl .prev:hover, .productSlickBtns .productSlickControl .next:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  transition: all .4s;
  -webkit-transition: all .4s;
}

.productSlickBtns .productSlickControl .prev.slick-disabled, .productSlickBtns .productSlickControl .next.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.productSlickBtns .productSlickControl .prev.slick-disabled:hover, .productSlickBtns .productSlickControl .next.slick-disabled:hover {
  cursor: default;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.productSlickBtns .productSlickControl .prev {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
  .productSlickBtns .productSlickControl .prev {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}

.productSlickBtns .productSlickControl .next {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
  .productSlickBtns .productSlickControl .next {
    left: auto;
    bottom: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}

/* --------------- */
/* 核心技術
/* --------------- */
.technicalCommon .dropDownContainer {
  margin-top: 0px;
}

@media screen and (max-width: 575px) {
  .technicalCommon .dropDownContainer {
    margin-top: 0px;
  }
}

.technical1-1, .technical2-1 {
  padding-top: 60px;
  padding-bottom: 360px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .technical1-1, .technical2-1 {
    padding-bottom: 460px;
  }
}

.technical1-1 .title, .technical2-1 .title {
  margin-bottom: 82px;
}

.technical1-1 .imgBox, .technical2-1 .imgBox {
  padding-bottom: 100px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: auto;
}

.technical1-1 .imgBox img, .technical2-1 .imgBox img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .technical1-1 .imgBox img, .technical2-1 .imgBox img {
    max-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .technical1-1 .imgBox img, .technical2-1 .imgBox img {
    max-width: 840px;
  }
}

@media screen and (max-width: 575px) {
  .technical1-1 .imgBox img, .technical2-1 .imgBox img {
    max-width: 760px;
  }
}

@media screen and (max-width: 480px) {
  .technical1-1 .imgBox img, .technical2-1 .imgBox img {
    max-width: 680px;
  }
}

@media screen and (max-width: 380px) {
  .technical1-1 .imgBox img, .technical2-1 .imgBox img {
    max-width: 620px;
  }
}

.technical1-1 .borderContainer, .technical2-1 .borderContainer {
  border: 2px solid #F3F3F3;
  border-radius: 30px;
  padding-top: 65px;
  margin-top: 15px;
  overflow-x: visible;
}

.technical3-1 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .technical3-1 {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 575px) {
  .technical3-1 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.technical3-1 .decoTxt {
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .technical3-1 .decoTxt {
    font-size: 150px;
    line-height: 150px;
  }
}

@media screen and (max-width: 991px) {
  .technical3-1 .decoTxt {
    font-size: 120px;
    line-height: 120px;
  }
}

@media screen and (max-width: 768px) {
  .technical3-1 .decoTxt {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 575px) {
  .technical3-1 .decoTxt {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
  }
}

.technical3-1 .rowCustom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
}

.technical3-1 .colLeft {
  -ms-flex: 0 0 49.6%;
  -webkit-box-flex: 0;
          flex: 0 0 49.6%;
  max-width: 49.6%;
  padding-left: 0;
  padding-right: 37px;
}

@media screen and (max-width: 991px) {
  .technical3-1 .colLeft {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.technical3-1 .colLeft .imgBox {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-width: 100%;
  border-radius: 10px;
}

.technical3-1 .colLeft img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-width: 100%;
  border-radius: 10px;
}

.technical3-1 .colRight {
  -ms-flex: 0 0 50.4%;
  -webkit-box-flex: 0;
          flex: 0 0 50.4%;
  max-width: 50.4%;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .technical3-1 .colRight {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.technical3-1 .rightContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.technical3-1 .txtBlock {
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 10px;
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .technical3-1 .txtBlock {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .technical3-1 .txtBlock {
    padding: 50px 30px 20px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .technical3-1 .txtBlock {
    padding: 35px 0px 20px;
  }
}

.technical3-1 .txtBlock .title {
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .technical3-1 .txtBlock .title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .technical3-1 .txtBlock .title .fs-40 {
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) {
  .technical3-1 .txtBlock .title .lh-55 {
    line-height: 40px;
  }
}

.technical3-1 .txtBlock .doc {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .technical3-1 .txtBlock .doc {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .technical3-1 .txtBlock .doc {
    margin-bottom: 20px;
  }
}

.technical3-1 .imgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -18.5px;
  margin-right: -18.5px;
}

@media screen and (max-width: 575px) {
  .technical3-1 .imgBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.technical3-1 .imgBlock .col {
  padding-left: 18.5px;
  padding-right: 18.5px;
}

@media screen and (max-width: 575px) {
  .technical3-1 .imgBlock .col {
    margin-bottom: 30px;
  }
}

.technical3-1 .imgBlock .imgBox {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}

.technical3-1 .imgBlock .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.technical3-2 {
  position: relative;
}

.technical3-2 .txtContainer {
  padding: 90px 105px 250px;
}

@media screen and (max-width: 991px) {
  .technical3-2 .txtContainer {
    padding: 80px 40px 230px;
  }
}

@media screen and (max-width: 768px) {
  .technical3-2 .txtContainer {
    padding-top: 60px;
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 575px) {
  .technical3-2 .txtContainer {
    padding: 50px 13px 160px;
  }
}

.technical3-2 .doc {
  margin-top: 26px;
}

.technical3-2 .text-inner {
  padding-left: 95px;
}

@media screen and (max-width: 1600px) {
  .technical3-2 .text-inner {
    padding-left: 0;
  }
}

.technical3-3 {
  padding-bottom: 320px;
  background: #F3F3F3;
}

@media screen and (max-width: 768px) {
  .technical3-3 {
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 575px) {
  .technical3-3 {
    padding-bottom: 430px;
  }
}

.technical3-3 .txtContainer {
  margin-top: -98px;
}

@media screen and (max-width: 575px) {
  .technical3-3 .txtContainer {
    margin-top: -80px;
  }
}

.technical3-3 .txt {
  max-width: 1272px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .technical3-3 .txt {
    margin-bottom: 25px;
  }
}

.technical3-3 .sliderControl {
  display: none;
}

@media screen and (max-width: 1200px) {
  .technical3-3 .sliderControl {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .technical3-3 .sliderControl .btns {
    width: 55px;
    height: 50px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
}

@media screen and (max-width: 1200px) {
  .technical3-3 .sliderControl .prevBtn {
    background-image: url(images/public/arrowLeftBg.svg);
    position: absolute;
    left: -15px;
  }
}

@media screen and (max-width: 1200px) {
  .technical3-3 .sliderControl .nextBtn {
    background-image: url(images/public/arrowRightBg.svg);
    position: absolute;
    right: -15px;
  }
}

.techLogoContainer {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
  position: relative;
  border-radius: 30px;
  background: #fff;
}

@media screen and (max-width: 575px) {
  .techLogoContainer {
    -webkit-transform: translateY(-125px);
            transform: translateY(-125px);
    padding-bottom: 0;
  }
}

.techLogoContainer .slick-slide {
  margin: 0 27px;
}

.techLogoContainer .slick-list {
  margin: 0 -27px;
}

.techLogoContainer .itemsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .techLogoContainer .itemsContainer .item {
    max-width: 20%;
  }
}

.techLogoContainer .itemsContainer .item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px 55px 50px;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .techLogoContainer .itemsContainer .item .inner {
    padding: 25px 38px 40px;
  }
}

@media screen and (max-width: 1399px) {
  .techLogoContainer .itemsContainer .item .inner {
    padding: 20px 25px 30px;
  }
}

@media screen and (max-width: 1200px) {
  .techLogoContainer .itemsContainer .item .inner {
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 5px 30px;
  }
}

@media screen and (max-width: 991px) {
  .techLogoContainer .itemsContainer .item .inner {
    width: auto;
  }
}

@media screen and (max-width: 575px) {
  .techLogoContainer .itemsContainer .item .inner {
    padding: 10px 0 30px;
  }
}

.techLogoContainer .itemsContainer .item .inner::after {
  content: '';
  width: 1.5px;
  height: 153px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F3F3F3;
  right: 0;
}

@media screen and (max-width: 1600px) {
  .techLogoContainer .itemsContainer .item .inner::after {
    display: none;
  }
}

.techLogoContainer .itemsContainer .item .inner p {
  word-break: break-all;
  word-break: break-word;
}

.techLogoContainer .itemsContainer .item .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  max-width: 176px;
  max-height: 176px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .techLogoContainer .itemsContainer .item .imgBox {
    max-width: 140px;
    margin-bottom: 5px;
    height: 140px;
  }
}

@media screen and (max-width: 768px) {
  .techLogoContainer .itemsContainer .item .imgBox {
    height: 160px;
    max-width: 160px;
  }
}

@media screen and (max-width: 575px) {
  .techLogoContainer .itemsContainer .item .imgBox {
    max-width: 180px;
    margin-bottom: 5px;
  }
}

.techLogoContainer .itemsContainer .item .imgBox img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.techLogoContainer .itemsContainer .item:last-child .inner::after {
  display: none;
}

.techLogoContainer .itemsContainer .item:nth-child(5n) .inner::after {
  display: none;
}

/* --------------- */
/* 常見問題
/* --------------- */
.faqContainer {
  padding-top: 100px;
  padding-bottom: 265px;
}

.faqContainer .decoTxt {
  letter-spacing: 10px;
  line-height: 125px;
}

.faqImgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 25px;
  padding-top: 6px;
}

.faqImgBlock .imgBox {
  overflow: hidden;
  display: block;
}

.faqImgBlock .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faqImgBlock .imgBox.boxLeft {
  border-radius: 10px 0 0 10px;
  margin-right: 1px;
}

.faqImgBlock .imgBox.boxRight {
  border-radius: 0 10px 10px 0;
}

.faqList {
  padding-bottom: 80px;
  padding-top: 5px;
  position: relative;
  z-index: 10;
}

.faqList .faqItemWrap {
  border-radius: 10px;
  border: 2px solid #F0F0F0;
  overflow: hidden;
  margin-bottom: 28px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.faqList .faqItemWrap img {
  max-width: 100%;
  height: auto;
}

.faqList .faqItemWrap .qaMark {
  width: 100px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 1.75px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.faqList .faqItemWrap .qaMark::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 15px;
  background: #F0F0F0;
}

/* FAQ - Q */
.faqList .faqItemWrap .faq-q {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 38px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  color: #2D2926;
}

.faqList .faqItemWrap .faq-q:hover {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}

.faqList .faqItemWrap .faq-q .qContent {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: bold;
  letter-spacing: .5px;
  padding-left: 33px;
}

.faqList .faqItemWrap .faq-q .qArrow {
  font-size: 10px;
  -webkit-transform: scale(0.75, 0.75);
          transform: scale(0.75, 0.75);
  color: #00B140;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 8px;
}

/* FAQ - A */
.faqList .faqItemWrap .faq-a-wrap {
  display: none;
}

.faqList .faqItemWrap .faq-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 38px;
  padding-top: 26px;
}

.faqList .faqItemWrap .faq-a .qaMark {
  text-align: left;
  padding-left: 30px;
}

.faqList .faqItemWrap .faq-a .qaMark::after {
  top: 5px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background: #EAEAEA;
}

.faqList .faqItemWrap .faq-a .aContent {
  color: #2D2926;
  font-family: 'Noto Sans TC', sans-serif;
  max-width: 1110px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 1.9;
  padding-bottom: 10px;
  padding-top: 4px;
  margin-left: 33px;
}

.faqList .faqItemWrap .faq-a .aContent p {
  margin-bottom: 30px;
  font-weight: 400;
  text-align: justify;
}

/* FAQ - ACTIVE */
.faqList .faqItemWrap.active {
  border-color: #DA291C;
}

.faqList .faqItemWrap.active .faq-q {
  border-radius: 0;
  background: #DA291C;
  color: #fff;
}

.faqList .faqItemWrap.active .faq-q .qaMark::after {
  background: #E56960;
}

.faqList .faqItemWrap.active .faq-q .qArrow {
  color: #fff;
  -webkit-transform: rotate(180deg) scale(0.75, 0.75);
  transform: rotate(180deg) scale(0.75, 0.75);
}

/* FAQ - RWD */
@media screen and (max-width: 1200px) {
  .faqContainer {
    padding-top: 85px;
  }
}

@media screen and (max-width: 768px) {
  .faqContainer {
    padding-top: 50px;
  }
  .decoTxt {
    font-size: 120px;
    line-height: 70px;
  }
}

@media screen and (max-width: 575px) {
  .faqContainer {
    padding-top: 60px;
    padding-bottom: 400px;
  }
  .faqContainer .decoTxt {
    font-size: 100px;
    line-height: 60px;
  }
  .faqList .faqItemWrap {
    margin-bottom: 20px;
  }
  .faqList .faqItemWrap .qaMark {
    width: 70px;
  }
  .faqList .faqItemWrap .faq-q {
    padding-right: 15px;
  }
  .faqList .faqItemWrap .faq-q .qContent {
    padding-left: 15px;
    font-size: 18px;
  }
  .faqList .faqItemWrap .faq-a {
    padding-bottom: 5px;
  }
  .faqList .faqItemWrap .faq-a .qaMark {
    padding-left: 15px;
  }
  .faqList .faqItemWrap .faq-a .aContent {
    margin-left: 15px;
  }
  .faqList .faqItemWrap .faq-a .aContent p {
    margin-bottom: 22px;
  }
  .faqImgBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faqImgBlock .imgBox.boxLeft {
    border-radius: 10px 10px 0 0;
    margin-right: 0;
    margin-bottom: 1px;
  }
  .faqImgBlock .imgBox.boxRight {
    border-radius: 0 0 10px 10px;
  }
}

@media screen and (max-width: 400px) {
  .faqList .faqItemWrap .faq-a {
    padding-right: 19px;
  }
  .faqList .faqItemWrap .faq-a .qaMark {
    width: 45px;
  }
}

/* --------------- */
/* 聯絡我們 表單
/* --------------- */
.row.formRow {
  margin-left: -5px;
  margin-right: -5px;
}

.formCol {
  padding-left: 5px;
  padding-right: 5px;
}

.form-group {
  margin-bottom: 0px;
}

.form-control {
  background: #F3F3F3;
}

.form-control:focus {
  background: #F3F3F3;
}

.contactFormSection {
  position: relative;
  z-index: 5;
  padding-top: 132px;
}

@media screen and (max-width: 1600px) {
  .contactFormSection {
    padding-top: 100px;
  }
}

.contactFormSection .colLeft {
  -ms-flex: 0 0 36.84%;
  -webkit-box-flex: 0;
          flex: 0 0 36.84%;
  max-width: 36.84%;
}

.contactFormSection .colRight {
  -ms-flex: 0 0 63.16%;
  -webkit-box-flex: 0;
          flex: 0 0 63.16%;
  max-width: 63.16%;
}

.contactFormSection .bgImg {
  position: absolute;
  bottom: 0px;
  left: 0;
  max-width: 445px;
  max-height: 300px;
  height: 300px;
}

@media screen and (max-width: 575px) {
  .contactFormSection .bgImg {
    display: none;
  }
}

.contactFormSection .bgImg img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.contactFormSection .textFormRow {
  padding-bottom: 70px;
}

.contactFormSection .contactLeftBlock {
  padding-top: 150px;
  padding-left: 90px;
}

@media screen and (max-width: 1600px) {
  .contactFormSection .contactLeftBlock {
    padding-left: 0;
    padding-top: 50px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .contactFormSection .contactLeftBlock {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .contactFormSection .contactLeftBlock {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

.contactFormSection .contactLeftBlock .txt {
  max-width: 358px;
  letter-spacing: .5px;
  margin-top: 18px;
  font-weight: 400;
  text-align: justify;
}

@media screen and (max-width: 1600px) {
  .contactFormSection .contactLeftBlock .txt {
    max-width: 480px;
    margin: 25px auto;
  }
}

@media screen and (max-width: 575px) {
  .contactFormSection .contactLeftBlock .txt {
    margin-top: 15px;
  }
}

.contactFormSection .contactFormContainer {
  border: 2px solid #F3F3F3;
  border-radius: 30px;
  position: relative;
  max-width: 1520px;
  background-color: #fff;
  z-index: 5;
}

.contactFormSection .contactFormContainer .left {
  -ms-flex: 0 0 35.85%;
  -webkit-box-flex: 0;
          flex: 0 0 35.85%;
  max-width: 35.85%;
}

@media screen and (max-width: 1600px) {
  .contactFormSection .contactFormContainer .left {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.contactFormSection .contactFormContainer .right {
  -ms-flex: 0 0 64.15%;
  -webkit-box-flex: 0;
          flex: 0 0 64.15%;
  max-width: 64.15%;
  padding-right: 85px;
}

@media screen and (max-width: 1600px) {
  .contactFormSection .contactFormContainer .right {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .contactFormSection .contactFormContainer .right {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contactFormSection .formBg {
  max-width: 1520px;
  margin: 75px auto 0px;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .contactFormSection .formBg {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .contactFormSection .formBg {
    margin-top: 0;
  }
}

.contactFormSection .formBg .formBox {
  margin-bottom: 10px;
  border: solid 2px transparent;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 575px) {
  .contactFormSection .formBg .formBox {
    margin-bottom: 20px;
  }
}

.contactFormSection .formBg .formBox::before {
  content: '';
  position: absolute;
  left: 116px;
  top: 21px;
  width: 1px;
  height: 15px;
  background: #E1E1E1;
  z-index: 5;
}

@media screen and (max-width: 575px) {
  .contactFormSection .formBg .formBox::before {
    width: 0;
    left: 88px;
  }
}

.contactFormSection .formBg .formBox.formBoxTextarea .colLabel {
  height: 59px;
  padding-top: 14px;
  padding-left: 20px;
  top: 1px;
  left: 1px;
  background: #F3F3F3;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}

@media screen and (max-width: 575px) {
  .contactFormSection .formBg .formBox.formBoxTextarea .colLabel {
    padding-left: 13px;
  }
}

.contactFormSection .formBg .formBox.boxFocus {
  border-color: #DA291C;
}

.contactFormSection .formBg .formBox.boxFocus .form-control {
  background: #fff;
}

.contactFormSection .formBg .formBox.boxFocus.formBoxTextarea .colLabel {
  background: #fff;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.contactFormSection .formBg .selectWrap {
  max-width: 100%;
  width: 100%;
  border-bottom: 0;
  padding-left: 148px;
  background: #F3F3F3;
  height: 50px;
  border-radius: 10px;
  color: #494949;
  height: 55px;
  padding-top: 12px;
}

@media screen and (max-width: 575px) {
  .contactFormSection .formBg .selectWrap {
    padding-left: 100px;
    padding-right: 0.75rem;
  }
}

.contactFormSection .formBg .colLabel {
  position: absolute;
  top: 50%;
  left: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #323232;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .contactFormSection .formBg .colLabel {
    left: 13px;
  }
}

.contactFormSection .formBg .colInput input {
  height: 55px;
  padding-left: 148px;
  border: none;
  border-radius: 10px;
}

@media screen and (max-width: 575px) {
  .contactFormSection .formBg .colInput input {
    padding-left: 100px;
  }
}

.contactFormSection .formBg .colInput input.codeInput {
  padding-right: 120px;
}

@media screen and (max-width: 575px) {
  .contactFormSection .formBg .colInput input.codeInput {
    padding-left: 85px;
    padding-right: 90px;
  }
}

.contactFormSection .formBg .colInput input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contactFormSection .formBg .colInput input::-webkit-input-placeholder {
  color: #C0C0C0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}

.contactFormSection .formBg .colInput input:-ms-input-placeholder {
  color: #C0C0C0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}

.contactFormSection .formBg .colInput input::-ms-input-placeholder {
  color: #C0C0C0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}

.contactFormSection .formBg .colInput input::placeholder {
  color: #C0C0C0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}

.contactFormSection .formBg .colInput select {
  width: 100%;
  height: 55px;
  padding-left: 91px;
  border: none;
  border-radius: 0;
}

.contactFormSection .formBg .colInput select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contactFormSection .formBg .colInput.customSelect {
  height: 55px;
  position: relative;
}

.contactFormSection .formBg .colInput.customSelect select {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.contactFormSection .formBg .colInput .select-selected {
  padding-left: 91px;
  height: 55px;
  border: solid 1px transparent;
  background-color: #fff;
  line-height: 48px;
  color: #b7b7b7;
  cursor: pointer;
}

.contactFormSection .formBg .colInput .select-selected.select-arrow-active {
  border-color: #E59445;
  border-bottom: transparent;
}

.contactFormSection .formBg .colInput .select-selected.select-arrow-active:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.contactFormSection .formBg .colInput .select-selected.alreadySelect {
  color: #000;
}

.contactFormSection .formBg .colInput .select-selected:after {
  position: absolute;
  content: "";
  top: 21px;
  right: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #2F2F2F transparent transparent  transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contactFormSection .formBg .colInput .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: solid 1px #E59445;
  border-top: dotted 1px #B7B7B7;
}

.contactFormSection .formBg .colInput .select-items div {
  color: #333;
  padding: 16px 24px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contactFormSection .formBg .colInput .select-items div:hover {
  background-color: rgba(128, 128, 128, 0.1);
  color: #E59445;
}

.contactFormSection .formBg .colInput .same-as-selected {
  background-color: rgba(128, 128, 128, 0.1);
  color: #E59445;
}

.contactFormSection .formBg .colInput .select-hide {
  display: none;
}

.contactFormSection .formBg .colTextarea textarea {
  padding-left: 148px;
  padding-top: 10px;
  padding-bottom: 35px;
  border: none;
  border-radius: 10px;
  line-height: 35px;
  font-size: 16px;
}

@media screen and (max-width: 575px) {
  .contactFormSection .formBg .colTextarea textarea {
    padding-left: 100px;
  }
}

.contactFormSection .formBg .colTextarea textarea::-webkit-input-placeholder {
  color: #C0C0C0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}

.contactFormSection .formBg .colTextarea textarea:-ms-input-placeholder {
  color: #C0C0C0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}

.contactFormSection .formBg .colTextarea textarea::-ms-input-placeholder {
  color: #C0C0C0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}

.contactFormSection .formBg .colTextarea textarea::placeholder {
  color: #C0C0C0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}

.contactFormSection .formBg .colTextarea textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contactFormSection .formBg .productConsult {
  margin-bottom: 14px;
  padding: 21px 26px 0px;
  background: #F3F3F3;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 575px) {
  .contactFormSection .formBg .productConsult {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 26px 0 13px;
  }
}

.contactFormSection .formBg .productConsult .title {
  display: inline-block;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 62px;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .contactFormSection .formBg .productConsult .title {
    margin-right: 20px;
  }
}

.contactFormSection .formBg .productConsult .title::before {
  content: '';
  position: absolute;
  left: 92px;
  top: 6px;
  width: 1px;
  height: 15px;
  background: #E1E1E1;
  z-index: 5;
}

.contactFormSection .formBg .productConsult .productRow {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.contactFormSection .formBg .productConsult .productCol {
  position: relative;
  width: 100%;
  min-height: 1px;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .contactFormSection .formBg .productConsult .productCol {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 499px) {
  .contactFormSection .formBg .productConsult .productCol {
    width: 100%;
  }
}

.contactFormSection .formBg .productConsult .productCol .contactProductItem {
  width: 100%;
  display: block;
  position: relative;
  height: 90px;
}

.contactFormSection .formBg .productConsult .productCol .contactProductItem .infoRow {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactFormSection .formBg .productConsult .productCol .contactProductItem .infoRow .col1, .contactFormSection .formBg .productConsult .productCol .contactProductItem .infoRow .col2, .contactFormSection .formBg .productConsult .productCol .contactProductItem .infoRow .col3 {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.contactFormSection .formBg .productConsult .productCol .contactProductItem .infoRow .col1 {
  -ms-flex: 0 0 90px;
  -webkit-box-flex: 0;
          flex: 0 0 90px;
  max-width: 90px;
}

.contactFormSection .formBg .productConsult .productCol .contactProductItem .infoRow .col2 {
  -ms-flex: 0 0 calc(100% - 100px);
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
}

.contactFormSection .formBg .productConsult .productCol .contactProductItem .infoRow .col3 {
  -ms-flex: 0 0 10px;
  -webkit-box-flex: 0;
          flex: 0 0 10px;
  max-width: 10px;
}

.contactFormSection .formBg .productConsult .productCol:nth-child(2n+1) {
  padding-right: 38px;
}

@media screen and (max-width: 575px) {
  .contactFormSection .formBg .productConsult .productCol:nth-child(2n+1) {
    padding-right: 5px;
  }
}

.contactFormSection .formBg .productConsult .productCol:nth-child(2n+1)::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1px;
  height: 70px;
  background: #E1E1E1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

@media screen and (max-width: 991px) {
  .contactFormSection .formBg .productConsult .productCol:nth-child(2n+1)::after {
    display: none;
  }
}

.contactFormSection .formBg .productConsult .productCol:nth-child(2n) {
  padding-left: 38px;
}

@media screen and (max-width: 991px) {
  .contactFormSection .formBg .productConsult .productCol:nth-child(2n) {
    padding-left: 0px;
    padding-right: 38px;
  }
}

@media screen and (max-width: 575px) {
  .contactFormSection .formBg .productConsult .productCol:nth-child(2n) {
    padding-right: 5px;
  }
}

.contactFormSection .formBg .productConsult .productCol .imgBox {
  width: 90px;
  height: 90px;
  min-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactFormSection .formBg .productConsult .productCol .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contactFormSection .formBg .productConsult .productCol .txtBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contactFormSection .formBg .productConsult .productCol .txtBox .name {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  padding-right: 5px;
}

.contactFormSection .formBg .productConsult .productCol .txtBox .weight {
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-left: 13px;
}

.contactFormSection .formBg .productConsult .productCol .txtBox .weight::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  width: 1px;
  height: 13px;
}

.contactFormSection .formBg .productConsult .productCol .deleteBtn {
  font-size: 12px;
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  color: #DA291C;
  cursor: pointer;
}

.contactFormSection .formBg .btnRow {
  margin-top: 42px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1600px) {
  .contactFormSection .formBg .btnRow {
    margin-top: 42px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contactFormSection .formBg .btnRow .btnSubmit {
  width: 220px;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  border-radius: 0;
  background: #DA291C;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  border-radius: 50rem;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
}

@media screen and (max-width: 374px) {
  .contactFormSection .formBg .btnRow .btnSubmit {
    width: 100%;
  }
}

.contactFormSection .formBg .btnRow .btnSubmit:hover {
  opacity: 0.6;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
}

.contactFormSection .requiredMark {
  color: #DA291C;
  font-size: 16px;
  margin-right: 4px;
}

.contactCommon .codeImg {
  position: absolute;
  right: 26px;
  top: 12px;
}

@media screen and (max-width: 575px) {
  .contactCommon .codeImg {
    right: 16px;
  }
}

.bootstrap-select.type-1 .dropdown-toggle {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}

.bootstrap-select.type-1 .dropdown-toggle::after {
  width: 14px;
  height: 9px;
  right: 20px;
}

@media screen and (max-width: 575px) {
  .bootstrap-select.type-1 .dropdown-toggle::after {
    right: 15px;
  }
}

/* --------------- */
/* 聯絡我們 聯絡資訊
/* --------------- */
.contactInfoSection {
  background: #F3F3F3;
  margin-top: -149px;
  padding-top: 270px;
  padding-bottom: 396px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .contactInfoSection {
    padding-bottom: 360px;
  }
}

@media screen and (max-width: 767px) {
  .contactInfoSection {
    overflow: hidden;
    padding-top: 240px;
    padding-bottom: 320px;
  }
}

@media screen and (max-width: 575px) {
  .contactInfoSection {
    padding-top: 200px;
    padding-bottom: 480px;
  }
}

.contactInfoSection .colLeft {
  -ms-flex: 0 0 53.7%;
  -webkit-box-flex: 0;
          flex: 0 0 53.7%;
  max-width: 53.7%;
  margin-right: -70px;
}

@media screen and (max-width: 1200px) {
  .contactInfoSection .colLeft {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 575px) {
  .contactInfoSection .colLeft {
    margin-bottom: 0px;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}

.contactInfoSection .colLeft .imgBox {
  border-radius: 30px;
  overflow: hidden;
}

.contactInfoSection .colLeft .imgBox img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.contactInfoSection .colRight {
  -ms-flex: 0 0 46.3%;
  -webkit-box-flex: 0;
          flex: 0 0 46.3%;
  max-width: 46.3%;
}

@media screen and (max-width: 1200px) {
  .contactInfoSection .colRight {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.contactInfoSection .decoTxt {
  color: #fff;
  text-align: center;
  margin-bottom: -20px;
  letter-spacing: 3px;
}

@media screen and (max-width: 1200px) {
  .contactInfoSection .decoTxt {
    font-size: 120px;
    line-height: 120px;
  }
}

@media screen and (max-width: 991px) {
  .contactInfoSection .decoTxt {
    font-size: 100px;
    line-height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .contactInfoSection .decoTxt {
    font-size: 72px;
    line-height: 84px;
  }
}

@media screen and (max-width: 575px) {
  .contactInfoSection .decoTxt {
    font-size: 48px;
    line-height: 50px;
  }
}

.contactInfoContainer {
  border-radius: 10px;
  background: #fff;
  width: 100%;
  max-width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .contactInfoContainer {
    max-width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .contactInfoContainer {
    max-width: 100%;
  }
}

.contactInfoContainer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 37px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contactInfoContainer .top {
    padding: 30px 20px;
  }
}

.contactInfoContainer .top::after {
  content: '';
  width: 86.95%;
  height: 1.5px;
  background: #F3F3F3;
  position: absolute;
  bottom: 0;
  left: 6.525%;
}

.contactInfoContainer .bottom {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .contactInfoContainer .bottom {
    padding-top: 20px;
  }
}

.contactInfoContainer .bottom .item {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0 15px 22px;
}

@media screen and (max-width: 991px) {
  .contactInfoContainer .bottom .item {
    padding: 0 30px 22px;
  }
}

@media screen and (max-width: 767px) {
  .contactInfoContainer .bottom .item {
    padding: 10px 15px 30px;
    margin-bottom: 15px;
  }
}

.contactInfoContainer .bottom .item .type {
  color: #2D2926;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contactInfoContainer .bottom .item .doc {
  color: #2D2926;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
  width: 100%;
  margin-bottom: 0;
  overflow-wrap: break-word;
}

.contactInfoContainer .bottom .itemCol .item::after {
  content: '';
  width: 1px;
  height: 89px;
  background: #F3F3F3;
  position: absolute;
  right: 0;
  top: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contactInfoContainer .bottom .itemCol:last-child .item::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .contactInfoContainer .bottom .itemCol:last-child .item::after {
    width: 89px;
    height: 1.5px;
    background: #F3F3F3;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* --------------- */
/* 隱私權政策
/* --------------- */
.privacy {
  text-align: center;
  padding: 172px 0 360px;
}

.privacy .breadcrumb-item + .breadcrumb-item::before {
  color: #B7B7B7;
}

.privacy .breadcrumb {
  padding-bottom: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.privacy .breadcrumb > li {
  font: 100 14px 'Noto Sans TC', sans-serif;
  letter-spacing: .3px;
}

.privacy .breadcrumb > .active {
  color: #B7B7B7;
}

.privacy .breadcrumb > li a {
  color: #B7B7B7;
}

.privacy .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  width: 28px;
  font-size: 24px;
  top: 1px;
}

.privacy .topBlock {
  padding-bottom: 100px;
}

.privacy .topBlock .title {
  margin-bottom: 32px;
}

.privacy .topBlock .doc {
  margin-bottom: 0;
  font-weight: 400;
}

.privacy .bottomBlock {
  text-align: left;
  position: relative;
  background: #fff;
}

.privacy .bottomBlock .privacyContainer {
  text-align: left;
  border: 2px solid #F3F3F3;
  border-radius: 10px;
  padding-top: 55px;
  padding-bottom: 60px;
}

.privacy .item {
  max-width: 1250px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 50px;
  padding-bottom: 44px;
  padding-left: 29px;
  padding-right: 29px;
}

.privacy .item:last-child {
  border-bottom: 0;
}

.privacy .item .title {
  letter-spacing: .5px;
  margin-bottom: 10px;
}

.privacy .item .des {
  letter-spacing: .5px;
  text-align: justify;
  margin-bottom: 13px;
}

.privacy .dots {
  position: relative;
  margin-left: 24px;
  margin-bottom: 22px;
}

.privacy .dots::before {
  position: absolute;
  content: '';
  top: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -16px;
  border-radius: 0%;
  width: 3px;
  height: 3px;
  background: #2D2926;
}

@media screen and (max-width: 1600px) {
  .privacy .bottomBlock .privacyContainer {
    padding-top: 35px;
  }
}

@media screen and (max-width: 991px) {
  .privacy {
    padding-top: 150px;
  }
  .privacy .topBlock {
    padding-bottom: 80px;
  }
  .privacy .bottomBlock .privacyContainer {
    padding-top: 0;
  }
}

@media screen and (max-width: 575px) {
  .privacy {
    padding-top: 100px;
  }
  .privacy .topBlock {
    padding-bottom: 50px;
  }
  .privacy .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
  }
  .privacy .item {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .privacy .item .title {
    margin-bottom: 20px;
  }
}

/* --------------- */
/* 404
/* --------------- */
.page404 {
  min-height: 100vh;
}

.page404 .topBlock .imgBox img, .page404 .contentBlock .imgBox img {
  max-width: 100%;
  height: auto;
}

.page404 .topBlock {
  top: 50px;
  width: 1545px;
  padding-left: 27px;
  padding-right: 27px;
  justify-self: flex-start;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .page404 .topBlock {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 575px) {
  .page404 .topBlock {
    top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
  }
}

.page404 .topBlock .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
  .page404 .topBlock .imgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page404 .topBlock .imgBox img {
  width: 300px;
  height: 61px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .page404 .topBlock .imgBox img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media screen and (max-width: 575px) {
  .page404 .topBlock .imgBox img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.page404 .contentBlock {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 111px);
  padding-bottom: 50px;
}

.page404 .contentBlock .title {
  margin-bottom: 22px;
  text-align: justify;
  line-height: 48px;
}

@media screen and (max-width: 575px) {
  .page404 .contentBlock .title {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: .5px;
  }
}

.page404 .contentBlock .container {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 80px;
}

@media screen and (max-width: 575px) {
  .page404 .contentBlock .container {
    padding-top: 50px;
  }
}

.page404 .contentBlock .row {
  margin-left: -25px;
  margin-right: -25px;
}

.page404 .contentBlock .cols {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 1200px) {
  .page404 .contentBlock .cols {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 575px) {
  .page404 .contentBlock .cols {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.page404 .imgContainer, .page404 .txtContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1200px) {
  .page404 .imgContainer .imgBox {
    max-width: 300px;
  }
}

@media screen and (max-width: 575px) {
  .page404 .imgContainer .imgBox {
    max-width: 200px;
  }
}

.page404 .txtContainer {
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0px;
}

@media screen and (max-width: 1200px) {
  .page404 .txtContainer {
    padding-left: 0;
    padding-top: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 575px) {
  .page404 .txtContainer {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.page404 .txtBox .doc {
  max-width: 496px;
  margin-bottom: 0;
  text-align: justify;
}

@media screen and (max-width: 1200px) {
  .page404 .txtBox .doc {
    max-width: 540px;
  }
}

@media screen and (max-width: 575px) {
  .page404 .txtBox .doc {
    margin-bottom: 25px;
  }
}

.page404 .yellowBtnRow {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 70px;
  padding-left: 50px;
}

@media screen and (max-width: 575px) {
  .page404 .yellowBtnRow {
    padding-left: 0;
    padding-top: 0;
  }
}

.page404 .yellowBtn .btnInner .yellowBox {
  padding-left: 10px;
}

.page404 .yellowBtn .iconBox {
  font-size: 15px;
}

/* --------------- */
/* en
/* --------------- */
:lang(en) body {
  font-family: 'Nunito Sans', 'Noto Sans TC', sans-serif;
}

:lang(en) .ff-no {
  font-family: 'Nunito Sans', 'Noto Sans TC', sans-serif;
}

:lang(en) .pages .dropDownContainer .navTitle {
  font-weight: bold;
}

:lang(en) .pages .dropDownContainer .item {
  line-height: 1.25;
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  :lang(en) .pages .dropDownContainer .item {
    padding: 14px;
    min-height: 70px;
  }
}

@media screen and (max-width: 991px) {
  :lang(en) .pages .dropDownContainer .itemRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  :lang(en) .pages .dropDownContainer .itemRow a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    margin: 0 10px 20px;
  }
}

@media screen and (max-width: 575px) {
  :lang(en) .pages .dropDownContainer .itemRow a {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0;
  }
}

:lang(en) .breadcrumb > li {
  font: 400 16px 'Nunito Sans', 'Noto Sans TC', sans-serif;
}

:lang(en) .header .langBtn i::before {
  margin-bottom: 0;
}

@media screen and (max-width: 1499px) {
  :lang(en) .header .headerWrap .headerInner .headNavWrap .exceptLang {
    padding-left: 0;
  }
}

:lang(en) .header .headerWrap .headerInner .headNavWrap .headNavInner > li a {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
}

:lang(en) .header .headerWrap .headerInner .headNavWrap .headNavInner > li a.navContactBtn {
  margin-left: 20px;
}

@media screen and (max-width: 1599px) {
  :lang(en) .header .headerWrap .headerInner .headNavWrap .headNavInner > li a.navContactBtn {
    width: 100%;
    max-width: 220px;
    padding: 0 24px;
  }
}

:lang(en) .header .headerWrap .headerInner .headNavWrap .headNavInner > li .dropdown {
  width: 180px;
}

@media screen and (max-width: 1599px) {
  :lang(en) .header .headerWrap .headerInner .headNavWrap .headNavInner > li.contact {
    width: 180px;
  }
}

@media screen and (max-width: 1600px) {
  :lang(en) .header .headerWrap .headerInner .headNavWrap .headNavInner > li.lang {
    margin-left: 20px;
  }
}

:lang(en) .header .headerWrap .headerInner .headNavWrap .headNavInner > li.lang .dropdown {
  width: 165px;
}

@media screen and (max-width: 1699px) {
  :lang(en) .header .headerWrap .headerInner .headNavWrap .headNavInner > li.lang .dropdown {
    width: 100px;
  }
}

:lang(en) .header.scroll .headerWrap .headerInner .headNavWrap .headNavInner > li a.navContactBtn {
  font-weight: bold;
}

@media screen and (max-width: 300px) {
  :lang(en) footer .topBlock .left .img {
    height: 380px;
  }
}

:lang(en) footer .topBlock .left .inner {
  max-height: 320px;
}

@media screen and (min-width: 1600px) {
  :lang(en) footer .topBlock .left .inner {
    max-width: 400px;
  }
}

@media screen and (max-width: 575px) {
  :lang(en) footer .topBlock .left .inner {
    max-height: 286px;
    top: 10%;
  }
}

@media screen and (max-width: 300px) {
  :lang(en) footer .topBlock .left .inner {
    max-height: 320px;
  }
}

:lang(en) footer .topBlock .left .inner .txt {
  font-size: 32px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  :lang(en) footer .topBlock .left .inner .txt {
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) {
  :lang(en) footer .topBlock .left .inner .txt {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  :lang(en) footer .topBlock .right .inner {
    max-width: 100%;
  }
}

:lang(en) footer .topBlock .right a .txt {
  font-size: 32px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  :lang(en) footer .topBlock .right a .txt {
    font-size: 28px;
  }
}

@media screen and (max-width: 575px) {
  :lang(en) footer .topBlock .right a .txt {
    font-size: 26px;
  }
}

:lang(en) footer .topBlock .items {
  width: 100%;
  max-width: 1440px;
  padding-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1499px) {
  :lang(en) footer .topBlock .items {
    width: auto;
  }
}

:lang(en) footer .topBlock .items .rightItem {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 480px);
}

@media screen and (max-width: 1499px) {
  :lang(en) footer .topBlock .items .rightItem {
    width: auto;
  }
}

:lang(en) footer .topBlock .items .type {
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  :lang(en) footer .topBlock .items .type {
    min-width: 70px;
  }
}

:lang(en) footer .topBlock .item {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 1499px) {
  :lang(en) footer .topBlock .item {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  :lang(en) footer .topBlock .item {
    padding-right: 27px;
    padding-left: 27px;
  }
}

:lang(en) footer .topBlock .item:not(:last-child)::after {
  right: -40px;
}

@media screen and (max-width: 1499px) {
  :lang(en) footer .topBlock .item:not(:last-child)::after {
    right: 0;
  }
}

:lang(en) footer .bottomBlock .rowCustom .left {
  -ms-flex: 0 0 67%;
  -webkit-box-flex: 0;
          flex: 0 0 67%;
  max-width: 67%;
}

@media screen and (max-width: 1200px) {
  :lang(en) footer .bottomBlock .rowCustom .left {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

@media screen and (max-width: 991px) {
  :lang(en) footer .bottomBlock .rowCustom .left {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

:lang(en) footer .bottomBlock .rowCustom .left .mobileItems .itemRow {
  max-width: 497px;
}

:lang(en) footer .bottomBlock .rowCustom .left .mobileItems .itemRow .mobileTitle {
  font-weight: bold;
}

:lang(en) footer .bottomBlock .rowCustom .left .mobileItems .itemRow:first-child .mobileTitle:first-child {
  width: 33.33%;
}

:lang(en) footer .bottomBlock .rowCustom .left .mobileItems .itemRow:first-child .mobileTitle:nth-child(3) {
  width: 33.33%;
}

@media screen and (max-width: 1200px) {
  :lang(en) footer .bottomBlock .rowCustom .right {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 991px) {
  :lang(en) footer .bottomBlock .rowCustom .right {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

:lang(en) .index-banner-section .swiper-container.text .swiper-slide .text-inner .title {
  line-height: 1.2;
  max-width: 700px;
  font-size: 68px;
}

@media screen and (max-width: 991px) {
  :lang(en) .index-banner-section .swiper-container.text .swiper-slide .text-inner .title {
    font-size: 62px;
  }
}

@media screen and (max-width: 767px) {
  :lang(en) .index-banner-section .swiper-container.text .swiper-slide .text-inner .title {
    font-size: 52px;
  }
}

@media screen and (max-width: 575px) {
  :lang(en) .index-banner-section .swiper-container.text .swiper-slide .text-inner .title {
    max-width: 100%;
    font-size: 38px;
  }
}

:lang(en) .index-banner-section .swiper-container.text .swiper-slide .text-inner .des {
  max-width: 620px;
}

:lang(en) .index-about-section .rightContainer .txtBox {
  max-width: 430px;
}

@media screen and (max-width: 1200px) {
  :lang(en) .index-about-section .rightContainer .txtBox {
    max-width: 100%;
  }
}

:lang(en) .indexQaItem .circle {
  font-size: 20px;
  line-height: 24px;
}

:lang(en) .index-technical-section .rowCustom .colRight .rightContainer {
  text-align: left;
  padding-top: 100px;
}

@media screen and (max-width: 1600px) {
  :lang(en) .index-technical-section .rowCustom .colRight .rightContainer {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1399px) {
  :lang(en) .index-technical-section .rowCustom .colRight .rightContainer {
    padding-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  :lang(en) .index-technical-section .rowCustom .colRight .rightContainer {
    padding-top: 0;
  }
}

:lang(en) #index .chTitle.t1, :lang(en) #index .chTitle.t2, :lang(en) #index .chTitle.t3 {
  line-height: 52px;
}

@media screen and (max-width: 767px) {
  :lang(en) #index .chTitle.t1, :lang(en) #index .chTitle.t2, :lang(en) #index .chTitle.t3 {
    line-height: 48px;
  }
}

@media screen and (max-width: 575px) {
  :lang(en) #index .chTitle.t1, :lang(en) #index .chTitle.t2, :lang(en) #index .chTitle.t3 {
    line-height: 40px;
  }
}

:lang(en) .about2-3 .whiteContainer {
  padding: 40px 135px 30px;
}

@media screen and (max-width: 1499px) {
  :lang(en) .about2-3 .whiteContainer {
    padding: 40px 60px 30px;
  }
}

@media screen and (max-width: 768px) {
  :lang(en) .about2-3 .whiteContainer {
    padding: 45px 30px 45px 50px;
  }
}

@media screen and (max-width: 575px) {
  :lang(en) .about2-3 .whiteContainer {
    padding: 40px 32px;
  }
}

:lang(en) .about2-3 .scrollbarY {
  height: 310px;
}

@media screen and (max-width: 768px) {
  :lang(en) .about2-3 .scrollbarY {
    height: auto;
  }
}

:lang(en) .about3-1 .txt, :lang(en) .about3-2 .txt, :lang(en) .about3-3 .txt, :lang(en) .about3-4 .txt {
  text-align: left !important;
}

:lang(en) .productsNavSection .navSlick a {
  font-weight: bold;
  line-height: 1.25;
}

:lang(en) .productsNavSection .navSlick a .productDetail .circle .txt {
  width: auto;
}

:lang(en) .productsListItem .moreBtn {
  font-weight: bold;
  font-family: 'Nunito Sans', 'Noto Sans TC', sans-serif;
}

:lang(en) .productsListItem .name span {
  font-weight: bold;
  font-family: 'Nunito Sans', 'Noto Sans TC', sans-serif;
}

:lang(en) .productDetail .breadcrumb > li {
  font: 400 14px 'Nunito Sans', 'Noto Sans TC', sans-serif;
}

:lang(en) .productDetail .circle .txt {
  font-family: 'Nunito Sans', 'Noto Sans TC', sans-serif;
  width: auto;
}

:lang(en) .contactFormSection .formBg .selectWrap {
  padding-top: 14px;
}

@media screen and (max-width: 575px) {
  :lang(en) .contactFormSection .formBg .colInput input.codeInput {
    padding-left: 120px;
  }
}

:lang(en) .contactFormSection .formBg .formBox.codeBox::before {
  left: 136px;
}

@media screen and (min-width: 1601px) {
  :lang(en) .contactFormSection .formBg .productConsult .title {
    margin-right: 30px;
  }
}

:lang(en) .contactFormSection .formBg .productConsult .title::before {
  left: auto;
  right: -18px;
}

:lang(en) .privacy .item .des {
  text-align: left;
}

:lang(en) .privacy .breadcrumb > li {
  font: 400 14px "Nunito Sans", 　 "Noto Sans TC", sans-serif;
}

@media screen and (max-width: 1200px) {
  :lang(en) .page404 .txtBox .doc {
    max-width: 100%;
  }
}
