@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:500");
@import url("https://fonts.googleapis.com/css?family=Muli:200,300,400,700,900");
.Bbox_flexBetween, .pageControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.row {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.middle-gutters {
  overflow: hidden;
}
.middle-gutters .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.middle-gutters .row > .col, .middle-gutters .row > [class*=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.small-gutters {
  overflow: hidden;
}
.small-gutters .row {
  margin-right: -3.75px;
  margin-left: -3.75px;
}
.small-gutters .row > .col, .small-gutters .row > [class*=col-] {
  padding-right: 3.75px;
  padding-left: 3.75px;
}

@media screen and (max-width: 1024px) {
  .small-gutters > .col:first-child, .small-gutters > [class*=col-]:first-child {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .small-gutters > .col:last-child, .small-gutters > [class*=col-]:last-child {
    padding-left: 0;
  }
}
.colV {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.colLeft {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.colRight {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.colCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

.colBetween {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.colVCenter {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.colVEnd {
  -ms-flex-align: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-2_5, .col-xs-2_5, .col-sm-2_5, .col-md-2_5, .col-lg-2_5, .col-xl-2_5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-auto2 {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.col-2_5 {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-2_5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-2_5 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-2_5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-2_5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

*,
*:focus,
*:active,
*:hover {
  outline: none;
}

html,
body {
  padding: 0;
  margin: 0;
  min-height: 100%;
}

body {
  background-color: initial;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*因為css reset後，後台編輯器產生的table, caption,tbody, tfoot, thead, tr, th, td, b, strong, ,u,s,sub,sup,blockquote樣式無法正常顯示在前台，2021.01.28取消這些標籤的reset,可能會影響其他頁面。*/
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, tt, var, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #b70000;
}

::selection {
  color: #ffffff;
  background: #b70000;
}

.container_full {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.headerStyle05 > .topLinkContent,
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .headerStyle05 > .topLinkContent,
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .headerStyle05 > .topLinkContent,
  .container {
    width: 992px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .headerStyle05 > .topLinkContent,
  .container {
    width: 1200px;
  }
}
@media (min-width: 1500px) {
  .headerStyle05 > .topLinkContent,
  .container {
    width: 1440px;
  }
}
img {
  height: auto;
  max-width: 100%;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #b70000;
}
a.a_link {
  color: #b70000;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin-bottom: 1em;
  text-align: justify;
}

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

.faqItemStyle-2 .faqItem .faqItem_head i, .faqItemStyle-2 .faqItem .faqItem_head, .faqItemStyle-1 .faqItem .faqItem_head i, .faqItemStyle-1 .faqItem .faqItem_head, .faqItem_main .faqItem .faqItem_head i, .faqItem_main .faqItem .faqItem_head, .slick-slider .slick-arrow, .headerStyle07 .navBar .navMenu > li.navMenu_control, .headerStyle02 .header_inner .logo img, .headerStyle02, header .navBar .navMenu.navMenu2 > li > a:hover, header .navBar .navMenu.navMenu2 > li > a span, header .navBar .navMenu.navMenu2 > li > a, header .navBar .navMenu > li.multiMenu .inner .inner_menu a, header .navBar .navMenu > li.multiMenu .inner, header .navBar .navMenu > li.multiMenu, header .navBar .navMenu > li.moreMenu, header .navBar .navMenu.hoverEffect_03 > li > a > span:after, header .navBar .navMenu.hoverEffect_02 > li > a > span:after, header .navBar .navBarContent .logo img, header .topLink, .radioBox_group .signIcon:before, .checkBox_group .signIcon:before, .radioBox_group .signIcon:after, .checkBox_group .signIcon:after, .switch_password .toggle-password, .menuListStyle_1 li:active:before, .menuListStyle_1 li:hover:before, .menuListStyle_1 li:focus:before, .listStyle_border *:not(ul):not(.subMenu), .menuListStyle_1 *:not(ul):not(.subMenu), .listStyle_Multi *:not(ul):not(.subMenu), .listStyle_faicon *:not(ul):not(.subMenu), .menuListStyle_3 *:not(ul):not(.subMenu), .menuListStyle_2 *:not(ul):not(.subMenu), .listStyle_content *:not(ul):not(.subMenu), .listStyle *:not(ul):not(.subMenu), .menuListStyle_4 *:not(ul):not(.subMenu), .itemImgHover:before, .itemImgHover:after, a {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.text-right,
.text-rcenter {
  text-align: right;
}

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

.mb {
  display: none !important;
}

.editorBlock, .editor, .cke_editable {
  /*在編輯器的地方還原a連結預設樣式20210129修正*/
  /*後台還原v4樣式*/
}
.editorBlock img, .editor img, .cke_editable img {
  max-width: 100% !important;
  height: auto;
}
.editorBlock table, .editorBlock iframe, .editor table, .editor iframe, .cke_editable table, .cke_editable iframe {
  max-width: 100%;
}
.editorBlock a, .editor a, .cke_editable a {
  cursor: pointer;
}
.editorBlock a:link, .editor a:link, .cke_editable a:link {
  text-decoration: underline;
  color: #0000ff;
}
.editorBlock a:visited, .editor a:visited, .cke_editable a:visited {
  text-decoration: underline;
  color: purple;
}
.editorBlock a:active, .editor a:active, .cke_editable a:active {
  text-decoration: underline;
  color: red;
}
.editorBlock b, .editor b, .cke_editable b {
  font-weight: bold;
}
.editorBlock span[lang=EN-US], .editor span[lang=EN-US], .cke_editable span[lang=EN-US] {
  font-style: italic;
}
.editorBlock ul, .editor ul, .cke_editable ul {
  list-style-type: disc;
  padding-left: 30px;
}
.editorBlock ol, .editor ol, .cke_editable ol {
  list-style-type: decimal;
  padding-left: 30px;
}
.editorBlock em, .editor em, .cke_editable em {
  font-style: italic;
}
.editorBlock a.btn-cis1, .editor a.btn-cis1, .cke_editable a.btn-cis1 {
  color: #fff;
  text-decoration: none;
}
.editorBlock .overlap2 .btnBlock a, .editor .overlap2 .btnBlock a, .cke_editable .overlap2 .btnBlock a {
  color: #333;
  text-decoration: none;
}
.editorBlock .overlap2 .btnBlock a:hover, .editorBlock .overlap2 .btnBlock a:focus, .editor .overlap2 .btnBlock a:hover, .editor .overlap2 .btnBlock a:focus, .cke_editable .overlap2 .btnBlock a:hover, .cke_editable .overlap2 .btnBlock a:focus {
  color: #b70000;
}
.editorBlock .overlap4 .overlapBtn, .editor .overlap4 .overlapBtn, .cke_editable .overlap4 .overlapBtn {
  color: #333;
  text-decoration: none;
}
.editorBlock .overlap4 .overlapBtn:hover, .editorBlock .overlap4 .overlapBtn:focus, .editor .overlap4 .overlapBtn:hover, .editor .overlap4 .overlapBtn:focus, .cke_editable .overlap4 .overlapBtn:hover, .cke_editable .overlap4 .overlapBtn:focus {
  color: #b70000;
}
.editorBlock .listBlock .imgBox img, .editor .listBlock .imgBox img, .cke_editable .listBlock .imgBox img {
  height: 100%;
}
.editorBlock .listBlock .moreBtn, .editor .listBlock .moreBtn, .cke_editable .listBlock .moreBtn {
  color: #b70000;
  text-decoration: none;
}
.editorBlock .historyType6 .timeLineContentBox .dot, .editor .historyType6 .timeLineContentBox .dot, .cke_editable .historyType6 .timeLineContentBox .dot {
  margin: 0;
  -webkit-animation: none;
          animation: none;
}
.editorBlock .historyType5 .timeLineContentBox .date span, .editor .historyType5 .timeLineContentBox .date span, .cke_editable .historyType5 .timeLineContentBox .date span {
  font-family: "Lato", arial, "文泉驛正黑", "WenQuanYi Zen Hei", "Heiti TC", "微軟正黑體", "Microsoft JhengHei";
}
.editorBlock .imgHoverBox img, .editor .imgHoverBox img, .cke_editable .imgHoverBox img {
  max-width: none !important;
}
.editorBlock a.large-btn, .editor a.large-btn, .cke_editable a.large-btn {
  color: #fff;
  text-decoration: none;
}
.editorBlock .imgHoverBox span a, .editor .imgHoverBox span a, .cke_editable .imgHoverBox span a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .L_hide {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hamburger_hide {
    display: none;
  }
}
@media (max-width: 992px) {
  .container_full {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-rcenter,
  .text-lcenter {
    text-align: center;
  }
  .M_hide {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .mb {
    display: block !important;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.v4_animate {
  opacity: 0;
}
.v4_animate.in {
  -webkit-animation: fadeIn 1s ease-in-out forwards;
  animation: fadeIn 1s ease-in-out forwards;
}
.v4_animate.fadeUp.in {
  -webkit-animation: fadeUp 1s ease-in-out forwards;
  animation: fadeUp 1s ease-in-out forwards;
}
.v4_animate.fadeDown.in {
  -webkit-animation: fadeDown 1s ease-in-out forwards;
  animation: fadeDown 1s ease-in-out forwards;
}
@media (max-width: 767px) {
  .v4_animate.fadeDown.in {
    -webkit-animation: fadeUp 1s ease-in-out forwards;
    animation: fadeUp 1s ease-in-out forwards;
  }
}
.v4_animate.fadeRight.in {
  -webkit-animation: fadeRight 1s ease-in-out forwards;
  animation: fadeRight 1s ease-in-out forwards;
}
@media (max-width: 767px) {
  .v4_animate.fadeRight.in {
    -webkit-animation: fadeUp 1s ease-in-out forwards;
    animation: fadeUp 1s ease-in-out forwards;
  }
}
.v4_animate.fadeLeft.in {
  -webkit-animation: fadeLeft 1s ease-in-out forwards;
  animation: fadeLeft 1s ease-in-out forwards;
}
@media (max-width: 767px) {
  .v4_animate.fadeLeft.in {
    -webkit-animation: fadeUp 1s ease-in-out forwards;
    animation: fadeUp 1s ease-in-out forwards;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_01 {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_02 {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_03 {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_04 {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_05 {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_06 {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_07 {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_08 {
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_09 {
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_10 {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_11 {
    -webkit-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_12 {
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_13 {
    -webkit-animation-delay: 1.3s !important;
    animation-delay: 1.3s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_14 {
    -webkit-animation-delay: 1.4s !important;
    animation-delay: 1.4s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_15 {
    -webkit-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_16 {
    -webkit-animation-delay: 1.6s !important;
    animation-delay: 1.6s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_17 {
    -webkit-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_18 {
    -webkit-animation-delay: 1.8s !important;
    animation-delay: 1.8s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_19 {
    -webkit-animation-delay: 1.9s !important;
    animation-delay: 1.9s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_20 {
    -webkit-animation-delay: 2s !important;
    animation-delay: 2s !important;
  }
}
@media (min-width: 768px) {
  .v4_animate.delay_21 {
    -webkit-animation-delay: 2.1s !important;
    animation-delay: 2.1s !important;
  }
}

html {
  font-size: 18px;
}

body {
  color: #333333;
  font-size: 1rem;
  font-family: "Noto Serif TC", "Lato", arial, "Heiti TC", "微軟正黑體", "Microsoft JhengHei";
  line-height: 1.8;
  font-weight: inherit;
  letter-spacing: 0.3px;
  overflow-x: hidden;
}

h1, .h1 {
  font-size: 2.625em;
}

h2, .h2 {
  font-size: 2em;
}

h3, .h3 {
  font-size: 1.5em;
}

h4, .h4 {
  font-size: 1.125em;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  font-size: 0.75em;
}

@media (max-width: 768px) {
  body {
    font-size: 0.833333rem;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  body {
    font-size: 0.888889rem;
  }
}
.small {
  font-size: 0.888889rem;
}
@media (max-width: 768px) {
  .small {
    font-size: 0.777778rem;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .small {
    font-size: 0.833333rem;
  }
}

.mini {
  font-size: 0.777778rem;
}
@media (max-width: 768px) {
  .mini {
    font-size: 0.666667rem;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .mini {
    font-size: 0.722222rem;
  }
}

.strong_txt {
  font-weight: bold;
}

.common_bk_txt {
  color: #000000;
}
.common_bk_txt strong {
  font-weight: bold;
}
.common_bk_txt a,
.common_bk_txt span {
  color: #5c5e5d;
}
.common_bk_txt a {
  color: #b70000;
}

.common_red_txt {
  color: #ff0000;
}
.common_red_txt strong {
  font-weight: bold;
}

.common_gy_txt {
  color: #5c5e5d;
}
.common_gy_txt strong {
  font-weight: bold;
}
.common_gy_txt a {
  color: #5c5e5d;
  text-decoration: underline;
}

.common_wh_txt {
  color: #ffffff;
}
.common_wh_txt strong {
  font-weight: bold;
}

.rwd_img {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.img-circle,
.img-rectangle {
  display: block;
  text-align: center;
  overflow: hidden;
}

.img-circle {
  border-radius: 50%;
}
.img-circle img {
  border-radius: 50%;
}

.img-rectangle {
  border-radius: 5px;
}
.img-rectangle img {
  border-radius: 5px;
}

.itemImg {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.itemImg img {
  display: block;
  height: 100%;
  width: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.itemImg.noneImg {
  background-color: #b70000;
  background-image: url("../images_v4/noImage.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.itemImg.noneImg img {
  display: none;
}
.itemImg.square {
  padding-bottom: 100%;
}
.itemImg.traight {
  padding-bottom: 133.333%;
}
.itemImg.a4 {
  padding-bottom: 141.42857%;
}
.itemImg.customSize {
  padding-bottom: 31.655%;
}
.itemImg.customSize2 {
  padding-bottom: 46.155%;
}
.itemImg.refreshing {
  width: 80%;
}
.itemImg.refreshing img {
  width: auto;
}

a:has(.refreshing) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.itemImgHover:hover:before, .itemImgHover:hover:after {
  opacity: 1;
}
.itemImgHover:before, .itemImgHover:after {
  position: absolute;
  opacity: 0;
}
.itemImgHover:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(183, 0, 0, 0.5);
  z-index: 1;
}
.itemImgHover:after {
  content: "\f065";
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  font-family: FontAwesome;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  left: 50%;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #b70000;
  z-index: 2;
}
.itemImgHover.video-revise::after {
  content: "\e90a";
  font-family: "icomoon" !important;
  background-color: #ff0000;
}
.itemImgHover.hoverEffect1:hover:before {
  top: 0;
}
.itemImgHover.hoverEffect1:hover:after {
  top: 50%;
}
.itemImgHover.hoverEffect1:before {
  top: 100%;
}
.itemImgHover.hoverEffect1:after {
  top: 45%;
}
.itemImgHover.hoverEffect2:hover:after {
  font-size: 2em;
}
.itemImgHover.hoverEffect2:after {
  font-size: 3em;
  background-color: transparent;
}
.itemImgHover.hoverEffect3:hover:before {
  bottom: -60px;
  left: -60px;
  background: #b70000;
}
.itemImgHover.hoverEffect3:before {
  top: auto;
  bottom: -120px;
  left: -120px;
  width: 120px;
  height: 120px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.itemImgHover.hoverEffect3:after {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 48px;
  height: 48px;
  background-color: transparent;
}
.itemImgHover.hoverEffect4::after {
  display: none;
}
.itemImgHover.hoverEffect4:hover .hover-effect {
  opacity: 1;
}
.itemImgHover.hoverEffect4 .hover-effect {
  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;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}
.itemImgHover.hoverEffect4 .hover-effect .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1458333333vw;
  font-weight: 700;
  color: #fff;
  margin: initial;
}
.itemImgHover.hoverEffect4 .hover-effect .text::after {
  content: "";
  display: block;
  width: 3.5416666667vw;
  height: 0.15625vw;
  margin-left: 0.8333333333vw;
  background-color: #fff;
}
.itemImgHover.hoverEffect4 .hover-effect .icon-wrapper {
  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;
  top: 1.6666666667vw;
  right: 1.6666666667vw;
  width: 3.0208333333vw;
  height: 3.0208333333vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.itemImgHover.hoverEffect4 .hover-effect .icon-wrapper svg {
  width: 50%;
  top: 3px;
  fill: #fff;
  position: relative;
}

/*.circleDeco{
	position: relative;
	&:before{
		border: 1px solid $cis1;
  left: -4%;
  top: -4%;
	}
	&:after{
		border: 1px solid $cis3;
  left: -2%;
  top: -2%;
	}
	&:before,&:after{
		content: ' ';
		position: absolute;
		width: 105%;
		height: 105%;
		z-index: 0;
		border-radius: 100%;
	}
}*/
.imgHoverBox {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.imgHoverBox img {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.imgHoverBox span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 1px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.imgHoverBox span a {
  display: block;
  color: #fff;
}
.imgHoverBox:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.imgHoverBox:hover span {
  background-color: #000000;
  border-color: #000000;
}

.img-scrollBox {
  overflow: visible;
}

.imgBox180 {
  width: 100%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.imgBox270 {
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.col-list5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sectionBlock {
  margin: 50px 0;
}

.sectionBlock_mt {
  margin-top: 50px;
}

.sectionBlock_mb {
  margin-bottom: 50px;
}

.sectionBlock_pd {
  padding: 50px 0;
}

.sectionBlock_pt {
  padding-top: 50px;
}

.sectionBlock_pb {
  padding-bottom: 50px;
}

.sectionBlock_pt_half {
  padding-top: 25px;
}

.innerBlock {
  margin: 50px 0;
}
.innerBlock .halfBgBlock > div .halfBgBlock_inner {
  width: 81%;
}

.innerBlock_mt {
  margin-top: 50px;
}

.innerBlock_mb {
  margin-bottom: 50px;
}

.innerBlock_pd {
  padding: 50px 0;
}

.innerBlock_pt {
  padding-top: 50px;
}

.innerBlock_pb {
  padding-bottom: 50px;
}

.innerBlock_half {
  margin: 25px 0;
}

.innerBlock_half_mt {
  margin-top: 25px;
}

.innerBlock_half_mb {
  margin-bottom: 25px;
}

.innerBlock_half_pt {
  padding-top: 25px;
}

.innerBlock_half_pb {
  padding-bottom: 25px;
}

.innerBlock_small {
  margin: 15px 0;
}

.innerBlock_small_mt {
  margin-top: 15px;
}

.innerBlock_small_mb {
  margin-bottom: 15px;
}

.sectionBlock_pd {
  padding: 25px 0;
}

.innerBlock_small {
  margin: 25px 0;
}

.innerBlockMB_small {
  margin-bottom: 25px;
}

.contBlock_300 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contBlock_400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contBlock_500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contBlock_600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contBlock_700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contBlock_800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contBlock_950 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contBlock_1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contBlock_1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contBlock_1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contBlock_1300 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.halfBgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #666666;
  overflow: hidden;
}
.halfBgBlock > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.halfBgBlock > div .itemImg {
  padding-bottom: 0;
  height: 100%;
}
.halfBgBlock > div .halfBgBlock_inner {
  width: 60%;
  position: relative;
  padding-top: 71.6px;
  padding-bottom: 71.6px;
  z-index: 4;
}
.halfBgBlock > div .halfBgBlock_inner .blockTitle > span,
.halfBgBlock > div .halfBgBlock_inner .blockTitle > small {
  color: #ffffff;
}
.halfBgBlock > div .halfBgBlock_inner p,
.halfBgBlock > div .halfBgBlock_inner .articleTitle {
  color: #ffffff;
}
.halfBgBlock.halfBgBlock_rBlk > div:nth-child(2) .halfBgBlock_inner {
  margin-left: 8.333333%;
  margin-right: auto;
}
.halfBgBlock.halfBgBlock_rBlk_angle > div:nth-child(2) {
  position: relative;
}
.halfBgBlock.halfBgBlock_rBlk_angle > div:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #666666;
  -webkit-transform: skew(-10deg) translateX(-7.5%);
          transform: skew(-10deg) translateX(-7.5%);
  z-index: 3;
}
.halfBgBlock.halfBgBlock_rBlk_angle > div:nth-child(2) .halfBgBlock_inner {
  margin-left: 0;
}
.halfBgBlock.halfBgBlock_lBlk > div:nth-child(1) .halfBgBlock_inner {
  margin-left: auto;
  margin-right: 8.333333%;
}
.halfBgBlock.halfBgBlock_lBlk_angle > div:nth-child(1) {
  position: relative;
}
.halfBgBlock.halfBgBlock_lBlk_angle > div:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #666666;
  -webkit-transform: skew(10deg) translateX(7.5%);
          transform: skew(10deg) translateX(7.5%);
  z-index: 4;
}
.halfBgBlock.halfBgBlock_lBlk_angle > div:nth-child(1) .halfBgBlock_inner {
  margin-right: 0;
}

.fullBlock_2c {
  background-color: #e3e4e4;
}
.fullBlock_2c .itemImg {
  padding-bottom: 420px;
}
.fullBlock_2c .inner_txtFrame {
  padding: 0 70px;
}
.fullBlock_2c .inner_txtFrame > .row {
  min-height: 420px;
}
.fullBlock_2c a {
  display: block;
}
.fullBlock_2c a .blockTitle {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.fullBlock_2c a .blockTitle > span,
.fullBlock_2c a .blockTitle > small {
  color: #ffffff;
}
.fullBlock_2c a.bg_dark {
  background-color: #666666;
}
.fullBlock_2c a.bg_light {
  background-color: #8b8b8b;
}

@media (max-width: 1440px) {
  .halfBgBlock.halfBgBlock_lBlk > div:nth-child(1) .halfBgBlock_inner, .halfBgBlock.halfBgBlock_lBlk_angle > div:nth-child(1) .halfBgBlock_inner {
    width: 100%;
    margin: 0;
    padding-left: 30px;
  }
  .halfBgBlock.halfBgBlock_rBlk > div:nth-child(2) .halfBgBlock_inner, .halfBgBlock.halfBgBlock_rBlk_angle > div:nth-child(2) .halfBgBlock_inner {
    width: 100%;
    margin: 0;
    padding-right: 30px;
  }
  .halfBgBlock.halfBgBlock_lBlk:not(.halfBgBlock_lBlk_angle) > div:nth-child(1) .halfBgBlock_inner {
    padding-right: 30px;
  }
  .halfBgBlock.halfBgBlock_rBlk:not(.halfBgBlock_rBlk_angle) > div:nth-child(2) .halfBgBlock_inner {
    padding-left: 30px;
  }
  .fullBlock_2c .inner_txtFrame {
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .halfBgBlock.halfBgBlock_lBlk_angle > div:nth-child(1)::before {
    -webkit-transform: skew(10deg) translateX(10%);
            transform: skew(10deg) translateX(10%);
  }
  .halfBgBlock.halfBgBlock_rBlk_angle > div:nth-child(2)::before {
    -webkit-transform: skew(-10deg) translateX(-10%);
            transform: skew(-10deg) translateX(-10%);
  }
}
@media (max-width: 992px) {
  .graphicExchange > .col:first-child, .graphicExchange > [class*=col-]:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .halfBgBlock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .halfBgBlock > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .halfBgBlock > div .itemImg {
    padding-bottom: 0;
    height: 100%;
  }
  .halfBgBlock > div .itemImg img {
    position: relative;
    max-width: 100%;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .halfBgBlock > div .halfBgBlock_inner {
    width: 100%;
    padding: 30px;
  }
  .halfBgBlock.halfBgBlock_rBlk > div:nth-child(2) .halfBgBlock_inner {
    margin-left: 0;
    margin-right: 0;
  }
  .halfBgBlock.halfBgBlock_rBlk_angle > div:nth-child(2):before {
    display: none;
  }
  .halfBgBlock.halfBgBlock_rBlk_angle > div:nth-child(2) .halfBgBlock_inner {
    margin-left: 0;
  }
  .halfBgBlock.halfBgBlock_lBlk > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .halfBgBlock.halfBgBlock_lBlk > div:nth-child(1) .halfBgBlock_inner {
    margin-left: 0;
    margin-right: 0;
  }
  .halfBgBlock.halfBgBlock_lBlk_angle > div:nth-child(1):before {
    display: none;
  }
  .halfBgBlock.halfBgBlock_lBlk_angle > div:nth-child(1) .halfBgBlock_inner {
    margin-right: 0;
  }
  .innerBlock .halfBgBlock > div .halfBgBlock_inner {
    width: 100%;
  }
  .m_order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fullBlock_2c .itemImg {
    padding-bottom: 46.155%;
  }
  .fullBlock_2c .inner_txtFrame {
    padding: 5px 30px 0 30px;
  }
  .fullBlock_2c .inner_txtFrame > .row {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .sectionBlock,
  .innerBlock {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .halfBgBlock.halfBgBlock_lBlk > div:nth-child(1) .halfBgBlock_inner, .halfBgBlock.halfBgBlock_lBlk_angle > div:nth-child(1) .halfBgBlock_inner {
    padding-left: 15px;
  }
  .halfBgBlock.halfBgBlock_rBlk > div:nth-child(2) .halfBgBlock_inner, .halfBgBlock.halfBgBlock_rBlk_angle > div:nth-child(2) .halfBgBlock_inner {
    padding-right: 15px;
  }
  .halfBgBlock.halfBgBlock_lBlk:not(.halfBgBlock_lBlk_angle) > div:nth-child(1) .halfBgBlock_inner {
    padding-right: 15px;
  }
  .halfBgBlock.halfBgBlock_rBlk:not(.halfBgBlock_rBlk_angle) > div:nth-child(2) .halfBgBlock_inner {
    padding-left: 15px;
  }
  .fullBlock_2c .inner_txtFrame {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fullBlock_2c .inner_txtFrame .blockTitle {
    margin-bottom: 10px;
  }
  .fullBlock_2c .inner_txtFrame > .row {
    padding-top: 20px;
  }
}
.cartBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cartBox .cartBox_cart a i {
  margin-right: 5px;
}
.cartBox .cartBox_cart a:hover {
  color: #b70000;
}
.cartBox .cartBox_price {
  color: #ff5353;
  font-size: 19px;
  text-align: right;
}

@media (max-width: 768px) {
  .sectionBlock,
  .innerBlock {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .sectionBlock .row > div,
  .innerBlock .row > div {
    margin-bottom: 15px;
  }
  .sectionBlock .row > div:last-child,
  .innerBlock .row > div:last-child {
    margin-bottom: 0;
  }
  .sectionBlock_pd {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sectionBlock_pd .row > div {
    margin-bottom: 15px;
  }
  .sectionBlock_pd .row > div:last-child {
    margin-bottom: 0;
  }
  .sectionBlock_mb,
  .innerBlock_mb {
    margin-bottom: 25px;
  }
  .sectionBlock_mb .row > div,
  .innerBlock_mb .row > div {
    margin-bottom: 15px;
  }
  .sectionBlock_mb .row > div:last-child,
  .innerBlock_mb .row > div:last-child {
    margin-bottom: 0;
  }
  .innerBlock_mt {
    margin-top: 25px;
  }
  .innerBlock_pd {
    padding: 25px;
  }
  .innerBlock_pt {
    padding-top: 25px;
  }
  .innerBlock_pb {
    padding-bottom: 25px;
  }
}
.contBlock_1110 {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

.contBlock_800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.circleBlock1 a {
  display: block;
  text-align: center;
  margin-bottom: 32px;
}
.circleBlock1 .imgBox {
  width: 252px;
  height: 252px;
  margin: 0 auto;
}
.circleBlock1 .subBlockTitle {
  margin-top: 48px;
}
.circleBlock1 p {
  padding: 0 0 16px 0;
  line-height: 2;
}
.circleBlock1 .underLine {
  margin-top: 20px;
}

.itemBlock1 .blockTitle span {
  font-size: 28px;
  line-height: 1.5;
}
.itemBlock1 .blockTitle small {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #999;
  margin-top: 8px;
}

.circleBlock2 {
  margin-top: 20px;
}
.circleBlock2 .linkItem {
  padding: 15px;
}
.circleBlock2 .linkItem a {
  display: block;
  width: 100%;
  height: auto;
}
.circleBlock2 .imgBorderLine::before {
  content: "";
  position: absolute;
  top: 25%;
  bottom: 55%;
  left: 0;
  width: 100%;
  border: 1px solid #b70000;
  border-width: 0 1px;
}
.circleBlock2 .subBlockTitle {
  margin-top: 0;
}
.circleBlock2 .btn-cis1 {
  border-radius: 3px;
  border: 1px #b70000 solid;
  letter-spacing: 1px;
  font-size: 15px;
  margin: 15px 0;
  display: inline-block;
  min-width: 126px;
  height: 36px;
  line-height: 36px;
}

@media (max-width: 576px) {
  .circleBlock2 .imgBorderLine::before {
    display: none;
  }
}
.imgTextarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 430px;
}
.imgTextarea > div {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.imgTextarea > div img {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.imgTextarea article {
  width: 50%;
  padding: 32px;
}
.imgTextarea article i {
  font-size: 24px;
}

.imgTextarea .rightImg img {
  left: 0;
}

@media (max-width: 768px) {
  .imgTextarea > div {
    width: 100%;
    margin-bottom: 0;
  }
  .imgTextarea > div img {
    max-width: 100%;
    position: static;
  }
  .imgTextarea article {
    width: 100%;
  }
}
.abstract {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fullItem a {
  display: block;
  width: 100%;
  color: inherit;
}
.fullItem .imgBox {
  width: 100%;
  position: relative;
}
.fullItem .imgBox img {
  display: block;
  width: 100%;
  height: auto;
}
.fullItem .imgBox i {
  display: block;
  font-size: 52px;
  color: #fff;
}
.fullItem .imgBox .iconName {
  display: block;
  color: #fff;
}
.fullItem .hoverBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.fullItem .hoverBox img {
  display: block;
}
.fullItem:hover .hoverBox {
  opacity: 1;
}
.fullItem .textBox {
  width: 100%;
  padding: 0 15px;
}

.overlapBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overlapBox article p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.8;
  margin-bottom: 0;
}
.overlapBox .imgBox {
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.overlapBox .imgBox img {
  display: block;
  width: 100%;
  height: auto;
}
.overlapBox .blockTitle span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.overlap1 .overlapBox {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #eee;
}
.overlap1 .textBox {
  width: 33.33333333%;
  padding: 9.76% 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  overflow: hidden;
}
.overlap1 article p {
  line-height: 2;
}
.overlap1 .imgBox {
  width: 66.66666%;
}

.overlap2 .overlapBox {
  position: relative;
}
.overlap2 .blockTitle {
  margin-bottom: 26px;
}
.overlap2 .blockTitle span {
  line-height: 1;
}
.overlap2 .textBox {
  width: 29.5%;
  padding-left: 3%;
  padding-right: 3%;
}
.overlap2 article {
  width: 42.85%;
  padding: 6% 10.3%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background-color: #eee;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
}
.overlap2 article p {
  -webkit-line-clamp: 4;
}
.overlap2 .imgBox {
  width: 70.5%;
  height: 600px;
}
.overlap2 .btnBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.overlap2 .btnBlock a {
  display: block;
  width: 100%;
  max-width: 152px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  text-align: center;
  background-color: #b70000;
  color: #fff;
}
.overlap2 .LBox {
  left: 0;
}
.overlap2 .RBox {
  right: 0;
}

.overlap3 {
  background-color: #eee;
  padding-top: 70px;
  padding-bottom: 70px;
}
.overlap3 article {
  width: 40%;
  padding-top: 6.7%;
}
.overlap3 article p {
  -webkit-line-clamp: 10;
}
.overlap3 .imgBox {
  width: 60%;
}

.overlap4 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.overlap4 .overlapBox {
  position: relative;
}
.overlap4 .textBox {
  width: 40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border-top: 7px #D7D7D7 solid;
  border-bottom: 7px #D7D7D7 solid;
}
.overlap4 .textBox > div {
  width: 100%;
  height: auto;
  padding: 12%;
  position: relative;
}
.overlap4 .textBox > div .borderL, .overlap4 .textBox > div .borderR {
  width: 7px;
  height: 33.33333%;
  background-color: #D7D7D7;
  position: absolute;
}
.overlap4 .textBox > div .borderL {
  bottom: -7px;
  left: 0;
}
.overlap4 .textBox > div .borderR {
  top: -7px;
  right: 0;
}
.overlap4 .textBox p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.overlap4 .overlapBtn {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 50px;
  padding: 10px;
  border: 1px #D7D7D7 solid;
}
.overlap4 .BoxBorderL {
  right: 57%;
  border-left: 7px #D7D7D7 solid;
}
.overlap4 .BoxBorderL .overlapBtn {
  margin: 0 0 0 auto;
}
.overlap4 .BoxBorderR {
  left: 57%;
  border-right: 7px #D7D7D7 solid;
}
.overlap4 .BoxBorderR .overlapBtn {
  margin: 0 auto 0 0;
}
.overlap4 .imgBox {
  width: 60%;
}
.overlap4 .blockTitle span {
  line-height: 1.3;
}

.overlap5 .overlapBox {
  position: relative;
}
.overlap5 .textBox {
  width: 48.86%;
  padding: 60px 90px;
  background-color: rgba(247, 247, 247, 0.8);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.overlap5 .LBox {
  left: 0;
}
.overlap5 .RBox {
  right: 0;
}
.overlap5 .imgBox {
  width: 66.05%;
}

.counterBlock {
  width: 100%;
  width: 100%;
  background: url("../images_v4/orgation_back.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}

.counterList .item {
  padding-top: 30px;
  padding-bottom: 30px;
}
.counterList .numberBox {
  font-size: 24px;
}
.counterList .countup {
  font-size: 49px;
  font-weight: bold;
}
.counterList sup, .counterList sub {
  margin-left: 5px;
}
.counterList .subBlockTitle {
  margin-top: 0;
  color: #fff;
}

.bgParallax.counterBlock2 {
  padding: 100px 15px 50px 15px;
}

.counterList2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.counterList2 .item {
  width: calc((100% - 120px) / 4);
  position: relative;
  border-left: 2px #b70000 solid;
  border-right: 2px #b70000 solid;
  border-bottom: 2px #b70000 solid;
  color: #fff;
  padding: 0 20px 20px 20px;
  margin: 0 15px 50px 15px;
  text-align: center;
}
.counterList2 .item::before {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background-color: #b70000;
  position: absolute;
  top: 0;
  left: 0;
}
.counterList2 .item::after {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background-color: #b70000;
  position: absolute;
  top: 0;
  right: 0;
}
.counterList2 .item .iconBox {
  font-size: 36px;
  line-height: 36px;
  color: #b70000;
  -webkit-transform: translateY(-17px);
          transform: translateY(-17px);
}
@media (max-width: 767px) {
  .counterList2 .item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 460px) {
  .counterList2 .item {
    width: 100%;
    margin: 0 auto 50px auto;
  }
}
.counterList2 .numberBox {
  font-size: 32px;
}
.counterList2 .subBlockTitle {
  color: #fff;
}

@media (max-width: 1440px) {
  .overlap2 .imgBox {
    height: 500px;
  }
  .overlap2 article {
    padding: 4.59% 10.3%;
  }
}
@media (max-width: 1200px) {
  .overlap5 .textBox {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .overlap5 .dotsL .slick-dots {
    margin-right: 33.03%;
  }
  .overlap5 .dotsR .slick-dots {
    margin-left: 33.03%;
  }
  .overlap5 p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
@media (max-width: 992px) {
  .overlapBox .orderBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .overlap1 .textBox, .overlap1 .imgBox {
    width: 100%;
    height: 460px;
  }
  .overlap2 .textBox, .overlap2 .imgBox {
    width: 100%;
  }
  .overlap2 .textBox {
    display: none;
  }
  .overlap2 article {
    width: 100%;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 9% 10.3%;
  }
  .overlap3 article, .overlap3 .imgBox {
    width: 100%;
    margin-bottom: 50px;
  }
  .overlap4 .overlapBox > div:first-child {
    margin-bottom: 15px;
  }
  .overlap4 .textBox, .overlap4 .imgBox {
    width: 100%;
  }
  .overlap4 .textBox {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .overlap5 .textBox, .overlap5 .imgBox {
    width: 100%;
  }
  .overlap5 .textBox {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 520px) {
  .overlap5 .textBox {
    padding: 60px 0;
  }
}
.listBlock {
  width: 100%;
}
.listBlock .listBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px #ccc solid;
}
.listBlock .imgBox {
  width: 50%;
}
.listBlock .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.listBlock .textBox {
  width: 50%;
  padding: 5%;
}
.listBlock .textBox p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listBlock .moreBtn {
  width: 120px;
  height: 46px;
  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: 0 auto;
  color: #b70000;
  background: transparent;
  border: 1px #000000 solid;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.listBlock .moreBtn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(135deg, #b70000 0%, #000000 100%);
  z-index: -1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.listBlock .moreBtn:hover {
  color: #fff;
}
.listBlock .moreBtn:hover::before {
  width: 105%;
  right: auto;
  left: 0;
}

@media (max-width: 1199px) {
  .listBlock .listBox {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .listBlock .imgBox, .listBlock .textBox {
    width: 100%;
  }
}
.listBlock2 .itemBox {
  display: block;
  width: 100%;
  padding: 20px;
  margin-bottom: 50px;
}
.listBlock2 .itemBox.borderItem {
  border: 1px #d6d6d6 solid;
}
.listBlock2 .subBlockTitle {
  height: 1.8em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listBlock2 .itemContent {
  height: 5.4em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.graphicBox {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.graphicBox .textBox {
  width: 33.3333%;
  padding-right: 60px;
}
.graphicBox .imgBox {
  width: 66.6666%;
}
.graphicBox .subBlockTitle {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .graphicBox .textBox, .graphicBox .imgBox {
    width: 100%;
  }
  .graphicBox .textBox {
    padding-right: 0;
  }
}

.hoverLinkList .item {
  width: 100%;
  display: block;
  position: relative;
}
.hoverLinkList .item img {
  width: 100%;
  display: block;
}
.hoverLinkList .item .textBox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  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-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hoverLinkList .item .textBox .blockTitle span, .hoverLinkList .item .textBox .blockTitle small {
  color: #fff;
}
.hoverLinkList .item:hover .textBox {
  background-color: rgba(0, 0, 0, 0);
}

.subscribeBlock {
  width: 100%;
  background-color: #b70000;
  color: #fff;
}

.subscribeContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 15px;
}
.subscribeContent .RBox {
  width: 462px;
}
.subscribeContent .LBox {
  width: calc(100% - 462px);
}
.subscribeContent form {
  width: 100%;
  max-width: 462px;
  height: 42px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px #fff solid;
  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;
}
.subscribeContent input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
}
.subscribeContent .textBox, .subscribeContent .btn {
  height: 42px;
}
.subscribeContent .textBox {
  width: calc(100% - 126px);
  line-height: 42px;
  padding: 0 15px;
  background: transparent;
  color: #fff;
}
.subscribeContent .textBox::-webkit-input-placeholder {
  color: #fff;
}
.subscribeContent .textBox::-moz-placeholder {
  color: #fff;
}
.subscribeContent .textBox:-ms-input-placeholder {
  color: #fff;
}
.subscribeContent .textBox::-ms-input-placeholder {
  color: #fff;
}
.subscribeContent .textBox::placeholder {
  color: #fff;
}
.subscribeContent .btn {
  width: 126px;
  line-height: 42px;
  text-align: center;
  background-color: #000000;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .subscribeContent .LBox, .subscribeContent .RBox {
    width: 100%;
  }
  .subscribeContent .LBox {
    margin-bottom: 5px;
  }
}

.listBlock3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 26px;
}
.listBlock3 .listContent {
  width: 100%;
  max-width: 1600px;
  padding-left: 56px;
  position: relative;
}
.listBlock3 .listBg {
  width: 100%;
  background: url(../images_v4/capability-bg2.jpg) no-repeat center center/cover;
  padding-top: 55px;
  padding-bottom: 90px;
}
.listBlock3 .listFlexBox {
  width: 100%;
  max-width: 1189px;
  padding-left: 75px;
  padding-right: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listBlock3 .listFlexBox .item {
  width: 25%;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 34px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .listBlock3 .listFlexBox .item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 768px) {
  .listBlock3 .listFlexBox .item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .listBlock3 .listFlexBox .item {
    width: 100%;
  }
}
.listBlock3 .subBlockTitle {
  font-size: 48px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 6px;
}
.listBlock3 .textImg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.listBlock4, .listBlock5 {
  background: url("../images_v4/orgation_back.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 70px 0 100px 0;
}
.listBlock4 .blockTitle span, .listBlock4 .blockTitle small, .listBlock4 .subBlockTitle, .listBlock5 .blockTitle span, .listBlock5 .blockTitle small, .listBlock5 .subBlockTitle {
  color: #fff;
}
.listBlock4 .item, .listBlock5 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.listBlock4 .item .iconBox, .listBlock5 .item .iconBox {
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.listBlock4 .item .iconBox i, .listBlock5 .item .iconBox i {
  width: 100%;
  line-height: 60px;
  font-size: 35px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.listBlock4 .item .iconBox img, .listBlock5 .item .iconBox img {
  width: 100%;
}
.listBlock4 .item .textBox, .listBlock5 .item .textBox {
  width: calc(100% - 80px);
}
.listBlock4 .item:hover, .listBlock5 .item:hover {
  background-color: #000000;
}
.listBlock4 .item:hover .iconBox i, .listBlock5 .item:hover .iconBox i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.listBlock4 .item:nth-child(2n) {
  border-right: 0;
}
.listBlock4 .item:nth-last-child(1), .listBlock4 .item:nth-last-child(2) {
  border-bottom: 0;
}

.listBlock5 .item:nth-child(3n) {
  border-right: 0;
}
.listBlock5 .item:nth-last-child(1), .listBlock5 .item:nth-last-child(2), .listBlock5 .item:nth-last-child(3) {
  border-bottom: 0;
}

@media screen and (max-width: 991px) {
  .listBlock5 .item:nth-child(3n) {
    border-right: 1px rgba(255, 255, 255, 0.3) solid;
  }
  .listBlock5 .item:nth-child(2n) {
    border-right: 0;
  }
  .listBlock5 .item:nth-last-child(3) {
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  }
}
@media screen and (max-width: 768px) {
  .listBlock4 .row .item, .listBlock5 .row .item {
    margin-bottom: 0;
  }
  .listBlock4 .iconBox, .listBlock5 .iconBox {
    width: 40px;
  }
  .listBlock4 .textBox, .listBlock5 .textBox {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 575px) {
  .listBlock4, .listBlock5 {
    padding: 70px 0;
  }
  .listBlock4 .item, .listBlock5 .item {
    border-right: 0;
  }
  .listBlock4 .item:nth-last-child(2) {
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  }
  .listBlock5 .item:nth-child(3n) {
    border-right: 0;
  }
  .listBlock5 .item:nth-last-child(2) {
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  }
}
.listBlock6, .listBlock7, .listBlock8 {
  padding: 70px 0 50px 0;
  background: url("../images_v4/orgation_back.jpg") no-repeat;
  background-size: cover;
}
.listBlock6 .blockTitle, .listBlock7 .blockTitle, .listBlock8 .blockTitle {
  margin-bottom: 50px;
}
.listBlock6 .itemList, .listBlock7 .itemList, .listBlock8 .itemList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.listBlock6 .item, .listBlock7 .item, .listBlock8 .item {
  position: relative;
  color: #fff;
  text-align: center;
  margin: 0 15px 70px 15px;
  padding: 30px;
  border: 2px #fff solid;
}
.listBlock6 .item .iconBox, .listBlock7 .item .iconBox, .listBlock8 .item .iconBox {
  width: 80%;
  font-size: 56px;
  line-height: 80px;
  margin: 0 auto;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
}
.listBlock6 .item .iconBox i, .listBlock7 .item .iconBox i, .listBlock8 .item .iconBox i {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.listBlock6 .item .linkBox, .listBlock7 .item .linkBox, .listBlock8 .item .linkBox {
  display: inline-block;
  padding: 10px;
  position: absolute;
  left: 50%;
  bottom: -26px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.listBlock6 .item .btn, .listBlock7 .item .btn, .listBlock8 .item .btn {
  display: inline-block;
  width: 100px;
  background-color: #fff;
  color: #b70000;
}
.listBlock6 .item:hover .iconBox i, .listBlock7 .item:hover .iconBox i, .listBlock8 .item:hover .iconBox i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.listBlock6 .blockTitle span, .listBlock6 .blockTitle small, .listBlock6 .subBlockTitle, .listBlock7 .blockTitle span, .listBlock7 .blockTitle small, .listBlock7 .subBlockTitle, .listBlock8 .blockTitle span, .listBlock8 .blockTitle small, .listBlock8 .subBlockTitle {
  color: #fff;
}

.listBlock6 .item {
  width: calc((100% - 90px) / 3);
}
@media (max-width: 991px) {
  .listBlock6 .item {
    width: 100%;
  }
}

.listBlock7 .item {
  width: calc((100% - 120px) / 4);
}
@media (max-width: 1024px) {
  .listBlock7 .item {
    width: calc((100% - 60px) / 2);
  }
}
@media (max-width: 576px) {
  .listBlock7 .item {
    width: 100%;
  }
}

.listBlock8 .item {
  width: calc((100% - 150px) / 5);
}
@media (max-width: 1366px) {
  .listBlock8 .item {
    width: calc((100% - 90px) / 3);
  }
}
@media (max-width: 992px) {
  .listBlock8 .item {
    width: calc((100% - 60px) / 2);
  }
}
@media (max-width: 576px) {
  .listBlock8 .item {
    width: 100%;
  }
}

.graphicBlock .graphicBox2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.graphicBlock .textBox {
  width: 40.5%;
  padding-right: 4%;
}
@media screen and (max-width: 1024px) {
  .graphicBlock .textBox {
    width: 100%;
    padding-left: 4%;
    margin-bottom: 50px;
  }
}
.graphicBlock .imgBox {
  width: 39%;
}
.graphicBlock .imgBox img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .graphicBlock .imgBox {
    width: 100%;
  }
}

.slideBlock5 .swiper-button-next, .slideBlock5 .swiper-button-prev {
  background: #b70000;
  color: #fff;
  width: 44px;
  height: 44px;
  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;
  top: auto;
  bottom: 0;
}
@media (max-width: 992px) {
  .slideBlock5 .swiper-button-next, .slideBlock5 .swiper-button-prev {
    display: none;
  }
}
.slideBlock5 .swiper-button-prev {
  left: auto;
  right: 44px;
}
.slideBlock5 .swiper-button-next {
  right: 0;
}
.slideBlock5 .swiper-slide a, .slideBlock5 .swiper-slide img {
  display: block;
  width: 100%;
}
.slideBlock5 .swiper-pagination {
  width: 70px;
  background-color: #b70000;
  color: #fff;
  font-size: 13px;
  padding: 3px 14px;
  border-radius: 50px;
  display: none;
}
@media (max-width: 992px) {
  .slideBlock5 .swiper-pagination {
    display: block;
  }
}
.slideBlock5 .swiper-pagination-fraction {
  left: auto;
  right: 10px;
}

/*凱舟版型*/
.cawareList {
  width: 100%;
  max-width: 1795px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cawareList .LBox {
  width: 40%;
  padding: 6px;
}
.cawareList .MBox {
  width: 50%;
  padding: 6px;
}
.cawareList .SBox {
  width: 20%;
  padding: 6px;
}
.cawareList .cawRow1, .cawareList .cawRow2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cawareList .imgBg {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.cawareList .imgBg img {
  display: block;
  width: 100%;
}
.cawareList .hoverBox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cawareList .title {
  font-size: 1.444444rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 32px;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .cawareList .title {
    font-size: 1.277778rem;
  }
}
@media (max-width: 768px) {
  .cawareList .title {
    font-size: 1.111111rem;
  }
}
.cawareList .textBox {
  font-size: 0.888889rem;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .cawareList .textBox {
    font-size: 0.833333rem;
  }
}
@media screen and (max-width: 992px) {
  .cawareList .textBox {
    display: none;
  }
}
.cawareList .textBox p {
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  .cawareList .textBox p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.cawareList .textBox li {
  position: relative;
  padding-left: 22px;
}
.cawareList .textBox li i {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.8;
}
.cawareList .hoverTitle {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 3;
  font-size: 1.444444rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  padding: 0 38px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .cawareList .hoverTitle {
    font-size: 1.277778rem;
  }
}
@media (max-width: 768px) {
  .cawareList .hoverTitle {
    font-size: 1.111111rem;
  }
}
.cawareList .cawRow1 .hoverBox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 166px 26px 0px 26px;
}
@media screen and (min-width: 1440px) and (max-width: 1760px) {
  .cawareList .cawRow1 .hoverBox {
    padding: 100px 26px 0px 26px;
  }
}
@media screen and (min-width: 1271px) and (max-width: 1439px) {
  .cawareList .cawRow1 .hoverBox {
    padding: 70px 26px 0px 26px;
  }
}
.cawareList .cawRow1 .hoverBox::before {
  content: "";
  display: block;
  width: 1px;
  height: 166px;
  background-color: #fff;
  position: absolute;
  left: 78px;
  top: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media screen and (min-width: 1440px) and (max-width: 1760px) {
  .cawareList .cawRow1 .hoverBox::before {
    left: 53px;
    height: 100px;
  }
}
@media screen and (min-width: 1271px) and (max-width: 1439px) {
  .cawareList .cawRow1 .hoverBox::before {
    left: 40px;
    height: 70px;
  }
}
.cawareList .cawRow1 .hoverTitle {
  bottom: 0;
}
.cawareList .cawRow1 .hoverTitle::after {
  content: "";
  display: block;
  width: 1px;
  height: 46px;
  background-color: #fff;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  margin-top: 7px;
  margin-left: 16px;
}
.cawareList .cawRow2 .hoverBox {
  padding: 40px 26px 0px 26px;
}
.cawareList .cawRow2 .hoverBox::after {
  content: "";
  display: block;
  width: 1px;
  height: 166px;
  background-color: #fff;
  position: absolute;
  left: 78px;
  bottom: -8px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media screen and (min-width: 1440px) and (max-width: 1760px) {
  .cawareList .cawRow2 .hoverBox::after {
    left: 53px;
    height: 100px;
  }
}
@media screen and (min-width: 1271px) and (max-width: 1439px) {
  .cawareList .cawRow2 .hoverBox::after {
    left: 40px;
    height: 70px;
  }
}
.cawareList .cawRow2 .hoverTitle {
  top: 0;
}
.cawareList .cawRow2 .hoverTitle::before {
  content: "";
  display: block;
  width: 1px;
  height: 46px;
  background-color: #fff;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  margin-top: 7px;
  margin-left: 16px;
}
.cawareList .imgBg:hover .hoverBox {
  opacity: 1;
}
.cawareList .imgBg:hover .hoverTitle {
  opacity: 0;
}
.cawareList .item1 .hoverBox {
  background-image: url(../images_v4/index/Hospital.webp);
  color: #009CDE;
}
.cawareList .item1 .hoverBox::before {
  background-color: #009CDE;
}
.cawareList .item2 .hoverBox {
  background-image: url(../images_v4/index/bio-lab.webp);
  color: #892A75;
}
.cawareList .item2 .hoverBox::before {
  background-color: #892A75;
}
.cawareList .item3 .hoverBox {
  background-image: url(../images_v4/index/ghost_kitchen.webp);
  color: #A9404B;
}
.cawareList .item3 .hoverBox::before {
  background-color: #A9404B;
}
.cawareList .item4 .hoverBox {
  background-image: url(../images_v4/index/Cafe.webp);
  color: #563D28;
}
.cawareList .item4 .hoverBox::before {
  background-color: #563D28;
}
.cawareList .item5 .hoverBox {
  background-image: url(../images_v4/index/facility.webp);
  color: #3f3f3f;
}
.cawareList .item5 .hoverBox::after {
  background-color: #3f3f3f;
}
.cawareList .item6 .hoverBox {
  background-image: url(../images_v4/index/kitchen_bath.webp);
  color: #D56E48;
}
.cawareList .item6 .hoverBox::after {
  background-color: #D56E48;
}
.cawareList .item7 .hoverBox {
  background-image: url(../images_v4/index/wild-fields.webp);
  color: #0070CD;
}
.cawareList .item7 .hoverBox::after {
  background-color: #0070CD;
}
.cawareList .item8 .hoverBox {
  background-image: url(../images_v4/index/G2G.webp);
  color: rgba(85, 102, 34, 0.8);
}
.cawareList .item8 .hoverBox::after {
  background-color: rgba(85, 102, 34, 0.8);
}
@media screen and (max-width: 1270px) {
  .cawareList.pcList {
    display: none;
  }
}
.cawareList.mbList {
  max-width: 1118px;
  display: none;
}
@media screen and (max-width: 1270px) {
  .cawareList.mbList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cawareList.mbList .hoverBox {
  padding: 40px 26px 0px 26px;
}
@media screen and (max-width: 576px) {
  .cawareList.mbList .hoverBox {
    padding: 15px 15px 0 15px;
  }
}
.cawareList.mbList .hoverBox::after {
  content: "";
  display: block;
  width: 1px;
  height: 166px;
  background-color: #fff;
  position: absolute;
  left: 78px;
  bottom: -8px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media screen and (max-width: 1270px) {
  .cawareList.mbList .hoverBox::after {
    left: 40px;
    height: 70px;
  }
}
@media screen and (max-width: 576px) {
  .cawareList.mbList .hoverBox::after {
    left: 24px;
    height: 34px;
  }
}
.cawareList.mbList .hoverTitle {
  bottom: 0;
}
@media screen and (max-width: 576px) {
  .cawareList.mbList .hoverTitle {
    padding: 0 15px;
  }
}
.cawareList.mbList .hoverTitle::after {
  content: "";
  display: block;
  width: 1px;
  height: 46px;
  background-color: #fff;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  margin-top: 7px;
  margin-left: 16px;
}
@media screen and (max-width: 576px) {
  .cawareList.mbList .hoverTitle::after {
    left: 0;
    height: 34px;
  }
}
.cawareList.mbList .item1 .hoverBox::after {
  background-color: #009CDE;
}
.cawareList.mbList .item2 .hoverBox::after {
  background-color: #892A75;
}
.cawareList.mbList .item3 .hoverBox::after {
  background-color: #A9404B;
}
.cawareList.mbList .item4 .hoverBox::after {
  background-color: #563D28;
}
.cawareList.mbList .item5 .hoverBox::after {
  background-color: #3f3f3f;
}
.cawareList.mbList .item6 .hoverBox::after {
  background-color: #D56E48;
}
.cawareList.mbList .item7 .hoverBox::after {
  background-color: #0070CD;
}
.cawareList.mbList .item8 .hoverBox::after {
  background-color: rgba(85, 102, 34, 0.8);
}

.cawareListBlock1 .cawRow1 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cawareListBlock1 .cawRow2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cawareListBlock2 .cawRow1 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cawareListBlock2 .cawRow2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cawareListBlock3 .cawRow1 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cawareListBlock3 .cawRow2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cawareListBlock4 .cawRow1 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cawareListBlock4 .cawRow2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*內頁版型for B方案===================*/
/*內頁版型(內容區塊浮在Banner上)*/
.floatMainBlock {
  width: 90%;
  margin: 0 auto;
  padding: 0 5%;
  background-color: #fff;
  position: relative;
  margin-top: -28%;
  margin-bottom: 50px;
}
.floatMainBlock .container {
  width: 100%;
  max-width: 1440px;
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .floatMainBlock .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .floatMainBlock .container {
    margin-top: -60%;
  }
}

.floatMainBox {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .floatMainBox {
    padding-top: 1px;
  }
}

/*editTab====================================*/
/*tab*/
.editTab .tabList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  border-bottom: 1px #b70000 solid;
}
.editTab .tabList a {
  display: inline-block;
  width: 100%;
  max-width: 330px;
  background-color: #b70000;
  color: #fff;
  padding: 20px 15px;
  text-align: center;
}
.editTab .tabList a.active {
  background-color: #000000;
}
.editTab .tabList span:first-child {
  padding-right: 10px;
  margin-right: 15px;
  border-right: 1px #fff solid;
}
.editTab .tabContent {
  width: 100%;
  padding-top: 50px;
  overflow-x: hidden;
}
.editTab .tabBox {
  width: 100%;
  height: 0;
  overflow: hidden;
}
.editTab .tabBox.active {
  height: auto;
}

/*tab slide*/
.tabSlide {
  width: 100%;
}
.tabSlide .imgBox {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

/*Schedule Table*/
.scheduleTable {
  width: 100%;
  margin-top: 30px;
}
.scheduleTable .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.scheduleTable .item div {
  padding: 20px 15px;
}
.scheduleTable .item div:first-child {
  width: 20%;
}
.scheduleTable .item div:nth-child(2) {
  width: 35%;
}
.scheduleTable .item div:last-child {
  width: 45%;
}
.scheduleTable div.item:nth-child(odd) {
  background-color: #b70000;
  color: #fff;
}

/*LightBox Data*/
.lightBoxDataBlock {
  display: none;
}

.lightData {
  width: 100%;
  max-width: 94%;
  max-width: 690px;
  max-height: 480px;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px #b70000 solid;
  border-bottom-width: 12px;
  padding: 20px 15px 15px 15px;
}
.lightData .imgBox {
  width: 200px;
  margin: 0 auto;
}
.lightData .subBlockTitle span {
  display: block;
  font-weight: bold;
  line-height: 1.3;
}
.lightData .subBlockTitle small {
  display: block;
}

/*editTab End====================================*/
/* 20220902 母版data-block="64" S */
.link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.link_box a {
  border-radius: 30px;
}

/* 20220902 母版data-block="64" E */
/* 20220905 母版.lightData 平版下不貼邊 S */
@media (max-width: 768px) {
  .lightData {
    width: 86vw;
  }
}
/* 20220905 母版.lightData 平版下不貼邊 E */
.fancybox-enabled {
  overflow: initial;
}

/*2022-10-14新增區塊 data-block="65"產品左右交錯====================================*/
.product-All {
  margin-top: 60px;
}
.product-All .product-List {
  position: relative;
  margin-bottom: 80px;
}
.product-All .product-List:nth-child(even) .product-Bg {
  left: 0;
  right: auto;
}
.product-All .product-List .product-Item {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-All .product-List .product-Item {
    width: 80%;
  }
}
.product-All .product-List .product-text {
  width: 85%;
  text-align: left;
  margin-top: 40px;
  margin-left: 100px;
}
@media screen and (max-width: 576px) {
  .product-All .product-List .product-text {
    margin-left: 35px;
  }
}
@media screen and (max-width: 440px) {
  .product-All .product-List .product-text {
    width: 100%;
    margin-left: 15px;
  }
}
.product-All .product-List .product-text p {
  max-width: 400px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .product-All .product-List .product-text p {
    max-width: 100%;
  }
}
.product-All .product-List .product-text .btnBlock {
  text-align: right;
}
@media screen and (max-width: 576px) {
  .product-All .product-List .product-text .btnBlock {
    text-align: center;
  }
}
.product-All .product-List .product-Bg {
  background: #eee;
  height: 450px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -1;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .product-All .product-List .product-Bg {
    width: 90%;
  }
}

/*data-block="65" End====================================*/
.icon_mbm {
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}

.icon-link {
  color: #cccccc;
  margin-left: 30px;
  display: inline-block;
  font-size: 0.888889rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .icon-link {
    font-size: 0.833333rem;
  }
}
@media (max-width: 768px) {
  .icon-link {
    font-size: 0.777778rem;
  }
}
.icon-link i {
  font-weight: bold;
  color: #b70000;
  margin-right: 5px;
}
.icon-link:hover {
  color: #b70000;
}
@media (max-width: 440px) {
  .icon-link {
    margin-left: 5px;
  }
}

.icon_mbm {
  width: 31px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.icon_fb {
  background-image: url(../images_v4/icon/icon_fb-mbm.svg);
}

.icon_google {
  background-image: url(../images_v4/icon/icon_google-mbm.svg);
}

.icon_line {
  background-image: url(../images_v4/icon/icon_line-mbm.svg);
}

[class^=btn-].error,
[class^=btn-]:active,
[class^=btn-]:focus,
[class^=btn-]:hover {
  color: #ffffff;
}

.btn-gray2, .btn-gray, .btn-white2, .btn-white, .btn-cis1, .btn-pink, .btn-orange {
  font-size: 0.888889rem;
  border-radius: 5px;
  min-width: 192px;
  text-align: center;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 0.5em;
}
.btn-gray2 i, .btn-gray i, .btn-white2 i, .btn-white i, .btn-cis1 i, .btn-pink i, .btn-orange i {
  font-size: 15px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .btn-gray2, .btn-gray, .btn-white2, .btn-white, .btn-cis1, .btn-pink, .btn-orange {
    font-size: 0.722222rem;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .btn-gray2, .btn-gray, .btn-white2, .btn-white, .btn-cis1, .btn-pink, .btn-orange {
    font-size: 0.777778rem;
  }
}

.btn-pink, .btn-orange {
  color: #ffffff;
}

.btn-gray2, .btn-gray, .btn-white2, .btn-white, .btn-cis1 {
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  margin: 1em 0;
  cursor: pointer;
}

.btn-cis1 {
  border-color: #b70000;
  background-color: #b70000;
}

.btn-white {
  color: #000000;
  border-color: #999999;
  background-color: #ffffff;
}
.btn-white:focus, .btn-white:hover {
  color: #000000;
}

.btn-white2 {
  color: #4D4D4D;
  border-color: #EBEBEB;
  background-color: #ffffff;
}
.btn-white2:focus, .btn-white2:hover {
  color: #4D4D4D;
  border-color: #858585;
}

.btn-gray {
  border-color: #858585;
  background-color: #858585;
}

.btn-gray2 {
  color: #4D4D4D;
  border-color: #EBEBEB;
  background-color: #EBEBEB;
}
.btn-gray2:hover {
  color: #4D4D4D;
}

.btn-orange {
  background-color: #ff9933;
}

.btn-pink {
  background-color: #ff5353;
}

.even_btn a,
.even_btn button {
  margin-right: 15px;
}
.even_btn a:last-child,
.even_btn button:last-child {
  margin-right: 0;
}

[class^=moreBtn] {
  display: inline-block;
  font-size: 0.888889rem;
}
@media (max-width: 768px) {
  [class^=moreBtn] {
    font-size: 0.722222rem;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  [class^=moreBtn] {
    font-size: 0.777778rem;
  }
}

.moreBtn1, .moreBtn2 {
  min-width: 140px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 1px #b70000 solid;
  background-color: #b70000;
  color: #fff;
}
.moreBtn1:hover, .moreBtn2:hover {
  color: #fff;
}

.moreBtn2 {
  border-radius: 23px;
}

.moreBtn3::after {
  content: "\f061";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: bold;
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.moreBtn3:hover::after {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

a.large-btn {
  width: 100%;
  background-color: #b70000;
  color: #fff;
  font-size: 1.222222rem;
  padding: 48px 25.6px;
  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-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) and (max-width: 1440px) {
  a.large-btn {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  a.large-btn {
    font-size: 1rem;
  }
}
a.large-btn i {
  font-size: 36px;
  margin-right: 15px;
}
a.large-btn > span {
  display: inline-block;
  text-align: center;
}
a.large-btn > span span {
  display: block;
  line-height: 1;
}
a.large-btn > span small {
  display: block;
  font-size: 0.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  a.large-btn > span small {
    font-size: 0.722222rem;
  }
}
@media (max-width: 768px) {
  a.large-btn > span small {
    font-size: 0.666667rem;
  }
}
a.large-btn:hover {
  background: #000000 !important;
}

@media (max-width: 768px) {
  .large-btn-group > div {
    margin-bottom: 0 !important;
  }
}
.btn-size, .btn {
  font-size: 0.888889rem;
}
@media (max-width: 768px) {
  .btn-size, .btn {
    font-size: 0.722222rem;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .btn-size, .btn {
    font-size: 0.777778rem;
  }
}

.bg_gray {
  background-color: #e6e6e6;
}

.bgParallax {
  min-height: 360px;
  padding: 120px 15px;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}
.bgParallax:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.bgParallax .container {
  position: relative;
  z-index: 1;
}
.bgParallax .blockTitle > span,
.bgParallax .blockTitle > small {
  color: #ffffff;
}
.bgParallax p,
.bgParallax .articleTitle {
  color: #ffffff;
}

.parallax1 {
  color: #fff;
  min-height: 355px;
  padding: 58px 15px;
}
.parallax1 .container {
  max-width: 1170px;
}
.parallax1 .contentBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.parallax1 .LBox {
  width: 30%;
}
.parallax1 .RBox {
  width: 67%;
}
.parallax1 .LBox, .parallax1 .RBox {
  padding: 15px;
}
.parallax1 .blockTitle small {
  display: block;
  font-weight: 300;
  letter-spacing: 1;
}
.parallax1 .underLine {
  margin: 16px 0 0 0;
}
.parallax1 p {
  margin: 16px 0;
  line-height: 2;
}

.parallaxTextBox {
  width: 600px;
  padding: 57.6px 42.6px;
}

.parallaxLeftTextBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.no-text-parallax {
  height: 120px;
}

.bgParallax2 .paddingBox {
  padding-left: 5%;
  padding-right: 5%;
}
.bgParallax2 .parallaxText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bgParallax2 .blockTitle {
  width: 100%;
}
.bgParallax2 p {
  width: 720px;
}
.bgParallax2 .btn-gray {
  margin-left: 60px;
}

.bgParallax3 {
  width: 100%;
  padding-top: 184px;
  padding-bottom: 178px;
}
.bgParallax3 .parallaxContent {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.bgParallax3 .textBox {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1024px) {
  .bgParallax3 .textBox {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .bgParallax3 .textBox {
    width: 62%;
  }
}
@media screen and (max-width: 576px) {
  .bgParallax3 .textBox {
    width: 100%;
  }
}
.bgParallax3 .blockTitle span {
  color: #fff;
  margin-bottom: 12px;
}
.bgParallax3 .blockTitle small {
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.bgParallax3 p {
  width: 100%;
  max-width: 540px;
  color: #fff;
}
.bgParallax3 .btnGroup {
  margin-top: 30px;
}
.bgParallax3 .btn {
  min-width: 155px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  font-weight: bold;
}
.bgParallax3 .btn:hover {
  color: #000000;
}

@media (max-width: 1300px) {
  .parallaxTextBox {
    width: 100%;
  }
}
@media (min-width: 1109px) {
  .bgParallax2 {
    padding: 158px 15px;
  }
  .bgParallax2 .btn-gray {
    margin-bottom: 0;
  }
}
@media (max-width: 1109px) {
  .bgParallax2 .parallaxText > div, .bgParallax2 .parallaxText > p {
    width: 100%;
  }
}
.bgParallax4 {
  min-height: auto;
  padding: 60px 15px;
}
.bgParallax4 .subBlockTitle {
  color: #858585;
  margin-bottom: 25px;
}
.bgParallax4 .contactBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bgParallax4 .LBox, .bgParallax4 .RBox {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 50px 30px;
  position: relative;
}
.bgParallax4 .LBox:hover, .bgParallax4 .RBox:hover {
  background-color: #fff;
}
@media (max-width: 768px) {
  .bgParallax4 .LBox, .bgParallax4 .RBox {
    width: 100%;
    padding: 20px 30px;
  }
}
.bgParallax4 .RBox::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #aaa;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .bgParallax4 .RBox::before {
    width: calc(100% - 60px);
    height: 1px;
    top: 0;
    left: 30px;
  }
}
.bgParallax4 .phone {
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  color: #b70000;
}
.bgParallax4 .phone a {
  color: #b70000;
}
.bgParallax4 .phone a:hover {
  text-decoration: underline;
}
.bgParallax4 .btn {
  width: 225px;
  height: 45px;
  background: #b70000;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  letter-spacing: 1.5px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bgParallax4 .btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bgParallax4 .btn::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bgParallax4 .btn:hover {
  background-color: #000000;
  letter-spacing: 3.5px;
}
.bgParallax4 .btn:hover::before {
  opacity: 1;
}
.bgParallax4 .btn:hover::after {
  opacity: 1;
  right: 22px;
}

@media (min-width: 661px) {
  ::-webkit-full-page-media, :future, :root .bgParallax {
    background-size: 100% auto !important;
    background-attachment: fixed !important;
  }
}
@media (max-width: 660px) {
  ::-webkit-full-page-media, :future, :root .bgParallax {
    background-size: auto 100% !important;
    background-attachment: scroll !important;
  }
}
.goTop {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 140px;
}
@media (max-width: 992px) {
  .goTop {
    right: 0;
    bottom: 0;
  }
  .goTop img {
    max-width: 60px;
  }
}

.pageNumber {
  text-align: center;
  margin: 50px 0;
}
.pageNumber ul li {
  display: inline-block;
  color: #5c5e5d;
  font-size: 20px;
}
.pageNumber ul li a {
  color: #5c5e5d;
}
.pageNumber ul li.active a, .pageNumber ul li:hover a {
  color: #b70000;
}
.pageNumber ul li.prev {
  margin-right: 70px;
}
.pageNumber ul li.next {
  margin-left: 70px;
}

.hr_line {
  border-bottom: 1px solid #e5e5e5;
}

.pageControl {
  padding: 30px 0;
  margin-top: 60px;
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
@media (max-width: 420px) {
  .pageControl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.disabled {
  position: relative;
}
.disabled:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.disabled * {
  position: relative;
  z-index: 0;
}
.disabled, .disabled:hover, .disabled:hover *,
.disabled * {
  color: #ccc;
  border-color: #ccc;
  background: none;
}

.breadcrumb {
  padding: 10px 0;
  text-align: right;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #cc;
}
.breadcrumb li:last-child a {
  color: #b70000;
}
.breadcrumb a {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

/*首頁蓋版廣告*/
.coverAd {
  width: 100%;
  height: 100vh;
  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: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.coverAd .adBg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.coverAd .adBox {
  width: 90%;
  max-width: 800px;
  border: 7px #fff solid;
  position: relative;
  z-index: 2;
}
.coverAd .closeBtn {
  width: 30px;
  height: 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-color: #000;
  color: #fff;
  border: 3px #fff solid;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
}
.coverAd .closeBtn i {
  margin-bottom: 2px;
}
.coverAd .imgBox {
  width: 100%;
  max-height: 80vh;
  overflow: auto;
}
.coverAd .imgBox img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1300px) {
  .bgParallax .container {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .breadcrumb {
    display: none;
  }
  .parallaxTextBox {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .pageNumber {
    margin-top: 40px;
  }
  .pageNumber ul li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .pageNumber ul li {
    font-size: 16px;
  }
  .parallax1 .LBox, .parallax1 .RBox {
    width: 100%;
  }
}
.quicklyMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 40%;
  right: 0;
  -webkit-transform: translate(calc(100% - 40px), -50%);
          transform: translate(calc(100% - 40px), -50%);
  z-index: 80;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .quicklyMenu {
    top: 45%;
  }
}
.quicklyMenu.open {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 90;
}
.quicklyMenu.open .menuSwitch p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quicklyMenu .menuSwitch {
  width: 50px;
  height: 150px;
  text-align: center;
  background: #b70000;
  padding: 10px 5px 10px 0;
  cursor: pointer;
  opacity: 1; /*Ming*/
  border-radius: 10px 0 0 10px;
  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;
}
.quicklyMenu .menuSwitch .menuSwitch-content {
  color: #fff5db;
  font-size: 22px;
  font-family: inherit;
  font-weight: 400;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  margin-bottom: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 2px;
  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;
  gap: 5px;
}
.quicklyMenu .menuPages {
  padding: 10px 15px;
  background: #fff;
  border: 2px solid #b70000;
}
.quicklyMenu .menuPages a {
  display: block;
  color: #000;
  font-size: 18px;
}
.quicklyMenu .menuPages a:hover, .quicklyMenu .menuPages a.active {
  color: #b70000;
}

.quicklyLive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 67%;
  right: 0;
  -webkit-transform: translate(calc(100% - 40px), -50%);
          transform: translate(calc(100% - 40px), -50%);
  z-index: 85;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.quicklyLive .liveSwitch {
  width: 50px;
  height: 180px;
  text-align: center;
  background: #b70000;
  padding: 10px 5px 10px 0;
  cursor: pointer;
  opacity: 1; /*Ming*/
  border-radius: 10px 0 0 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;
  gap: 10px;
}
.quicklyLive .liveSwitch img {
  max-width: 75%;
}
.quicklyLive .liveSwitch a {
  color: #e0d0a4;
  font-size: 22px;
  font-family: inherit;
  font-weight: 400;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  margin-bottom: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 2px;
  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;
  gap: 5px;
}
.quicklyLive .liveSwitch span {
  color: #e0d0a4;
  font-size: 22px;
  font-family: inherit;
  font-weight: 400;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  margin-bottom: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 2px;
  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;
  gap: 5px;
}

.pageTitle span, .pageTitle h2 {
  color: #b70000;
  font-size: 1.777778rem;
  font-weight: bold;
}

.pageTitleStyle-1 {
  position: relative;
  margin-bottom: 15px;
}
.pageTitleStyle-1 span, .pageTitleStyle-1 h2 {
  color: #b70000;
  font-size: 1.777778rem;
  font-weight: bold;
}
.pageTitleStyle-1:before, .pageTitleStyle-1:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pageTitleStyle-1:before {
  width: 50px;
  background-color: #b70000;
  z-index: 1;
}
.pageTitleStyle-1:after {
  width: 100%;
  background-color: #e5e5e5;
}

.pageTitleStyle-2 {
  margin-bottom: 15px;
}
.pageTitleStyle-2 span, .pageTitleStyle-2 h2 {
  color: #b70000;
  font-size: 1.777778rem;
  font-weight: bold;
}
.pageTitleStyle-2 span, .pageTitleStyle-2 h2 {
  font-size: 2.666667rem;
  display: block;
  line-height: 1.3;
}
.pageTitleStyle-2 small, .pageTitleStyle-2 h1 {
  color: #5C5E5D;
  display: block;
  font-size: 1.333333rem;
}
.pageTitleStyle-2 small {
  font-weight: 600;
}
.pageTitleStyle-2 h1 {
  margin: 0;
}

.pageTitleStyle-3 {
  position: relative;
  margin-bottom: 15px;
}
.pageTitleStyle-3 span, .pageTitleStyle-3 h2 {
  color: #b70000;
  font-size: 1.777778rem;
  font-weight: bold;
}
.pageTitleStyle-3 span {
  color: #5c5e5d;
  display: block;
}
.pageTitleStyle-3:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  background-color: #0050a3;
  z-index: 1;
}

.blockTitle {
  margin-bottom: 15px;
}
.blockTitle span {
  color: #b70000;
  font-size: 1.777778rem;
  display: block;
  font-weight: 600;
  margin-bottom: 30px;
}
.blockTitle span span {
  color: #cccccc;
  display: inline-block;
  margin-left: 5px;
}
.blockTitle small {
  color: #858585;
  font-size: 1.222222rem;
}
.blockTitle .titleDot {
  width: 100%;
}
.blockTitle .titleDot span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #b70000;
  margin: 3px;
}

.subBlockTitle {
  color: #b70000;
  font-size: 1.222222rem;
  margin-top: 10px;
}

.subBlockTitle-big {
  color: #b70000;
  font-size: 1.444444rem;
}

.subBlockTitle-small {
  color: #b70000;
  font-size: 1.111111rem;
}

.subBlockInfo {
  color: #333333;
  font-size: 16px;
}

.subBlockTxt {
  color: #999999;
  font-size: 0.777778rem;
  margin-bottom: 0;
}
.subBlockTxt i {
  margin-right: 3px;
  font-size: 16px;
  vertical-align: middle;
}

.boxTitle span {
  color: #b70000;
  font-size: 1.222222rem;
  font-weight: bold;
}

.articleTitle {
  color: #5c5e5d;
  font-size: 1.222222rem;
}

.underLine {
  display: block;
  width: 30px;
  height: 3px;
  background: #b70000;
  margin: 0 auto;
}

@media (min-width: 769px) and (max-width: 1440px) {
  .pageTitle span,
  .pageTitleStyle-1 span,
  .pageTitleStyle-3 span {
    font-size: 1.555556rem;
  }
  .pageTitleStyle-2 span {
    font-size: 2.222222rem;
  }
  .pageTitleStyle-2 small {
    font-size: 1.222222rem;
  }
  .blockTitle span {
    font-size: 1.555556rem;
  }
  .blockTitle small {
    font-size: 1.111111rem;
  }
  .subBlockTitle,
  .boxTitle span,
  .articleTitle {
    font-size: 1.111111rem;
  }
  .subBlockTitle-big {
    font-size: 1.277778rem;
  }
  .subBlockTitle-small {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .pageTitleStyle-2 {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  .pageTitle span,
  .pageTitleStyle-1 span,
  .pageTitleStyle-3 span {
    font-size: 1.222222rem;
  }
  .pageTitleStyle-2 span {
    font-size: 1.777778rem;
  }
  .pageTitleStyle-2 small {
    font-size: 1.111111rem;
  }
  .blockTitle span {
    font-size: 1.222222rem;
  }
  .blockTitle small {
    font-size: 1rem;
  }
  .subBlockTitle,
  .boxTitle span,
  .articleTitle {
    font-size: 1rem;
  }
  .subBlockTitle-big {
    font-size: 1.111111rem;
  }
  .subBlockTitle-small {
    font-size: 0.888889rem;
  }
}
.no-margin-top {
  margin-top: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-padding-left {
  padding-left: 0;
}

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

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.spaceList {
  margin: 30px 0;
}
.spaceList .row > .col, .spaceList .row > [class*=col-] {
  margin-bottom: 30px;
}
.spaceList .subBlockTxt i {
  margin-right: 3px;
  font-size: 16px;
  vertical-align: middle;
}

.spaceList_big {
  margin: 30px 0;
}
.spaceList_big .row > .col, .spaceList_big .row > [class*=col-] {
  margin-bottom: 50px;
}
.spaceList_big .subBlockTxt i {
  margin-right: 3px;
  font-size: 16px;
  vertical-align: middle;
}

.spaceList_small {
  margin: 30px 0;
}
.spaceList_small .row > .col, .spaceList_small .row > [class*=col-] {
  margin-bottom: 15px;
}
.spaceList_small .subBlockTxt i {
  margin-right: 3px;
  font-size: 16px;
  vertical-align: middle;
}

.spaceList_xs {
  margin: 30px 0;
}
.spaceList_xs .row > .col, .spaceList_xs .row > [class*=col-] {
  margin-bottom: 7.5px;
}
.spaceList_xs .subBlockTxt i {
  margin-right: 3px;
  font-size: 16px;
  vertical-align: middle;
}

.photoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
}
.photoList .photoList_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
  width: 33.33%;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}
.photoList .photoList_item.w {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 66.66%;
          flex: 1 1 66.66%;
  width: 66.66%;
}
.photoList .photoList_item .itemImg {
  padding-bottom: 338px;
}

.tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  margin-top: 50px;
}
.tabList.tabListStyle02 .tabLabel {
  max-width: 100%;
  text-align: left;
  margin-bottom: 15px;
  padding-right: 2.5em;
}
.tabList.tabListStyle02 .tabLabel:first-child {
  border-left: 0;
  border-right: 0;
}
.tabList.tabListStyle02 .tabLabel:nth-child(3) {
  border-left: 0;
  border-right: 0;
}
.tabList.tabListStyle02 .tabLabel:after {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  right: 15px;
}
.tabList.tabListStyle02 .tabLabel.active {
  color: #4a4e5c;
}
.tabList.tabListStyle02 .tabLabel.active:after {
  content: "\f107";
}
.tabList.tabListStyle02 .tabContent {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-order: 0;
  border-top: 0;
}
.tabList .tabLabel {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-order: 0;
  position: relative;
  padding: 5.8px 15px 3.8px 15px;
  color: #4a4e5c;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  max-width: 330px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.tabList .tabLabel:first-child {
  border-right: 0;
}
.tabList .tabLabel:nth-child(3) {
  border-left: 0;
}
.tabList .tabLabel:hover {
  background-color: #f2f2f2;
}
.tabList .tabContent {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
  width: 100%;
  padding: 30px 15px;
  margin-top: -1px;
  border-top: 1px solid #f2f2f2;
  display: none;
}
.tabList .tabContent img {
  max-width: 100%;
  height: auto;
}
.tabList .tabLabel.active {
  background-color: #f2f2f2;
}
.tabList .tabLabel.active + .tabContent {
  display: block;
}

.contSocial_list li {
  display: inline-block;
  margin-right: 10px;
  height: 42px;
}
.contSocial_list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 5px;
}
.contSocial_list li a span {
  font-size: 40px;
}
.contSocial_list li a span:before {
  color: #858585;
}
.contSocial_list li a:hover span:before {
  color: #b70000;
}
.contSocial_list li:last-child {
  margin-right: 0;
}

.list_faicon {
  padding-left: 30px;
}
.list_faicon li i {
  color: #858585;
  width: 30px;
  font-size: 19px;
  margin-left: -30px;
  text-align: center;
}

.classification_menu {
  margin: 30px 0;
}
.classification_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.classification_menu ul li {
  padding: 0 15px;
}
.classification_menu ul li a {
  display: block;
  margin: 5px 50px;
  padding: 5px 0;
  position: relative;
}
.classification_menu ul li a:after {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  display: block;
}
.classification_menu ul li a:hover {
  border-color: #b70000;
}
.classification_menu ul li a:hover:after {
  background-color: #b70000;
}
.classification_menu ul li.active a {
  border-color: #b70000;
}
.classification_menu ul li.active a:after {
  background-color: #b70000;
}
@media screen and (max-width: 768px) {
  .classification_menu ul li a {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 440px) {
  .classification_menu ul {
    display: block;
  }
  .classification_menu ul li {
    padding: 0;
  }
}

.topSideMenuStyle02 {
  width: 100%;
}
.topSideMenuStyle02 ul li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 10px 5px 10px;
}
.topSideMenuStyle02 ul li a {
  width: 100%;
  border-radius: 50px;
  letter-spacing: 1px;
  color: #b70000;
  padding: 10px 20px;
  line-height: 1em;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
  text-decoration: none;
  border: 1px solid #b70000;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.topSideMenuStyle02 ul li a::before {
  content: "";
  border-radius: 50px;
  width: 0%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0%;
  background: #b70000;
  background: linear-gradient(135deg, #000000 0%, #b70000 100%);
  -webkit-transition: width 1s;
  transition: width 1s;
}
.topSideMenuStyle02 ul li a::after {
  display: none;
}
.topSideMenuStyle02 ul li:hover a {
  color: #fff;
}
.topSideMenuStyle02 ul li:hover a::before {
  width: 105%;
  right: auto;
  left: 0;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .topSideMenuStyle02 ul li:hover a {
    color: #b70000;
  }
  .topSideMenuStyle02 ul li:hover a::before {
    display: none;
  }
}
.topSideMenuStyle02 ul li.active a {
  background: #b70000;
  background: linear-gradient(135deg, #000000 0%, #b70000 100%);
  color: #fff;
}
.topSideMenuStyle02 ul li.active a::before {
  display: none;
}

.topSideMenuStyle03 {
  width: 100%;
}
.topSideMenuStyle03 ul li {
  border: 1px #b70000 solid;
  padding: 5px 50px;
  margin: 0 17px 20px 17px;
}
.topSideMenuStyle03 ul li a {
  margin: 0;
  padding: 0;
  color: #b70000;
  text-align: center;
}
.topSideMenuStyle03 ul li.active, .topSideMenuStyle03 ul li:hover {
  background-color: #b70000;
  border: 1px solid #b70000;
}
.topSideMenuStyle03 ul li.active a, .topSideMenuStyle03 ul li:hover a {
  color: #fff;
}
.topSideMenuStyle03 ul li.active a:after, .topSideMenuStyle03 ul li:hover a:after {
  display: none;
}

.topSideMenuStyle04 {
  border-bottom: 3px solid #b70000;
}
.topSideMenuStyle04 ul li.active, .topSideMenuStyle04 ul li:hover {
  background-color: #b70000;
}
.topSideMenuStyle04 ul li.active a, .topSideMenuStyle04 ul li:hover a {
  color: #fff;
}
.topSideMenuStyle04 ul li.active a:after, .topSideMenuStyle04 ul li:hover a:after {
  display: none;
}

.menuListStyle_1 ul,
.menuListStyle_1 .subMenu, .listStyle_border, .menuListStyle_1, .listStyle_Multi, .listStyle_faicon, .menuListStyle_3, .menuListStyle_2, .listStyle_content, .listStyle, .menuListStyle_4, .menuListStyle_3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuListStyle_1 .subMenu ul, .listStyle_border ul, .menuListStyle_1 ul, .listStyle_Multi ul, .listStyle_faicon ul, .menuListStyle_3 ul, .menuListStyle_2 ul, .listStyle_content ul, .listStyle ul, .menuListStyle_4 ul,
.menuListStyle_1 .subMenu ol,
.listStyle_border ol,
.menuListStyle_1 ol,
.listStyle_Multi ol,
.listStyle_faicon ol,
.menuListStyle_3 ol,
.menuListStyle_2 ol,
.listStyle_content ol,
.listStyle ol,
.menuListStyle_4 ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuListStyle_4 > li, .menuListStyle_3 > li {
  display: inline-block;
}
.menuListStyle_4 > li:before, .menuListStyle_3 > li:before {
  text-align: center;
}
.listStyle li {
  line-height: 3;
}

.listStyle_content li, .menuListStyle_1 li, .listStyle_Multi li {
  padding-left: 20px;
}
.listStyle_content li:before, .menuListStyle_1 li:before, .listStyle_Multi li:before {
  margin-left: -20px;
  width: 20px;
  display: inline-block;
  font-family: fontawesome;
  content: "\f105";
  color: #b70000;
  vertical-align: top;
}

.listStyle_faicon, .menuListStyle_3, .menuListStyle_2 {
  padding-left: 20px;
}
.listStyle_faicon i, .menuListStyle_3 i, .menuListStyle_2 i {
  margin-left: -20px;
  width: 20px;
}

.listStyle_border li, .menuListStyle_1 li, .listStyle_Multi li {
  border-bottom: 1px solid #b3b3b3;
  line-height: 3;
}

.menuListStyle_1 ul li,
.menuListStyle_1 .subMenu li {
  border: 0;
}
.menuListStyle_1 a {
  display: inline-block;
}
.menuListStyle_1 a:focus {
  color: #000000;
}
.menuListStyle_1 .active > a {
  color: #b70000;
}
.menuListStyle_1 li:active:before, .menuListStyle_1 li:hover:before, .menuListStyle_1 li:focus:before {
  content: "\f107";
}
.menuListStyle_1 li:active > a, .menuListStyle_1 li:hover > a, .menuListStyle_1 li:focus > a {
  padding-left: 8px;
}

.menuListStyle_3 {
  padding-left: 0;
}
.menuListStyle_3 li {
  padding: 0 16px;
}
.menuListStyle_3 > li {
  padding-left: 32px;
  vertical-align: top;
}

.menuListStyle_4 {
  padding-left: 0;
}
.menuListStyle_4 li {
  padding: 0 16px;
}
.menuListStyle_4 > li {
  vertical-align: top;
}
.menuListStyle_4 > li > 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;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  text-align: center;
}

.hamburger_hide:has(.menuListStyle_5) {
  background-color: #b70000;
  border-radius: 0 50px 0 0;
  padding-bottom: 35px;
  max-width: 330px;
}

.menuListStyle_5_title span {
  display: block;
  margin: 20px 0;
  color: #fff;
  font-weight: bold;
}

.menuListStyle_5 {
  margin-top: 10px;
  background: #323232;
}
.menuListStyle_5 li {
  padding: 6px 8px;
  border-bottom: 1px dashed #818181;
}
.menuListStyle_5 ul li {
  border: 0;
  padding-left: 20px;
}
.menuListStyle_5 a {
  color: #fff;
  display: block;
  padding: 5px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menuListStyle_5 a::before {
  content: "\f0da";
  display: inline-block;
  font-family: "FontAwesome";
  color: #fff;
  margin-right: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menuListStyle_5 a:hover {
  color: #b70000;
}
.menuListStyle_5 a:hover::before {
  margin-right: 10px;
}
.menuListStyle_5 li.active > a {
  color: #b70000;
}

.menuListStyle_6_title span {
  display: block;
  background: #b70000;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 20px 20px 0px 0px;
}

.menuListStyle_6 {
  padding: 10px 20px 20px;
  background: #efefef;
  border-radius: 0 0 20px 20px;
}
.menuListStyle_6 > li {
  padding: 10px 0px 10px;
  border-bottom: 1px dashed #ccc;
}
.menuListStyle_6 > li:last-child {
  border-bottom: none;
}
.menuListStyle_6 ul li {
  padding-left: 15px;
}
.menuListStyle_6 a {
  display: block;
  cursor: pointer;
}
.menuListStyle_6 li.moreMenu > a {
  padding-right: 25px;
  position: relative;
}
.menuListStyle_6 li.moreMenu > a::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  display: block;
  position: absolute;
  right: 2%;
  top: 0.3em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menuListStyle_6 li.moreMenu.active > a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menuListStyle_6 li.active > a {
  color: #b70000;
}

.share_social {
  margin-top: 10px;
  margin-bottom: 20px;
}
.share_social ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.share_social ul li .social_txt {
  font-size: 16px;
  line-height: 30px;
}
.share_social ul li .btn_clipboard {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .tabList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabList .tabLabel {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-order: 0;
    position: relative;
    padding-right: 2.5em;
    max-width: 100%;
    margin-bottom: 15px;
    text-align: left;
  }
  .tabList .tabLabel:first-child {
    border-left: 0;
  }
  .tabList .tabLabel:nth-child(3) {
    border-right: 0;
  }
  .tabList .tabLabel:focus + .tabContent {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-order: 0;
  }
  .tabList .tabLabel:after {
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    right: 15px;
  }
  .tabList .tabLabel.active {
    color: #4a4e5c;
  }
  .tabList .tabLabel.active:after {
    content: "\f107";
  }
  .tabList .tabContent {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-order: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .photoList .photoList_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  .photoList .photoList_item.w {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  .photoList .photoList_item .pc {
    display: none;
  }
  .photoList .photoList_item .mb {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .spaceList_big .row > .col, .spaceList_big .row > [class*=col-] {
    margin-bottom: 30px;
  }
}
.contactContent [class*=pageTitle] {
  margin-bottom: 20px;
}
.contactContent [class*=pageTitle] + p label {
  margin-bottom: 0;
}
.contactContent [class*=pageTitle] + p label.must:before {
  margin-right: 0;
}

.form_group {
  margin-bottom: 15px;
}

label {
  display: inline-block;
  margin-bottom: 5px;
}
label.must:before {
  color: #b70000;
  content: "*";
  margin-right: 5px;
}

.cont_form input,
.cont_form select,
.cont_form textarea {
  color: #4d4d4d;
  font-size: 16px;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  font-family: "微軟正黑體", "Microsoft JhengHei";
}
.cont_form input:disabled,
.cont_form select:disabled,
.cont_form textarea:disabled {
  background: transparent;
  border-color: transparent;
  padding-left: 0;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-text-fill-color: #ddd;
  color: #ddd;
}
.cont_form input:focus,
.cont_form select:focus,
.cont_form textarea:focus {
  border-color: #b70000;
  -webkit-box-shadow: 0 0 2px rgba(0, 102, 153, 0.85);
          box-shadow: 0 0 2px rgba(0, 102, 153, 0.85);
}
.cont_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images_v4/icon/arrow_down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) center;
}
.cont_form select option:disabled {
  background: none;
  border-color: transparent;
  padding-left: 0;
  color: #ddd;
}
.cont_form textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 120px;
}
.cont_form #twzipcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.cont_form #twzipcode select,
.cont_form #twzipcode input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  max-width: 153px;
}
.cont_form #twzipcode select {
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cont_form input,
  .cont_form select,
  .cont_form textarea {
    font-size: 18px;
  }
  .cont_form input {
    width: 90vw;
  }
}
@media (max-width: 768px) {
  .cont_form input,
  .cont_form select,
  .cont_form textarea {
    font-size: 16px;
  }
  .cont_form #twzipcode {
    display: block;
  }
  .cont_form #twzipcode select,
  .cont_form #twzipcode input {
    display: inline-block;
    margin-bottom: 15px;
  }
  .cont_form #twzipcode select {
    margin-right: 15px;
  }
  .cont_form #twzipcode input:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 370px) {
  .cont_form #twzipcode select,
  .cont_form #twzipcode input {
    max-width: 100%;
    margin-right: 0;
  }
}

.authenticateCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.authenticateCode input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 210px;
          flex: 0 1 210px;
  max-width: 210px;
  margin-right: 30px;
}
.authenticateCode img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
  max-width: 100px;
  margin-right: 20px;
}
.authenticateCode .icon-link {
  margin-left: 0;
}
.authenticateCode a {
  color: #cccccc;
  font-size: 0.888889rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .authenticateCode a {
    font-size: 0.833333rem;
  }
}
@media (max-width: 768px) {
  .authenticateCode a {
    font-size: 0.777778rem;
  }
}
.authenticateCode a i {
  font-weight: bold;
  color: #b70000;
  margin-right: 5px;
}
.authenticateCode a:hover {
  color: #b70000;
}
.authenticateCode button {
  margin: 0;
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 192px;
          flex: 0 1 192px;
  max-width: 192px;
}
@media (max-width: 768px) {
  .authenticateCode {
    display: block;
  }
  .authenticateCode input,
  .authenticateCode img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    margin-bottom: 15px;
  }
  .authenticateCode a {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
  }
  .authenticateCode button {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .authenticateCode input {
    max-width: 100%;
    margin-right: 0;
  }
}

.switch_password {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 5px;
}
.switch_password .toggle-password {
  margin-left: 0;
  cursor: pointer;
}

.formLine {
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #E5E5E5;
}

@media (max-width: 992px) {
  .form_date .row > div {
    margin-bottom: 15px;
  }
  .form_date .row > div:last-child {
    margin-bottom: 0;
  }
}
.radioBox_group input, .checkBox_group input {
  display: none;
}
.radioBox_group input:checked ~ label, .checkBox_group input:checked ~ label {
  color: #000000;
}
.radioBox_group input:checked ~ label .signIcon:before, .checkBox_group input:checked ~ label .signIcon:before {
  border-color: #b70000;
}
.radioBox_group input:checked ~ label .signIcon:after, .checkBox_group input:checked ~ label .signIcon:after {
  color: #b70000;
}
.radioBox_group label, .checkBox_group label {
  cursor: pointer;
  color: #cccccc;
  margin-bottom: 0;
}
.radioBox_group .signIcon, .checkBox_group .signIcon {
  position: relative;
  margin-right: 5px;
  vertical-align: sub;
}
.radioBox_group .signIcon:before, .checkBox_group .signIcon:before, .radioBox_group .signIcon:after, .checkBox_group .signIcon:after {
  content: "";
  color: #cccccc;
  text-align: center;
}
.radioBox_group .signIcon:before, .checkBox_group .signIcon:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ffffff;
  border: 2px solid #cccccc;
}
.radioBox_group a, .checkBox_group a {
  color: #5c5e5d;
  text-decoration: underline;
}

.checkBox_group input:checked ~ label .signIcon:after {
  content: "✔";
}
.checkBox_group .signIcon:before {
  border-radius: 2px;
}
.checkBox_group .signIcon:after {
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
}

.radioBox_group input:checked ~ label .signIcon:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
}
.radioBox_group .signIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.radioBox_group .signIcon:before, .radioBox_group .signIcon:after {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.radioBox_group .signIcon:after {
  margin: auto;
  background-color: #b70000;
  width: 0;
  height: 0;
  line-height: 12px;
}

.even_controlBox .radioBox_group {
  margin-right: 15px;
}
.even_controlBox .radioBox_group:last-child {
  margin-right: 0;
}

.invoice-information-control-box {
  margin-bottom: 30px;
}

.responsive_tbl {
  min-height: 0.01%;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 30px;
}
.responsive_tbl .dataTables_wrapper .dataTables_length {
  float: right;
  margin-bottom: 20px;
}
.responsive_tbl .dataTables_wrapper .dataTables_paginate {
  margin-top: 20px;
  float: none;
  text-align: center;
}
.responsive_tbl .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #ffffff;
}
.responsive_tbl .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0;
}
.responsive_tbl table {
  width: 100% !important;
  border-collapse: collapse;
}
.responsive_tbl table.dataTable tr th {
  color: #5c5e5d;
  background-color: #f6f6f6;
  border-bottom-color: #e5e5e5;
}
.responsive_tbl table.dataTable tr th:first-child {
  text-align: left;
  width: 50%;
}
.responsive_tbl table.dataTable tr td {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.responsive_tbl table.dataTable tr td:first-child {
  text-align: left;
}

.tableList {
  width: 100%;
}
.tableList tr th,
.tableList tr td {
  padding: 16px;
}
.tableList tr th {
  color: #5c5e5d;
  text-align: left;
  font-weight: bold;
  background-color: #ffffff;
  border-bottom: 2px solid #999999;
  vertical-align: middle;
  white-space: nowrap;
}
.tableList tr td {
  width: auto;
  white-space: nowrap;
  vertical-align: top;
  border-bottom: 1px solid #E5E5E5;
}
.tableList tr td a:hover {
  color: #b70000;
  text-decoration: underline;
}
.tableList tr td .tips_cancel {
  color: #cccccc;
}
.tableList tr td .tips_noticPay {
  color: #ff0000;
}
.tableList tr td .tips_noticPay:hover {
  color: #ff0000;
  border-color: #ff0000;
}
.tableList tr td .tips_shipping {
  color: #b70000;
}
.tableList tr td .tips_details {
  color: #5c5e5d;
}
.tableList tr td .tips_details i {
  color: #b70000;
  margin-right: 5px;
}
.tableList tr td .tips_active {
  color: #5c5e5d;
  font-size: 16px;
}
.tableList tr td .copyCoupon {
  margin-left: 5px;
}
.tableList tr td .order_proImg {
  margin-bottom: 0;
}
.tableList tr:nth-child(odd) td {
  background-color: #F2F2F2;
}

.tableListType1 {
  width: 100%;
}
.tableListType1 tr th,
.tableListType1 tr td {
  padding: 16px;
}
.tableListType1 tr th {
  color: #5c5e5d;
  text-align: left;
  font-weight: bold;
  background-color: #ffffff;
  border-bottom: 2px solid #999999;
  vertical-align: middle;
  white-space: nowrap;
}
.tableListType1 tr td {
  width: auto;
  white-space: nowrap;
  vertical-align: top;
  border-bottom: 1px solid #E5E5E5;
}
.tableListType1 tr td a:hover {
  color: #b70000;
  text-decoration: underline;
}
.tableListType1 tr td .tips_cancel {
  color: #cccccc;
}
.tableListType1 tr td .tips_noticPay {
  color: #ff0000;
}
.tableListType1 tr td .tips_noticPay:hover {
  color: #ff0000;
  border-color: #ff0000;
}
.tableListType1 tr td .tips_shipping {
  color: #b70000;
}
.tableListType1 tr td .tips_details {
  color: #5c5e5d;
}
.tableListType1 tr td .tips_details i {
  color: #b70000;
  margin-right: 5px;
}
.tableListType1 tr td .tips_active {
  color: #5c5e5d;
  font-size: 16px;
}
.tableListType1 tr td .copyCoupon {
  margin-left: 5px;
}
.tableListType1 tr td .order_proImg {
  margin-bottom: 0;
}
.tableListType1 tr:nth-child(odd) td {
  background-color: #F2F2F2;
}

@media (max-width: 768px) {
  .rwdTable table thead {
    display: none;
  }
  .rwdTable table tr {
    width: 100%;
    display: block;
    margin-bottom: 32px;
  }
  .rwdTable table tr td {
    display: block;
    padding: calc(16px / 2);
  }
}
.orderTotal {
  display: table;
  width: 100%;
  margin: 16px 0;
}
.orderTotal tr td {
  color: #5c5e5d;
}
.orderTotal tr td:first-child {
  font-weight: bold;
  padding-right: 1.5em;
}
.orderTotal tr td span {
  color: #cccccc;
}
.orderTotal tr:nth-last-child(2) td {
  padding-bottom: 10px;
}
.orderTotal .total {
  font-size: 20px;
}
.orderTotal .total > td {
  padding-top: 10px;
  font-weight: bold;
  border-top: 1px solid #ccc;
}
.orderTotal .tips {
  color: #d13428;
  font-size: 19px;
  margin: 16px 0;
  display: inline-block;
  text-decoration: underline;
}

.filterTable .selectBlock {
  width: 100%;
  max-width: 508px;
  margin-bottom: 52px;
}
.filterTable .selectTitle {
  margin-bottom: 12px;
}
.filterTable .selectBox {
  width: 100%;
  position: relative;
}
.filterTable .selectBox::after {
  content: "\f078";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.filterTable select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 10px 15px;
  border: 1px #ccc solid;
}
.filterTable .tableTitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
}
.filterTable table {
  width: 100%;
  text-align: center;
}
.filterTable table tr {
  border-bottom: 1px #ccc solid;
}
.filterTable table tr:nth-child(even) {
  background-color: #D6D6D6;
}
.filterTable table tr:first-child {
  border-top: 1px #ccc solid;
}
.filterTable table tr:not(:first-child):hover {
  background-color: #b70000;
  color: #fff;
}
.filterTable table th {
  padding: 7px 15px;
}
.filterTable table td {
  padding: 16px 15px 8px 15px;
}

#mbPanel {
  display: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
}
header.header_bg:not(.scroll) {
  background-image: url(../images_v4/header/header_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
header .logo a {
  display: block;
}
header.scroll {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
header.scroll .topLink {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
header.scroll .navBar .navBarContent .logo {
  line-height: 0;
}
header.scroll .navBar .navBarContent .logo img {
  /*height: $logo-height-s !important;*/
}
header .topLink .topLinkMenu {
  text-align: right;
  line-height: 1.6;
}
header .topLink .topLinkMenu li {
  padding-left: 1em;
  padding-right: 1em;
}
header .topLink .topLinkMenu li a {
  font-size: 16px;
  display: block;
}
header .topLink .topLinkMenu li:first-child {
  padding-left: 0;
}
header .topLink .topLinkMenu li:last-child {
  padding-right: 0;
}
header .topLink .topLinkMenu > li {
  display: inline-block;
}
header .topLink .topLinkMenu > li > a {
  color: #ffffff;
}
header .topLink .topLinkMenu > li > a i {
  margin-right: 5px;
}
header .topLink .topLinkMenu > li.moreMenu {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  padding-bottom: 3px;
}
header .topLink .topLinkMenu > li.moreMenu > ul {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  min-width: 230px;
  background-color: #ffffff;
}
header .topLink .topLinkMenu > li.moreMenu > ul li {
  padding: 0.6em 1.2em;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}
header .topLink .topLinkMenu > li.moreMenu > ul li a {
  width: 100%;
  display: block;
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
}
header .topLink .topLinkMenu > li.moreMenu > ul li:hover {
  background-color: rgba(170, 170, 170, 0.2);
}
header .topLink .topLinkMenu > li.moreMenu > ul li:last-child {
  border-bottom: 3px solid #111;
}
header .topLink .topLinkMenu > li.moreMenu:hover {
  overflow: visible;
}
header .topLink .topLinkMenu > li.moreMenu:hover ul {
  opacity: 1;
  z-index: 5;
}
header .topLink .topLinkMenu > li.lanMoreMenu .fa-angle-down {
  margin-right: 0;
  margin-left: 5px;
}
header .navBar .navBarContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  position: relative;
}
header .navBar .navBarContent .logo {
  line-height: 0;
}
header .navBar .navBarContent .logo img {
  height: 90px;
}
header .navBar .navMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .navBar .navMenu.hoverEffect_01 > li > a > span {
  position: relative;
}
header .navBar .navMenu.hoverEffect_01 > li > a > span:after {
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  background-color: #111;
}
@media screen and (max-width: 1200px) {
  header .navBar .navMenu.hoverEffect_01 > li > a {
    height: 60px !important;
    line-height: 50px !important;
  }
}
header .navBar .navMenu.hoverEffect_01 > li:hover span:after {
  opacity: 1;
  height: 2px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header .navBar .navMenu.hoverEffect_02 > li > a > span:after {
  position: absolute;
  width: 0;
  height: 3px;
  border: 0;
  left: 50%;
  bottom: 0;
  background-color: #b70000;
}
header .navBar .navMenu.hoverEffect_02 > li:hover span:after {
  width: 100%;
  left: 0;
  right: 0;
}
header .navBar .navMenu.hoverEffect_03 > li > a > span {
  position: relative;
}
header .navBar .navMenu.hoverEffect_03 > li > a > span:after {
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  background-color: #111;
}
header .navBar .navMenu.hoverEffect_03 > li:hover span:after {
  width: 100%;
}
header .navBar .navMenu.navIconLt i {
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  header .navBar .navMenu.navIconLt i {
    display: block;
    text-align: center;
    margin-right: 0;
  }
}
header .navBar .navMenu.navIconTop i {
  display: block;
  text-align: center;
}
header .navBar .navMenu.navIconHover i {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navBar .navMenu.navIconHover > li.moreMenu:hover i {
  opacity: 1;
}
header .navBar .navMenu.navMenuStyle01 > li a > span::after,
header .navBar .navMenu.navMenuStyle01 > li.moreMenu a > span::after {
  height: 0;
}
header .navBar .navMenu.navMenuStyle01 > li > ul,
header .navBar .navMenu.navMenuStyle01 > li.moreMenu > ul {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .navBar .navMenu.navMenuStyle01 > li > ul::before,
header .navBar .navMenu.navMenuStyle01 > li.moreMenu > ul::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent red transparent;
  opacity: 0.9;
  display: none;
}
header .navBar .navMenu.navMenuStyle01 > li:hover > ul::before,
header .navBar .navMenu.navMenuStyle01 > li.moreMenu:hover > ul::before {
  display: block;
}
header .navBar .navMenu.navMenuStyle02 > li a > span::after,
header .navBar .navMenu.navMenuStyle02 > li.moreMenu a > span::after {
  height: 0;
}
header .navBar .navMenu.navMenuStyle02 > li > ul,
header .navBar .navMenu.navMenuStyle02 > li.moreMenu > ul {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: solid 1px #b70000;
}
header .navBar .navMenu.navMenuStyle02 > li > ul::before,
header .navBar .navMenu.navMenuStyle02 > li.moreMenu > ul::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 23px;
  height: 23px;
  background-image: url("../images_v4/icon/icon_dropdown_arrow.svg");
  background-size: 100% 100%;
  opacity: 0.9;
  display: none;
  z-index: 5;
}
header .navBar .navMenu.navMenuStyle02 > li:hover > ul::before,
header .navBar .navMenu.navMenuStyle02 > li.moreMenu:hover > ul::before {
  display: block;
}
header .navBar .navMenu.navMenuStyle03 > li > ul,
header .navBar .navMenu.navMenuStyle03 li.moreMenu > ul {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .navBar .navMenu.navMenuRounded li:first-of-type {
  border-radius: 8px 8px 0 0;
}
header .navBar .navMenu.navMenuRounded li:last-of-type {
  border-radius: 0 0 8px 8px;
}
header .navBar .navMenu li a {
  color: #000000;
  display: block;
  font-size: 16px;
}
header .navBar .navMenu > li {
  vertical-align: top;
}
header .navBar .navMenu > li > a {
  height: 90px;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  position: relative;
}
header .navBar .navMenu > li > a > span {
  display: block;
}
header .navBar .navMenu > li > a > span:after {
  content: "";
  position: absolute;
}
header .navBar .navMenu > li > a:hover span .subWord {
  margin-top: -2.5em;
}
header .navBar .navMenu > li.moreMenu {
  position: relative;
  overflow: hidden;
}
header .navBar .navMenu > li.moreMenu > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  min-width: 230px;
  z-index: 5;
}
header .navBar .navMenu > li.moreMenu > ul li {
  background: #fff;
  border-bottom: 1px solid #eee;
}
header .navBar .navMenu > li.moreMenu > ul li a {
  width: 100%;
  display: block;
  line-height: 1.5;
  text-align: center;
  padding: 0.6em 1em;
  text-align: left;
}
header .navBar .navMenu > li.moreMenu > ul li:hover > a {
  background-color: rgba(170, 170, 170, 0.2);
}
header .navBar .navMenu > li.moreMenu > ul li:last-child {
  border-bottom: 3px solid #111;
}
header .navBar .navMenu > li.moreMenu > ul li.moreMenu {
  position: relative;
}
header .navBar .navMenu > li.moreMenu > ul li.moreMenu > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .navBar .navMenu > li.moreMenu > ul li.moreMenu > a:after {
  content: "\f105";
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  line-height: 2;
  font-family: FontAwesome;
}
header .navBar .navMenu > li.moreMenu > ul li.moreMenu:hover > ul {
  opacity: 1;
  z-index: 6;
}
header .navBar .navMenu > li.moreMenu > ul li.moreMenu > ul {
  position: absolute;
  top: 0;
  min-width: 230px;
  background-color: #f8f8f8;
  z-index: 5;
  opacity: 0;
}
header .navBar .navMenu > li.moreMenu:hover {
  overflow: visible;
}
header .navBar .navMenu > li.multiMenu {
  position: relative;
}
header .navBar .navMenu > li.multiMenu .inner {
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  z-index: 100;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  background-color: #ffffff;
}
header .navBar .navMenu > li.multiMenu .inner .navTitle {
  width: 255px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 255px;
          flex: 0 0 255px;
}
header .navBar .navMenu > li.multiMenu .inner .navTitle span,
header .navBar .navMenu > li.multiMenu .inner .navTitle small {
  color: #b70000;
  display: block;
}
header .navBar .navMenu > li.multiMenu .inner .navTitle span {
  font-size: 24px;
  font-weight: bold;
}
header .navBar .navMenu > li.multiMenu .inner .inner_menu {
  width: calc(100% - 255px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 255px);
          flex: 0 0 calc(100% - 255px);
  padding-left: 52px;
  border-left: 1px solid #d3d3d3;
}
header .navBar .navMenu > li.multiMenu .inner .inner_menu a:hover {
  opacity: 0.6;
}
header .navBar .navMenu > li.multiMenu .inner .inner_menu a .itemImg {
  padding-bottom: 30%;
}
header .navBar .navMenu > li.multiMenu .inner.wide {
  top: calc(100% - 15px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .navBar .navMenu > li.multiMenu .inner.wide > li {
  width: 16.66666%;
  padding: 1em;
  border-bottom: 0;
}
header .navBar .navMenu > li.multiMenu .inner.wide li:last-child {
  border-bottom: 0;
}
header .navBar .navMenu > li.multiMenu .inner.wide .menuTitle {
  color: #b70000;
  border-bottom: 1px #b70000 solid;
}
header .navBar .navMenu > li.multiMenu:hover {
  position: static;
}
header .navBar .navMenu > li.multiMenu:hover .inner {
  overflow: visible;
}
header .navBar .navMenu.navMenuStyle_line > li {
  position: relative;
}
header .navBar .navMenu.navMenuStyle_line > li:first-child > a:before {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #b70000;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
header .navBar .navMenu.navMenuStyle_line > li > a {
  position: relative;
}
header .navBar .navMenu.navMenuStyle_line > li > a:after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #b70000;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
header .navBar .navMenu.navMenuStyle_circle > li > a > span {
  border: 1px #b70000 solid;
  border-radius: 33px;
  padding: 0 10px;
}
header .navBar .navMenu.navMenu2 > li > a {
  overflow: hidden;
  display: block;
  line-height: 90px;
  text-align: center;
}
header .navBar .navMenu.navMenu2 > li > a span {
  display: block;
}
header .navBar .navMenu.navMenu2 > li > a:hover .subWord {
  margin-top: -5.5em;
}
header .navBar .navMenu.navMenu5 .menuImgIcon {
  display: block;
  margin: 0 auto;
  height: 32px;
  width: auto;
}
header .navBar .navMenu.navMenu5 i {
  margin-left: 5px;
}
header .navBar .navMenu.currentStyle01 > li > a > span {
  padding: 0 12px;
}
header .navBar .navMenu.currentStyle01 > li.current > a span {
  background-color: #b70000;
  color: #fff;
  border-radius: 5px;
}
header .navBar .navMenu.currentStyle02 > li > a {
  padding: 0;
}
header .navBar .navMenu.currentStyle02 > li > a > span {
  position: relative;
  padding: 0 10px;
  margin: 0 10px;
}
header .navBar .navMenu.currentStyle02 > li > a > span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
header .navBar .navMenu.currentStyle02 > li.current > a > span {
  color: #fff;
}
header .navBar .navMenu.currentStyle02 > li.current > a > span::before {
  background-color: #b70000;
}
header .navBar .navMenu.currentStyle03 > li > a > span {
  padding: 6px 12px;
}
header .navBar .navMenu.currentStyle03 > li.current > a span {
  color: #b70000;
  border-bottom: solid 2px #b70000;
}
header .navBar .navMenu.currentStyle04 > li > a > span {
  padding: 2px 12px;
  white-space: nowrap;
}
header .navBar .navMenu.currentStyle04 > li > a > span::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
header .navBar .navMenu.currentStyle04 > li.current > a > span::before {
  background-color: #b70000;
  opacity: 0.2;
}

.headerTop0 {
  background-color: rgba(255, 255, 255, 0.8);
}

.btn-list {
  position: relative;
  margin-top: -6px;
  z-index: 10;
}
.btn-list button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
.btn-list button i {
  color: #000000;
  font-size: 35px;
}

.mobile-menu-btn {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 27px;
  height: 30px;
  outline: 0;
}
.mobile-menu-btn span::before {
  top: -8px;
}
.mobile-menu-btn span::after {
  bottom: -8px;
}
.mobile-menu-btn span::before, .mobile-menu-btn span::after {
  content: "";
}
.mobile-menu-btn span,
.mobile-menu-btn span::before,
.mobile-menu-btn span::after {
  display: block;
  background-color: black;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 27px;
}
.mobile-menu-btn.active span {
  background-color: transparent;
}
.mobile-menu-btn.active span::before, .mobile-menu-btn.active span::after {
  background-color: black;
  top: 0;
}
.mobile-menu-btn.active span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu-btn.active span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.open_menu {
  overflow: hidden;
}
.open_menu .headerStyle02 .header_inner .fullMenu {
  height: 100%;
  overflow-y: scroll;
}
.open_menu .headerStyle03 .fullMenu {
  height: 100%;
  overflow-y: scroll;
}
.open_menu .headerStyle03 .fullMenu .fullMenu_title {
  display: block;
}
.open_menu .headerStyle07 .fullMenu {
  height: 100%;
  overflow-y: scroll;
}

.headerStyle01 .topLink {
  color: #ffffff;
  background-color: #b70000;
}
.headerStyle01 .navBar .navMenu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.headerStyle02 {
  padding-left: 5%;
  padding-right: 5%;
}
.headerStyle02.scroll {
  padding-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.headerStyle02.scroll .header_inner .logo img {
  /*height: $logo-height-s;*/
  /*20210416開會取消捲動後logo縮小效果*/
}
.headerStyle02.scroll .header_inner .fullMenu .fullMenu_inner .fullMenu_nav {
  padding-top: 70px;
}
.headerStyle02 .header_inner {
  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;
}
.headerStyle02 .header_inner .logo {
  line-height: 0;
  z-index: 1;
}
.headerStyle02 .header_inner .logo a {
  display: block;
}
.headerStyle02 .header_inner .logo img {
  height: 90px;
}
.headerStyle02 .header_inner .menu_blk {
  padding-left: 15px;
  border-left: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.headerStyle02 .header_inner .menu_blk a {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.headerStyle02 .header_inner .menu_blk .btn_register {
  padding: 3px 10px;
  background: #3479ca;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  margin-left: 15px;
}
.headerStyle02 .header_inner .menu_blk .btn-list {
  margin-left: 15px;
}
.headerStyle02 .header_inner .fullMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: height 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.headerStyle02 .header_inner .fullMenu .fullMenu_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav.fullMenu_nav_2c ul {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav ul {
  margin-left: auto;
  margin-right: 0;
  min-width: 30%;
}
.headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav ul li {
  padding: 0 30px;
}
.headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav ul li a {
  color: #333333;
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: -5px;
  z-index: -1;
  width: 0;
  height: 30px;
  background-color: #62d1be;
  -webkit-animation: navHover_recovery 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms 1 normal forwards;
          animation: navHover_recovery 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms 1 normal forwards;
}
.headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav ul li a:hover:after {
  -webkit-animation: navHover_start 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms 1 normal forwards;
          animation: navHover_start 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms 1 normal forwards;
}

.headerStyle09 {
  position: static;
  background: none;
}
.headerStyle09 .headerContent {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.headerStyle09 .headerContent .container {
  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;
}
.headerStyle09 .logo {
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.headerStyle09 nav {
  width: 100%;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.headerStyle09 .navBar {
  width: 100%;
}
.headerStyle09 .navBar .navMenu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headerStyle09 .navBar .navMenu > li > a {
  height: 60px;
}
.headerStyle09 .scrollNav {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  display: none;
}
.headerStyle09 .scrollNav .navBarContent {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerStyle09.scroll .navBar .navBarContent .logo {
  line-height: 0;
}
.headerStyle09.scroll .navBar .navBarContent .logo img {
  height: 60px !important;
}

.headerStyle09.sticky .headerContent {
  position: static;
}
.headerStyle09.sticky .logo {
  position: fixed;
  top: 0;
  left: 15px;
  z-index: 9999;
  height: 90px;
  /*20210416開會取消捲動後logo縮小效果*/
  width: auto;
}
.headerStyle09.sticky .logo img {
  display: block;
  height: 100%;
  width: auto;
}
.headerStyle09.sticky .scrollNav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.headerStyle09.sticky .scrollNav .navBar .navMenu > li > a {
  height: 90px;
}

.headerStyle10 {
  position: static;
  background-color: transparent;
}
.headerStyle10 .headerContent {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.headerStyle10 .topLink {
  width: 100%;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.headerStyle10 .topLink .topLinkMenu {
  width: 100%;
}
.headerStyle10 .topLink .topLinkLine li {
  border-right: 1px #fff solid;
}
.headerStyle10 .topLink .topLinkLine li:last-child {
  border-right: 0;
}
.headerStyle10 .navBar .navMenu.navMenuStyle_line > li {
  position: relative;
}
.headerStyle10 .navBar .navMenu.navMenuStyle_line > li:first-child > a:before {
  width: 0;
}
.headerStyle10 .navBar .navMenu.navMenuStyle_line > li:last-child > a::after {
  width: 0;
}
.headerStyle10 .navigationPC {
  width: 100%;
  height: 75px;
  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;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.headerStyle10 .navigationPC .logo {
  height: 70px;
}
.headerStyle10 .navigationPC .logo img {
  width: auto;
  height: 100%;
}
.headerStyle10 .navBar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.headerStyle10 .navBar .navMenu {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headerStyle10 .navBar .navMenu > li {
  background-color: #fff;
}
.headerStyle10 .navBar .navMenu > li > a {
  height: 70px;
}
.headerStyle10.scroll .headerContent {
  background-color: rgba(255, 255, 255, 0.8);
}
.headerStyle10.scroll .navigationPC {
  border-top: 0;
  background-color: transparent;
}
.headerStyle10.scroll .topLink {
  padding: 0;
}

.headerStyle11 .headerBox {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.headerStyle11 .LBox {
  width: 250px;
}
.headerStyle11 .RBox {
  width: calc(100% - 250px);
}
.headerStyle11 .topLink .topLinkMenu > li > a {
  color: #000;
}
.headerStyle11 .navMenu {
  width: 100%;
}

.headerStyle12 .topBox {
  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;
}
.headerStyle12 .navigation {
  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;
  background-color: #b70000;
  border-radius: 30px;
  margin-bottom: -30px;
  padding: 0 1em;
}
.headerStyle12 .navBar .navMenu > li > a {
  height: 60px;
  color: #fff;
}
.headerStyle12 .navBar .navMenu > li > a > span {
  line-height: 1.2;
  text-align: center;
}
.headerStyle12 .navBar .navMenu > li > a small {
  font-size: 12px;
  color: #ccc;
}
.headerStyle12 .navBar .navMenu > li:hover > a {
  color: #ccc;
}
.headerStyle12 .navBar .navMenu > li:hover > a small {
  color: #bbb;
}
.headerStyle12 .navBar .navMenu.navMenuStyle_line > li > a:after {
  background-color: #fff;
}
.headerStyle12 .navBar .navMenu.navMenuStyle_line > li:first-child > a:before {
  background-color: #fff;
}
.headerStyle12 .navBar .navMenu.hoverEffect_01 > li > a > span:after, .headerStyle12 .navBar .navMenu.hoverEffect_02 > li > a > span:after, .headerStyle12 .navBar .navMenu.hoverEffect_03 > li > a > span:after {
  background-color: #000000;
}
.headerStyle12 .socialBar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
}
.headerStyle12 .socialBar a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  margin-right: 1em;
}
.headerStyle12 .socialBar a:last-child {
  margin-right: 0;
}

.headerStyle13 {
  background-color: transparent;
}
.headerStyle13 .logoBox {
  width: 30.479%;
  max-width: 580px;
  height: 119.13px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  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;
}
.headerStyle13 .logoBox::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 119.83px 0 0px 80px;
  border-color: transparent transparent transparent #b70000;
}
.headerStyle13 .logo {
  width: calc(100% - 80px);
  height: 119.13px;
  background-color: #b70000;
  padding-left: 15px;
  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;
}
.headerStyle13 .logo div {
  width: 100%;
  max-width: 240px;
}
.headerStyle13 .topLink {
  padding-right: 13%;
  background-color: #000000;
}
.headerStyle13 .navBar .navBarContent {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerStyle13 .navBar .navBarContent > div {
  width: 100%;
  position: relative;
  padding-right: 13%;
}
.headerStyle13 .navBar .navMenu > li > a {
  height: 79px;
}
.headerStyle13 .navBar .navMenu > li.multiMenu .inner.wide {
  top: 100%;
  background-color: #fff;
}
.headerStyle13 .otherLink {
  display: block;
  width: 150px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.headerStyle13 .otherLink img {
  width: 100%;
  display: block;
}

@-webkit-keyframes navHover_start {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}

@keyframes navHover_start {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@-webkit-keyframes navHover_recovery {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes navHover_recovery {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
.headerStyle03 .navBar .container_full {
  padding-right: 0;
}
.headerStyle03 .navBar .navBarContent > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}
.headerStyle03 .navBar .navBarContent > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.headerStyle03 .navBar .navBarContent > div:nth-child(2) .navMenu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerStyle03 .navBar .navBarContent > div:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
.headerStyle03 .navBar .navBarContent > div .navMenu .navMenu_icon i {
  font-size: 25px;
}
.headerStyle03 .subNavMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
}
.headerStyle03 .subNavMenu li a {
  color: #ffffff;
  display: block;
  text-align: center;
  width: 100px;
  height: 100%;
  font-size: 15px;
}
.headerStyle03 .subNavMenu li a i {
  display: block;
}
.headerStyle03 .subNavMenu li a .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.headerStyle03 .subNavMenu li:nth-child(odd) a {
  background-color: #3fc7f8;
}
.headerStyle03 .subNavMenu li:nth-child(even) a {
  background-color: #606363;
}
.headerStyle03 .btn-list {
  display: block;
  width: 100px;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
  background-color: #3fc7f8;
  height: 90px;
  margin-top: 0;
  cursor: pointer;
  display: none;
}
.headerStyle03 .btn-list .mobile-menu-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.headerStyle03 .btn-list .mobile-menu-btn span {
  background-color: #ffffff;
  width: 12px;
}
.headerStyle03 .btn-list .mobile-menu-btn span:before, .headerStyle03 .btn-list .mobile-menu-btn span:after {
  width: 22px;
  background-color: #ffffff;
}
.headerStyle03 .btn-list .mobile-menu-btn.active span {
  background-color: transparent;
}
.headerStyle03 .fullMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #eaeff4;
  -webkit-transition: height 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.headerStyle03 .fullMenu .fullMenu_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.headerStyle03 .fullMenu .fullMenu_inner .fullMenu_nav {
  padding-top: 90px;
  max-width: 720px;
  padding-right: 15px;
  padding-left: 15px;
}
.headerStyle03 .fullMenu .fullMenu_inner .fullMenu_nav .row {
  padding: 0 15px;
}
.headerStyle03 .fullMenu .fullMenu_inner .fullMenu_nav .fullMenuNav_list ul li {
  margin-bottom: 10px;
}
.headerStyle03 .fullMenu .fullMenu_inner .fullMenu_nav .fullMenuNav_list ul li a {
  display: block;
  color: #111;
  font-weight: bold;
}
.headerStyle03 .fullMenu .fullMenu_inner .fullMenu_social {
  text-align: right;
  border-top: 1px solid #333;
  padding: 20px;
  margin-top: 10px;
  padding-bottom: 50px;
}
.headerStyle03 .fullMenu .fullMenu_inner .fullMenu_social ul li {
  display: inline-block;
  margin-left: 5px;
}
.headerStyle03 .fullMenu .fullMenu_inner .fullMenu_social ul li a {
  display: block;
}
.headerStyle03 .fullMenu .fullMenu_inner .fullMenu_social ul li a i {
  font-size: 26px;
}
.headerStyle03 .fullMenu .fullMenu_title {
  position: fixed;
  top: 50%;
  right: -70px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(90deg) translate(-52.5px, -50%);
  transform: rotate(90deg) translate(-52.5px, -50%);
  font-size: 105px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  z-index: -1;
  display: none;
}

.headerStyle04 .navBar .navBarContent > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
}
.headerStyle04 .navBar .navBarContent > div:first-child .topLink .topLinkMenu {
  text-align: left;
}
.headerStyle04 .navBar .navBarContent > div:nth-child(2) {
  text-align: center;
}
.headerStyle04 .navBar .navBarContent .navMenuContent {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.headerStyle04 .navBar .navBarContent .navMenuContent .navMenu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headerStyle04 .topLink .topLinkMenu > li > a {
  color: #666666;
}
.headerStyle04.scroll .navBar .navBarContent > div:first-child, .headerStyle04.scroll .navBar .navBarContent > div:nth-child(3) {
  display: none;
}
.headerStyle04.scroll .navBar .navBarContent > div.logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.headerStyle04.scroll .navBar .navBarContent > div.navMenuContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 120px);
          flex: 0 0 calc(100% - 120px);
  padding-left: 30px;
}
.headerStyle04.scroll .navBar .navBarContent > div.navMenuContent .navMenu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.headerStyle05 > .topLinkContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headerStyle05 .navBar .navBarContent {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headerStyle05 .navBar .navBarContent > div:nth-child(1), .headerStyle05 .navBar .navBarContent > div:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.headerStyle05 .navBar .navBarContent > div.logo {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.headerStyle05 .navBar .navBarContent > div.logo img {
  height: 80px;
}
.headerStyle05 .navBar .navBarContent > div:last-child .navMenu.navIconLt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerStyle05 .topLink .topLinkMenu > li > a {
  color: #666666;
}
@media screen and (max-width: 1200px) {
  .headerStyle05 .navBar .navBarContent > div:nth-child(1), .headerStyle05 .navBar .navBarContent > div:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .headerStyle05 .navBar .navMenu > li > a {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}

.headerStyle06 .navBar .navBarContent > div {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headerStyle06 .navBar .navBarContent > div:first-child .topLink .topLinkMenu {
  text-align: left;
}
.headerStyle06 .navBar .navBarContent > div:nth-child(2) {
  text-align: center;
}
.headerStyle06 .navBar .navBarContent .navMenuContent {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-top: 1px solid #b70000;
}
.headerStyle06 .navBar .navBarContent .navMenuContent .navMenu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headerStyle06 .navBar .navBarContent .topLink .topLinkMenu > li > a {
  color: #666666;
}
.headerStyle06.scroll .navBar .navBarContent > div:nth-child(2) {
  display: none;
}
.headerStyle06.scroll .navBar .navBarContent > div.logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 241px;
          flex: 0 0 241px;
  /*20210416開會取消logo捲動後效果*/
}
.headerStyle06.scroll .navBar .navBarContent > div.navMenuContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 241px);
          flex: 0 0 calc(100% - 241px);
  /*20210416開會取消logo捲動後效果*/
  padding-left: 30px;
  border-top: 0;
}
.headerStyle06.scroll .navBar .navBarContent > div.navMenuContent .navMenu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.headerStyle07 {
  height: auto;
  position: relative;
}
.headerStyle07 .logo {
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.headerStyle07 .slogn img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.headerStyle07 .scrollDown {
  position: absolute;
  right: -10px;
  bottom: 9%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 2;
}
.headerStyle07 .scrollDown a {
  color: #000;
  display: block;
  font-size: 13px;
}
.headerStyle07 .scrollDown a:hover {
  color: #000;
}
.headerStyle07 .scrollDown a img {
  display: none;
}
.headerStyle07 .topLink .topLinkMenu > li > a {
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.headerStyle07 .topLink .topLinkMenu > li > a:hover {
  text-shadow: none;
  color: #3d261e;
}
.headerStyle07 .header_top {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}
.headerStyle07 .header_top .headerTopContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.headerStyle07 .swiper-container {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}
.headerStyle07 .swiper-container .swiper-slide {
  background-position: center top;
}
.headerStyle07 .swiper-container-horizontal > .swiper-pagination-bullets {
  top: 0;
  bottom: 0;
  right: 30px;
  left: auto;
  margin: auto;
  width: auto;
  height: 8px;
}
.headerStyle07 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin-bottom: 10px;
}
.headerStyle07 #bgVideo {
  height: 100vh;
  width: 100%;
}
.headerStyle07 .navBar {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 6.5%;
  margin: 0 auto;
  max-width: 1140px;
  z-index: 5;
}
.headerStyle07 .navBar .navMenuContent {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.headerStyle07 .navBar .navMenu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headerStyle07 .navBar .navMenu > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  text-align: center;
}
.headerStyle07 .navBar .navMenu > li > a {
  height: 60px;
}
.headerStyle07 .navBar .navMenu > li.navMenu_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  position: relative;
}
.headerStyle07 .navBar .navMenu > li.navMenu_icon span {
  font-size: 14px;
  margin-left: 5px;
}
.headerStyle07 .navBar .navMenu > li.navMenu_icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 14px;
  background-color: #bab7b2;
}
.headerStyle07 .navBar .navMenu > li.navMenu_control {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
  position: relative;
  background-color: #b70000;
}
.headerStyle07 .navBar .navMenu > li.navMenu_control .swiper-button-next,
.headerStyle07 .navBar .navMenu > li.navMenu_control .swiper-button-prev {
  fill: #ffffff;
  width: 52px;
  height: 60px;
  line-height: 65px;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-image: none;
}
.headerStyle07 .navBar .navMenu > li.navMenu_control:hover {
  background-color: rgba(183, 0, 0, 0.7);
}
.headerStyle07 .btn-list {
  position: fixed;
  top: 25px;
  left: 25px;
  display: none;
}
.headerStyle07 .fullMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: height 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 5;
}
.headerStyle07 .fullMenu .fullMenu_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_nav {
  padding-top: 90px;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_nav .fullMenuNav_list ul li {
  margin-bottom: 20px;
  text-align: left;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_nav .fullMenuNav_list ul li ul.submenu {
  display: none;
  background: #f3f3f3;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_nav .fullMenuNav_list ul li ul.submenu li {
  margin: 0;
  border-bottom: 1px solid #d7d7d7;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_nav .fullMenuNav_list ul li ul.submenu li ul.submenu {
  background: #d7d7d7;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_nav .fullMenuNav_list ul li ul.submenu li ul.submenu li {
  border-bottom: 1px solid #b7b7b7;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_nav .fullMenuNav_list ul li ul.submenu li ul.submenu li:last-child {
  border-bottom: none;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_nav .fullMenuNav_list ul li ul.submenu li ul.submenu a {
  padding-left: 30px;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_nav .fullMenuNav_list ul li ul.submenu li a {
  padding: 8px 0 8px 25px;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_nav .fullMenuNav_list ul li a {
  display: block;
  color: #111;
  font-weight: bold;
  padding: 0 15px;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_nav .fullMenuNav_list ul li.navMenu_icon {
  text-align: center;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_nav .fullMenuNav_list ul li.navMenu_icon a i {
  margin-right: 5px;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_social {
  text-align: center;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_social ul li {
  display: inline-block;
  margin-left: 5px;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_social ul li a {
  display: block;
}
.headerStyle07 .fullMenu .fullMenu_inner .fullMenu_social ul li a i {
  font-size: 30px;
}
.headerStyle07 .scrollNav {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  display: none;
}
.headerStyle07 .scrollNav .navBarContent {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.headerStyle07.sticky .header_top {
  z-index: 9999;
}
.headerStyle07.sticky .header_top .logo {
  position: fixed;
  top: 0;
  left: 15px;
  z-index: 9999;
  height: 90px;
  width: auto;
}
.headerStyle07.sticky .header_top .logo img {
  display: block;
  height: 100%;
  width: auto;
}
.headerStyle07.sticky .scrollNav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.headerStyle07.sticky .scrollNav .navBar {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  margin: initial;
  margin-left: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.headerStyle07.sticky .scrollNav .navBar .navMenu > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 12%;
          flex: 1 0 12%;
}
.headerStyle07.sticky .scrollNav .navBar .navMenu > li > a {
  height: 90px;
}

/*220802_新增Layout7樣式===============================================*/
.menuLayout_7 .moreMenu.moremenu a:before {
  content: "\f105";
  display: inline-block;
  color: #333;
  font-family: "FontAwesome";
  margin-right: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  right: 2%;
}

.menuLayout_7 .moreMenu.moremenu a.open:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menuLayout_7 .moreMenu.moremenu .submenu.open .moremenu a:before {
  content: "\f105";
  display: inline-block;
  color: #333;
  font-family: "FontAwesome";
  margin-right: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  right: 2%;
}

.menuLayout_7 .moreMenu.moremenu .submenu.open > li a:before {
  display: none;
}

.menuLayout_7 .moreMenu.moremenu .submenu.open > li .submenu.open a:before {
  display: none;
}
.menuLayout_7 > li .fa-home {
  margin-right: 5px;
}

@media (max-width: 1440px) {
  header .navBar .navMenu > li.multiMenu .inner.wide > li {
    width: 20%;
  }
}
@media (max-width: 1366px) {
  .headerStyle12 .navBar .navMenu > li > a small {
    display: block;
  }
}
@media (max-width: 1200px) {
  .headerStyle01 .navBar .navBarContent {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .headerStyle01 .navBar .navMenu > li.multiMenu .inner .navTitle {
    width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .headerStyle01 .navBar .navMenu > li.multiMenu .inner .inner_menu {
    width: calc(100% - 200px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
            flex: 0 0 calc(100% - 200px);
  }
  .headerStyle03 .navBar .navBarContent > div:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  .headerStyle03 .subNavMenu li.hide {
    display: none;
  }
  .headerStyle05 .navBar .navMenu.navIconLt i {
    margin-right: 0;
    display: block;
    text-align: center;
  }
  header .navBar .navMenu > li.multiMenu .inner.wide > li {
    width: 25%;
  }
  .headerStyle07.sticky .header_top .logo {
    height: 60px;
  }
  .headerStyle09.sticky .logo img {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  header:not(.headerStyle02, .headerStyle03, .headerStyle07, .headerStyle09, .headerStyle10) {
    display: none;
    /*在Android無效*/
  }
  #mbPanel {
    display: block;
  }
  #mbPanel .headerStyle01 {
    /*Android修正*/
    display: none;
  }
  .headerStyle02 {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav {
    position: static;
    padding-top: 100px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav ul {
    left: 0;
    width: 100%;
  }
  .headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav ul li a {
    font-size: 45px;
  }
  .headerStyle03 .navBar .navMenu {
    display: none;
  }
  .headerStyle03 .btn-list {
    display: block;
  }
  .headerStyle07 .header_top {
    display: none;
  }
  .headerStyle07 .navBar .navMenu {
    display: none;
  }
  .headerStyle07 .btn-list {
    display: block;
  }
  .headerStyle07 .swiper-container-horizontal > .swiper-pagination-bullets {
    right: 5px;
  }
  .headerStyle07 .scrollDown {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    text-align: center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .headerStyle07 .scrollDown a img {
    display: block;
    width: 65px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .headerStyle09 .headerContent,
  .headerStyle09 .headerStyle09_Nav,
  .headerStyle09 .scrollNav, .headerStyle09.sticky .scrollNav {
    display: none;
  }
  .headerStyle10 .headerContent {
    display: none;
  }
}
@media (max-width: 768px) {
  .headerStyle02:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav ul li a {
    font-size: 30px;
  }
  .headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav ul li a:after {
    display: none;
  }
  .headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav.fullMenu_nav_2c {
    display: block;
  }
  .headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav.fullMenu_nav_2c ul {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 576px) {
  .headerStyle03 .navBar .navBarContent > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .headerStyle03 .navBar .navBarContent > div .logo img {
    height: 60px;
  }
  .headerStyle03 .navBar .navBarContent > div:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .headerStyle03 .subNavMenu {
    height: 60px;
  }
  .headerStyle03 .subNavMenu li a {
    width: 60px;
  }
  .headerStyle03 .subNavMenu li a i {
    font-size: 30px;
  }
  .headerStyle03 .subNavMenu li a span {
    display: none;
  }
  .headerStyle03 .btn-list {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 576px) {
  .headerStyle02 .header_inner .logo,
  .headerStyle02 .header_inner .menu_blk {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .headerStyle02 .header_inner .logo img {
    height: 75px;
  }
  .headerStyle02 .header_inner .menu_blk {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 0;
    border-left: 0;
  }
  .headerStyle02 .header_inner .menu_blk .btn_singIn {
    border-left: 1px solid #e6e6e6;
    padding-left: 15px;
  }
  .headerStyle02 .header_inner .menu_blk .btn_register {
    display: none;
  }
  .headerStyle02 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav {
    padding-top: 85px;
  }
}
.headerStyle02.headerStyle02_01 {
  background: transparent;
  color: #fff;
}
.headerStyle02.headerStyle02_01.scroll {
  background: rgba(0, 0, 0, 0.1);
}
.headerStyle02.headerStyle02_01 .header_inner .menu_blk {
  padding-left: 0;
  border-left: none;
}

.open_menu:has(.headerStyle02_01) .fixedIcons {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.open_menu:has(.headerStyle02_01) .headerStyle02_01 nav {
  display: none;
}

.headerStyle02_01 .globalnav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4vw;
}
.headerStyle02_01 .mobile-menu-btn {
  width: 60px;
}
.headerStyle02_01 .mobile-menu-btn span,
.headerStyle02_01 .mobile-menu-btn span::before,
.headerStyle02_01 .mobile-menu-btn span::after {
  background-color: #fff;
  height: 1px;
  width: 100%;
}
.headerStyle02_01 .mobile-menu-btn span {
  height: 0;
}
.headerStyle02_01 .mobile-menu-btn.active span::before,
.headerStyle02_01 .mobile-menu-btn.active span::after {
  background-color: #000;
}
.headerStyle02_01 nav {
  position: relative;
}
.headerStyle02_01 nav .globalnav_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerStyle02_01 nav .globalnav_main .globalnav_col {
  list-style: none;
}
.headerStyle02_01 nav .globalnav_main .globalnav_col a {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 33px 20px;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
}
.headerStyle02_01 nav .globalnav_main .globalnav_col a:hover {
  opacity: 0.5;
}
.headerStyle02_01 nav .globalnav_main .globalnav_col .dropdown-menu {
  display: block;
  min-width: 250px;
  position: absolute;
  margin-top: 1px;
  padding-left: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.headerStyle02_01 nav .globalnav_main .globalnav_col .dropdown-menu li a {
  color: #dfe0e1;
  padding: 10px;
}
.headerStyle02_01 nav .globalnav_main .globalnav_col:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.headerStyle02_01 nav.open {
  z-index: 12;
}
.headerStyle02_01 nav:has(.open_menu) {
  display: none;
}
@media (max-width: 992px) {
  .headerStyle02_01 nav {
    display: none;
  }
}
.headerStyle02_01 .popup-bg-cover {
  opacity: 0;
}
.headerStyle02_01 .popup-bg-cover.open {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 11;
}
.headerStyle02_01 a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.headerStyle02_01 .fullMenu_nav_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12.445vw 10vw 5.124vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.headerStyle02_01 .fullMenu_nav_inner .globalnav_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 500px;
}
.headerStyle02_01 .fullMenu_nav_inner .globalnav_col .nav_number {
  display: block;
  padding-bottom: 45px;
  cursor: auto;
}
.headerStyle02_01 .fullMenu_nav_inner .globalnav_col .nav_number .num {
  color: #dedede;
  font-size: clamp(44px, 3.367vw, 48px);
  font-family: adobe-garamond-pro, serif;
}
.headerStyle02_01 .fullMenu_nav_inner .globalnav_col .nav_number a {
  padding: 0;
  font-size: clamp(16px, 1.245vw, 19px);
  color: #c7c7c7;
  -webkit-transition: color cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: color cubic-bezier(0.075, 0.82, 0.165, 1);
}
.headerStyle02_01 .fullMenu_nav_inner .globalnav_col .nav_number a:hover {
  color: #333;
}
.headerStyle02_01 .fullMenu_nav_inner .globalnav_col .menu_child_box {
  color: #000;
}
.headerStyle02_01 .fullMenu_nav_inner .globalnav_col .menu_child_box .menu_child li {
  padding-bottom: 23px;
  font-size: 16px;
}
.headerStyle02_01 .fullMenu_nav_inner .globalnav_col .menu_child_box .menu_child li a {
  -webkit-transition: color cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: color cubic-bezier(0.075, 0.82, 0.165, 1);
}
.headerStyle02_01 .fullMenu_nav_inner .globalnav_col .menu_child_box .menu_child li a:hover {
  color: #c7c7c7;
}
.headerStyle02_01 .fullMenu_nav_inner .globalnav_col .menu_child_box .nav_contact {
  position: relative;
  display: block;
  margin-top: 7px;
  padding: 2vw 0 1vw 2.196vw;
}
.headerStyle02_01 .fullMenu_nav_inner .globalnav_col .menu_child_box .nav_contact::before {
  display: block;
  position: absolute;
  content: "";
  top: 70%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  left: 0;
  width: 1.584vw;
  height: 1.283vw;
  background: url("https://kimono.studio-theday.com/wp-content/themes/tao/img/common/icon_mail.svg") no-repeat;
  background-size: contain;
}
.headerStyle02_01 .fullMenu_nav_inner .globalnav_col .menu_child_box .nav_contact::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 1px;
  background-color: #eaeaea;
}
.headerStyle02_01 .fullMenu_nav_inner .nav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.08em;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerStyle02_01 .fullMenu_nav_inner .nav_sns li {
  min-width: 140px;
  width: 12vw;
  margin-bottom: 0.4em;
  font-family: adobe-garamond-pro, serif;
  font-size: clamp(14px, 1.025vw, 15px);
}
.headerStyle02_01 .fullMenu_nav_inner .nav_sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.headerStyle02_01 .fullMenu_nav_inner .nav_sns .nav_sns-logo img {
  margin-left: 1vw;
  margin-right: 0;
  width: 5.871vw;
  height: 3.048vw;
}
@media (max-width: 1440px) {
  .headerStyle02_01 .fullMenu_nav_inner .globalnav_col {
    max-height: 400px;
    font-size: clamp(15px, 1.025vw, 17px);
  }
}
@media (max-width: 1024px) {
  .headerStyle02_01 .fullMenu_nav_inner {
    padding: 150px 9vw 5.124vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headerStyle02_01 .fullMenu_nav_inner .globalnav_col {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .headerStyle02_01 .fullMenu_nav_inner .globalnav_col .nav_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 16px;
  }
  .headerStyle02_01 .fullMenu_nav_inner .globalnav_col .nav_number .num {
    font-size: 36px;
  }
  .headerStyle02_01 .fullMenu_nav_inner .globalnav_col .nav_number p {
    padding-left: 16px;
    font-size: 16px;
    margin-bottom: 0;
  }
  .headerStyle02_01 .fullMenu_nav_inner .globalnav_col:last-child {
    margin-bottom: 120px;
  }
  .headerStyle02_01 .fullMenu_nav_inner .nav_sns .nav_sns-logo img {
    margin-top: -0.8vw;
    margin-left: 1vw;
    margin-right: 0;
    width: 80.2px;
    height: 41.63px;
  }
  .headerStyle02_01 .fullMenu_nav_inner .nav_sns li {
    width: 25%;
  }
}
@media (max-width: 576px) {
  .headerStyle02_01 .fullMenu_nav_inner {
    padding: 110px 2vw 5.124vw 15vw;
  }
  .headerStyle02_01 .fullMenu_nav_inner .globalnav_col {
    margin-bottom: 20px;
  }
  .headerStyle02_01 .fullMenu_nav_inner .globalnav_col .menu_child_box {
    padding-bottom: 12px;
    padding-left: 52px;
  }
  .headerStyle02_01 .fullMenu_nav_inner .globalnav_col .menu_child_box .menu_child li {
    font-size: clamp(14px, 1.025vw, 15px);
  }
  .headerStyle02_01 .fullMenu_nav_inner .nav_sns li {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .headerStyle02_01 .mobile-menu-btn span,
  .headerStyle02_01 .mobile-menu-btn span::before,
  .headerStyle02_01 .mobile-menu-btn span::after {
    background-color: #000;
  }
  .headerStyle02_01 .mobile-menu-btn.active span {
    background-color: transparent;
  }
}

:root {
  --device-width-unit: 1920px;
  --device-height-unit: 937px;
  --device-width: 1920;
  --device-height: 937;
  --font-device-width-unit: 1364px;
  --mb-menu-gap: 10px;
}

.js-nav-show .l-nav_main-current {
  -webkit-transition: opacity 0.3s, width 0.3s cubic-bezier(0.3, 0, 0.5, 1), height 0.3s cubic-bezier(0.3, 0, 0.5, 1), left 0.4s cubic-bezier(0.3, 0, 0.2, 1), top 0.3s cubic-bezier(0.3, 0, 0.5, 1);
  transition: opacity 0.3s, width 0.3s cubic-bezier(0.3, 0, 0.5, 1), height 0.3s cubic-bezier(0.3, 0, 0.5, 1), left 0.4s cubic-bezier(0.3, 0, 0.2, 1), top 0.3s cubic-bezier(0.3, 0, 0.5, 1);
  opacity: 1;
}

.headerStyle02_02 {
  background-color: transparent;
}
.headerStyle02_02::before {
  background-color: transparent;
}
.headerStyle02_02 .c_ttl-mid {
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.03em;
  vertical-align: bottom;
}
.headerStyle02_02 .c_font-b {
  font-family: YakuHanJP, ryo-gothic-plusn, sans-serif;
  font-weight: 700;
}
.headerStyle02_02 .c_font-en-h {
  font-family: paralucent, sans-serif;
  font-weight: 900;
}
.headerStyle02_02 .c_form input[type=text] {
  min-height: 70px;
  padding: 18px 100px 18px 40px;
  background: #f6f6f6;
  border-radius: 35px;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.03em;
  width: 100%;
}
.headerStyle02_02 .c_form input[type=text]:focus {
  outline-offset: 0px;
}
.headerStyle02_02 .c_form input[type=text]:focus-visible {
  border: 2px solid #000;
}
.headerStyle02_02 .c_form button {
  background-color: #ff0000;
  width: 80px;
  height: 54px;
  background-image: url("https://www.pentel.co.jp/asset/img/ico_search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px auto;
  border-radius: 27px;
  border: none;
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .headerStyle02_02 .c_form input[type=text] {
    min-height: 60px;
    padding: 14px 65px 14px 22px;
    border-radius: 30px;
    font-size: clamp(10px, 3.8647342995vw, 16px);
  }
  .headerStyle02_02 .c_form button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 8px;
  }
}
.headerStyle02_02 img {
  overflow: hidden;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  height: auto;
  line-height: 1em;
  -ms-interpolation-mode: bicubic;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
.headerStyle02_02 .btn-list {
  z-index: 10;
  right: clap(-20px, 0.01vw, -15px);
  margin-top: 0;
  width: 86px;
  height: 60px;
  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;
}
.headerStyle02_02 .btn-list .search-menu-control {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.headerStyle02_02 .btn-list .search-menu-control i {
  font-size: 30px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  color: #ff0000;
}
.headerStyle02_02 .btn-list:has(.slide-menu-control) {
  background-color: #fff;
}
.headerStyle02_02.scroll {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.headerStyle02_02 .header_inner .menu_blk {
  border-left: 0;
}
.headerStyle02_02 .header_inner .fullMenu {
  background-color: transparent;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.headerStyle02_02 .header_inner .fullMenu .fullMenu_inner {
  background-color: rgba(33, 33, 33, 0.9);
  z-index: -1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (max-width: 1680px) {
  .headerStyle02_02 .header_inner .fullMenu .fullMenu_inner:has(.js-menu-open) {
    height: 110vh;
  }
}
@media (max-width: 1440px) {
  .headerStyle02_02 .header_inner .fullMenu .fullMenu_inner:has(.js-menu-open) {
    height: 130vh;
  }
}
@media (max-width: 992px) {
  .headerStyle02_02 .header_inner .fullMenu .fullMenu_inner:has(.js-menu-open) {
    height: 100vh;
  }
}
.headerStyle02_02 .l-nav_main {
  display: table;
  padding: 23px clamp(6px, 1.3196480938vw, 18px);
  background-color: #fff;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.06), 0px 0px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.06), 0px 0px 4px rgba(0, 0, 0, 0.04);
  border-radius: 30px;
  z-index: 10000;
  -webkit-transition: top 0.3s, opacity 0.6s 0.02s;
  transition: top 0.3s, opacity 0.6s 0.02s;
  opacity: 1;
}
.headerStyle02_02 .l-nav_main ul {
  font-size: 0;
  line-height: 1;
  position: relative;
}
.headerStyle02_02 .l-nav_main ul li {
  display: inline-block;
}
.headerStyle02_02 .l-nav_main ul li a {
  display: inline-block;
  position: relative;
  padding: 0 clamp(2px, 1.0263929619vw, 14px);
  font-size: calc((1364px - (1364px - var(--font-device-width-unit)) / 1.6) / 1364 * 14);
  line-height: 1;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.headerStyle02_02 .l-nav_main ul li.js-nav-mouseover a, .headerStyle02_02 .l-nav_main ul li.js-nav-mouseHover a {
  color: #fff;
}
@media (max-width: 992px) {
  .headerStyle02_02 .l-nav_main {
    display: none;
  }
}
.headerStyle02_02 .l-nav_main-current {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff0000;
  border-radius: 19px;
  z-index: -1;
  width: calc(1em + 12px);
  height: calc(1em + 16px);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  will-change: width height left top;
}
.headerStyle02_02 .l-nav_main-current.active {
  -webkit-transition: opacity 0.3s, width 0.3s cubic-bezier(0.3, 0, 0.5, 1), height 0.3s cubic-bezier(0.3, 0, 0.5, 1), left 0.4s cubic-bezier(0.3, 0, 0.2, 1), top 0.3s cubic-bezier(0.3, 0, 0.5, 1);
  transition: opacity 0.3s, width 0.3s cubic-bezier(0.3, 0, 0.5, 1), height 0.3s cubic-bezier(0.3, 0, 0.5, 1), left 0.4s cubic-bezier(0.3, 0, 0.2, 1), top 0.3s cubic-bezier(0.3, 0, 0.5, 1);
  opacity: 1;
}
.headerStyle02_02 .l-nav_full-search-inr {
  display: none;
  position: relative;
  margin: 30px 2.2727272727vw;
  padding: clamp(0px, 7.3313782991vw, 100px) clamp(0px, 9.0909090909vw, 124px) clamp(0px, 5.6451612903vw, 77px) clamp(0px, 9.0909090909vw, 124px);
  border-radius: 50px;
  overflow: hidden;
}
.headerStyle02_02 .l-nav_full-search-inr::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50px;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0;
  -webkit-transition: opacity 0.7s 0.5s, -webkit-transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  transition: opacity 0.7s 0.5s, -webkit-transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  transition: opacity 0.7s 0.5s, transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  transition: opacity 0.7s 0.5s, transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
}
.headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-box {
  position: relative;
  margin-bottom: 50px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-keywords {
  font-size: 14px;
  line-height: 1.1428571429;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-keywords ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 9px;
}
.headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-keywords li {
  padding: 0 calc(6px + 1em) 0 0;
  margin-right: calc(-3px + 1em);
  display: inline-block;
  position: relative;
}
.headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-keywords li:not(:last-child)::before {
  content: "/";
  color: #888;
  position: absolute;
  top: 0;
  right: 0;
}
.headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-keywords a {
  color: #ff0000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-keywords a:hover {
  opacity: 0.8;
}
.headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-keywords-ttl {
  position: relative;
  width: clamp(172px, 14.8093841642vw, 202px);
  padding-left: 22px;
}
.headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-keywords-ttl::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #ff0000;
  border-radius: 3px;
}
.headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-keywords-ttl .en {
  display: block;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 12px 4px 0;
}
.headerStyle02_02 .l-nav_full-list-inr {
  display: none;
  position: relative;
  height: calc(100% - 138px);
  margin: 30px 2.2727272727vw;
  padding: clamp(0px, 7.8445747801vw, 107px) clamp(0px, 6.8181818182vw, 93px) clamp(0px, 5.8651026393vw, 80px) clamp(0px, 5.2052785924vw, 71px);
  z-index: 10;
  border-radius: 50px;
  overflow: hidden;
}
.headerStyle02_02 .l-nav_full-list-inr::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50px;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0;
  -webkit-transition: opacity 0.7s 0.5s, -webkit-transform 0.5s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  transition: opacity 0.7s 0.5s, -webkit-transform 0.5s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  transition: opacity 0.7s 0.5s, transform 0.5s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  transition: opacity 0.7s 0.5s, transform 0.5s cubic-bezier(0.87, 0, 0.13, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: clamp(0px, 5.1319648094vw, 70px);
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul {
  width: 25%;
  font-size: 22px;
  line-height: 1.1818181818;
  letter-spacing: 0.03em;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li {
  padding-bottom: 0.9em;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li.global {
  margin-top: 37px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li.global a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li.global i {
  font-size: 20px;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li .sns {
  margin-top: 15px;
  line-height: 1;
  font-size: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li .sns a::before {
  display: none;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li a {
  display: table;
  position: relative;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  padding-left: 18px;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li ul {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0.03em;
  margin: 1.4em 0 0 0.3em;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li ul li {
  padding-bottom: 0.5em;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li ul li.sponly {
  display: none;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li ul li a {
  color: #888;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background-color: #ff0000;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul a:hover {
  color: #ff0000;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul a:hover::before {
  opacity: 1;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul .c_font-n {
  width: 40%;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul .c_font-n a::before {
  width: 0;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul .global a::before {
  width: 0;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-ttl {
  position: relative;
  width: 19.7214076246vw;
  padding-left: 22px;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-ttl::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #ff0000;
  border-radius: 3px;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-ttl .en {
  display: block;
  font-size: 44px;
  line-height: 0.8;
  letter-spacing: 0;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.9625%;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li {
  width: 18.43%;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li a {
  display: block;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li a:hover, .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li a:focus {
  color: #333;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li a:hover .fig img, .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li a:focus .fig img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li a:hover .text, .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li a:focus .text {
  color: inherit;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li .fig {
  display: block;
  background: #eaeaea;
  border-radius: 1.7595307918vw;
  overflow: hidden;
  margin-bottom: 16px;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li .fig img {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  will-change: transform;
  aspect-ratio: 1;
}
.headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li .text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 992px) {
  .headerStyle02_02 .header_inner .menu_blk .btn-list {
    margin-left: 0;
  }
  .headerStyle02_02 .btn-list {
    top: 0;
    width: 63px;
    height: 44px;
    -webkit-transition: top 0.3s, opacity 0.3s;
    transition: top 0.3s, opacity 0.3s;
    margin-left: 0;
  }
  .headerStyle02_02 .l-nav_full-search-inr {
    margin: 14px;
    padding: 80px 20px 28px 20px;
    border-radius: 30px;
  }
  .headerStyle02_02 .l-nav_full-search-inr::before {
    border-radius: 30px;
  }
  .headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-keywords-ttl {
    width: auto;
    padding-left: 18px;
  }
  .headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-keywords-ttl .en {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0em;
    margin: 0 14px 0 0;
    display: inline;
  }
  .headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-keywords {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-keywords ul {
    padding-left: 18px;
    margin-bottom: 14px;
  }
  .headerStyle02_02 .l-nav_full-search-inr .l-nav_full-search-keywords li {
    padding: 0 calc(7px + 1em) 0 0;
    margin-right: calc(-3px + 1em);
  }
  .headerStyle02_02 .l-nav_full-list-inr {
    height: calc(100% - 28px);
    margin: 14px 14px 14px 16.6666666667vw;
    padding: 73px 4.1062801932vw 48px 10.8695652174vw;
    border-radius: 30px;
  }
  .headerStyle02_02 .l-nav_full-list-inr::before {
    border-radius: 30px;
  }
  .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--mb-menu-gap);
  }
  .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul {
    width: auto;
  }
  .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul:nth-of-type(3), .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul:nth-of-type(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--mb-menu-gap);
  }
  .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul .c_font-n {
    width: 100%;
  }
  .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li {
    padding-bottom: 0;
    position: relative;
  }
  .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li.js-open ul {
    margin: 0.8em 0 0 0.6em;
  }
  .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li.global {
    margin: 54px 7.2463768116vw 0 0;
    display: inline-block;
    vertical-align: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li .sns {
    margin-top: 0;
    margin-left: 10px;
    gap: 10px;
  }
  .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li ul {
    font-size: 17px;
    line-height: 1.1764705882;
    letter-spacing: 0.03em;
    margin: 0;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
  }
  .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li ul li {
    padding-bottom: 0.75em;
  }
  .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li ul li.sponly {
    display: block;
  }
  .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul .l-nav_full-list-tgl.js-open::after {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 a::before {
    display: none;
  }
  .headerStyle02_02 .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 {
    display: none;
  }
  .headerStyle02_02 .l-nav_full-list-tgl {
    display: block;
    background-image: url("https://www.pentel.co.jp/asset/img/ico_nav_circle.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 1px) 0px;
    background-repeat: no-repeat;
    background-size: 34px 24px;
    overflow: hidden;
  }
  .headerStyle02_02 .l-nav_full-list-tgl::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 12px;
    right: 13px;
    background-color: #ff0000;
    border-radius: 1px;
    pointer-events: none;
  }
  .headerStyle02_02 .l-nav_full-list-tgl::after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    top: 8px;
    right: 17px;
    opacity: 1;
    background-color: #ff0000;
    border-radius: 1px;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    pointer-events: none;
  }
  .headerStyle02_02 .l-nav_full-list-tgl-wrap {
    position: relative;
    cursor: pointer;
  }
  .headerStyle02_02 .l-nav_full-list-tgl-wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.open_menu:has(.headerStyle02_02) .fixedIcons {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .l-nav_main {
  opacity: 0;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .btn-list {
  background-color: transparent;
  top: 20px;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .btn-list:has(.search-menu-control) {
  display: none;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .btn-list .search-menu-control {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 996px) {
  .open_menu:has(.headerStyle02_02) .headerStyle02_02 .btn-list {
    top: 10px;
  }
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .header_inner .logo {
  z-index: -1;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .header_inner .l-nav_main {
  z-index: -1;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .header_inner .fullMenu {
  -webkit-transition-delay: 0.03s;
          transition-delay: 0.03s;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .js-search-open .l-nav_full-search-inr {
  display: block;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .js-search-open .l-nav_full-search-inr::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.4s 0s, -webkit-transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.5s;
  transition: opacity 0.4s 0s, -webkit-transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.5s;
  transition: opacity 0.4s 0s, transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.5s;
  transition: opacity 0.4s 0s, transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.5s;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .js-search-open .l-nav_full-search-inr .l-nav_full-search-keywords {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .js-search-open .l-nav_full-search-inr .l-nav_full-search-box {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .js-menu-open .l-nav_full-list-inr {
  display: block;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .js-menu-open .l-nav_full-list-inr::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.4s 0s, -webkit-transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.5s;
  transition: opacity 0.4s 0s, -webkit-transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.5s;
  transition: opacity 0.4s 0s, transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.5s;
  transition: opacity 0.4s 0s, transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.5s;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .js-menu-open .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li.global {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .js-menu-open .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-01 ul li .sns {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .js-menu-open .l-nav_full-list-inr .l-nav_full-list-wrap .l-nav_full-list-02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.headerStyle02.headerStyle02_03::before {
  background-color: transparent;
}
.headerStyle02.headerStyle02_03 .header_inner .fullMenu {
  background: url("../images_v4/menu/20230103_newyearbell_2023_menu_bg-02.png");
}
.headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_title {
  position: fixed;
  top: 50%;
  right: -70px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(90deg) translate(-52.5px, -50%);
          transform: rotate(90deg) translate(-52.5px, -50%);
  font-size: 105px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  z-index: -1;
  display: none;
}
@media (max-width: 992px) {
  .headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_title {
    opacity: 0.4;
  }
}
.headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav {
    padding-top: 120px;
  }
}
.headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav .menu_list li a {
  color: #e0d0a4;
  display: block;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 1200px) {
  .headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav .menu_list li a {
    font-size: 36px;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 992px) {
  .headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav .menu_list li a {
    font-size: 30px;
  }
}
.headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav .menu_list li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: -5px;
  z-index: -1;
  width: 0;
  height: 1px;
  background-color: #e0d0a4;
  -webkit-animation: navHover_recovery 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms 1 normal forwards;
  animation: navHover_recovery 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms 1 normal forwards;
}
@media (max-width: 576px) {
  .headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav .menu_list li a::after {
    display: none;
  }
}
.headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav .menu_list li a:hover {
  color: #ffffff;
}
.headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_inner .fullMenu_nav .menu_list li a:hover::after {
  -webkit-animation: navHover_start 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms 1 normal forwards;
          animation: navHover_start 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms 1 normal forwards;
}
.headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_social {
  text-align: right;
  border-top: 1px solid #333;
  padding: 20px;
  margin-top: 10px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_social {
    /* width: 80%; */
    margin-left: auto;
    margin-right: 0;
    min-width: 30%;
    left: auto;
    right: 0;
  }
}
.headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_social ul.social-list li {
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
}
.headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_social ul.social-list li a {
  color: #e0d0a4;
  font-size: inherit;
}
.headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_social ul.social-list li a:hover {
  color: #ffffff;
}
.headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_social ul.social-list li a::after {
  display: none;
}
.headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_social ul.social-list li i {
  font-size: 26px;
}

.open_menu .headerStyle02.headerStyle02_03 .header_inner .fullMenu .fullMenu_title {
  display: block;
}
.open_menu .gotop {
  z-index: 1;
}
.open_menu .fixedIcons {
  z-index: 1;
}

.headerStyle03_01 .navBar .navBarContent {
  position: static;
}
.headerStyle03_01 .navBar .navBarContent .logoBox {
  background: url("../images_v4/header/header3_1/logoBg.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 137px;
  width: 539px;
}
.headerStyle03_01 .navBar .navBarContent .logo a {
  text-align: center;
  padding: 27px 0 0 0;
}
.headerStyle03_01 .navBar .navBarContent .logo img {
  height: 75px;
}
.headerStyle03_01 .navBar .navBarContent .subNavMenu li:nth-child(odd) a {
  background-color: #468ce1;
}
.headerStyle03_01 .navBar .navBarContent .subNavMenu li:nth-child(even) a {
  background-color: #0fc198;
}
.headerStyle03_01 .navBar .navBarContent .subNavMenu li a span {
  font-size: 15px;
  padding-top: 10px;
  display: block;
}
@media (max-width: 1440px) {
  .headerStyle03_01 .navBar .navBarContent .logoBox {
    height: 145px;
    width: 400px;
    background-size: 100%;
  }
  .headerStyle03_01 .navBar .navBarContent .logo a {
    padding: 20px 0 0 0;
  }
  .headerStyle03_01 .navBar .navBarContent .logo img {
    height: 65px;
  }
}

@media (max-width: 1000px) {
  body:has(.headerStyle03_01) {
    margin-top: -30px;
  }
  body:has(.headerStyle03_01) .index.v4_k01 #mbPanel .mbPanel_page .mbPanel_content {
    padding-top: 0px;
  }
  body:has(.headerStyle03_01) #mbPanel .mbPanel_page .mbPanel_content {
    padding-top: 0px;
  }
  body:has(.headerStyle03_01) .bannerBlock:before {
    width: 100px;
    height: 126px;
    bottom: -38px;
    background-size: 100%;
  }
  body:has(.headerStyle03_01) ul#panelMenu01 {
    background: #fff;
  }
  body:has(.headerStyle03_01) #mbPanel .panelMenu .mainCloseBtn {
    background: linear-gradient(330deg, #0fc198 10%, #468ce1 90%);
  }
  body:has(.headerStyle03_01) #mbPanel .panelMenu .back {
    background: linear-gradient(330deg, #0fc198 10%, #468ce1 90%);
  }
  header.headerStyle03_01 {
    display: none;
  }
}
html.open_menu:has(.headerStyle03_02) {
  overflow: auto;
}

body.index:has(.headerStyle03_02) {
  padding-top: 0 !important;
}

.headerStyle03_02 {
  background-color: transparent;
}
.headerStyle03_02 .navBar .container_full {
  padding-left: 0;
}
.headerStyle03_02 .navBar .container_full .navBarContent {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_01 {
  margin-left: 250px;
  padding-left: 30px;
}
@media (max-width: 1439.98px) {
  .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_01 {
    margin-left: 0px;
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_02 .navBar_pro {
  margin-right: 20px;
  text-align: right;
}
@media (max-width: 900px) {
  .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_02 .navBar_pro {
    display: none;
  }
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_02 .navBar_pro a {
  color: #000000;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_02 .navBar_pro a:hover, .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_02 .navBar_pro a:active {
  color: #b70000;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_02 .navBar_pro a:nth-child(n+2) {
  padding-left: 20px;
}
@media (min-width: 577px) {
  .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
@media (max-width: 576px) {
  .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu {
  height: 90px;
}
@media (max-width: 576px) {
  .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu {
    height: 60px;
  }
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) a {
  background-color: #000000;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1)#search_id.open {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: calc(100% - 200px);
}
@media (max-width: 576px) {
  .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1)#search_id.open {
    width: calc(100% - 120px);
  }
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area {
  background-color: #fff;
  height: 45px;
  border-radius: 5px;
  display: none;
  position: relative;
  width: 500px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area {
    width: 300px;
  }
}
@media (max-width: 480px) {
  .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area {
    width: 220px;
  }
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area * {
  -webkit-transition: 2s;
  transition: 2s;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area .icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area .icon-container span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  float: right;
  color: #000000;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area .icon-container span i.fa.fa-search {
  -webkit-transform: scale(2);
          transform: scale(2);
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area form input {
  cursor: default;
  background: none;
  outline: none;
  border: none;
  width: 0;
  color: #58595b;
  font-size: 16px;
  -webkit-transition: width 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  transition: width 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area form input::-webkit-input-placeholder {
  color: #c6c8c9;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area form input::-moz-placeholder {
  color: #c6c8c9;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area form input:-ms-input-placeholder {
  color: #c6c8c9;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area form input::-ms-input-placeholder {
  color: #c6c8c9;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area form input::placeholder {
  color: #c6c8c9;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area form input.input--expand {
  cursor: text;
  width: 420px;
  margin: 0 15px;
  height: 45px;
}
@media (max-width: 767.98px) {
  .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area form input.input--expand {
    width: 220px;
  }
}
@media (max-width: 480px) {
  .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area form input.input--expand {
    width: 140px;
  }
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area .search--expand {
  color: #000000;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area .arrow-icon {
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(1) .search_area .arrow-icon--ontype {
  opacity: 1;
  position: relative;
  background-color: #f3f4fc;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(2) {
  overflow: hidden;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(2) a {
  background-color: #076dd3;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(2) ul.language_area {
  background-color: #076dd3;
  opacity: 0;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(2) ul.language_area a {
  text-align: center;
  line-height: 2;
}
@media (max-width: 576px) {
  .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(2) ul.language_area a {
    font-size: 12px;
    line-height: 2.5;
  }
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(2) ul.language_area a:hover, .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(2) ul.language_area a:active {
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#b70000));
  background: linear-gradient(to right, #000000 0%, #b70000 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(2):hover, .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(2):active {
  overflow: visible;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(2):hover ul.language_area, .headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(2):active ul.language_area {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li.btn-list {
  display: block;
  background-color: #b70000;
  margin-left: 0;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03.open {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background-color: #000000;
}

.open_menu .headerStyle03_02 .btn-list {
  position: relative;
  left: -20px;
}
.open_menu .headerStyle03_02 .fullMenu {
  overflow-y: auto;
  width: 100vw;
  background-color: #b70000;
}

.headerStyle03_02 .btn-list .mobile-menu-btn.active {
  border: solid 1px #fff;
  padding: 30px;
}
.headerStyle03_02 .btn-list .mobile-menu-btn.active span::before,
.headerStyle03_02 .btn-list .mobile-menu-btn.active span::after {
  left: -10px;
}
.headerStyle03_02 .fullMenu .fullMenu_inner {
  width: 100vw;
}
.headerStyle03_02 .fullMenu .fullMenu_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_left_box {
  width: 50%;
  position: relative;
}
@media (max-width: 1199.98px) {
  .headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_left_box {
    display: none;
  }
}
.headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_left_box img {
  vertical-align: bottom;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  top: 0;
  left: 0;
}
.headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box {
  width: 640px;
  margin: 0 auto;
  padding: 80px 15px 0;
}
@media (max-width: 1439.98px) {
  .headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box {
    width: 580px;
  }
}
@media (max-width: 768px) {
  .headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box {
    width: 100%;
  }
}
.headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_top span {
  color: #fbb040;
  padding-left: 30px;
}
@media (max-width: 576px) {
  .headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_top span {
    padding-left: 15px;
  }
}
.headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_content {
  margin-top: 60px;
  line-height: 1.5;
}
@media (max-width: 1199.98px) {
  .headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_content {
    margin-top: 40px;
  }
}
.headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_content li:not(:last-of-type) {
  border-bottom: solid 1px #fff;
}
.headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_content li a {
  color: #fff;
  padding-left: 30px;
  display: block;
  font-size: 42px;
  font-weight: bold;
}
@media (max-width: 1439.98px) {
  .headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_content li a {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_content li a {
    padding-left: 15px;
  }
}
.headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_content li a:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  color: #000000; /* 更改顏色 */
}
.headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_content li.nav-item > a {
  cursor: default;
}
.headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_content li.nav-item ul.submenu {
  display: none;
}
.headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_content li.nav-item ul.submenu li {
  border-bottom: none;
}
.headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_content li.nav-item ul.submenu li a {
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 1439.98px) {
  .headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_content li.nav-item ul.submenu li a {
    font-size: 22px;
    line-height: 1.8;
  }
}
.headerStyle03_02 .fullMenu .fullMenu_area .fullMenu_right_box .fullMenu_right_content li.nav-item ul.submenu li.nav-show > a {
  color: #000000;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.headerStyle03_03 .fullMenu {
  top: 0;
  left: 0;
  left: auto;
  right: -50vw;
  height: 100%;
  z-index: 9;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  background-color: #b70000;
}
@media (max-width: 768px) {
  .headerStyle03_03 .fullMenu {
    right: -70vw;
  }
}
.headerStyle03_03 .fullMenu .fullMenu_inner {
  width: 100%;
}

.open_menu .headerStyle03_03 .fullMenu {
  right: 0;
}
.open_menu .headerStyle03_03::before {
  background-color: rgba(100, 100, 100, 0.35);
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.open_menu .headerStyle03_03 .fullMenu,
.headerStyle03_03 .fullMenu {
  width: 50vw;
}
@media (max-width: 768px) {
  .open_menu .headerStyle03_03 .fullMenu,
  .headerStyle03_03 .fullMenu {
    width: 70vw;
  }
}

.headerStyle16 .nav_top_line {
  width: 100%;
  height: 12px;
  background-color: #b70000;
}
.headerStyle16 .nav_up,
.headerStyle16 .nav_down {
  border-bottom: 1px solid #000000;
}
.headerStyle16 .nav_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 33px 0;
}
.headerStyle16 .nav_top .nav_top01 {
  width: 30%;
}
.headerStyle16 .nav_top .nav_top01 .logo a img {
  vertical-align: middle;
}
.headerStyle16 .nav_top .nav_top02 {
  width: 50%;
  padding: 0 15px;
}
.headerStyle16 .nav_top .nav_top03 {
  width: 20%;
  text-align: right;
}
.headerStyle16 .nav_top .nav_top03 .nav_top03_about {
  display: inline-block;
  width: 110px;
  text-align: center;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  color: #cbcbcb;
  font-size: 16px;
  margin-right: 7px;
  position: relative;
  padding: 3px 13px 3px 30px;
  top: 2px;
}
.headerStyle16 .nav_top .nav_top03 .nav_top03_about::before {
  content: "";
  display: block;
  background: url(/images_v4/icon/icon_about.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 8px;
}
.headerStyle16 .nav_top .nav_top03 .nav_top03_about:hover {
  color: #fff;
  background-color: #b70000;
}
.headerStyle16 .nav_top .nav_top03 .nav_top03_about:hover:before {
  background: url(/images_v4/icon/icon_aboutHover.svg) no-repeat center center/contain;
}
.headerStyle16 .nav_top .nav_top03 > div, .headerStyle16 .nav_top .nav_top03 > a {
  display: inline-block;
}
.headerStyle16 .nav_down {
  background-color: #b70000;
}
.headerStyle16 .navBar .navMenu > li > a {
  height: 60px;
  padding: 0 40px;
  font-size: 18px;
}
.headerStyle16 .navBar .navMenu > li > a:hover {
  background-color: #000000;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.headerStyle16 .navBar .navMenu > li.moreMenu > ul {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
}
.headerStyle16 .navBar .navMenu > li.moreMenu > ul li:last-child {
  border-bottom: 4px solid #b70000;
}
.headerStyle16 .navBar .navMenu > li.moreMenu > ul li:hover > a {
  background-color: #000000;
  padding-left: 25px;
  color: #fff;
}

.search_area {
  width: 100%;
}
.search_area form {
  position: relative;
  max-width: 566px;
}
.search_area form .searchtext,
.search_area form .search_btn {
  height: 48px;
}
.search_area form .searchtext {
  border: 1px solid #cbcbcb;
  max-width: 518px;
  border-radius: 5px 0 0 5px;
  padding: 0 15px;
  -webkit-box-shadow: 0 0 5px #cbcbcb inset;
          box-shadow: 0 0 5px #cbcbcb inset;
  width: 100%;
}
.search_area form .search_btn {
  width: 48px;
  text-align: center;
  background-color: #b70000;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: 0 0 5px #cbcbcb;
          box-shadow: 0 0 5px #cbcbcb;
  margin-left: -5px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  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;
}
.search_area form img {
  vertical-align: bottom;
}
.search_area ::-webkit-input-placeholder {
  color: #cbcbcb;
}
.search_area ::-moz-placeholder {
  color: #cbcbcb;
}
.search_area :-ms-input-placeholder {
  color: #cbcbcb;
}
.search_area ::-ms-input-placeholder {
  color: #cbcbcb;
}
.search_area ::placeholder {
  color: #cbcbcb;
}

.nav_icon_area {
  font-size: 0;
}
.nav_icon_area a {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  font-size: 0;
}
.nav_icon_area a img {
  vertical-align: middle;
}
.nav_icon_area .nav_home {
  background-color: #ca3131;
}
.nav_icon_area .nav_line {
  background-color: #75bb5d;
}
.nav_icon_area .nav_fb {
  background-color: #4f7fcf;
}
.nav_icon_area .nav_yt {
  background-color: #e53b3b;
}
.nav_icon_area .nav_sh {
  background-color: #fa8146;
}

@media (max-width: 1499px) {
  .headerStyle16 .nav_top .nav_top01 {
    width: 25%;
  }
  .headerStyle16 .nav_top .nav_top02 {
    width: 45%;
    text-align: center;
    margin: 0 auto;
  }
  .headerStyle16 .nav_top .nav_top03 {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .headerStyle16 .navBar .navMenu > li > a {
    padding: 0 20px;
  }
}
/*****************************/
/* header / nav_menu10 */
/*****************************/
.nav_menu9 .drop-down-menu-box {
  background-color: #f1f7f9;
  display: none;
  width: 100vw;
  padding: 50px 0 40px;
  position: fixed;
  left: 0;
  text-align: center;
  z-index: 99;
}
.nav_menu9 .drop-down-menu-box::before {
  content: "";
  width: 100%;
}
.nav_menu9 .drop-down-menu-box .wrap {
  width: 100%;
  max-width: 1390px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.nav_menu9 .drop-down-menu-box:hover {
  display: block;
}
.nav_menu9 .drop-down-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.nav_menu9 .drop-down-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  padding: 20px 0;
}
.nav_menu9 .drop-down-menu a {
  display: block;
  position: relative;
  padding: 25px 10px 0;
  color: #111;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 1201px) {
  .nav_menu9 .drop-down-menu a:hover .aWrap .title {
    color: #009d85;
  }
  .nav_menu9 .drop-down-menu a:hover .aWrap .icon {
    background-color: #009d85;
  }
  .nav_menu9 .drop-down-menu a:hover .aWrap .icon img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .nav_menu9 .drop-down-menu a:hover .aWrap .circleArrow {
    -webkit-animation: arrowMoveRight 0.8s infinite ease-out;
            animation: arrowMoveRight 0.8s infinite ease-out;
  }
}
.nav_menu9 .drop-down-menu .aWrap {
  max-width: 160px;
  margin: 0 auto;
  text-align: center;
}
.nav_menu9 .drop-down-menu .aWrap .title {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 2;
}
.nav_menu9 .drop-down-menu .aWrap .icon {
  border-radius: 10px;
  width: 90px;
  height: 90px;
  margin: 15px auto;
  padding: 14px;
}
.nav_menu9 .drop-down-menu .aWrap .icon img {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 10px;
}
.nav_menu9 .drop-down-menu .aWrap .circleArrow {
  background-color: #02b3ff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 10px auto 0px;
  position: relative;
  display: none;
}
.nav_menu9 .drop-down-menu .aWrap .circleArrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 4px);
  bottom: auto;
  right: auto;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.nav_menu9 .drop-down-menu .aWrap .circleArrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 1.5px);
  left: calc(50% - 4px);
  bottom: auto;
  right: auto;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
@-webkit-keyframes arrowMoveRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes arrowMoveRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

header .navBar:has(.nav_menu10) {
  background-color: #fff;
}

header:has(.nav_menu10)::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header.show:has(.nav_menu10)::after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

header .navBar .navBarContent:has(.nav_menu10) {
  position: initial;
}
header .navBar .navBarContent:has(.nav_menu10) .navMenuContent {
  position: initial;
}

header .navBar .navMenu.nav_menu10 > li > a:hover {
  color: #b70000;
}

.nav_menu10 * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_menu10 .menu10Inner {
  display: block;
  width: 100%;
  max-height: calc(100vh - 200px);
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(to right, #fff calc(100% - 835px), #f3f3f3 calc(100% - 835px));
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 56px 0 60px;
  overflow-y: auto;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .nav_menu10 .menu10Inner {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #f3f3f3));
    background: linear-gradient(to right, #fff 50%, #f3f3f3 50%);
  }
}
@media (max-width: 1440px) {
  .nav_menu10 .menu10Inner {
    padding: 20px 20px 40px;
  }
}
.nav_menu10 .menu10Inner.show {
  opacity: 1;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.09);
  pointer-events: auto;
}
.nav_menu10 .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .nav_menu10 .wrap {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1440px) {
  .nav_menu10 .wrap {
    max-width: 1100px;
    overflow-y: auto;
  }
}
@media (max-width: 1100px) {
  .nav_menu10 .wrap {
    padding: 0;
  }
}
.nav_menu10 .wrap .titleBox {
  min-width: 160px;
  max-width: 160px;
}
@media (max-width: 1600px) {
  .nav_menu10 .wrap .titleBox {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.nav_menu10 .wrap .titleBox .title {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #b70000;
  padding-bottom: 15px;
  margin: 30px 0;
}
@media (max-width: 1600px) {
  .nav_menu10 .wrap .titleBox .title {
    margin: 0;
  }
}
.nav_menu10 .wrap .titleBox .title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background-color: #b70000;
}
.nav_menu10 .wrap .listClass {
  padding-left: 38px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 250px;
  position: relative;
}
@media (max-width: 1600px) {
  .nav_menu10 .wrap .listClass {
    margin: 10px 250px 0 0;
    border-left: transparent;
    padding-left: 0;
    width: 250px;
  }
}
@media (max-width: 1100px) {
  .nav_menu10 .wrap .listClass {
    width: 220px;
  }
}
.nav_menu10 .wrap .m1LinkList > li {
  display: block;
  width: 250px;
  max-width: 250px;
  padding-right: 45px;
}
@media (max-width: 1100px) {
  .nav_menu10 .wrap .m1LinkList > li {
    width: 220px;
  }
}
.nav_menu10 .wrap .m1LinkList > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  line-height: 20px;
  padding: 18px 12px 18px 0;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}
.nav_menu10 .wrap .m1LinkList > li > a::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav_menu10 .wrap .m1LinkList > li.current > a {
  color: #b70000;
}
.nav_menu10 .wrap .m1LinkList > li.current > a::after {
  border-top: 1px solid #b70000;
  border-right: 1px solid #b70000;
}
.nav_menu10 .wrap .m1LinkList > li .m2LinkList {
  width: 250px;
  height: initial;
  padding-left: 38px;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  display: none;
}
.nav_menu10 .wrap .m1LinkList > li .m2LinkList a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 18px 0;
}
.nav_menu10 .wrap .m1LinkList > li .m2LinkList.m2show {
  opacity: 1;
  display: block;
}
.nav_menu10 .wrap .m1LinkList > li .m2LinkList.m2show > li.current a {
  padding-left: 14px;
  color: #b70000;
}
.nav_menu10 .wrap .m1LinkList > li .m2LinkList.m2show > li.current a::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: block;
  background-color: #b70000;
  position: absolute;
  top: 24.5px;
  left: 2px;
}
.nav_menu10 .wrap .m1LinkList.nom2List > li > a {
  padding: 18px 0;
}
.nav_menu10 .wrap .m1LinkList.nom2List > li > a::after {
  opacity: 0;
}
@media (max-width: 1600px) {
  .nav_menu10 .wrap .rightClass {
    max-width: 830px;
  }
}
@media (max-width: 1440px) {
  .nav_menu10 .wrap .rightClass {
    max-width: 450px;
    padding: 0 50px 0 0;
  }
}
.nav_menu10 .wrap .rightClass > li {
  display: none;
}
.nav_menu10 .wrap .rightClass > li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1600px) {
  .nav_menu10 .wrap .rightClass > li .box {
    width: 830px;
  }
}
@media (max-width: 1440px) {
  .nav_menu10 .wrap .rightClass > li .box {
    width: 100%;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nav_menu10 .wrap .rightClass > li .box .img {
  width: 400px;
  height: 235px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1600px) {
  .nav_menu10 .wrap .rightClass > li .box .img {
    width: auto;
  }
}
.nav_menu10 .wrap .rightClass > li .box .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 425/235;
}
.nav_menu10 .wrap .rightClass > li .box .txt {
  width: 425px;
  padding-left: 20px;
  position: relative;
  height: 237px;
  top: -2px;
}
@media (max-width: 1600px) {
  .nav_menu10 .wrap .rightClass > li .box .txt {
    width: 100%;
    max-width: 420px;
    padding-left: 20px;
  }
}
@media (max-width: 1440px) {
  .nav_menu10 .wrap .rightClass > li .box .txt {
    max-width: 400px;
    padding: 15px 0 0;
    height: auto;
    top: 0;
  }
}
.nav_menu10 .wrap .rightClass > li .box .txt .rightTitle {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav_menu10 .wrap .rightClass > li .box .txt .rightTitle span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nav_menu10 .wrap .rightClass > li .box .txt p {
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nav_menu10 .wrap .rightClass > li .box .txt .btn {
  display: inline-block;
  width: 196px;
  height: 48px;
}
.nav_menu10 .wrap .rightClass > li .box .txt .btn a {
  background-color: #b70000;
  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: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 14px;
  position: relative;
}
.nav_menu10 .wrap .rightClass > li .box .txt .btn a span {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff;
}
.nav_menu10 .wrap .rightClass > li .box .txt .btn a .crossBox {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.nav_menu10 .wrap .rightClass > li .box .txt .btn a .crossBox::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #b70000;
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 1.5px);
  z-index: 2;
}
.nav_menu10 .wrap .rightClass > li .box .txt .btn a .crossBox .cross {
  position: relative;
  width: 100%;
  height: 100%;
}
.nav_menu10 .wrap .rightClass > li .box .txt .btn a .crossBox .cross::before {
  content: "";
  width: 31px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 15.5px);
}
.nav_menu10 .wrap .rightClass > li .box .txt .btn a .crossBox .cross::after {
  content: "";
  width: 1px;
  height: 31px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 15.5px);
  left: calc(50% - 0.5px);
}
.nav_menu10 .wrap .rightClass > li .box .txt .btn a:hover {
  background-color: #000000;
}
.nav_menu10 .wrap .rightClass > li .box .txt .btn a:hover .crossBox::after {
  background-color: #000000;
}
.nav_menu10 .wrap .rightClass > li.rightShow {
  display: block;
}

h1 {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  margin: 10px;
}

[class^=bannerStyle] {
  line-height: 0;
  overflow: hidden;
}

#bgVideo {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 0;
}
#bgVideo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.loading {
  z-index: 4;
}

.loading img[src=""] {
  display: none;
}

.loading[data-active=no] {
  display: none;
}

.loading[data-active=""] {
  display: none;
}

.videoBannerBox {
  position: relative;
  padding-bottom: 56.25%;
  width: 0;
  height: 0;
}
@media (min-width: 1400px) {
  .videoBannerBox {
    padding-bottom: 43%;
  }
  .videoBannerBox iframe.videoBanner {
    width: 130vw;
    height: 130vh;
    margin-left: -15vw;
    margin-top: -25vh;
    overflow: hidden;
  }
}
.videoBannerBox .videoBanner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoBannerBox .videoBanner_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bannerBlock:has(.videoBanner) .swiper-slide {
  position: relative;
  padding-bottom: 56.25%;
  width: 0;
  height: 0;
}
@media (min-width: 1400px) {
  .bannerBlock:has(.videoBanner) .swiper-slide {
    padding-bottom: 43%;
  }
}
.bannerBlock:has(.videoBanner) .swiper-slide > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bannerBlock:has(.videoBanner) .swiper-slide > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannerBlock {
  position: relative;
}
.bannerBlock .scrollDown {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  text-align: center;
  z-index: 2;
}
.bannerBlock .scrollDown a {
  display: block;
}
.bannerBlock .scrollDown a .scrollDown_txt {
  color: #ffffff;
}
@media (max-width: 576px) {
  .bannerBlock .scrollDown a .scrollDown_txt {
    display: none;
  }
}
.bannerBlock .scrollDown a:hover .scrollDown_txt {
  color: #ffffff;
}
.bannerBlock .scrollDown .scroll_effect {
  animation: scrollDown_bounce 1.5s infinite;
  -webkit-animation: scrollDown_bounce 1.5s infinite;
  -moz-animation: scrollDown_bounce 1.5s infinite;
}
@-webkit-keyframes scrollDown_bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes scrollDown_bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bannerBlock .scrollDown .scroll_wave {
  position: relative;
}
.bannerBlock .scrollDown .scroll_wave .scrollDown_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin: 2px auto;
  width: 16px;
  height: 16px;
  animation: scroll_wave 1s infinite;
  -webkit-animation: scroll_wave 1s infinite;
  -moz-animation: scroll_wave 1s infinite;
}
.bannerBlock .scrollDown .scroll_wave .scrollDown_arrows.one {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
}
.bannerBlock .scrollDown .scroll_wave .scrollDown_arrows.two {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}
.bannerBlock .scrollDown .scroll_wave .scrollDown_arrows.three {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}
@media (max-width: 576px) {
  .bannerBlock .scrollDown .scroll_wave .scrollDown_arrows {
    width: 12px;
    height: 12px;
  }
}
@-webkit-keyframes scroll_wave {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll_wave {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.bannerBlock .scrollDown .scrollDown_mouse {
  width: 30px;
  height: 50px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  border-radius: 50px;
  position: relative;
}
.bannerBlock .scrollDown .scrollDown_mouse:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 2px;
  height: 10px;
  background-color: #ffffff;
  -webkit-animation: scrollDown_mouse 2s infinite;
          animation: scrollDown_mouse 2s infinite;
}
@-webkit-keyframes scrollDown_mouse {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes scrollDown_mouse {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.bannerBlock .scrollDown.scrollDownStyle05 {
  bottom: -30px;
}
.bannerBlock .scrollDown.scrollDownStyle05 .scrollDown_txt {
  margin-bottom: 10px;
}
.bannerBlock .scrollDown.scrollDownStyle05 .scrollDown_line {
  position: relative;
  width: 3px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
}
.bannerBlock .scrollDown.scrollDownStyle05 .scrollDown_line::before, .bannerBlock .scrollDown.scrollDownStyle05 .scrollDown_line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.bannerBlock .scrollDown.scrollDownStyle05 .scrollDown_line::before {
  left: 1px;
  width: 1px;
  height: 100px;
  background-color: #b70000;
}
.bannerBlock .scrollDown.scrollDownStyle05 .scrollDown_line::after {
  width: 3px;
  height: 40px;
  background-color: #b70000;
  -webkit-animation-name: scrollDown_line;
          animation-name: scrollDown_line;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@-webkit-keyframes scrollDown_line {
  0% {
    top: -40px;
  }
  to {
    top: 100px;
  }
}
@keyframes scrollDown_line {
  0% {
    top: -40px;
  }
  to {
    top: 100px;
  }
}
.bannerBlock img.pc,
.bannerBlock img.mb {
  width: 100%;
}

.bannerStyle01 a,
.bannerStyle02 a {
  display: block;
}

.bannerStyle06 .swiper-container-horizontal > .swiper-pagination-bullets .bannerStyle03 .swiper-pagination-bullet::before, .bannerStyle06 .swiper-container-horizontal > .swiper-pagination-bullets .bannerStyle03 .swiper-pagination-bullet, .bannerStyle03 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before, .bannerStyle03 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .bannerStyle03 [class^=swiper-button-] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bannerStyle03 .swiper-container {
  width: 100%;
  height: 28vw;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.bannerStyle03 .swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.bannerStyle03 .swiper-container:hover .swiper-button-prev,
.bannerStyle03 .swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.bannerStyle03 .swiper-slide {
  background-position: center;
  background-size: cover;
}
.bannerStyle03 .swiper-slide .entity-img {
  display: none;
}
.bannerStyle03 .swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
.bannerStyle03 .swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.bannerStyle03 .swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}
.bannerStyle03 [class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}
.bannerStyle03 .swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.bannerStyle03 .swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.bannerStyle03 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.4;
}
.bannerStyle03 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}
.bannerStyle03 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .bannerStyle03 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.bannerStyle03 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}
@media (max-width: 1180px) {
  .bannerStyle03 .swiper-slide .content .title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .bannerStyle03 .swiper-slide .content .caption {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .bannerStyle03 .swiper-container {
    height: 40vw;
  }
  .bannerStyle03 .swiper-container.swiper-container-coverflow {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .bannerStyle03 .swiper-container {
    height: 65vh;
  }
  .bannerStyle03 .swiper-slide .content .caption {
    display: none;
  }
}
@media (max-width: 480px) {
  .bannerStyle03 .swiper-container {
    height: 40vh;
  }
}

.bannerStyle04 .gallery-top {
  height: 100%;
  width: 100%;
}
.bannerStyle04 .gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0;
}
.bannerStyle04 .gallery-thumbs .swiper-slide {
  height: 100%;
}
.bannerStyle04 .gallery-thumbs .swiper-slide img {
  width: 100%;
}
.bannerStyle04 .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.bannerStyle05 .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 200px 60px;
}
.bannerStyle05 .swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 1.8;
}
.bannerStyle05 .swiper-slide .subtitle {
  font-size: 21px;
}
.bannerStyle05 .swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}
.bannerStyle05 .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1023px) {
  .bannerStyle05 .swiper-slide {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .bannerStyle05 .swiper-slide {
    padding: 30vh 30px;
    min-height: 65vh;
  }
  .bannerStyle05 .swiper-slide .title {
    font-size: 25px;
  }
  .bannerStyle05 .swiper-slide .text {
    display: none;
  }
}
@media (max-width: 480px) {
  .bannerStyle05 .swiper-slide {
    min-height: 40vh;
    padding-top: 20vh;
    padding-bottom: 20vh;
  }
}

.bannerStyle06 {
  margin-bottom: 50px;
}
.bannerStyle06 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before, .bannerStyle06 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .bannerStyle06 [class^=swiper-button-], .bannerStyle03 .swiper-container-horizontal > .swiper-pagination-bullets .bannerStyle06 .swiper-pagination-bullet, .bannerStyle03 .swiper-container-horizontal > .swiper-pagination-bullets .bannerStyle06 .swiper-pagination-bullet::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bannerStyle06 .bannerStyle07 .swiper-slide, .bannerStyle07 .bannerStyle06 .swiper-slide, .bannerStyle06 [class^=swiper-slide-shadow-] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.bannerStyle06 .swiper-container {
  width: 100%;
  height: 34vw;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.bannerStyle06 .swiper-container:hover .swiper-button-prev,
.bannerStyle06 .swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.bannerStyle06 .swiper-container.loading {
  opacity: 0;
}
.bannerStyle06 .swiper-container.scale-out {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.bannerStyle06 .swiper-container.scale-in {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bannerStyle06 .swiper-slide {
  background-position: center;
  background-size: cover;
  -webkit-perspective: 1600px;
          perspective: 1600px;
}
.bannerStyle06 .swiper-slide.swiper-slide-active {
  z-index: 2;
}
.bannerStyle06 .swiper-slide .entity-img {
  display: none;
}
.bannerStyle06 .swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
  -webkit-transform: translateZ(100px) translateX(100px);
          transform: translateZ(100px) translateX(100px);
}
.bannerStyle06 .swiper-slide .content .title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 30px;
}
.bannerStyle06 .swiper-slide .content .caption {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}
.bannerStyle06 [class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}
.bannerStyle06 .swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.bannerStyle06 .swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.bannerStyle06 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.4;
}
.bannerStyle06 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}
.bannerStyle06 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .bannerStyle06 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.bannerStyle06 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}
@media (max-width: 1180px) {
  .bannerStyle06 .swiper-slide .content .title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .bannerStyle06 .swiper-slide .content .caption {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .bannerStyle06 .swiper-container {
    height: 65vw;
  }
  .bannerStyle06 .swiper-slide .content {
    padding-left: 0;
  }
  .bannerStyle06 .swiper-slide .content .caption {
    display: none;
  }
}

.bannerStyle07 [class^=swiper-button-], .bannerStyle07 .bannerStyle03 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .bannerStyle03 .swiper-container-horizontal > .swiper-pagination-bullets .bannerStyle07 .swiper-pagination-bullet, .bannerStyle07 .bannerStyle03 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before, .bannerStyle03 .swiper-container-horizontal > .swiper-pagination-bullets .bannerStyle07 .swiper-pagination-bullet::before, .bannerStyle07 .bannerStyle06 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .bannerStyle06 .swiper-container-horizontal > .swiper-pagination-bullets .bannerStyle07 .swiper-pagination-bullet, .bannerStyle07 .bannerStyle06 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before, .bannerStyle06 .swiper-container-horizontal > .swiper-pagination-bullets .bannerStyle07 .swiper-pagination-bullet::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bannerStyle07 .swiper-slide, .bannerStyle07 .bannerStyle06 [class^=swiper-slide-shadow-], .bannerStyle06 .bannerStyle07 [class^=swiper-slide-shadow-] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.bannerStyle07 .swiper-container {
  width: 100%;
  height: 65vh;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.bannerStyle07 .swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}
.bannerStyle07 .swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bannerStyle07 .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.bannerStyle07 .swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}
.bannerStyle07 .swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 20px;
}
.bannerStyle07 .swiper-container:hover .swiper-button-prev,
.bannerStyle07 .swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.bannerStyle07 .swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.bannerStyle07 .swiper-slide {
  overflow: hidden;
}
.bannerStyle07 .swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.bannerStyle07 .swiper-slide .entity-img {
  display: none;
}
.bannerStyle07 .swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
.bannerStyle07 .swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.bannerStyle07 .swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.3s ease, transform 0.7s ease;
  transition: opacity 0.3s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.bannerStyle07 .swiper-slide .content .caption.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.bannerStyle07 [class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}
.bannerStyle07 .swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.bannerStyle07 .swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
@media (max-width: 768px) {
  .bannerStyle07 .swiper-slide .content .caption {
    display: none;
  }
  .bannerStyle07 .swiper-slide .content .title {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  .bannerStyle07 .swiper-container {
    height: 40vh;
  }
}

.bannerStyle08 {
  width: 100%;
  height: 100vh;
}
.bannerStyle08 .swiper-container {
  width: 100%;
  height: 100%;
}
.bannerStyle08 .slide {
  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;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.bannerStyle08 .slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-size: cover;
}
.bannerStyle08 .slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #fff;
  z-index: 100;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 45em) {
  .bannerStyle08 .slide-title {
    font-size: 7vw;
    max-width: none;
  }
}
.bannerStyle08 .slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}
.bannerStyle08 .slideshow {
  position: relative;
}
.bannerStyle08 .slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  z-index: 10;
}
.bannerStyle08 .slideshow-pagination-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bannerStyle08 .slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.bannerStyle08 .slideshow-pagination-item:hover, .bannerStyle08 .slideshow-pagination-item:focus {
  cursor: pointer;
}
.bannerStyle08 .slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.bannerStyle08 .slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.bannerStyle08 .slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.bannerStyle08 .slideshow-navigation-button {
  position: absolute;
  top: 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;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.bannerStyle08 .slideshow-navigation-button:hover, .bannerStyle08 .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.bannerStyle08 .slideshow-navigation-button.prev {
  left: 0;
}
.bannerStyle08 .slideshow-navigation-button.next {
  right: 0;
}
.bannerStyle08 .pagination-number {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Oswald", sans-serif;
  padding: 0 0.5rem;
}
.bannerStyle08 .pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 45em) {
  .bannerStyle08 .pagination-separator {
    display: block;
  }
}
.bannerStyle08 .pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (max-width: 768px) {
  .bannerStyle08 {
    height: 65vh;
  }
  .bannerStyle08 .slide-title {
    max-width: 70%;
    font-size: 2.5em;
  }
  .bannerStyle08 .slideshow-pagination {
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  .bannerStyle08 {
    height: 40vh;
  }
}

.bannerStyle09 .swiper-container {
  width: 100%;
  height: 650px;
  margin: 0 auto;
}
.bannerStyle09 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}
.bannerStyle09 .carousel__transform {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bannerStyle09 .swiper-slide-prev,
.bannerStyle09 .swiper-slide-next {
  display: block;
  z-index: 999;
}
@media (min-width: 677px) {
  .bannerStyle09 .swiper-slide-prev,
  .bannerStyle09 .swiper-slide-next {
    width: 10% !important;
  }
}
.bannerStyle09 .swiper-slide-prev:after,
.bannerStyle09 .swiper-slide-next:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 42, 57, 0.6);
}
@media (min-width: 677px) {
  .bannerStyle09 .swiper-slide-active {
    width: 80% !important;
  }
}
.bannerStyle09 .swiper-slide-active .carousel__container__inner {
  opacity: 1;
}
.bannerStyle09 .swiper__buttonblock__left,
.bannerStyle09 .swiper__buttonblock__right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  cursor: pointer;
  z-index: 1;
}
.bannerStyle09 .swiper__buttonblock__left .swiper-button-prev,
.bannerStyle09 .swiper__buttonblock__left .swiper-button-next,
.bannerStyle09 .swiper__buttonblock__right .swiper-button-prev,
.bannerStyle09 .swiper__buttonblock__right .swiper-button-next {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.bannerStyle09 .swiper__buttonblock__right {
  right: 0;
}
.bannerStyle09 .swiper__hovered__prev .swiper-slide-prev:after {
  background-color: transparent;
}
.bannerStyle09 .swiper__hovered__prev .swiper-slide-prev .carousel__container {
  width: 200%;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.bannerStyle09 .swiper__hovered__prev .swiper-slide-prev .carousel__container:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 42, 57, 0.6);
  top: 0;
  bottom: 0;
  width: 100%;
}
.bannerStyle09 .swiper__hovered__prev .swiper-slide-prev .carousel-onhover {
  text-align: right;
  width: 140px;
  right: 15px;
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.bannerStyle09 .swiper__hovered__next .swiper-slide-next:after {
  background-color: transparent;
}
.bannerStyle09 .swiper__hovered__next .swiper-slide-next .carousel__container {
  width: 200%;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.bannerStyle09 .swiper__hovered__next .swiper-slide-next .carousel__container:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 42, 57, 0.6);
  top: 0;
  bottom: 0;
  width: 100%;
}
.bannerStyle09 .swiper__hovered__next .swiper-slide-next .carousel-onhover {
  text-align: left;
  width: 140px;
  left: 15px;
  opacity: 1;
}
.bannerStyle09 .button__prev__hovered .swiper-button-prev {
  right: auto;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  left: 20px;
}
.bannerStyle09 .button__next__hovered .swiper-button-next {
  left: auto;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  right: 20px;
}
.bannerStyle09 .swiper-slide-active {
  -webkit-transform: none;
          transform: none;
}
.bannerStyle09 .carousel__container {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bannerStyle09 .carousel__container .carousel-onhover {
  position: absolute;
  color: #fff;
  opacity: 0;
  z-index: 1;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.bannerStyle09 .carousel__container__inner {
  width: 290px;
  text-align: left;
  margin-left: 10%;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.bannerStyle09 .carousel__container__inner h1 {
  font-size: 45px;
  line-height: 1.11;
  color: #ffffff;
  text-transform: uppercase;
  margin: 11px 0;
}
.bannerStyle09 .carousel__container__inner p {
  font-family: "Arial MT";
  font-size: 16px;
  line-height: 1.56;
  color: #ffffff;
  margin-bottom: 29px;
}
.bannerStyle09 .carousel__container__inner .button__bg__red {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .bannerStyle09 .swiper-container {
    width: 100%;
    height: 65vh;
    margin: 0 auto;
  }
  .bannerStyle09 .carousel__container__inner h1 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .bannerStyle09 .swiper-container {
    height: 40vh;
  }
  .bannerStyle09 .carousel__container__inner p {
    display: none;
  }
}

.bannerStyle10 .swiper-wrapper {
  height: 65vh;
  font-family: Muli, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.bannerStyle10 .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bannerStyle10 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #010101;
  background-size: cover;
  background-position: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerStyle10 .swiper-slide .content {
  -webkit-transition: all 0.58s cubic-bezier(0.8, 0.14, 0.94, 0.81);
  transition: all 0.58s cubic-bezier(0.8, 0.14, 0.94, 0.81);
  opacity: 0;
  padding: 2rem 4rem;
  color: #fff;
  margin: 30px;
  position: relative;
  line-height: 1;
}
.bannerStyle10 .swiper-slide .content h2,
.bannerStyle10 .swiper-slide .content p {
  margin: 1em 0;
}
.bannerStyle10 .swiper-slide .content:after {
  -webkit-transition: all 0.58s cubic-bezier(0.8, 0.14, 0.94, 0.81);
  transition: all 0.58s cubic-bezier(0.8, 0.14, 0.94, 0.81);
  content: "";
  border: 1px solid;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0.5rem;
  top: 0.5rem;
}
.bannerStyle10 .swiper-slide .content:before {
  -webkit-transition: all 0.58s cubic-bezier(0.8, 0.14, 0.94, 0.81);
  transition: all 0.58s cubic-bezier(0.8, 0.14, 0.94, 0.81);
  content: "";
  border: 1px solid;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: -0.5rem;
  top: -0.5rem;
}
.bannerStyle10 .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.8, 0.14, 0.94, 0.81);
          transition-timing-function: cubic-bezier(0.8, 0.14, 0.94, 0.81);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0.39, 1);
          transition-timing-function: cubic-bezier(1, 0.01, 0.39, 1);
}
.bannerStyle10 .swiper-slide.animate-up .content {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.bannerStyle10 .swiper-slide.animate-down .content {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.bannerStyle10 .swiper-slide.transitioned .content {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.6s 0.11s ease;
  transition: all 0.6s 0.11s ease;
}
.bannerStyle10 button {
  padding: 0.5rem 1.5rem;
  font-size: 18px;
  background: #fff;
  border: none;
  font-family: Muli, sans-serif;
  font-weight: 100;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.11rem;
  border: 1px solid #fff;
  color: #212121;
  cursor: pointer;
}
.bannerStyle10 .swiper-pagination-bullet {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  background: transparent;
  width: 15px;
  height: 15px;
  padding: 0;
  text-indent: -999em;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  margin: 5px 0;
  opacity: 1;
}
.bannerStyle10 .swiper-pagination-bullet:before {
  content: "";
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  outline: none;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}
.bannerStyle10 .swiper-pagination-bullet:hover {
  -webkit-box-shadow: 0 0 0 1px rgb(255, 255, 255);
          box-shadow: 0 0 0 1px rgb(255, 255, 255);
  border: none;
  border-radius: 50%;
  background: transparent;
}
.bannerStyle10 .swiper-pagination-bullet:hover:before {
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  background-color: rgb(255, 255, 255);
}
.bannerStyle10 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-box-shadow: 0 0 0 1px rgb(255, 255, 255);
          box-shadow: 0 0 0 1px rgb(255, 255, 255);
  border: none;
  border-radius: 50%;
  background: transparent;
}
.bannerStyle10 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  background-color: rgb(255, 255, 255);
}
@media (max-width: 480px) {
  .bannerStyle10 .swiper-wrapper {
    height: 40vh;
  }
}

.bannerStyle11 .swiper-slide img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.bannerStyle11 .swiper-slide-active img {
  transition: all 2s ease-in;
  -webkit-transition: all 2s ease-in;
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
}

@media (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
  .pc {
    display: none;
  }
  .mb {
    display: block !important;
  }
}
.pageBanner {
  line-height: 0;
}

.bannerStyle01 .swiper-button-prev,
.bannerStyle01 .swiper-button-next,
.bannerStyle02 .swiper-button-prev,
.bannerStyle02 .swiper-button-next,
.bannerStyle03 .swiper-button-prev,
.bannerStyle03 .swiper-button-next,
.bannerStyle04 .swiper-button-prev,
.bannerStyle04 .swiper-button-next,
.bannerStyle05 .swiper-button-prev,
.bannerStyle05 .swiper-button-next,
.bannerStyle06 .swiper-button-prev,
.bannerStyle06 .swiper-button-next,
.bannerStyle07 .swiper-button-prev,
.bannerStyle07 .swiper-button-next,
.bannerStyle09 .swiper-button-prev,
.bannerStyle09 .swiper-button-next,
.bannerStyle11 .swiper-button-prev,
.bannerStyle11 .swiper-button-next {
  background-image: none;
  width: 60px;
  height: 60px;
  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;
}
.bannerStyle01 .swiper-button-prev i,
.bannerStyle01 .swiper-button-next i,
.bannerStyle02 .swiper-button-prev i,
.bannerStyle02 .swiper-button-next i,
.bannerStyle03 .swiper-button-prev i,
.bannerStyle03 .swiper-button-next i,
.bannerStyle04 .swiper-button-prev i,
.bannerStyle04 .swiper-button-next i,
.bannerStyle05 .swiper-button-prev i,
.bannerStyle05 .swiper-button-next i,
.bannerStyle06 .swiper-button-prev i,
.bannerStyle06 .swiper-button-next i,
.bannerStyle07 .swiper-button-prev i,
.bannerStyle07 .swiper-button-next i,
.bannerStyle09 .swiper-button-prev i,
.bannerStyle09 .swiper-button-next i,
.bannerStyle11 .swiper-button-prev i,
.bannerStyle11 .swiper-button-next i {
  font-size: 52px;
  color: #fff;
}

@media (max-width: 1024px) {
  .bannerBlock .scrollDown img {
    width: 30px;
    height: auto;
  }
}
.bannerStyle13 {
  height: calc(100vh - 120px);
  position: relative;
}
@media (max-width: 992px) {
  .bannerStyle13 {
    height: calc(100vh - 120px);
  }
}
@media (max-width: 768px) {
  .bannerStyle13 {
    height: 420px;
  }
}
.bannerStyle13 .banner-slider {
  height: 100%;
}
.bannerStyle13 .banner-slider .slick-list {
  height: 100%;
}
.bannerStyle13 .banner-slider .slick-list .slick-track {
  height: 100%;
}
.bannerStyle13 .banner-slider .slick-list .slick-track > div {
  height: 100%;
}
.bannerStyle13 .banner-slider .banner-slider-item {
  height: 100%;
  position: relative;
  display: block;
  color: #fff;
}
.bannerStyle13 .banner-slider .banner-slider-item:hover {
  color: #fff;
}
.bannerStyle13 .banner-slider .banner-slider-item .banner-slider-item-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .bannerStyle13 .banner-slider .banner-slider-item .banner-slider-item-bg {
    height: 356px;
  }
}
.bannerStyle13 .banner-slider .banner-slider-item .banner-slider-item-bg.pc-bg {
  display: none;
}
@media (min-width: 992px) {
  .bannerStyle13 .banner-slider .banner-slider-item .banner-slider-item-bg.pc-bg {
    display: block;
  }
}
.bannerStyle13 .banner-slider .banner-slider-item .banner-slider-item-bg.mb-bg {
  display: none;
}
@media (max-width: 992px) {
  .bannerStyle13 .banner-slider .banner-slider-item .banner-slider-item-bg.mb-bg {
    display: block;
    background-position: top center;
  }
}
.bannerStyle13 .banner-slider .banner-slider-item img {
  display: none;
}
@media (max-width: 992px) {
  .bannerStyle13 .banner-slider .banner-slider-item img {
    display: block;
  }
}
.bannerStyle13 .banner-slider .banner-slider-item .item-title {
  height: 100%;
  max-width: 900px;
  margin-left: 200px;
  margin-right: 60px;
  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;
}
.bannerStyle13 .banner-slider .banner-slider-item .item-title .mainTitle {
  line-height: 1.13;
  margin-bottom: 22px;
  font-size: 80px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .bannerStyle13 .banner-slider .banner-slider-item .item-title .mainTitle {
    font-size: 72px;
  }
}
@media (max-width: 1399px) {
  .bannerStyle13 .banner-slider .banner-slider-item .item-title .mainTitle {
    font-size: 68px;
  }
}
@media (max-width: 1200px) {
  .bannerStyle13 .banner-slider .banner-slider-item .item-title .mainTitle {
    font-size: 64px;
  }
}
@media (max-width: 991px) {
  .bannerStyle13 .banner-slider .banner-slider-item .item-title .mainTitle {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .bannerStyle13 .banner-slider .banner-slider-item .item-title .mainTitle {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .bannerStyle13 .banner-slider .banner-slider-item .item-title .mainTitle {
    font-size: 30px;
  }
}
.bannerStyle13 .banner-slider .banner-slider-item .item-title .title {
  line-height: 1.49;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .bannerStyle13 .banner-slider .banner-slider-item .item-title .title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .bannerStyle13 .banner-slider .banner-slider-item .item-title .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .bannerStyle13 .banner-slider .banner-slider-item .item-title .title {
    font-size: 24px;
  }
}
@media (max-width: 1800px) {
  .bannerStyle13 .banner-slider .banner-slider-item .item-title {
    margin-left: 160px;
  }
}
@media (max-width: 1600px) {
  .bannerStyle13 .banner-slider .banner-slider-item .item-title {
    margin-left: 120px;
  }
}
@media (max-width: 1400px) {
  .bannerStyle13 .banner-slider .banner-slider-item .item-title {
    margin-left: 100px;
  }
}
@media (max-width: 992px) {
  .bannerStyle13 .banner-slider .banner-slider-item .item-title {
    margin-left: 60px;
    position: absolute;
    bottom: 0px;
    height: 85px;
    margin: 0;
    background-color: #b70000;
    width: 100%;
    display: none;
  }
  .bannerStyle13 .banner-slider .banner-slider-item .item-title .mainTitle {
    margin: 0;
    padding: 0 20px;
    padding-bottom: 78px;
    padding-top: 38px;
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
  }
  .bannerStyle13 .banner-slider .banner-slider-item .item-title .title {
    display: none;
  }
}
@media (max-width: 992px) {
  .bannerStyle13 .banner-slider {
    height: calc(100% - 80px);
  }
}
.bannerStyle13 .indexBannerPage {
  width: 640px;
  height: 80px;
  background-color: #b70000;
  position: absolute;
  left: 0;
  bottom: 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;
  clip-path: polygon(0 0, 100% 0, 98.5% 100%, 0% 100%);
}
.bannerStyle13 .indexBannerPage .arrows {
  margin-right: 17px;
}
.bannerStyle13 .indexBannerPage .arrows .slickBtn {
  margin: 0 15px;
  background: transparent;
  color: #fff;
}
.bannerStyle13 .indexBannerPage .arrows .slickBtn .icon-arrow {
  font-size: 15px;
}
.bannerStyle13 .indexBannerPage .arrows .slickBtn.slickRight {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.bannerStyle13 .indexBannerPage .dots .slick-dots {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bannerStyle13 .indexBannerPage .dots .slick-dots li {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 14px;
}
.bannerStyle13 .indexBannerPage .dots .slick-dots li button {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  width: 25px;
  position: relative;
}
.bannerStyle13 .indexBannerPage .dots .slick-dots li button::before {
  content: "";
  opacity: 1;
  width: 0px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  left: 140%;
  position: absolute;
}
.bannerStyle13 .indexBannerPage .dots .slick-dots li.slick-active {
  margin-right: 66px;
}
.bannerStyle13 .indexBannerPage .dots .slick-dots li.slick-active button {
  opacity: 1;
}
.bannerStyle13 .indexBannerPage .dots .slick-dots li.slick-active button::before {
  width: 56px;
  opacity: 1;
}
@media (max-width: 992px) {
  .bannerStyle13 .indexBannerPage {
    width: 100%;
    clip-path: none;
    position: relative;
  }
  .bannerStyle13 .indexBannerPage .arrows {
    display: none;
  }
  .bannerStyle13 .indexBannerPage .dots {
    padding-bottom: 9px;
  }
  .bannerStyle13 .indexBannerPage .dots .slick-dots li button {
    color: #fff;
  }
  .bannerStyle13 .indexBannerPage .dots .slick-dots li button::before {
    background-color: #fff;
  }
  .bannerStyle13 .indexBannerPage .dots .slick-dots li.slick-active button {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .bannerStyle13 .indexBanner {
    height: 621px;
  }
}

.cowboyPageBanner01 {
  position: relative;
  background: #ccc;
}
.cowboyPageBanner01 .banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  min-width: 305px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cowboyPageBanner01 .banner_content .banner_txt_one {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  .cowboyPageBanner01 .banner_content .banner_txt_one {
    font-size: 16px;
  }
}
.cowboyPageBanner01 .banner_content .banner_txt_two {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cowboyPageBanner01 .banner_content .banner_txt_two {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .cowboyPageBanner01 .banner_content .banner_txt_two {
    font-size: 32px;
    line-height: 1;
  }
}
.cowboyPageBanner01 .banner_content .banner_txt_three {
  color: #fff;
  font-size: 13px;
  letter-spacing: 3px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3;
  padding: 0;
  margin: 15px 0 0;
}
@media (max-width: 480px) {
  .cowboyPageBanner01 .banner_content .banner_txt_three {
    font-size: 12px;
    margin: 5px 0 0;
  }
}
.cowboyPageBanner01 .banner_content .banner_line {
  display: inline-block;
  width: 33%;
  height: 20px;
  background: url("https://www.jaj.com.tw/images/banner-bg-line.jpg") right 0 top 10px repeat-x;
}
@media (max-width: 1024px) {
  .cowboyPageBanner01 .banner_content .banner_line {
    width: 38%;
  }
}
@media (max-width: 640px) {
  .cowboyPageBanner01 .banner_content .banner_line {
    width: 32%;
  }
}
.cowboyPageBanner01 .banner_content .banner_line_logo {
  display: inline-block;
}

footer {
  overflow: hidden;
  font-size: 16px;
}
footer strong {
  font-weight: bold;
}
footer .ftMenu_title {
  font-weight: bold;
  margin-bottom: 5px;
}
footer .copyRight {
  color: inherit;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
footer .copyRight .copyrightTxt {
  color: inherit;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
footer .copyRight .copyrightTxt a {
  display: inline-block;
}
footer .copyRight .copyrightTxt img {
  vertical-align: middle;
}
footer .copyRight > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  footer .copyRight {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 576px) {
  footer .copyRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
footer .ftMenu_list li {
  margin-bottom: 5px;
}
footer .ftMenu_list li a {
  display: block;
  color: inherit;
}
footer .ftMenu_list li a i {
  font-size: 20px;
  margin-right: 5px;
}
footer .ftMenu_list li a:hover {
  color: #b70000;
}
footer .ftMenu_list.ftMenuList_arrow li a {
  position: relative;
  padding-left: 18px;
}
footer .ftMenu_list.ftMenuList_arrow li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
footer .ftMenu_vList li {
  display: inline-block;
  margin-right: 5.2941176471%;
}
footer .ft_search {
  position: relative;
  width: 350px;
}
footer .ft_search form {
  position: absolute;
  width: 100%;
  left: -500px;
  top: -15px;
}
footer .ft_search form input[type=text] {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  border-radius: 20px;
  border: 1px solid #8eaac8;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
footer .ft_search form a {
  position: absolute;
  top: 7px;
  right: 15px;
}
footer .ft_search form a i {
  color: #ffffff;
  font-size: 20px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
footer .ft_info ul li {
  display: inline-block;
  margin-right: 45px;
}
footer .ft_info ul li a {
  color: inherit;
  display: inline-block;
}
footer .ft_info ul li i {
  margin-right: 5px;
}
footer .ft_info ul li:last-child {
  margin-right: 0;
}
footer .ft_info ul li.ftInfo_addr a {
  color: #b70000;
  border-bottom: 1px solid #b70000;
}
footer .ft_info ul li.ftInfo_addr span {
  margin-right: 10px;
}
footer .ft_info ul li.ftInfo_addr i {
  margin-right: 0;
}
footer .ft_social ul li {
  display: inline-block;
  margin-right: 15px;
}
footer .ft_social ul li a {
  color: inherit;
  display: block;
  font-size: 23px;
}
footer .ft_social ul li:last-child {
  margin-right: 0;
}
footer .ft_social.ftSocial_circle ul li a {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  width: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  background-color: #ffffff;
}
footer .ft_social.ftSocial_circle ul li a:hover {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
footer .copyRight_content {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e6e6e6;
}
footer .copyRight_content .row > div:nth-child(2) {
  text-align: right;
}
footer .copyRight_bg {
  color: #fff;
  padding: 25px;
  text-align: center;
  background: #111;
}
footer .consulting_line p {
  margin-bottom: 0;
}
footer .consulting_line .number {
  font-size: 40px;
  line-height: 50px;
}

.footerBGStyle_01 {
  position: relative;
  color: #ffffff;
  background-color: #000000;
}
.footerBGStyle_01:before, .footerBGStyle_01:after {
  content: "";
  position: absolute;
  background-size: 100%;
  width: 150px;
}
.footerBGStyle_01:before {
  background-image: url(../images_v4/footer/ft-bl.png);
  left: 0;
  bottom: 0;
  height: 144px;
}
.footerBGStyle_01:after {
  background-image: url(../images_v4/footer/ft-tr.png);
  right: 0;
  top: 0;
  height: 168px;
}

.footerBGStyle_02 {
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images_v4/footer/ft-bg.jpg);
}
.footerBGStyle_02 .ftSmall_txt {
  color: #93aecf;
}

.footerStyle01 {
  color: #ffffff;
  font-size: 16px;
  padding: 140px 0 20px;
}
.footerStyle01 .ft_blk {
  margin-bottom: 50px;
}
.footerStyle01 .ft_blk a {
  color: #ffffff;
}
.footerStyle01 .copyRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.footerStyle01 .copyRight > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .footerStyle01 .copyRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.footerStyle02 {
  padding: 70px 0 20px;
}
.footerStyle02 .ft_logo {
  margin-bottom: 40px;
}
.footerStyle02 .copyRight {
  color: #93aecf;
}
.footerStyle02 .copyRight .copyrightTxt {
  color: #93aecf;
}
@media (max-width: 992px) {
  .footerStyle02 .copyRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.footerStyle03 {
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 22px;
  border-top: 1px solid #e6e6e6;
  background-color: #b70000;
}
.footerStyle03 .ftMenu_list li {
  margin-bottom: 25px;
}
.footerStyle03 .ftMenu_list li a {
  color: #ffffff;
}
.footerStyle03 .ftMenu_list li a:hover {
  color: #cccccc;
}
@media (max-width: 576px) {
  .footerStyle03 .ftMenu_list {
    text-align: center;
  }
}
.footerStyle03 .ft_logo {
  text-align: right;
}
.footerStyle03 .ft_info {
  text-align: right;
}
.footerStyle03 .ft_info ul li {
  display: block;
  margin-right: 0;
}
@media (max-width: 576px) {
  .footerStyle03 .ft_info {
    text-align: center;
  }
}
.footerStyle03 .ft_social ul li a {
  color: #ffffff;
}
@media (max-width: 576px) {
  .footerStyle03 .ft_social {
    text-align: center;
  }
}
.footerStyle03 .copyRight {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 576px) {
  .footerStyle03 .copyRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

.footerStyle04 {
  background-color: #b70000;
  color: #ffffff;
}
.footerStyle04 .ft_top {
  width: 1170px;
  padding: 70px 0;
  margin-left: auto;
  margin-right: auto;
}
.footerStyle04 .ft_top .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerStyle04 .ft_mid {
  text-align: center;
  padding-bottom: 25px;
}
.footerStyle04 .ft_bottom {
  padding: 25px 15px 15px 15px;
  border-top: 2px solid #ffffff;
}
.footerStyle04 .copyRight {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #eeeeee;
}

.footerStyle05 {
  color: #ffffff;
  background-color: #1a1c1e;
}
.footerStyle05 .slogan_txt {
  text-align: center;
  padding: 80px 0 45px 0;
}
.footerStyle05 .slogan_txt span {
  display: block;
}
.footerStyle05 .slogan_txt small {
  display: block;
  font-style: italic;
  margin-top: 15px;
  font-size: 12px;
}
.footerStyle05 .ftMenu_list {
  padding: 25px 0 22px 0;
  border: 1px solid #383b3e;
  border-left: 0;
  border-right: 0;
  text-align: center;
}
.footerStyle05 .ftMenu_list li {
  margin: 0 30px;
  display: inline-block;
}
.footerStyle05 .ft_logo {
  padding: 30px 0 60px 0;
  text-align: center;
}
.footerStyle05 .container_full {
  padding: 23px 50px;
  background-color: #000000;
}
.footerStyle05 .ft_info {
  text-align: center;
}

.footerStyle06 {
  padding: 50px 0;
  background-color: #b70000;
  color: #ffffff;
}
.footerStyle06 .ftMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerStyle06 .ftMenu_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
.footerStyle06 .ftMenu_list li a:hover {
  color: #cccccc;
}
.footerStyle06 .ft_info ul li {
  display: block;
}
.footerStyle06 .ft_social,
.footerStyle06 .copyRight {
  text-align: center;
  margin-top: 10px;
}

.footerStyle07 {
  text-align: center;
  text-shadow: 0 -1px 0 #fff, 0.33px -0.99px 0 #fff, 0.66px -0.66px 0 #fff, 0.99px -0.33px 0 #fff, 1px 0 0 #fff, 0.99px 0.33px 0 #fff, 0.66px 0.66px 0 #fff, 0.33px 0.99px 0 #fff, 0 1px 0 #fff, -0.33px 0.99px 0 #fff, -0.66px 0.66px 0 #fff, -0.99px 0.33px 0 #fff, -1px 0 0 #fff, -0.99px -0.33px 0 #fff, -0.66px -0.66px 0 #fff, -0.33px -0.99px 0 #fff;
}
.footerStyle07 .footerbg_triangle {
  height: 675px;
  overflow: hidden;
  position: relative;
}
.footerStyle07 .footerbg_triangle:after, .footerStyle07 .footerbg_triangle:before {
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  bottom: -160px;
  width: 50%;
}
.footerStyle07 .footerbg_triangle:after {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(72, 183, 208, 0)), color-stop(50%, #48b7d0)) top right/100% 100% no-repeat;
  background: linear-gradient(to bottom right, rgba(72, 183, 208, 0) 50%, #48b7d0 50%) top right/100% 100% no-repeat;
  right: 0;
}
.footerStyle07 .footerbg_triangle:before {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(64, 166, 42, 0)), color-stop(50%, #40a62a)) top left/100% 100% no-repeat;
  background: linear-gradient(to bottom left, rgba(64, 166, 42, 0) 50%, #40a62a 50%) top left/100% 100% no-repeat;
  left: 0;
}
.footerStyle07 .footerbg_triangle .ft_inner {
  position: absolute;
  width: 100%;
  bottom: 50px;
  padding: 0 10px;
  z-index: 10;
}
.footerStyle07 .footerbg_triangle .ft_inner .ft_logo,
.footerStyle07 .footerbg_triangle .ft_inner .ft_info,
.footerStyle07 .footerbg_triangle .ft_inner .ft_social {
  margin-bottom: 10px;
}
.footerStyle07 .footerbg_triangle .ft_inner .ft_social {
  text-shadow: none;
}
.footerStyle07 .footerbg_triangle .ft_inner .ft_info ul li {
  display: block;
  margin-right: 0;
}
.footerStyle07 .footerbg_triangle .ft_inner .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footerStyle07 .footerbg_triangle .ft_inner .slogan_txt {
  color: #ffffff;
  font-size: 57px;
  line-height: 50px;
  text-shadow: none;
}
.footerStyle07 .footerbg_triangle .ft_inner .slogan_txt span {
  display: block;
}
.footerStyle07 .footerbg_triangle .ft_inner .slogan_txt small {
  display: block;
  font-size: 15px;
}
.footerStyle07 .big_phone i {
  font-size: 23px;
}
.footerStyle07 .big_phone span {
  font-size: 36px;
}

.footerStyle08 {
  padding: 80px 0 50px;
}
.footerStyle08 .ft_logo {
  margin-bottom: 30px;
}
.footerStyle08 .ft_social {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footerStyle08 .ft_menuList_t2 .ftMenu_list li a {
  font-weight: bold;
}
.footerStyle08 .copyRight {
  -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;
}
@media (max-width: 992px) {
  .footerStyle08 .copyRight {
    -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;
  }
}
@media (max-width: 576px) {
  .footerStyle08 .copyRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footerStyle09 {
  margin-top: 50px;
}
.footerStyle09 .ft_top {
  margin-bottom: 30px;
}
.footerStyle09 .ft_mid {
  margin-bottom: 40px;
}
.footerStyle09 .ft_bottom .ft_info ul li:nth-last-child(2) {
  display: block;
  margin-right: 0;
}
.footerStyle09 .ft_bottom .ft_social {
  text-align: center;
  margin: 60px 0 40px;
}

.footerStyle10 {
  background-color: #b70000;
  color: #fff;
  font-size: 16px;
}
.footerStyle10 .footerContent {
  padding: 15px;
}
.footerStyle10 .ftMenu_list {
  padding: 5px 0 10px 0;
}
.footerStyle10 .ftMenu_list li {
  display: inline-block;
  margin: 0 10px;
}
.footerStyle10 a {
  color: #fff;
}
.footerStyle10 a:hover {
  color: #b70000;
}
.footerStyle10 .logoBlock {
  margin: 33px 0 27px 0;
}
.footerStyle10 .footerLeft {
  padding-right: 30px;
}
.footerStyle10 .footerRight {
  padding-left: 30px;
}
.footerStyle10 .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.footerStyle10 .copyright p {
  margin: 0;
}
.footerStyle10 > div:last-child {
  background-color: #b70000;
}
.footerStyle10 .footerInfo i {
  margin-right: 5px;
}
.footerStyle10 .socialList li {
  display: inline-block;
  margin-right: 20px;
}
.footerStyle10 .socialList li a {
  font-size: 17px;
}
.footerStyle10 .socialList li:last-child {
  margin-right: 0;
}

.footerStyle11 .ft_info ul li:nth-last-child(2),
.footerStyle11 .ft_info ul li:last-child {
  margin-right: 28px;
}

.footerStyle11 {
  background: #b70000;
  color: #fff;
  font-size: 16px;
}
.footerStyle11 a {
  color: #fff;
}
.footerStyle11 a:hover {
  color: #ebebeb;
}
.footerStyle11 .footerContent {
  padding-top: 40px;
  padding-bottom: 28px;
}
.footerStyle11 .ft_logo {
  margin-bottom: 16px;
}
.footerStyle11 .ft_info li {
  margin: 0 28px 5px 28px;
}
.footerStyle11 .ft_info li i {
  color: #fff;
}
.footerStyle11 .ft_social {
  margin-top: 5px;
}
.footerStyle11 .ft_social li {
  margin: 0 7px;
}
.footerStyle11 .ft_social li a i {
  font-size: 19px;
}
.footerStyle11 .copyRight {
  background: #b70000;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
}
.footerStyle11 .copyRight a:hover {
  color: #ebebeb;
}

.ft_block {
  margin-bottom: 15px;
}

.link_map {
  color: #ffffff;
  width: 68px;
  margin-left: 10px;
  padding: 2px 10px 3px 10px;
  border-radius: 3px;
  border: 1px solid #ffffff;
}

@media (max-width: 1440px) {
  .footerStyle04 .ft_top {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  footer .ft_search {
    width: 290px;
  }
  footer .ft_search form {
    left: -323px;
    top: 0;
  }
  .footerStyle07 {
    margin-top: -100px;
  }
  .footerStyle07 .footerbg_triangle:before, .footerStyle07 .footerbg_triangle:after {
    background-size: 50% 100%;
  }
  .footerStyle07 .footerbg_triangle .ft_inner .slogan_txt {
    color: #b70000;
    margin-bottom: 20px;
  }
  .footerStyle10 .footerLeft {
    padding-right: 15px;
  }
  .footerStyle10 .footerRight {
    padding-left: 15px;
  }
  .footerStyle10 .ftMenu_list li {
    margin-bottom: 10px;
  }
  .footerStyle10 .footerInfo li {
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  #ft_hide {
    display: none;
  }
  footer .ft_search {
    margin-bottom: 15px;
  }
  footer .ft_search form {
    left: 0;
    position: relative;
  }
  footer .ft_info ul li:nth-last-child(2) {
    margin-right: 0;
  }
  footer .copyRight_bg {
    padding: 10px 15px;
  }
  .footerStyle01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footerStyle01 .ft_blk {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerStyle01 .copyRight {
    text-align: center;
  }
  .footerStyle02 {
    padding-top: 30px;
    text-align: center;
  }
  .footerStyle02 .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerStyle03 .ftMenu_list.tfnav li {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footerStyle03 .ftMenu_list.tfnav li a {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .footerStyle03 .ftMenu_list.bfnav {
    margin-top: 25px;
  }
  .footerStyle04 .ft_mid {
    padding-top: 25px;
  }
  .footerStyle05 {
    padding-top: 50px;
  }
  .footerStyle05 .ft_logo {
    padding-bottom: 30px;
  }
  .footerStyle05 .ft_social {
    text-align: center;
  }
  .footerStyle06 .ft_info {
    margin-top: 10px;
    text-align: center;
  }
  .footerStyle06 .ft_info ul li {
    margin-right: 0;
  }
  .footerStyle08 {
    padding: 30px 0 20px;
    text-align: center;
  }
  .footerStyle09 {
    margin-top: 30px;
    text-align: center;
  }
  .footerStyle09 .ft_logo {
    margin-bottom: 10px;
  }
  .footerStyle09 .ft_top,
  .footerStyle09 .ft_mid {
    margin-bottom: 20px;
  }
  .footerStyle09 .ft_bottom .ft_social {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer .ft_search {
    margin: 20px auto 10px auto;
  }
  footer .ft_info ul li {
    display: block;
    margin-right: 0;
  }
  footer .consulting_line .number {
    font-size: 35px;
    line-height: 45px;
  }
  .footerBGStyle_01:before, .footerBGStyle_01:after {
    display: none;
  }
  .footerStyle01 .ft_logo {
    text-align: center;
  }
  .footerStyle01 .ft_blk {
    text-align: center;
    margin-bottom: 20px;
  }
  .footerStyle03 {
    padding-top: 22px;
  }
  .footerStyle07 {
    margin-top: -130px;
    position: relative;
    z-index: -1;
  }
  .footerStyle07 .footerbg_triangle .ft_inner .slogan_txt {
    font-size: 50px;
    line-height: 43px;
    text-shadow: 0 -1px 0 #fff, 0.33px -0.99px 0 #fff, 0.66px -0.66px 0 #fff, 0.99px -0.33px 0 #fff, 1px 0 0 #fff, 0.99px 0.33px 0 #fff, 0.66px 0.66px 0 #fff, 0.33px 0.99px 0 #fff, 0 1px 0 #fff, -0.33px 0.99px 0 #fff, -0.66px 0.66px 0 #fff, -0.99px 0.33px 0 #fff, -1px 0 0 #fff, -0.99px -0.33px 0 #fff, -0.66px -0.66px 0 #fff, -0.33px -0.99px 0 #fff;
  }
  .footerStyle07 .footerbg_triangle .ft_inner .slogan_txt small {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .socialList {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .footerStyle01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footerStyle07 {
    margin-top: -50px;
  }
  .footerStyle07 .footerbg_triangle .ft_inner {
    bottom: 25px;
  }
}
/* cowboy */
.footerStyle12 {
  padding: 40px 0;
  background-color: rgb(0, 0, 0);
}
@media (max-width: 1024px) {
  .footerStyle12 {
    padding: 30px 0;
  }
}
.footerStyle12 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .footerStyle12 .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footerStyle12 [class^=ft_] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (min-width: 1025px) {
  .footerStyle12 [class^=ft_] {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .footerStyle12 [class^=ft_] {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .footerStyle12 [class^=ft_] + [class^=ft_] {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footerStyle12 [class^=ft_] p:nth-child(1) {
  color: #0098d2;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .footerStyle12 [class^=ft_] p:nth-child(1) {
    line-height: 1.3;
  }
}
.footerStyle12 [class^=ft_] p:nth-child(2) {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .footerStyle12 [class^=ft_] p:nth-child(2) {
    line-height: 1.3;
  }
}
.footerStyle12 [class^=ft_] p:nth-child(2) a {
  color: #fff;
  font-size: 16px;
}
.footerStyle12 [class^=ft_] span {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 28.8px;
}
@media (max-width: 1024px) {
  .footerStyle12 [class^=ft_] span {
    display: inline;
    line-height: 19px;
  }
}
@media (max-width: 1024px) {
  .footerStyle12 .ft_logo {
    width: 30%;
    min-width: unset;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .footerStyle12 .ft_info {
    display: none;
    padding: 0 0 20px;
  }
}
.footerStyle12 .suckblc {
  width: calc(70% - 40px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1025px) {
  .footerStyle12 .suckblc {
    display: none;
  }
}
.footerStyle12 .suckblc p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.footerStyle12 .suckblc p a {
  color: #fff;
}
.footerStyle12 .suckblc p span {
  color: #0098d2;
}
@media (max-width: 680px) {
  .footerStyle12 .suckblc p span {
    display: block;
  }
}
@media (max-width: 680px) {
  .footerStyle12 .suckblc p {
    line-height: 1.3;
  }
  .footerStyle12 .suckblc p + p {
    margin-top: 10px;
  }
}
.footerStyle12 .ft_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 28.8px;
}
.footerStyle12 .ft_copyright .copyrightTxt {
  display: inline;
}
@media (max-width: 1024px) {
  .footerStyle12 .ft_copyright {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footerStyle12 .ft_copyright-link {
  padding: 0;
  color: inherit;
}
.footerStyle12 .ft_copyright-link:hover {
  color: #b70000;
}
@media (max-width: 576px) {
  .footerStyle12 .ft_copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

/* cowboy */
.footerStyle13 {
  padding-bottom: 15px;
  background-color: #b70000;
}
.footerStyle13 .ftMenu_list_area {
  padding: 33px 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1024px) {
  .footerStyle13 .ftMenu_list_area {
    display: none;
  }
}
.footerStyle13 .ftMenu_list_area .ftMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerStyle13 .ftMenu_list_area .ftMenu_list li {
  margin: 0 7.5px;
}
.footerStyle13 .ftMenu_list_area .ftMenu_list li a {
  color: #fff;
  font-size: 18px;
}
.footerStyle13 .ftMenu_list_area .ftMenu_list li a:hover {
  color: #ff9e9e;
}
.footerStyle13 .ft_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .footerStyle13 .ft_info {
    -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;
  }
}
.footerStyle13 .ft_info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .footerStyle13 .ft_info div {
    padding: 0 15px;
  }
}
.footerStyle13 .ft_info div + div {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (min-width: 992px) {
  .footerStyle13 .ft_info div + div {
    position: relative;
  }
  .footerStyle13 .ft_info div + div::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 30px;
    background: #fff;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 991px) {
  .footerStyle13 .ft_info div + div {
    margin-top: 10px;
  }
}
.footerStyle13 .ft_info div i {
  color: #fff;
  font-size: 30px;
  margin-right: 8px;
}
@media (max-width: 1199px) {
  .footerStyle13 .ft_info div i {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .footerStyle13 .ft_info div i {
    font-size: 22px;
  }
}
.footerStyle13 .ft_info div a {
  color: #fff;
  font-size: 16px;
}
.footerStyle13 .ft_info div a:hover {
  color: #ff9e9e;
}
.footerStyle13 .ft_social ul {
  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;
}
.footerStyle13 .ft_social ul li {
  position: relative;
  margin: 0;
  padding: 0 12.5px;
}
.footerStyle13 .ft_social ul li a {
  color: #fff;
}
.footerStyle13 .ft_social ul li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 45%;
  background: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.footerStyle13 .ft_copyright {
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
  color: #fff;
}
.footerStyle13 .ft_copyright .copyRight {
  display: block;
}
.footerStyle13 .ft_copyright .copyrightTxt {
  font-size: 16px;
  display: initial;
}
.footerStyle13 .ft_copyright span {
  display: block;
  font-size: 16px;
}
.footerStyle13 .ft_copyright-link {
  color: inherit;
}
.footerStyle13 .ft_copyright-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer_up,
.footer_up-2,
.footer_up-3,
.footer_up-4 {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.footer_up-2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.footer_up-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.footer_up-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.in .footer_up,
.in .footer_up-2,
.in .footer_up-3,
.in .footer_up-4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#mbPanel, .mbPanel {
  max-width: 100vw;
  overflow: hidden;
}
#mbPanel .mbPanel_side.open, .mbPanel .mbPanel_side.open {
  z-index: 100;
}
#mbPanel .mbPanel_left, .mbPanel .mbPanel_left {
  position: fixed;
  z-index: 100;
  width: 260px;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
}
#mbPanel .mbPanel_right, .mbPanel .mbPanel_right {
  position: fixed;
  z-index: 100;
  width: 260px;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  right: 0;
}
#mbPanel .mbPanel_top, .mbPanel .mbPanel_top {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 60%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
}
#mbPanel .mbPanel_bottom, .mbPanel .mbPanel_bottom {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 60%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  bottom: 0;
  left: 0;
}
#mbPanel .mbPanel_page .mbPanel_content, .mbPanel .mbPanel_page .mbPanel_content {
  padding-top: 60px;
  padding-bottom: 60px;
}
#mbPanel .mbPanel_funNav.navTop, .mbPanel .mbPanel_funNav.navTop {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 60px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
}
#mbPanel .mbPanel_funNav.navBottom, .mbPanel .mbPanel_funNav.navBottom {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 60px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  bottom: 0;
  left: 0;
}
#mbPanel .mbPanel_funNav .mbPanel_content, .mbPanel .mbPanel_funNav .mbPanel_content {
  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;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  overflow: hidden;
}
#mbPanel .mbPanel_funNav .mbPanel_content > *, .mbPanel .mbPanel_funNav .mbPanel_content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  white-space: nowrap;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  height: 100%;
  min-width: 40px;
}
#mbPanel .mbPanel_funNav .mbPanel_content > * img, .mbPanel .mbPanel_funNav .mbPanel_content > * img {
  max-height: 100%;
}
#mbPanel .mbPanel_subPanel, .mbPanel .mbPanel_subPanel {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  position: absolute;
}
#mbPanel .mbPanel_content, .mbPanel .mbPanel_content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

[class^=mbPanel_] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#mbPanel .mbPanel_left, #mbPanel[data-mbPanel=""] .mbPanel_left, .mbPanel .mbPanel_left, .mbPanel[data-mbPanel=""] .mbPanel_left {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
#mbPanel .mbPanel_right, #mbPanel[data-mbPanel=""] .mbPanel_right, .mbPanel .mbPanel_right, .mbPanel[data-mbPanel=""] .mbPanel_right {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
#mbPanel .mbPanel_top, #mbPanel[data-mbPanel=""] .mbPanel_top, .mbPanel .mbPanel_top, .mbPanel[data-mbPanel=""] .mbPanel_top {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
#mbPanel .mbPanel_bottom, #mbPanel[data-mbPanel=""] .mbPanel_bottom, .mbPanel .mbPanel_bottom, .mbPanel[data-mbPanel=""] .mbPanel_bottom {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
#mbPanel .mbPanel_side, #mbPanel[data-mbPanel=""] .mbPanel_side, .mbPanel .mbPanel_side, .mbPanel[data-mbPanel=""] .mbPanel_side {
  opacity: 0;
}
#mbPanel .mbPanel_side.open, #mbPanel[data-mbPanel=""] .mbPanel_side.open, .mbPanel .mbPanel_side.open, .mbPanel[data-mbPanel=""] .mbPanel_side.open {
  z-index: 200;
  opacity: 1;
  transform: translate(0);
  -webkit-transform: translate(0);
}
#mbPanel[data-mbPanel=mbPanel_effect01] .mbPanel_page,
#mbPanel[data-mbPanel=mbPanel_effect01] .mbPanel_funNav, .mbPanel[data-mbPanel=mbPanel_effect01] .mbPanel_page,
.mbPanel[data-mbPanel=mbPanel_effect01] .mbPanel_funNav {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
#mbPanel[data-mbPanel=mbPanel_effect01] .mbPanel_side, .mbPanel[data-mbPanel=mbPanel_effect01] .mbPanel_side {
  opacity: 0;
  perspective: 700px;
  -webkit-perspective: 700px;
  transform: translateX(-260px);
  -webkit-transform: translateX(-260px);
}
#mbPanel[data-mbPanel=mbPanel_effect01] .mbPanel_side .mbPanel_content, .mbPanel[data-mbPanel=mbPanel_effect01] .mbPanel_side .mbPanel_content {
  opacity: 0;
  transform: rotateY(-115deg);
  -webkit-transform: rotateY(-115deg);
  transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}
#mbPanel[data-mbPanel=mbPanel_effect01] .mbPanel_side.open, .mbPanel[data-mbPanel=mbPanel_effect01] .mbPanel_side.open {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
#mbPanel[data-mbPanel=mbPanel_effect01] .mbPanel_side.open .mbPanel_content, .mbPanel[data-mbPanel=mbPanel_effect01] .mbPanel_side.open .mbPanel_content {
  opacity: 1;
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transition-delay: 70ms;
  -webkit-transition-delay: 70ms;
}
#mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_left) .mbPanel_page.open,
#mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_left) .mbPanel_funNav.open, .mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_left) .mbPanel_page.open,
.mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_left) .mbPanel_funNav.open {
  transform: translateX(260px);
  -webkit-transform: translateX(260px);
}
#mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_right) .mbPanel_page.open,
#mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_right) .mbPanel_funNav.open, .mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_right) .mbPanel_page.open,
.mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_right) .mbPanel_funNav.open {
  transform: translateX(-260px);
  -webkit-transform: translateX(-260px);
}
#mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_right) .mbPanel_side, .mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_right) .mbPanel_side {
  transform: translateX(260px);
  -webkit-transform: translateX(260px);
}
#mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_right) .mbPanel_side .mbPanel_content, .mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_right) .mbPanel_side .mbPanel_content {
  transform: rotateY(115deg);
  -webkit-transform: rotateY(115deg);
  transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
}
#mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_right) .mbPanel_side.open, .mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_right) .mbPanel_side.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
#mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_right) .mbPanel_side.open .mbPanel_content, .mbPanel[data-mbPanel=mbPanel_effect01]:has(.mbPanel_right) .mbPanel_side.open .mbPanel_content {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
}
#mbPanel[data-mbPanel=mbPanel_effect02] .mbPanel_page,
#mbPanel[data-mbPanel=mbPanel_effect02] .mbPanel_funNav, .mbPanel[data-mbPanel=mbPanel_effect02] .mbPanel_page,
.mbPanel[data-mbPanel=mbPanel_effect02] .mbPanel_funNav {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
#mbPanel[data-mbPanel=mbPanel_effect02] .mbPanel_side, .mbPanel[data-mbPanel=mbPanel_effect02] .mbPanel_side {
  opacity: 0;
}
#mbPanel[data-mbPanel=mbPanel_effect02] .mbPanel_side.open, .mbPanel[data-mbPanel=mbPanel_effect02] .mbPanel_side.open {
  opacity: 1;
}
#mbPanel[data-mbPanel=mbPanel_effect02]:has(.mbPanel_left) .mbPanel_page.open,
#mbPanel[data-mbPanel=mbPanel_effect02]:has(.mbPanel_left) .mbPanel_funNav.open, .mbPanel[data-mbPanel=mbPanel_effect02]:has(.mbPanel_left) .mbPanel_page.open,
.mbPanel[data-mbPanel=mbPanel_effect02]:has(.mbPanel_left) .mbPanel_funNav.open {
  transform: translateX(260px);
  -webkit-transform: translateX(260px);
}
#mbPanel[data-mbPanel=mbPanel_effect02]:has(.mbPanel_right) .mbPanel_page.open,
#mbPanel[data-mbPanel=mbPanel_effect02]:has(.mbPanel_right) .mbPanel_funNav.open, .mbPanel[data-mbPanel=mbPanel_effect02]:has(.mbPanel_right) .mbPanel_page.open,
.mbPanel[data-mbPanel=mbPanel_effect02]:has(.mbPanel_right) .mbPanel_funNav.open {
  transform: translateX(-260px);
  -webkit-transform: translateX(-260px);
}
#mbPanel[data-mbPanel=mbPanel_effect03], .mbPanel[data-mbPanel=mbPanel_effect03] {
  position: fixed;
  width: 100%;
  height: 100%;
  perspective: 1500px;
  -webkit-perspective: 1500px;
}
#mbPanel[data-mbPanel=mbPanel_effect03] .mbPanel_page,
#mbPanel[data-mbPanel=mbPanel_effect03] .mbPanel_funNav, .mbPanel[data-mbPanel=mbPanel_effect03] .mbPanel_page,
.mbPanel[data-mbPanel=mbPanel_effect03] .mbPanel_funNav {
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform: translateZ(0) translateX(0) rotateY(0);
  -webkit-transform: translateZ(0) translateX(0) rotateY(0);
}
#mbPanel[data-mbPanel=mbPanel_effect03] .mbPanel_page.open,
#mbPanel[data-mbPanel=mbPanel_effect03] .mbPanel_funNav.open, .mbPanel[data-mbPanel=mbPanel_effect03] .mbPanel_page.open,
.mbPanel[data-mbPanel=mbPanel_effect03] .mbPanel_funNav.open {
  transform: translateZ(-100px) translateX(65%) rotateY(-45deg);
  -webkit-transform: translateZ(-100px) translateX(65%) rotateY(-45deg);
}
#mbPanel[data-mbPanel=mbPanel_effect03] .mbPanel_side, .mbPanel[data-mbPanel=mbPanel_effect03] .mbPanel_side {
  position: absolute;
  opacity: 0;
}
#mbPanel[data-mbPanel=mbPanel_effect03] .mbPanel_side.open, .mbPanel[data-mbPanel=mbPanel_effect03] .mbPanel_side.open {
  opacity: 1;
}
#mbPanel .mbPanel_subPanel, .mbPanel .mbPanel_subPanel {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
#mbPanel .mbPanel_subPanel.open, .mbPanel .mbPanel_subPanel.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

#mbPanel .mbPanel_funNav.navTop.hide, .mbPanel .mbPanel_funNav.navTop.hide {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
#mbPanel .mbPanel_funNav.navBottom.hide, .mbPanel .mbPanel_funNav.navBottom.hide {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

#mbPanel, .mbPanel {
  background: none;
}
#mbPanel > [class^=mbPanel_], .mbPanel > [class^=mbPanel_] {
  background: #fff;
}
#mbPanel > [class^=mbPanel_] .mbPanel_content, .mbPanel > [class^=mbPanel_] .mbPanel_content {
  background: none;
}
#mbPanel .mbPanel_page .mbPanel_content, .mbPanel .mbPanel_page .mbPanel_content {
  background: none;
}
#mbPanel .mbPanel_content, .mbPanel .mbPanel_content {
  padding: 0;
}
#mbPanel .mbPanel_funNav .mbPanel_content > *, .mbPanel .mbPanel_funNav .mbPanel_content > * {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#mbPanel .mbPanel_funNav,
#mbPanel .mbPanel_left,
#mbPanel .mbPanel_right, .mbPanel .mbPanel_funNav,
.mbPanel .mbPanel_left,
.mbPanel .mbPanel_right {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#mbPanel .mbPanel_page .mbPanel_content,
#mbPanel .mbPanel_funNav .mbPanel_content, .mbPanel .mbPanel_page .mbPanel_content,
.mbPanel .mbPanel_funNav .mbPanel_content {
  position: relative;
  z-index: 1;
}
#mbPanel .mbPanel_page:before,
#mbPanel .mbPanel_funNav:before, .mbPanel .mbPanel_page:before,
.mbPanel .mbPanel_funNav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#mbPanel .mbPanel_page.open:before,
#mbPanel .mbPanel_funNav.open:before, .mbPanel .mbPanel_page.open:before,
.mbPanel .mbPanel_funNav.open:before {
  opacity: 1;
  z-index: 100;
}
#mbPanel .mbPanel_funNav.navTop, .mbPanel .mbPanel_funNav.navTop {
  background: #fff;
}
#mbPanel .mbPanel_funNav.navTop *, .mbPanel .mbPanel_funNav.navTop * {
  color: #333;
}
#mbPanel .mbPanel_funNav.navBottom, .mbPanel .mbPanel_funNav.navBottom {
  background: #b70000;
}
#mbPanel .mbPanel_funNav.navBottom *, .mbPanel .mbPanel_funNav.navBottom * {
  color: rgba(255, 255, 255, 0.6);
}
#mbPanel .mbPanel_funNav.navBottom a, .mbPanel .mbPanel_funNav.navBottom a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  padding-top: 5px;
}
#mbPanel .panelMenu, .mbPanel .panelMenu {
  position: relative;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
#mbPanel .panelMenu .subMenu, .mbPanel .panelMenu .subMenu {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  position: absolute;
}
#mbPanel .panelMenu, .mbPanel .panelMenu {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#mbPanel .panelMenu .subMenu, .mbPanel .panelMenu .subMenu {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
#mbPanel .panelMenu .subMenu.open, .mbPanel .panelMenu .subMenu.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
#mbPanel .panelMenu.styleGrid, .mbPanel .panelMenu.styleGrid {
  height: 100%;
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#mbPanel .panelMenu.styleGrid,
#mbPanel .panelMenu.styleGrid .subMenu, .mbPanel .panelMenu.styleGrid,
.mbPanel .panelMenu.styleGrid .subMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
#mbPanel .panelMenu.styleGrid li, .mbPanel .panelMenu.styleGrid li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
#mbPanel .panelMenu[data-styleGrid="3x3"] li, .mbPanel .panelMenu[data-styleGrid="3x3"] li {
  width: 33.333%;
  height: 33.333%;
}
#mbPanel .panelMenu[data-styleGrid="2x3"] li, .mbPanel .panelMenu[data-styleGrid="2x3"] li {
  width: 50%;
  height: 33.333%;
}
#mbPanel .panelMenu[data-styleGrid="2x2"] li, .mbPanel .panelMenu[data-styleGrid="2x2"] li {
  width: 50%;
  height: 50%;
}
#mbPanel .panelMenu .mainCloseBtn,
#mbPanel .panelMenu .back a,
#mbPanel .panelMenu .moreMenu, .mbPanel .panelMenu .mainCloseBtn,
.mbPanel .panelMenu .back a,
.mbPanel .panelMenu .moreMenu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
}
#mbPanel .panelMenu .mainCloseBtn span,
#mbPanel .panelMenu .back a span,
#mbPanel .panelMenu .moreMenu span, .mbPanel .panelMenu .mainCloseBtn span,
.mbPanel .panelMenu .back a span,
.mbPanel .panelMenu .moreMenu span {
  width: 180px;
}
#mbPanel .panelMenu .mainCloseBtn:after,
#mbPanel .panelMenu .back a:after,
#mbPanel .panelMenu .moreMenu:after, .mbPanel .panelMenu .mainCloseBtn:after,
.mbPanel .panelMenu .back a:after,
.mbPanel .panelMenu .moreMenu:after {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 0.5em;
  content: "";
}
#mbPanel .panelMenu, #mbPanel .panelMenu ul, .mbPanel .panelMenu, .mbPanel .panelMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mbPanel .panelMenu a, .mbPanel .panelMenu a {
  display: inline-block;
  width: 100%;
  padding: 1em;
  word-wrap: break-word;
}
#mbPanel .panelMenu .back a:after, .mbPanel .panelMenu .back a:after {
  content: "\f060";
}
#mbPanel .panelMenu .moreMenu:after, .mbPanel .panelMenu .moreMenu:after {
  content: "\f105";
}
#mbPanel .panelMenu .mainCloseBtn:after, .mbPanel .panelMenu .mainCloseBtn:after {
  content: "\f00d";
}
#mbPanel .panelMenu .mainCloseBtn,
#mbPanel .panelMenu .back, .mbPanel .panelMenu .mainCloseBtn,
.mbPanel .panelMenu .back {
  background: #333;
}
#mbPanel .panelMenu .mainCloseBtn, #mbPanel .panelMenu .mainCloseBtn *,
#mbPanel .panelMenu .back,
#mbPanel .panelMenu .back *, .mbPanel .panelMenu .mainCloseBtn, .mbPanel .panelMenu .mainCloseBtn *,
.mbPanel .panelMenu .back,
.mbPanel .panelMenu .back * {
  font-size: 18px;
  color: #fff;
}
#mbPanel .panelMenu .subMenu, .mbPanel .panelMenu .subMenu {
  background: #fff;
}
#mbPanel .panelMenu a, .mbPanel .panelMenu a {
  border-color: #eeeeee;
  border-width: 0 0 1px 0;
  border-style: solid;
}

.forcmp {
  padding-top: 50px !important;
}

@media (min-width: 1025px) {
  .cowboy_mbPanel_1 {
    display: none;
  }
}
.cowboy_mbPanel_1 .cmpTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fff;
  z-index: 100;
}
.cowboy_mbPanel_1 .cmpTop > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.3333333333%;
}
.cowboy_mbPanel_1 .cmpTop > div a {
  display: block;
  color: #333;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
.cowboy_mbPanel_1 .cmpTop > div a img {
  display: block;
  max-height: 45px;
}
.cowboy_mbPanel_1 .cmpTop > div a.cmpBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 30px;
  height: 24px;
}
.cowboy_mbPanel_1 .cmpTop > div a.cmpBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background: #333;
  border-radius: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_1 .cmpTop > div a.cmpBtn div {
  width: 30px;
  height: 4px;
  border-radius: 30px;
  background: #333;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_1 .cmpTop > div a.cmpBtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background: #333;
  border-radius: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_1 .cmpTop > div a.cmpBtn.open::before {
  width: 30.5px;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
}
.cowboy_mbPanel_1 .cmpTop > div a.cmpBtn.open div {
  opacity: 0;
}
.cowboy_mbPanel_1 .cmpTop > div a.cmpBtn.open::after {
  width: 30.5px;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
}
.cowboy_mbPanel_1 .cmpContent {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_1 .cmpContent.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_1 .cmpContent .cmpLang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.cowboy_mbPanel_1 .cmpContent .cmpLang a {
  color: #333;
  font-size: 16px;
  margin: 0 7.5px;
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu > p {
  color: #b70000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu .cmpNav > li > a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 12px 15px 10px;
  border-top: 1px solid rgba(183, 0, 0, 0.3);
  border-bottom: 0px solid rgba(183, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu .cmpNav > li > a.active {
  color: #b70000;
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu .cmpNav > li > a.open {
  border-bottom: 1px solid #b70000;
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu .cmpNav > li .submenu li a {
  display: block;
  color: #999;
  font-size: 16px;
  padding: 12px 15px 10px 47px;
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu .cmpNav > li .submenu li a.active {
  color: #b70000;
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu .cmpNav > li .submenu li .submenu li a {
  padding: 12px 15px 10px 79px;
  border-bottom: 0;
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu .cmpNav > li .submenu li .submenu li a.active {
  color: #b70000;
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu .cmpNav > li .submenu li:not(:last-child) a {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu .cmpNav > li .submenu li:not(:last-child) .submenu {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu .cmpNav > li .submenu li:last-child .submenu {
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu .cmpNav .moremenu > a::after {
  content: "\f105";
  font-family: FontAwesome;
}
.cowboy_mbPanel_1 .cmpFooter {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background: #fff;
  border-top: 2px solid #b70000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_1 .cmpFooter.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_1 .cmpFooter p {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.cowboy_mbPanel_1 .cmpBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #b70000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_1 .cmpBottom.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_1 .cmpBottom > div {
  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;
}
.cowboy_mbPanel_1 .cmpBottom > div a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.cowboy_mbPanel_1 .cmpBottom > div a p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 3px 0 0;
}

@media (min-width: 1025px) {
  .cowboy_mbPanel_2 {
    display: none;
  }
}
.cowboy_mbPanel_2 .cmpTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fff;
  z-index: 100;
}
.cowboy_mbPanel_2 .cmpTop > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.3333333333%;
}
.cowboy_mbPanel_2 .cmpTop > div a {
  display: block;
  color: #333;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
.cowboy_mbPanel_2 .cmpTop > div a img {
  display: block;
  max-height: 45px;
}
.cowboy_mbPanel_2 .cmpTop > div a.cmpBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 30px;
  height: 24px;
}
.cowboy_mbPanel_2 .cmpTop > div a.cmpBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background: #333;
  border-radius: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_2 .cmpTop > div a.cmpBtn div {
  width: 30px;
  height: 4px;
  border-radius: 30px;
  background: #333;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_2 .cmpTop > div a.cmpBtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background: #333;
  border-radius: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_2 .cmpTop > div a.cmpBtn.open::before {
  width: 30.5px;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
}
.cowboy_mbPanel_2 .cmpTop > div a.cmpBtn.open div {
  opacity: 0;
}
.cowboy_mbPanel_2 .cmpTop > div a.cmpBtn.open::after {
  width: 30.5px;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
}
.cowboy_mbPanel_2 .cmpContent {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_2 .cmpContent.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_2 .cmpContent .cmpLang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.cowboy_mbPanel_2 .cmpContent .cmpLang a {
  color: #333;
  font-size: 16px;
  margin: 0 7.5px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.cowboy_mbPanel_2 .cmpContent .cmpMenu > p {
  color: #b70000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.cowboy_mbPanel_2 .cmpContent .cmpMenu .cmpNav > li {
  border-top: 1px solid rgba(183, 0, 0, 0.2);
}
.cowboy_mbPanel_2 .cmpContent .cmpMenu .cmpNav > li > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  padding: 12px 15px 10px;
  width: 100%;
  height: 100%;
}
.cowboy_mbPanel_2 .cmpContent .cmpMenu .cmpNav > li > a.active {
  color: #b70000;
}
.cowboy_mbPanel_2 .cmpContent .cmpMenu .cmpNav > li .submenu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 80%;
  border-top: 1px solid rgba(183, 0, 0, 0.6);
}
.cowboy_mbPanel_2 .cmpContent .cmpMenu .cmpNav > li .submenu li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #999;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  padding: 12px 15px 10px;
  width: 100%;
  height: 100%;
}
.cowboy_mbPanel_2 .cmpContent .cmpMenu .cmpNav > li .submenu li a.active {
  color: #b70000;
}
.cowboy_mbPanel_2 .cmpContent .cmpMenu .cmpNav .moremenu > a {
  position: relative;
  width: 100%;
  height: 100%;
}
.cowboy_mbPanel_2 .cmpContent .cmpMenu .cmpNav .moremenu > a span {
  position: relative;
  padding: 12px 15px 10px;
}
.cowboy_mbPanel_2 .cmpContent .cmpMenu .cmpNav .moremenu > a span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 1px;
  background: #333;
}
.cowboy_mbPanel_2 .cmpContent .cmpMenu .cmpNav .moremenu > a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 1px;
  height: 10px;
  background: #333;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_2 .cmpContent .cmpMenu .cmpNav .moremenu > a span.open::after {
  height: 0;
}
.cowboy_mbPanel_2 .cmpFooter {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background: #fff;
  border-top: 2px solid #b70000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_2 .cmpFooter.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_2 .cmpFooter p {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.cowboy_mbPanel_2 .cmpBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #b70000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_2 .cmpBottom.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_2 .cmpBottom > div {
  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;
}
.cowboy_mbPanel_2 .cmpBottom > div a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  width: 100%;
  height: 100%;
  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;
}
.cowboy_mbPanel_2 .cmpBottom > div a p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 3px 0 0;
}

@media (min-width: 1025px) {
  .cowboy_mbPanel_3 {
    display: none;
  }
}
.cowboy_mbPanel_3 .cmpTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fff;
  z-index: 100;
}
.cowboy_mbPanel_3 .cmpTop > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.3333333333%;
}
.cowboy_mbPanel_3 .cmpTop > div a {
  display: block;
  color: #333;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
.cowboy_mbPanel_3 .cmpTop > div a img {
  display: block;
  max-height: 45px;
}
.cowboy_mbPanel_3 .cmpTop > div a.cmpBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 30px;
  height: 24px;
}
.cowboy_mbPanel_3 .cmpTop > div a.cmpBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background: #333;
  border-radius: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_3 .cmpTop > div a.cmpBtn div {
  width: 30px;
  height: 4px;
  border-radius: 30px;
  background: #333;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_3 .cmpTop > div a.cmpBtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background: #333;
  border-radius: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_3 .cmpTop > div a.cmpBtn.open::before {
  width: 30.5px;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
}
.cowboy_mbPanel_3 .cmpTop > div a.cmpBtn.open div {
  opacity: 0;
}
.cowboy_mbPanel_3 .cmpTop > div a.cmpBtn.open::after {
  width: 30.5px;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
}
.cowboy_mbPanel_3 .cmpContent {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_3 .cmpContent.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_3 .cmpContent .cmpLang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.cowboy_mbPanel_3 .cmpContent .cmpLang a {
  color: #333;
  font-size: 16px;
  margin: 0 7.5px;
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu > p {
  color: #b70000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav > li {
  border-top: 1px solid rgba(183, 0, 0, 0.3);
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav > li > a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 12px 30px 10px 15px;
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav > li > a.active {
  color: #b70000;
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav > li .submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav > li .submenu.show {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav > li .submenu li a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 12px 30px 10px 15px;
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav > li .submenu li a.active {
  color: #b70000;
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav > li .submenu li:first-child a {
  position: relative;
  color: #b70000;
  border-top: 1px solid #b70000;
  border-bottom: 1px solid #b70000;
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav > li .submenu li:first-child a::after {
  content: "\f104";
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: FontAwesome;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav .moremenu > a {
  position: relative;
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav .moremenu > a::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: FontAwesome;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.cowboy_mbPanel_3 .cmpFooter {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background: #fff;
  border-top: 2px solid #b70000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_3 .cmpFooter.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_3 .cmpFooter p {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.cowboy_mbPanel_3 .cmpBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #b70000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_3 .cmpBottom.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_3 .cmpBottom > div {
  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;
}
.cowboy_mbPanel_3 .cmpBottom > div a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.cowboy_mbPanel_3 .cmpBottom > div a p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 3px 0 0;
}

.forcmp:has(.cowboy_mbPanel_4) {
  padding-top: 73px !important;
}

@media (min-width: 1025px) {
  .cowboy_mbPanel_4 {
    display: none;
  }
}
.cowboy_mbPanel_4 .cmpTop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background: #fff;
  z-index: 100;
  padding: 10px 15px 0;
  border-top: 12px solid #b70000;
  border-bottom: 1px solid #cbcbcb;
}
.cowboy_mbPanel_4 .cmpTop > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  max-width: 566px;
  margin: 0 auto;
}
.cowboy_mbPanel_4 .cmpTop > div a {
  display: block;
  color: #333;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
.cowboy_mbPanel_4 .cmpTop > div a img {
  display: block;
  max-height: 45px;
}
.cowboy_mbPanel_4 .cmpTop > div a.cmpBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 30px;
  height: 24px;
}
.cowboy_mbPanel_4 .cmpTop > div a.cmpBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background: #333;
  border-radius: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_4 .cmpTop > div a.cmpBtn div {
  width: 30px;
  height: 4px;
  border-radius: 30px;
  background: #333;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_4 .cmpTop > div a.cmpBtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background: #333;
  border-radius: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_4 .cmpTop > div a.cmpBtn.open::before {
  width: 30.5px;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
}
.cowboy_mbPanel_4 .cmpTop > div a.cmpBtn.open div {
  opacity: 0;
}
.cowboy_mbPanel_4 .cmpTop > div a.cmpBtn.open::after {
  width: 30.5px;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
}
.cowboy_mbPanel_4 .cmpTop .cmpTop_up {
  height: 50px;
}
.cowboy_mbPanel_4 .cmpTop .cmpTop_down {
  padding: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cowboy_mbPanel_4 .cmpContent {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_4 .cmpContent.open {
  opacity: 1;
  visibility: visible;
  top: 70px;
}
.cowboy_mbPanel_4 .cmpContent .cmpLang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.cowboy_mbPanel_4 .cmpContent .cmpLang a {
  color: #333;
  font-size: 16px;
  margin: 0 7.5px;
}
.cowboy_mbPanel_4 .cmpContent .cmpMenu > p {
  color: #b70000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 30px 0;
}
.cowboy_mbPanel_4 .cmpContent .cmpMenu .cmpNav > li > a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 12px 15px 10px;
  border-top: 1px solid rgba(183, 0, 0, 0.3);
  border-bottom: 0px solid rgba(183, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_4 .cmpContent .cmpMenu .cmpNav > li > a.active {
  color: #b70000;
}
.cowboy_mbPanel_4 .cmpContent .cmpMenu .cmpNav > li .submenu li a {
  display: block;
  color: #999;
  font-size: 16px;
  padding: 12px 15px 10px 47px;
}
.cowboy_mbPanel_4 .cmpContent .cmpMenu .cmpNav > li .submenu li a.active {
  color: #b70000;
}
.cowboy_mbPanel_4 .cmpContent .cmpMenu .cmpNav > li .submenu li .submenu li a {
  padding: 12px 15px 10px 79px;
  border-bottom: 0;
}
.cowboy_mbPanel_4 .cmpContent .cmpMenu .cmpNav > li .submenu li .submenu li a.active {
  color: #b70000;
}
.cowboy_mbPanel_4 .cmpContent .cmpMenu .cmpNav > li .submenu li:not(:last-child) .submenu {
  border-bottom: 1px solid #999;
}
.cowboy_mbPanel_4 .cmpContent .cmpMenu .cmpNav > li .submenu li:last-child .submenu {
  border-top: 1px solid #999;
}
.cowboy_mbPanel_4 .cmpContent .cmpMenu .cmpNav .moremenu > a::after {
  content: "\f105";
  font-family: FontAwesome;
}
.cowboy_mbPanel_4 .cmpFooter {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 10px 15px;
  padding-bottom: 0;
  background: #fff;
  border-top: 2px solid #b70000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_4 .cmpFooter.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_4 .cmpFooter p {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.cowboy_mbPanel_4 .cmpFooter .nav_icon_area {
  text-align: center;
}
@media (max-width: 992px) {
  .cowboy_mbPanel_4 .cmpFooter .nav_icon_area a {
    width: 45px;
  }
  .cowboy_mbPanel_4 .cmpFooter .nav_icon_area a:not(:last-of-type) {
    margin-right: 20px;
  }
}
.cowboy_mbPanel_4 .cmpBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #b70000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_4 .cmpBottom.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_4 .cmpBottom > div {
  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;
}
.cowboy_mbPanel_4 .cmpBottom > div a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.cowboy_mbPanel_4 .cmpBottom > div a p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 3px 0 0;
}

.modal {
  width: 90%;
  max-width: 1200px;
  display: none;
}
.modal .subBlockTitle {
  margin-top: 0;
  font-size: 30px;
}
.modal .subBlockTxt {
  font-size: 16px;
}
.modal.modal_half {
  max-width: 600px;
}

.addCartPanel .subBlockInfo {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fancybox-close-small:after {
  font-size: 30px;
  right: 10px;
  top: 10px;
  outline: 0 !important;
}

.fancybox-slide > div {
  padding: 30px;
}

.addCart_control {
  margin-top: 30px;
}
.addCart_control label {
  margin-right: 15px;
}
.addCart_control .prod_specification {
  margin-bottom: 15px;
}
.addCart_control .prod_specification select {
  max-width: 190px;
}
.addCart_control .prod_num {
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
}
.addCart_control .prod_num > div {
  display: inline-block;
  vertical-align: middle;
}

.srh_content {
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (max-width: 440px) {
  .addCart_control .prod_specification select {
    max-width: 100%;
  }
  .addCart_control .prod_num > div {
    display: block;
  }
}
#sideCart_modal {
  max-width: 500px;
  float: right;
  height: 100%;
  margin: 0;
  overflow-y: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
#sideCart_modal [class^=btn-] {
  min-width: 100%;
}
#sideCart_modal .proInquiry {
  display: block;
  height: calc(100% - 178px);
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#sideCart_modal .proInquiry .proInquiry_item > div:nth-child(2) {
  -ms-flex: 1 0 calc(100% - 215px);
  -webkit-box-flex: 1;
          flex: 1 0 calc(100% - 215px);
  max-width: calc(100% - 215px);
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 576px) {
  #sideCart_modal .proInquiry .proInquiry_item > div:nth-child(2) {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
#sideCart_modal .subBlockTitle {
  font-size: 16px;
}

.sideCart_content {
  height: 100%;
  padding-top: 15px;
  position: relative;
}
.sideCart_content .btn_close {
  text-align: right;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.sideCart_content .cartInfo .cartTitle {
  color: #ffffff;
  padding: 15px;
  background-color: #b70000;
}
.sideCart_content .cartInfo .cartTitle h5 span {
  color: #000000;
}

.pageLoading {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  height: 100vh;
}
.pageLoading > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/*側邊浮動icon*/
.floatIconBar {
  z-index: 10;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.floatIconBar {
  position: fixed;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.floatIconBar a {
  margin-bottom: 10px;
}
.floatIconBar a:last-child {
  margin-bottom: 0;
}

.gotop,
.showCart,
.inquiryInfo {
  display: inline-block;
  cursor: pointer;
}
.gotop img,
.showCart img,
.inquiryInfo img {
  display: inline-block;
  vertical-align: middle;
}
.gotop:hover,
.showCart:hover,
.inquiryInfo:hover {
  opacity: 0.9;
}

.gotop {
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: 10%;
}

.showCart {
  color: #ffffff;
  width: 48px;
  height: 48px;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: #00abea;
}
.showCart i {
  color: #ffffff;
}

.inquiryInfo {
  color: #333333;
}
.inquiryInfo i {
  font-size: 45px;
  display: block;
}

.floatIcon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #b70000;
  color: #fff;
  border-radius: 12px;
  text-align: center;
}
.floatIcon i {
  font-size: 24px;
  margin-bottom: 2px;
}
.floatIcon span {
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1;
}
.floatIcon:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .floatIcon {
    width: 60px;
    height: 60px;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .floatIcon i {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .floatIcon span {
    font-size: 12px;
  }
}
.fixedIcons {
  position: fixed;
  bottom: 17.5%;
  right: 13px;
  display: block;
  z-index: 99999999;
}
.fixedIcons a {
  background-color: #0050a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  clear: both;
  margin-bottom: 5px;
  opacity: 0.8;
  /* line 標籤 */
  /* fb */
}
.fixedIcons a.fixedIcons_line {
  background-color: #00c300;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.fixedIcons a.fixedIcons_fb {
  background-color: #3b5998;
}
.fixedIcons a:hover, .fixedIcons a:focus {
  opacity: 1;
  color: #fff;
}

.marqueeBlock {
  background-color: #b70000;
}
.marqueeBlock .marquee {
  height: 2em;
  position: relative;
  overflow: hidden;
}
.marqueeBlock .marquee ul {
  width: 100%;
  position: absolute;
}
.marqueeBlock .marquee ul li {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.marqueeBlock .marquee ul li a {
  color: #fff;
}
.marqueeBlock .marquee ul *:not(ul):not(.subMenu) {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media (min-width: 1025px) {
  .marqueeBlock {
    height: 50px;
    overflow: hidden;
  }
  .marqueeBlock .marquee {
    height: 50px;
  }
  .marqueeBlock .marquee a {
    display: block;
    line-height: 50px;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .marqueeBlock .marquee {
    height: auto;
  }
  .marqueeBlock .marquee ul {
    position: static;
  }
  .marqueeBlock .marquee ul li {
    height: auto;
    white-space: normal;
    margin: 0;
    padding: 0.5em 0;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
  }
}
.cowboySidemenu_2 > li > a {
  position: relative;
  display: block;
  color: #333;
  font-size: 18px;
  padding: 5px 0 5px 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboySidemenu_2 > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboySidemenu_2 > li > a:hover, .cowboySidemenu_2 > li > a.active {
  color: #b70000;
}
.cowboySidemenu_2 > li > a.active {
  font-weight: 700;
}
.cowboySidemenu_2 > li > a.active::before {
  background: #b70000;
}
.cowboySidemenu_2 > li .submenu {
  padding-left: 34px;
}
.cowboySidemenu_2 > li .submenu.open {
  padding-bottom: 5px;
}
.cowboySidemenu_2 > li .submenu li a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 16px;
  padding: 5px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboySidemenu_2 > li .submenu li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #b70000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboySidemenu_2 > li .submenu li a:hover, .cowboySidemenu_2 > li .submenu li a.active {
  color: #b70000;
}
.cowboySidemenu_2 > li .submenu li a:hover::after, .cowboySidemenu_2 > li .submenu li a.active::after {
  width: 100%;
}
.cowboySidemenu_2 > li .submenu li a.active {
  font-weight: 700;
}

.cowboySidemenu_3 > li > a {
  display: block;
  color: #333;
  font-size: 18px;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboySidemenu_3 > li > a:hover {
  color: #b70000;
  padding: 5px 10px 5px 15px;
}
.cowboySidemenu_3 > li > a.active {
  color: #fff;
  font-weight: 700;
  background: #b70000;
}
.cowboySidemenu_3 > li .submenu {
  padding-left: 34px;
}
.cowboySidemenu_3 > li .submenu.open {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.cowboySidemenu_3 > li .submenu li a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 5px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboySidemenu_3 > li .submenu li a:hover {
  color: #b70000;
  padding: 5px 0 5px 5px;
}
.cowboySidemenu_3 > li .submenu li a.active {
  color: #b70000;
  font-weight: 700;
}

.cowboySidemenu_4 {
  margin-top: 10px;
  padding: 20px 10px;
  background: #F6F6F6;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
}
.cowboySidemenu_4 > li {
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}
.cowboySidemenu_4 > li > a {
  display: block;
  color: #333;
  font-size: 18px;
  padding: 5px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboySidemenu_4 > li > a::before {
  content: "\f0da";
  display: inline-block;
  color: #333;
  font-family: "FontAwesome";
  margin-right: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboySidemenu_4 > li > a:hover, .cowboySidemenu_4 > li > a.active {
  color: #b70000;
}
.cowboySidemenu_4 > li > a:hover::before, .cowboySidemenu_4 > li > a.active::before {
  color: #b70000;
}
.cowboySidemenu_4 > li > a:hover::before {
  margin-right: 10px;
}
.cowboySidemenu_4 > li > a.active {
  font-weight: 700;
}
.cowboySidemenu_4 > li > a.open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cowboySidemenu_4 > li .submenu {
  padding-left: 34px;
}
.cowboySidemenu_4 > li .submenu.open {
  padding-bottom: 5px;
}
.cowboySidemenu_4 > li .submenu li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 16px;
  padding: 5px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboySidemenu_4 > li .submenu li a::before {
  content: "\f105";
  display: inline-block;
  color: #333;
  font-family: "FontAwesome";
  margin-right: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboySidemenu_4 > li .submenu li a:hover, .cowboySidemenu_4 > li .submenu li a.active {
  color: #b70000;
}
.cowboySidemenu_4 > li .submenu li a:hover::before, .cowboySidemenu_4 > li .submenu li a.active::before {
  color: #b70000;
}
.cowboySidemenu_4 > li .submenu li a:hover::before {
  margin-right: 10px;
}
.cowboySidemenu_4 > li .submenu li a.active {
  font-weight: 700;
}
.cowboySidemenu_4 > li .submenu li a.open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.cowboySidemenu_4-revise {
  margin-top: 10px;
  padding: 20px 10px;
  background: #F6F6F6;
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
}
.cowboySidemenu_4-revise.menuListStyle_1 li {
  border-bottom: none;
}
.cowboySidemenu_4-revise.menuListStyle_1 li:hover::before {
  content: "\f105";
}
.cowboySidemenu_4-revise > li {
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}
.cowboySidemenu_4-revise > li.moreMenu.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cowboySidemenu_4-revise > li.moreMenu.active .moreMenu.active:not(.active)::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cowboySidemenu_4-revise > li:before {
  content: "\f0da";
  display: inline-block;
  color: #333;
  font-family: "FontAwesome";
  margin-right: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboySidemenu_4-revise > li:not(.active):hover:before {
  content: "\f0d7";
}
.cowboySidemenu_4-revise > li.active:hover:before {
  content: "\f0da";
}
.cowboySidemenu_4-revise > li.active > a {
  font-weight: 700;
}
.cowboySidemenu_4-revise > li.active .active:before {
  color: #b70000;
}
.cowboySidemenu_4-revise > li.active .active > a {
  font-weight: 700;
}

.jq-icon-success {
  color: #ffffff;
  background-color: #b70000;
  border-color: #b70000;
}

/*****************************/
/* body.video .spaceList */
/*****************************/
.video .spaceList .subBlockTitle {
  color: #333333;
}

.video-list2 {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.video-list2 .subBlockTitle {
  height: auto !important;
  position: relative;
  width: 70%;
  margin: -50px -1px auto auto;
  padding: 30px;
  background: #fff;
  text-overflow: unset;
  overflow: initial;
  white-space: initial;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 600;
  z-index: 5;
}
.video-list2 .subBlockTitle .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video-list2 .subBlockTitle span {
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.video-list2 .itemImgHover::after {
  content: "\e90a";
  font-family: "icomoon" !important;
  background-color: #ff0000;
  height: 1.5em;
  border-radius: 10px;
  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;
}
.video-list2 .itemImgHover.hoverEffect1:hover::before {
  top: 100%;
}
.video-list2:has(a:hover) {
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.video-list3 a {
  position: relative;
}
.video-list3 a:hover .infoBox {
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), color-stop(30%, rgba(255, 255, 255, 0.95)), to(rgba(232, 222, 211, 0.3)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 30%, rgba(232, 222, 211, 0.3) 100%);
}
.video-list3 a:hover .infoBox-title {
  width: 100%;
}
.video-list3 a:hover .icon {
  margin-bottom: 0.5rem;
}
.video-list3 a:hover .icon::after {
  opacity: 1;
  -webkit-transform: translate(0.5rem, -50%);
          transform: translate(0.5rem, -50%);
}
.video-list3 .infoBox {
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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-bottom: 0;
  padding: 0rem 1rem 0.2rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.video-list3 .infoBox-title {
  width: calc(100% - 50px);
  margin-bottom: 0;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-top: 0;
}
.video-list3 .infoBox .icon {
  position: relative;
}
.video-list3 .infoBox .icon .bg-white {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1;
}
.video-list3 .infoBox .icon {
  font-size: 40px;
  color: #c7000b;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-list3 .infoBox .icon::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100px;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.6rem;
  color: #a08177;
  /* text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 2px #fff, 0 0 3px #fff; */
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate(-3rem, -50%);
  transform: translate(-3rem, -50%);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.video-list3 .infoBox .icon i::after {
  content: "read more";
}

.slick-slider {
  overflow: hidden;
}
.slick-slider, .slick-slider * {
  outline: 0;
}
.slick-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  color: #ffffff;
  border-radius: 5px;
  background-color: #b70000;
}
.slick-slider .slick-arrow.slick-next {
  right: -2em;
  padding: 0;
}
.slick-slider .slick-arrow.slick-prev {
  left: -2em;
  padding: 0;
}
.slick-slider .slick-arrow i {
  padding: 0.8em;
}
.slick-slider .slick-arrow:hover {
  cursor: pointer;
  background-color: #005dbc;
}
.slick-slider .slick-arrow {
  opacity: 0;
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
}
.slick-slider:hover .slick-arrow.slick-next {
  right: 0;
}
.slick-slider:hover .slick-arrow.slick-prev {
  left: 0;
}
.slick-slider .slick-dots {
  font-size: 10px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  list-style: none;
}
.slick-slider .slick-dots li + li {
  margin-left: 10px;
}
.slick-slider .slick-dots li button {
  line-height: 0;
  color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border-color: #333333;
}
.slick-slider .slick-dots li button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #333333;
  border-radius: 100%;
}
.slick-slider .slick-dots li.slick-active button {
  border-color: #b70000;
}
.slick-slider .slick-dots li.slick-active button:after {
  background: #b70000;
}
.slick-slider .slidItem {
  margin-left: 15px;
  margin-right: 15px;
}

.slidBlock2 .slidItem {
  margin-left: 3px;
  margin-right: 3px;
}

.bannerStyle12 .slidItem {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.bannerStyle12 .mb {
  display: none;
}
@media screen and (max-width: 768px) {
  .bannerStyle12 .pc {
    display: none;
  }
  .bannerStyle12 .mb {
    display: block;
  }
}

/*****************************/
/* home / index_content_all.php / .index_marquee */
/*****************************/
.index_marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 990px;
  margin: 10px auto;
  padding: 0 32px;
}
@media (max-width: 576px) {
  .index_marquee {
    margin: 40px auto;
    padding: 0 8px;
  }
}
.index_marquee .title-icon {
  width: 50px;
  margin-right: 20px;
}
.index_marquee .title-icon i {
  background: #b70000;
  width: 100%;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
}
.index_marquee .border {
  height: 40px;
  width: 2px;
  border-right: 2px solid #cc4645;
  margin: 0 25px;
}
@media (max-width: 576px) {
  .index_marquee .border {
    margin: 0 10px;
  }
}
.index_marquee .title {
  width: 150px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .index_marquee .title {
    margin-right: 0px;
    width: 120px;
  }
}
.index_marquee .title i {
  background: #b18f5b;
}
.index_marquee .content {
  width: calc(100% - 160px);
  overflow: hidden;
}
@media (max-width: 576px) {
  .index_marquee .content {
    width: calc(100% - 120px);
  }
}
.index_marquee .content p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  white-space: nowrap;
  cursor: default;
}
.index_marquee .content p a {
  color: #b70000;
  font-weight: 500;
}
.index_marquee .content p a.empty {
  display: inline-block;
}
.index_marquee .content p.stop {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
@-webkit-keyframes marquee {
  0% {
    left: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    left: 0%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    left: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    left: 0%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/*****************************/
/* home / index_content_all.php / .index_marquee-2 */
/*****************************/
.index_marquee-2 {
  width: 100%;
  height: 42px;
  background-color: #fff;
  border: 1px solid #b70000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
.index_marquee-2 .boxTitle {
  width: 90px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_marquee-2 .boxTitle span {
  width: 64px;
  height: 100%;
  background-color: #b70000;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 1.111111rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .index_marquee-2 .boxTitle span {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .index_marquee-2 .boxTitle span {
    font-size: 0.888889rem;
  }
}
.index_marquee-2 .boxTitle::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 16px;
  border-color: transparent transparent transparent #b70000;
}
@media (max-width: 992px) {
  .index_marquee-2 .boxTitle span {
    width: 68px;
  }
}
.index_marquee-2 .marqueeBox {
  width: calc(100% - 120px);
  height: 42px;
  overflow: hidden;
  position: relative;
}
.index_marquee-2 .arrowBox {
  width: 60px;
  height: 100%;
  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;
}
.index_marquee-2 .arrowBox span {
  width: 24px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_marquee-2 .arrowBox i {
  font-size: 18px;
  color: #b70000;
}
.index_marquee-2 .marquee {
  width: 100%;
  position: absolute;
}
.index_marquee-2 .marquee li {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  list-style: none;
  display: block;
  overflow: hidden;
}
.index_marquee-2 .marquee li a {
  display: block;
  width: 100%;
  line-height: 42px;
  color: #b70000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  .index_marquee-2 {
    margin-top: 0;
    margin-bottom: 40px;
    height: 50px;
  }
  .index_marquee-2 .boxTitle::after {
    border-width: 25px 0 25px 16px;
  }
  .index_marquee-2 .marqueeBox {
    height: 60px;
  }
  .index_marquee-2 .marquee li {
    height: 60px;
  }
  .index_marquee-2 .marquee li a {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 576px) {
  .index_marquee-2 {
    height: 40px;
    margin-bottom: 20px;
  }
  .index_marquee-2 .boxTitle::after {
    border-width: 20px 0 20px 16px;
  }
  .index_marquee-2 .marqueeBox {
    height: 40px;
  }
  .index_marquee-2 .marquee li {
    height: 40px;
  }
  .index_marquee-2 .marquee li a {
    height: 40px;
    line-height: 1.8;
  }
}

/*****************************/
/* home / index_content_all.php / .index_marquee-3 */
/*****************************/
.index_marquee-3 {
  width: 100%;
  height: 42px;
  background-color: #fff;
  border: 1px solid #b70000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
.index_marquee-3 .boxTitle {
  width: 90px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_marquee-3 .boxTitle span {
  width: 64px;
  height: 100%;
  background-color: #b70000;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 1.111111rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .index_marquee-3 .boxTitle span {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .index_marquee-3 .boxTitle span {
    font-size: 0.888889rem;
  }
}
.index_marquee-3 .boxTitle::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 16px;
  border-color: transparent transparent transparent #b70000;
}
@media (max-width: 992px) {
  .index_marquee-3 .boxTitle span {
    width: 68px;
  }
}
.index_marquee-3 .marqueeBox {
  width: calc(100% - 120px);
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .index_marquee-3 .marqueeBox {
    width: 90%;
  }
}
.index_marquee-3 .arrowBox {
  width: 60px;
  height: 100%;
  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;
}
.index_marquee-3 .arrowBox span {
  width: 24px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_marquee-3 .arrowBox i {
  font-size: 18px;
  color: #38170e;
}
.index_marquee-3 .marquee {
  width: 100%;
  position: absolute;
}
.index_marquee-3 .marquee li {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  list-style: none;
  display: block;
  overflow: hidden;
}
.index_marquee-3 .marquee li a {
  display: block;
  width: 100%;
  line-height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_marquee-3 .marquee {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  white-space: nowrap;
  cursor: default;
}
.index_marquee-3 .marquee a {
  color: #b70000;
  font-family: "微軟正黑體";
  font-weight: 500;
  display: contents;
}
.index_marquee-3 .marquee a.empty {
  display: inline-block;
}
.index_marquee-3 .marquee a:hover {
  color: #076dd3;
}
.index_marquee-3 .marquee.stop {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
@media (max-width: 992px) {
  .index_marquee-3 {
    margin-top: 0;
    margin-bottom: 40px;
    height: 50px;
  }
  .index_marquee-3 .boxTitle::after {
    border-width: 25px 0 25px 16px;
  }
  .index_marquee-3 .marqueeBox {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index_marquee-3 .marquee li {
    height: 50px;
  }
  .index_marquee-3 .marquee li a {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 576px) {
  .index_marquee-3 {
    height: 40px;
    margin-bottom: 20px;
  }
  .index_marquee-3 .boxTitle::after {
    border-width: 20px 0 20px 16px;
  }
  .index_marquee-3 .marqueeBox {
    height: 40px;
  }
  .index_marquee-3 .marquee li {
    height: 40px;
  }
  .index_marquee-3 .marquee li a {
    height: 40px;
    line-height: 1.8;
  }
}
@keyframes marquee {
  0% {
    left: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    left: 0%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/*****************************/
/* home / index_content_all.php / .newsMarquee */
/*****************************/
.newsMarquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  line-height: 80px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.newsMarquee .left-block {
  background: transparent -webkit-gradient(linear, right top, left top, from(#000000), to(#b70000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #000000 0%, #b70000 100%) 0% 0% no-repeat padding-box;
  min-width: 188px;
  width: 15.625%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsMarquee .left-block .subBlockTitle-small {
  color: inherit;
}

.newsMarquee .right-block {
  background-color: #b70000;
  padding: 0 20px;
  width: 84.375%;
}

.newsMarquee .newsMarquee_swiper {
  width: 1000px;
  max-width: 100%;
  margin-left: 0;
}

.newsMarquee .newsMarquee_item {
  /* max-width: 100%; */
  width: auto;
  max-height: 80px;
}

.newsMarquee .newsMarquee_item .item {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  opacity: 0 !important;
  opacity: 1 !important;
  overflow: hidden;
}

.swiper-slide-active.newsMarquee_item .item {
  opacity: 1 !important;
}

.newsMarquee_item a {
  color: #fff;
  margin-left: 300px;
  display: inline-block;
}

.newsMarquee .swiper-wrapper {
  width: auto;
}

@media (max-width: 1199px) {
  .newsMarquee {
    display: block;
    line-height: 24px;
    padding: 12px 0;
    background: #b70000;
    margin-top: -1px;
  }
  .newsMarquee .left-block,
  .newsMarquee .right-block {
    width: 100%;
    background: #b70000;
  }
  .newsMarquee .left-block {
    display: block;
    padding-bottom: 7px;
  }
  .newsMarquee .newsMarquee_swiper {
    width: 100%;
  }
}
/*****************************/
/* home / index_content_all.php / data-block="1.5" */
/*****************************/
.sectionBlock_1-5 {
  background-image: url("../images_v4/index/bgParallax.jpg");
  min-height: 360px;
  padding: 120px 15px 400px;
  margin-bottom: 150px;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.sectionBlock_1-5 .blockTitle span {
  color: #fff;
}
.sectionBlock_1-5 .blockTitle small {
  color: #fff;
}
.sectionBlock_1-5 .imgs-group {
  margin-bottom: 0px;
  position: absolute;
}
@media (max-width: 576px) {
  .sectionBlock_1-5 .imgs-group {
    position: relative;
  }
}
.sectionBlock_1-5 .img-item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionBlock_1-5 .img-item .txt {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sectionBlock_1-5 .titile {
  line-height: 1.5;
  margin: 3rem 0;
}
@media (max-width: 576px) {
  .sectionBlock_1-5 {
    padding: 120px 15px 120px;
    margin-bottom: 30px;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="6.2" */
/*****************************/
.sectionBlock_6-2 .slidItem a {
  position: relative;
  overflow: hidden;
}

.sectionBlock_6-2 .slidItem .hoverEffect4 .itemImgHoverInfo {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 20px 0;
  background: rgba(242, 248, 249, 0.95);
  opacity: 0;
  /* opacity: 1; */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #5c5e5d;
}

/* hover情況 */
.sectionBlock_6-2 .slidItem a:hover .hoverEffect4 .itemImgHoverInfo {
  top: 0;
  opacity: 1;
}

.sectionBlock_6-2 .hoverEffect4.itemImgHover:hover:before,
.sectionBlock_6-2 .hoverEffect4.itemImgHover:hover:after {
  opacity: 0;
}

/* 文字 */
.sectionBlock_6-2 .itemImgHoverInfo-title {
  margin-bottom: 20px;
}
.sectionBlock_6-2 .itemImgHoverInfo-title span {
  display: block;
  color: #333333;
  font-size: 24px;
  line-height: 1.2;
}
.sectionBlock_6-2 .itemImgHoverInfo-title small {
  display: block;
  color: #333333;
  font-size: 1rem;
}

/* 內文 */
.sectionBlock_6-2 .newsListSlide .itemImgHoverInfo-Content {
  margin: 0 auto;
  width: 80%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 按鈕 */
.sectionBlock_6-2 .itemImgHoverInfo-button {
  display: inline-block;
  padding: 0 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 32px;
  color: #ffffff;
  font-size: 1rem;
  background: #076dd3;
  border: 1px solid transparent;
  border-radius: 7px;
  /* button 上方距離 */
  margin-top: 32px;
  position: relative;
  z-index: 10;
  /* 按鈕hover */
}
.sectionBlock_6-2 .itemImgHoverInfo-button:hover {
  background: #b70000;
}

@media (max-width: 576px) {
  .sectionBlock_6-2 .itemImgHoverInfo-title small {
    font-size: 16px;
  }
  .sectionBlock_6-2 .itemImgHoverInfo-button {
    font-size: 16px;
  }
}
/*****************************/
/* home / index_content_all.php / data-block="6.5" */
/*****************************/
/* cowboy 20220407 cowboyBlock_11 模組新增 */
.cb11 .slidItem {
  margin: 0;
}

.cb11 .slidItem a {
  display: block;
  padding: 20px;
}

.cb11 .itemImg {
  padding-bottom: 123.08%;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.cb11 .itemImg:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

/* cowboy 20220407 cowboyBlock_11 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="6.7" */
/*****************************/
.sectionBlock_6-7 {
  /*tab*/
}
.sectionBlock_6-7 .blockTitle:before {
  content: "";
  display: block;
  width: 12px;
  height: 85px;
  background: url("../images_v4/home/index_content_sectionBlock_92/titleDeco.jpg") no-repeat;
  position: absolute;
  top: 6%;
}
.sectionBlock_6-7 .blockTitle span,
.sectionBlock_6-7 .blockTitle small {
  margin-left: 22px;
}
@media (max-width: 1200px) {
  .sectionBlock_6-7 .blockTitle span,
  .sectionBlock_6-7 .blockTitle small {
    top: -5px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_6-7 .blockTitle span,
  .sectionBlock_6-7 .blockTitle small {
    top: -10px;
  }
}
.sectionBlock_6-7 .blockTitle span {
  color: #333333;
  display: block;
  font-weight: 700;
  margin-bottom: -15px;
}
.sectionBlock_6-7 .blockTitle small {
  color: #333333;
  position: relative;
}
.sectionBlock_6-7 .editTab .tabList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  border-bottom: 1px #b70000 solid;
}
.sectionBlock_6-7 .editTab .tabList a {
  display: inline-block;
  width: 100%;
  max-width: 330px;
  background-color: #b70000;
  color: #fff;
  padding: 20px 15px;
  text-align: center;
}
.sectionBlock_6-7 .editTab .tabList a.active {
  background-color: #000000;
}
.sectionBlock_6-7 .editTab .tabList span:first-child {
  padding-right: 10px;
  margin-right: 15px;
  border-right: 1px #fff solid;
}
.sectionBlock_6-7 .editTab .tabContent {
  width: 100%;
  padding-top: 50px;
  overflow-x: hidden;
}
.sectionBlock_6-7 .editTab .tabBox {
  width: 100%;
  height: 0;
  overflow: hidden;
}
.sectionBlock_6-7 .editTab .tabBox.active {
  height: auto;
}
.sectionBlock_6-7 .editTab .tabList,
.sectionBlock_6-7 .editTab .tabList2,
.sectionBlock_6-7 .editTab2 .tabList,
.sectionBlock_6-7 .editTab2 .tabList2 {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  border-bottom: 1px solid #c7c7c7;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
}
.sectionBlock_6-7 .editTab .tabList a,
.sectionBlock_6-7 .editTab .tabList2 a,
.sectionBlock_6-7 .editTab2 .tabList a,
.sectionBlock_6-7 .editTab2 .tabList2 a {
  background-color: #798285;
  padding: 4px 15px;
  max-width: 105px;
}
@media (max-width: 1200px) {
  .sectionBlock_6-7 .editTab .tabList,
  .sectionBlock_6-7 .editTab .tabList2,
  .sectionBlock_6-7 .editTab2 .tabList,
  .sectionBlock_6-7 .editTab2 .tabList2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sectionBlock_6-7 .editTab .tabList a,
  .sectionBlock_6-7 .editTab .tabList2 a,
  .sectionBlock_6-7 .editTab2 .tabList a,
  .sectionBlock_6-7 .editTab2 .tabList2 a {
    max-width: 200px;
    padding: 10px 15px;
  }
}
@media (max-width: 440px) {
  .sectionBlock_6-7 .editTab .tabList a,
  .sectionBlock_6-7 .editTab .tabList2 a,
  .sectionBlock_6-7 .editTab2 .tabList a,
  .sectionBlock_6-7 .editTab2 .tabList2 a {
    max-width: 100px;
  }
}
.sectionBlock_6-7 .editTab .tabContent,
.sectionBlock_6-7 .editTab2 .tabContent {
  margin: 0 auto;
  max-width: 1530px;
}
.sectionBlock_6-7 .editTab .tabBox,
.sectionBlock_6-7 .editTab2 .tabBox {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 45px;
}
@media (max-width: 992px) {
  .sectionBlock_6-7 .editTab .tabBox,
  .sectionBlock_6-7 .editTab2 .tabBox {
    padding: 0px;
  }
}
.sectionBlock_6-7 .editTab.tabWrapper,
.sectionBlock_6-7 .editTab2.tabWrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.sectionBlock_6-7 .editTab.tabWrapper.container,
.sectionBlock_6-7 .editTab2.tabWrapper.container {
  width: 100%;
  max-width: 1530px;
}
@media (max-width: 1440px) {
  .sectionBlock_6-7 .editTab.tabWrapper.container,
  .sectionBlock_6-7 .editTab2.tabWrapper.container {
    max-width: 1290px;
  }
}
@media (max-width: 1440px) {
  .sectionBlock_6-7 .editTab.tabWrapper,
  .sectionBlock_6-7 .editTab2.tabWrapper {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_6-7 .editTab.tabWrapper,
  .sectionBlock_6-7 .editTab2.tabWrapper {
    max-width: 1060px;
  }
}
.sectionBlock_6-7 .slidBlock2 .slidItem {
  border: 1px solid #c9c9c9;
}
.sectionBlock_6-7 .slidBlock2 .slidItem a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sectionBlock_6-7 .slidBlock2 .slidItem a:hover .seriesBox {
  background: #000000;
}
.sectionBlock_6-7 .slidBlock2 .slidItem a:hover .seriesBox:after {
  content: "";
  display: block;
  border-width: 40px 40px 0 0;
  border-color: transparent #b70000 transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sectionBlock_6-7 .slidBlock2 .slidItem a:hover img {
  width: 120%;
}
.sectionBlock_6-7 .slidBlock2 .seriesBox {
  background: #b70000;
  color: #fff;
  padding: 12px 24px;
  position: relative;
}
.sectionBlock_6-7 .slidBlock2 .seriesBox:after {
  content: "";
  display: block;
  border-width: 40px 40px 0 0;
  border-color: transparent #000000 transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sectionBlock_6-7 .slidBlock2 .seriesBox .subBlockTitle {
  color: #fff;
  margin-top: 0;
}
.sectionBlock_6-7 .slidBlock2 .slidItem {
  border: 1px solid #c9c9c9;
}
.sectionBlock_6-7 .slidBlock2 .slidItem a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sectionBlock_6-7 .slidBlock2 .slidItem a:hover .seriesBox {
  background: #000000;
}
.sectionBlock_6-7 .slidBlock2 .slidItem a:hover .seriesBox:after {
  content: "";
  display: block;
  border-width: 40px 40px 0 0;
  border-color: transparent #b70000 transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sectionBlock_6-7 .slidBlock2 .slidItem a:hover img {
  width: 120%;
}
.sectionBlock_6-7 .slidBlock2 .seriesBox {
  background: #b70000;
  color: #fff;
  padding: 12px 24px;
  position: relative;
}
.sectionBlock_6-7 .slidBlock2 .seriesBox:after {
  content: "";
  display: block;
  border-width: 40px 40px 0 0;
  border-color: transparent #000000 transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sectionBlock_6-7 .slidBlock2 .seriesBox .seriesBlockTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.6em;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionBlock_6-7 .slidBlock2 .seriesBox .subBlockTitle {
  color: #fff;
  margin-top: 0;
}

/*****************************/
/* home / index_content_all.php / data-block="21.5" */
/*****************************/
/* cowboy 20220222 listBlock6cowboy */
.listBlock6cowboy {
  padding: 90px 0;
  background: url(../images_v4/capability-bg2.jpg) no-repeat center center/cover;
}

@media (max-width: 768px) {
  .listBlock6cowboy {
    padding: 60px 0;
  }
}
.listBlock6cowboy .listBlock6container {
  width: 100%;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .listBlock6cowboy .listBlock6container {
    max-width: 1300px;
  }
}
@media (max-width: 1199px) {
  .listBlock6cowboy .listBlock6container {
    max-width: 1000px;
  }
}
@media (max-width: 768px) {
  .listBlock6cowboy .listBlock6container {
    max-width: 400px;
  }
}
.listBlock6cowboy .blockTitle {
  margin-bottom: 50px;
}

.listBlock6cowboy .blockTitle small {
  color: #fff;
}

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

.listBlock6cowboy .itemList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.3333333333%;
  text-align: center;
  padding: 0 15px 50px;
}

/*@media (max-width: 1199px) {
	.listBlock6cowboy .itemList .item {width: 50%;}
}*/
@media (max-width: 768px) {
  .listBlock6cowboy .itemList .item {
    width: 100%;
  }
}
.listBlock6cowboy .itemList .item .iconBox {
  position: relative;
  padding-bottom: 14px;
}

.listBlock6cowboy .itemList .item .iconBox:before,
.listBlock6cowboy .itemList .item .iconBox:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 30px;
  border-top: 1px solid #b70000;
}

.listBlock6cowboy .itemList .item .iconBox:before {
  left: 0;
  border-left: 1px solid #b70000;
  border-radius: 15px 0 0 0;
}

.listBlock6cowboy .itemList .item .iconBox:after {
  right: 0;
  border-right: 1px solid #b70000;
  border-radius: 0 15px 0 0;
}

.listBlock6cowboy .itemList .item .iconBox .title {
  color: #b70000;
  font-size: 36px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  line-height: 1;
  margin: 0;
}

@media (max-width: 1199px) {
  .listBlock6cowboy .itemList .item .iconBox .title {
    font-size: 32px;
  }
}
.listBlock6cowboy .itemList .item .itemContent {
  min-height: 200px;
  padding: 15px 30px;
  border-left: 1px solid #b70000;
  border-right: 1px solid #b70000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.listBlock6cowboy .itemList .item .itemContent .subBlockTitle {
  color: #fff;
  margin: 0;
}

.listBlock6cowboy .itemList .item .itemContent p {
  color: #fff;
  margin: 0;
}

@media (max-width: 1530px) {
  .listBlock6cowboy .itemList .item .itemContent {
    padding: 15px;
  }
}
@media (max-width: 1410px) {
  .listBlock6cowboy .itemList .item .itemContent {
    min-height: 232px;
  }
}
@media (max-width: 1199px) {
  .listBlock6cowboy .itemList .item .itemContent {
    padding: 15px 30px;
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .listBlock6cowboy .itemList .item .itemContent {
    padding: 15px 20px;
  }
}
@media (max-width: 649px) {
  .listBlock6cowboy .itemList .item .itemContent {
    min-height: unset;
  }
}
.listBlock6cowboy .itemList .item .linkBox {
  position: relative;
  padding-top: 10px;
}

.listBlock6cowboy .itemList .item .linkBox:before,
.listBlock6cowboy .itemList .item .linkBox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: calc(50% - 70px);
  height: 30px;
  border-bottom: 1px solid #b70000;
}

.listBlock6cowboy .itemList .item .linkBox:before {
  left: 0;
  border-left: 1px solid #b70000;
  border-radius: 0 0 0 15px;
}

.listBlock6cowboy .itemList .item .linkBox:after {
  right: 0;
  border-right: 1px solid #b70000;
  border-radius: 0 0 15px 0;
}

.listBlock6cowboy .itemList .item .linkBox .btn {
  display: block;
  width: 100px;
  color: #b70000;
  font-weight: 700;
  line-height: 40px;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
}

.listBlock6cowboy .itemList .item .linkBox .btn:hover {
  color: #fff;
  background: #b70000;
}

/* cowboy 20220222 listBlock6cowboy end */
/*****************************/
/* home / index_content_all.php / data-block="22.5" */
/*****************************/
/* cowboy 20220222 listBlock7cowboy */
.listBlock7cowboy {
  padding: 90px 0;
  background: url(../images_v4/capability-bg2.jpg) no-repeat center center/cover;
}

@media (max-width: 768px) {
  .listBlock7cowboy {
    padding: 60px 0;
  }
}
.listBlock7cowboy .listBlock7container {
  width: 100%;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .listBlock7cowboy .listBlock7container {
    max-width: 1300px;
  }
}
@media (max-width: 1199px) {
  .listBlock7cowboy .listBlock7container {
    max-width: 800px;
  }
}
@media (max-width: 649px) {
  .listBlock7cowboy .listBlock7container {
    max-width: 400px;
  }
}
.listBlock7cowboy .blockTitle {
  margin-bottom: 50px;
}

.listBlock7cowboy .blockTitle small {
  color: #fff;
}

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

.listBlock7cowboy .itemList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  text-align: center;
  padding: 0 15px 50px;
}

@media (max-width: 1199px) {
  .listBlock7cowboy .itemList .item {
    width: 50%;
  }
}
@media (max-width: 649px) {
  .listBlock7cowboy .itemList .item {
    width: 100%;
  }
}
.listBlock7cowboy .itemList .item .iconBox {
  position: relative;
  padding-bottom: 14px;
}

.listBlock7cowboy .itemList .item .iconBox:before,
.listBlock7cowboy .itemList .item .iconBox:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 30px;
  border-top: 1px solid #b70000;
}

.listBlock7cowboy .itemList .item .iconBox:before {
  left: 0;
  border-left: 1px solid #b70000;
  border-radius: 15px 0 0 0;
}

.listBlock7cowboy .itemList .item .iconBox:after {
  right: 0;
  border-right: 1px solid #b70000;
  border-radius: 0 15px 0 0;
}

.listBlock7cowboy .itemList .item .iconBox .title {
  color: #b70000;
  font-size: 36px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  line-height: 1;
  margin: 0;
}

@media (max-width: 1199px) {
  .listBlock7cowboy .itemList .item .iconBox .title {
    font-size: 32px;
  }
}
.listBlock7cowboy .itemList .item .itemContent {
  min-height: 200px;
  padding: 15px 30px;
  border-left: 1px solid #b70000;
  border-right: 1px solid #b70000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.listBlock7cowboy .itemList .item .itemContent .subBlockTitle {
  color: #fff;
  margin: 0;
}

.listBlock7cowboy .itemList .item .itemContent p {
  color: #fff;
  margin: 0;
}

@media (max-width: 1530px) {
  .listBlock7cowboy .itemList .item .itemContent {
    padding: 15px;
  }
}
@media (max-width: 1410px) {
  .listBlock7cowboy .itemList .item .itemContent {
    min-height: 232px;
  }
}
@media (max-width: 1199px) {
  .listBlock7cowboy .itemList .item .itemContent {
    padding: 15px 30px;
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .listBlock7cowboy .itemList .item .itemContent {
    padding: 15px 20px;
  }
}
@media (max-width: 649px) {
  .listBlock7cowboy .itemList .item .itemContent {
    min-height: unset;
  }
}
.listBlock7cowboy .itemList .item .linkBox {
  position: relative;
  padding-top: 10px;
}

.listBlock7cowboy .itemList .item .linkBox:before,
.listBlock7cowboy .itemList .item .linkBox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: calc(50% - 70px);
  height: 30px;
  border-bottom: 1px solid #b70000;
}

.listBlock7cowboy .itemList .item .linkBox:before {
  left: 0;
  border-left: 1px solid #b70000;
  border-radius: 0 0 0 15px;
}

.listBlock7cowboy .itemList .item .linkBox:after {
  right: 0;
  border-right: 1px solid #b70000;
  border-radius: 0 0 15px 0;
}

.listBlock7cowboy .itemList .item .linkBox .btn {
  display: block;
  width: 100px;
  color: #b70000;
  font-weight: 700;
  line-height: 40px;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
}

.listBlock7cowboy .itemList .item .linkBox .btn:hover {
  color: #fff;
  background: #b70000;
}

/* cowboy 20220222 listBlock7cowboy end */
/*****************************/
/* home / index_content_all.php / data-block="23.5" */
/*****************************/
/* cowboy 20220222 listBlock8cowboy */
.listBlock8cowboy {
  padding: 90px 0;
  background: url(../images_v4/capability-bg2.jpg) no-repeat center center/cover;
}

@media (max-width: 768px) {
  .listBlock8cowboy {
    padding: 60px 0;
  }
}
.listBlock8cowboy .listBlock8container {
  width: 100%;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .listBlock8cowboy .listBlock8container {
    max-width: 1300px;
  }
}
@media (max-width: 1199px) {
  .listBlock8cowboy .listBlock8container {
    max-width: 1000px;
  }
}
@media (max-width: 649px) {
  .listBlock8cowboy .listBlock8container {
    max-width: 400px;
  }
}
.listBlock8cowboy .blockTitle {
  margin-bottom: 50px;
}

.listBlock8cowboy .blockTitle small {
  color: #fff;
}

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

@media (max-width: 1199px) {
  .listBlock8cowboy .itemList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.listBlock8cowboy .itemList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%;
  text-align: center;
  padding: 0 15px 50px;
}

@media (max-width: 1199px) {
  .listBlock8cowboy .itemList .item {
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .listBlock8cowboy .itemList .item {
    width: 50%;
  }
}
@media (max-width: 649px) {
  .listBlock8cowboy .itemList .item {
    width: 100%;
  }
}
.listBlock8cowboy .itemList .item .iconBox {
  position: relative;
  padding-bottom: 14px;
}

.listBlock8cowboy .itemList .item .iconBox:before,
.listBlock8cowboy .itemList .item .iconBox:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 30px;
  border-top: 1px solid #b70000;
}

.listBlock8cowboy .itemList .item .iconBox:before {
  left: 0;
  border-left: 1px solid #b70000;
  border-radius: 15px 0 0 0;
}

.listBlock8cowboy .itemList .item .iconBox:after {
  right: 0;
  border-right: 1px solid #b70000;
  border-radius: 0 15px 0 0;
}

.listBlock8cowboy .itemList .item .iconBox .title {
  color: #b70000;
  font-size: 36px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  line-height: 1;
  margin: 0;
}

@media (max-width: 1199px) {
  .listBlock8cowboy .itemList .item .iconBox .title {
    font-size: 32px;
  }
}
.listBlock8cowboy .itemList .item .itemContent {
  min-height: 235px;
  padding: 15px 30px;
  border-left: 1px solid #b70000;
  border-right: 1px solid #b70000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.listBlock8cowboy .itemList .item .itemContent .subBlockTitle {
  color: #fff;
  margin: 0;
}

.listBlock8cowboy .itemList .item .itemContent p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

@media (max-width: 1530px) {
  .listBlock8cowboy .itemList .item .itemContent {
    padding: 15px;
  }
}
@media (max-width: 1410px) {
  .listBlock8cowboy .itemList .item .itemContent {
    min-height: 232px;
  }
}
@media (max-width: 1199px) {
  .listBlock8cowboy .itemList .item .itemContent {
    padding: 15px 30px;
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .listBlock8cowboy .itemList .item .itemContent {
    padding: 15px 20px;
  }
}
@media (max-width: 649px) {
  .listBlock8cowboy .itemList .item .itemContent {
    min-height: unset;
  }
}
.listBlock8cowboy .itemList .item .linkBox {
  position: relative;
  padding-top: 10px;
}

.listBlock8cowboy .itemList .item .linkBox:before,
.listBlock8cowboy .itemList .item .linkBox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: calc(50% - 70px);
  height: 30px;
  border-bottom: 1px solid #b70000;
}

.listBlock8cowboy .itemList .item .linkBox:before {
  left: 0;
  border-left: 1px solid #b70000;
  border-radius: 0 0 0 15px;
}

.listBlock8cowboy .itemList .item .linkBox:after {
  right: 0;
  border-right: 1px solid #b70000;
  border-radius: 0 0 15px 0;
}

.listBlock8cowboy .itemList .item .linkBox .btn {
  display: block;
  width: 100px;
  color: #b70000;
  font-weight: 700;
  line-height: 40px;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
}

.listBlock8cowboy .itemList .item .linkBox .btn:hover {
  color: #fff;
  background: #b70000;
}

/* cowboy 20220222 listBlock8cowboy end */
/*****************************/
/* home / index_content_all.php / data-block="33.2" */
/*****************************/
.bgParallax.sectionBlock_33-2::before {
  content: "";
  display: block;
  background: url(../images_v4/bgTopParallax_01.png) no-repeat;
  position: absolute;
  width: 482px;
  height: 204px;
  top: -22px;
  left: 0;
}
.bgParallax.sectionBlock_33-2::after {
  content: "";
  display: block;
  background: url(../images_v4/bgTopParallax_02.png) no-repeat center/cover;
  position: absolute;
  width: 482px;
  height: 204px;
  top: auto;
  left: auto;
  bottom: -28px;
  right: 0;
}
@media (max-width: 576px) {
  .bgParallax.sectionBlock_33-2::before {
    width: 100%;
  }
  .bgParallax.sectionBlock_33-2::after {
    width: 100%;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="35.5" */
/*****************************/
/* cowboy 20220407 cowboyBlock_9 模組新增 */
.cowboyBlock_9 .cb9_content {
  width: 100%;
  max-width: 400px;
  padding: 30px 60px;
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 480px) {
  .cowboyBlock_9 .cb9_content {
    padding: 15px 30px;
  }
}
.cowboyBlock_9 .blockTitle span {
  color: #b70000;
}

.cowboyBlock_9 .blockTitle small {
  color: #858585;
}

.cowboyBlock_9 p {
  color: #333333;
}

/* cowboy 20220407 cowboyBlock_9 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="39" */
/*****************************/
.sectionBlock_39 {
  margin-bottom: 0;
}

/*****************************/
/* home / index_content_all.php / data-block="49" */
/*****************************/
/* cowboy 20211209 cowboyBlock_1 模組新增 */
.cowboyBlock_1 {
  margin: 50px 0 0;
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(230, 61, 157, 0.2)), color-stop(50%, rgba(43, 148, 168, 0.2)), to(rgba(103, 212, 192, 0.2)));
  background: linear-gradient(to right, rgba(230, 61, 157, 0.2) 0%, rgba(43, 148, 168, 0.2) 50%, rgba(103, 212, 192, 0.2) 100%);
}

@media (max-width: 1499px) {
  .cowboyBlock_1 {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .cowboyBlock_1 {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .cowboyBlock_1 {
    padding: 40px 0;
  }
}
.cowboyBlock_1 .flipster {
  position: relative;
  padding: 0 100px;
}

@media (max-width: 1499px) {
  .cowboyBlock_1 .flipster {
    padding: 0 60px;
  }
}
@media (max-width: 1199px) {
  .cowboyBlock_1 .flipster {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .cowboyBlock_1 .flipster {
    padding: 0 30px;
  }
}
.cowboyBlock_1 .flipster #flat {
  margin: 50px 0 0;
}

@media (max-width: 991px) {
  .cowboyBlock_1 .flipster #flat {
    margin: 40px 0 0;
  }
}
.cowboyBlock_1 .flipster #flat .flip-items li p {
  /* font-size: 21px; */
  text-align: center;
  margin: 10px 0 0;
}

@media (max-width: 991px) {
  .cowboyBlock_1 .flipster #flat .flip-items li p {
    margin: 0;
  }
}
.cowboyBlock_1 .flipster .flip-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1499px) {
  .cowboyBlock_1 .flipster .flip-btn img {
    width: 26px;
  }
}
@media (max-width: 1199px) {
  .cowboyBlock_1 .flipster .flip-btn img {
    width: 20px;
  }
}
@media (max-width: 991px) {
  .cowboyBlock_1 .flipster .flip-btn img {
    width: 16px;
  }
}
.cowboyBlock_1 .flipster .flip-prev {
  left: 0;
}

.cowboyBlock_1 .flipster .flip-next {
  right: 0;
}

/* cowboy 20211209 cowboyBlock_1 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="50"+data-block="51" */
/*****************************/
/* cowboy 20211209 cowboyBlock_2 模組新增 */
.cowboyBlock_2 .year_select {
  margin-bottom: 40px;
}

.cowboyBlock_2 .year_select label {
  display: block;
  color: #4f4c47;
  font-size: 16px;
  margin-bottom: 10px;
}

.cowboyBlock_2 .year_select select {
  width: 100%;
  max-width: 500px;
  padding: 7px;
  border: 1px solid #b7b7b7;
}

.cowboyBlock_2 .year_result {
  margin-bottom: 80px;
}

.cowboyBlock_2 .year_result table {
  width: 100%;
}

.cowboyBlock_2 .year_result tr {
  border-top: 1px solid #b7b7b7;
}

.cowboyBlock_2 .year_result tr:last-child {
  border-bottom: 1px solid #b7b7b7;
}

.cowboyBlock_2 .year_result tr th {
  color: #333;
  font-size: 18px;
  padding: 10px;
}

.cowboyBlock_2 .year_result tr td {
  color: #333;
  font-weight: 18px;
  text-align: center;
  padding: 10px;
}

.cowboyBlock_2 .year_result tr td a img {
  display: block;
  margin: 0 auto;
}

.cowboyBlock_2 .year_result table tbody tr:nth-child(odd) {
  background: #f0f3f7;
}

.cowboyBlock_2 .year_result table tbody tr:hover {
  background: #124992;
}

.cowboyBlock_2 .year_result table tbody tr:hover td {
  color: #fff;
}

/* cowboy 20211209 cowboyBlock_2 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="53" */
/*****************************/
/* cowboy 20220107 cowboyBlock_3 模組新增 */
.cowboyBlock_3 {
  padding: 80px 0;
  background: #000;
}

@media (max-width: 991px) {
  .cowboyBlock_3 {
    padding: 60px 0;
  }
}
.cowboyBlock_3 .container {
  max-width: 1200px;
}

.cowboyBlock_3 .blockTitle span {
  color: #fff;
}

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

.cowboyBlock_3 .solution_five > div {
  width: 20%;
  padding: 15px 22.5px;
  text-align: justify;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .cowboyBlock_3 .solution_five > div {
    padding: 15px 17.5px;
  }
}
@media (max-width: 991px) {
  .cowboyBlock_3 .solution_five > div {
    padding: 10px;
  }
}
@media (max-width: 560px) {
  .cowboyBlock_3 .solution_five > div {
    width: 100%;
    padding: 0 0 20px;
  }
}
.cowboyBlock_3 .solution_five > div > a {
  display: block;
  max-width: 185px;
  margin: 0 auto;
}

.cowboyBlock_3 .solution_five > div > a > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 15px;
  overflow: hidden;
}

.cowboyBlock_3 .solution_five > div > a > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cowboyBlock_3 .solution_five > div > a:hover > div > img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.cowboyBlock_3 .solution_five > div > a > p {
  color: #fff;
  /* font-size: 23px; */
  text-align: center;
  margin-bottom: 15px;
}

.cowboyBlock_3 .solution_five > div > span {
  color: #fff;
  /* font-size: 16px; */
}

/* @media (max-width: 1200px) {
	.cowboyBlock_3 .solution_five > div > a > p {
		font-size: 21px;
	}
	.cowboyBlock_3 .solution_five > div > span {
		font-size: 14px;
	}
} */
/* @media (max-width: 991px) {
	.cowboyBlock_3 .solution_five > div > a > p {
		font-size: 18px;
	}
} */
@media (max-width: 560px) {
  .cowboyBlock_3 .solution_five > div > span {
    display: none;
  }
}
/* cowboy 20220107 cowboyBlock_3 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="54" */
/*****************************/
/* cowboy 20220107 cowboyBlock_5 模組新增 */
.cowboyBlock_5 {
  padding: 30px 0;
  background-image: url("../images_v4/test_09.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cb5_slick .slick-list {
  margin-bottom: 15px;
}

.cb5_slick .slick-slide .cb5_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}

.cb5_slick .slick-slide .cb5_item:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  .cb5_slick .slick-slide .cb5_item {
    padding: 0 20px;
  }
}
.cb5_slick .slick-slide:nth-child(odd) .cb5_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
}

.cb5_slick .slick-slide:nth-child(even) .cb5_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 1025px) {
  .cb5_slick .slick-slide:nth-child(odd) .cb5_item:hover {
    margin-top: 0;
  }
  .cb5_slick .slick-slide:nth-child(even) .cb5_item:hover {
    margin-top: 50px;
  }
}
.cb5_slick .slick-slide .cb5_item > div:nth-child(1) {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.cb5_slick .slick-slide .cb5_item > div:nth-child(1) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cb5_slick .slick-slide .cb5_item > div:nth-child(2) {
  position: relative;
  padding: 15px;
  background: #fff;
}

.cb5_slick .slick-slide .cb5_item > div:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #b70000;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cb5_slick .slick-slide .cb5_item:hover > div:nth-child(2)::before {
  width: 100%;
}

.cb5_slick .slick-slide .cb5_item > div:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 40px;
  height: 3px;
  background: #b70000;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cb5_slick .slick-slide .cb5_item > div:nth-child(2) > * {
  position: relative;
  z-index: 2;
}

.cb5_slick .slick-slide .cb5_item > div:nth-child(2) > p:nth-child(1) {
  /* color: #000; */
  /* font-size: 20px; */
  line-height: 26px;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.111111rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .cb5_slick .slick-slide .cb5_item > div:nth-child(2) > p:nth-child(1) {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .cb5_slick .slick-slide .cb5_item > div:nth-child(2) > p:nth-child(1) {
    font-size: 0.888889rem;
  }
}

.cb5_slick .slick-slide .cb5_item:hover > div:nth-child(2) > p:nth-child(1) {
  color: #fff;
}

.cb5_slick .slick-slide .cb5_item > div:nth-child(2) > p:nth-child(2) {
  position: relative;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* color: #444; */
  /* font-size: 13px; */
  font-weight: 900;
  font-family: Lato, sans-serif;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .cb5_slick .slick-slide .cb5_item > div:nth-child(2) > p:nth-child(2) {
    font-size: 0.722222rem;
  }
}
@media (max-width: 768px) {
  .cb5_slick .slick-slide .cb5_item > div:nth-child(2) > p:nth-child(2) {
    font-size: 0.666667rem;
  }
}

.cb5_slick .slick-slide .cb5_item:hover > div:nth-child(2) > p:nth-child(2) {
  top: -25px;
  left: 20px;
  color: #000000;
}

.cb5_slick .slick-slide .cb5_item > div:nth-child(2) > div {
  position: absolute;
  bottom: -15px;
  right: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: Lato, sans-serif;
  line-height: 1.3;
  letter-spacing: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cb5_slick .slick-slide .cb5_item:hover > div:nth-child(2) > div {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}

.cb5_slick .slick-slide .cb5_item > div:nth-child(2) > div i {
  color: #000000;
  font-size: 14px;
  font-weight: 900;
}

/* cowboy 20220107 cowboyBlock_5 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="55" */
/*****************************/
/* cowboy 20220117 cowboyBlock_6 模組新增 */
.cowboyBlock_6 {
  line-height: 1.3;
}

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

@media (max-width: 680px) {
  .cb6_count {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cb6_count > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 260px;
  padding: 10px 25px;
}

.cb6_count > div > div:nth-child(1) {
  margin-right: 10px;
}

.cb6_count > div > div:nth-child(1) img {
  display: block;
  width: 60px;
}

.cb6_count > div > div:nth-child(2) > span {
  display: block;
  color: #b70000;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.cb6_count > div > div:nth-child(2) > span > sup {
  font-size: 22px;
  font-weight: 700;
  padding-left: 4px;
}

.cb6_count > div > div:nth-child(2) > small {
  font-weight: 700;
}

@media (max-width: 991px) {
  .cb6_count > div {
    padding: 10px;
  }
  .cb6_count > div > div:nth-child(1) {
    margin-right: 5px;
  }
  .cb6_count > div > div:nth-child(1) img {
    width: 50px;
  }
  .cb6_count > div > div:nth-child(2) > span {
    font-size: 30px;
  }
  .cb6_count > div > div:nth-child(2) > span > sup {
    font-size: 18px;
  }
}
@media (max-width: 680px) {
  .cb6_count > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
  .cb6_count > div > div:nth-child(1) {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .cb6_count > div > div:nth-child(1) img {
    width: 60px;
  }
  .cb6_count > div > div:nth-child(2) {
    text-align: center;
  }
  .cb6_count > div > div:nth-child(2) > span {
    font-size: 32px;
  }
  .cb6_count > div > div:nth-child(2) > span > sup {
    font-size: 20px;
  }
}
/* cowboy 20220117 cowboyBlock_6 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="56" */
/*****************************/
/* cowboy 20220406 cowboyBlock_7 模組新增 */
.cowboyBlock_7 {
  position: relative;
}

.cb7_text {
  width: 100%;
}

@media (min-width: 992px) {
  .cb7_text {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  .cb7_text {
    margin-bottom: 50px;
  }
}
.cb7_text .cb7_content {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .cb7_text .cb7_content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .cb7_text .cb7_content {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .cb7_text .cb7_content {
    width: 1410px;
  }
}
@media (min-width: 1600px) {
  .cb7_text .cb7_content {
    width: 1600px;
  }
}
@media (max-width: 991px) {
  .cb7_text .cb7_content {
    text-align: center;
  }
}
/* .cb7_text .cb7_content p {
	color: #2a2937;
	font-size: 14px;
} */
@media (min-width: 992px) {
  .cb7_text .cb7_content p {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .cb7_text .cb7_content p {
    max-width: 300px;
  }
}
@media (min-width: 1440px) {
  .cb7_text .cb7_content p {
    max-width: 360px;
  }
}
.cb7_list {
  position: relative;
  width: 100%;
  font-size: 0;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .cb7_list {
    height: 0;
    padding-bottom: 58.33%;
  }
}
.cb7_list .cb7_item {
  display: inline-block;
  width: 50%;
}

@media (min-width: 1200px) {
  .cb7_list .cb7_item {
    position: absolute;
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .cb7_list .cb7_item {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .cb7_list .cb7_item {
    width: 100% !important;
  }
}
.cb7_list .cb7_item:nth-child(1) {
  top: 0;
  left: 33.33%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cb7_list .cb7_item:nth-child(1) {
    margin-left: 50%;
  }
}
.cb7_list .cb7_item:nth-child(2) {
  top: 0;
  left: 66.66%;
}

.cb7_list .cb7_item:nth-child(3) {
  top: 42.85%;
  left: 0;
}

.cb7_list .cb7_item:nth-child(4) {
  top: 42.85%;
  left: 33.33%;
}

.cb7_list .cb7_item:nth-child(5) {
  top: 42.85%;
  left: 66.66%;
}

.cb7_list .cb7_item:nth-child(6) {
  top: 71.42%;
  left: 33.33%;
}

.cb7_list .cb7_item:nth-child(7) {
  top: 71.42%;
  left: 66.66%;
}

.cb7_list .cb7_item:nth-child(8) {
  top: 85.71%;
  left: 0;
}

@media (max-width: 1199px) {
  .cb7_list .cb7_item:nth-child(8) {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cb7_list .cb7_item:nth-child(8) {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .cb7_list .cb7_item:nth-child(8) {
    margin-bottom: 0;
  }
}
.cb7_list .cb7_item a {
  position: relative;
  display: block;
  overflow: hidden;
}

.cb7_list .cb7_item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 4px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cb7_list .cb7_item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cb7_list .cb7_item a:hover::after {
  top: 0px;
  opacity: 1;
}

@media (max-width: 991px) {
  .cb7_list .cb7_item a::before,
  .cb7_list .cb7_item a::after {
    display: none;
  }
}
.cb7_list .cb7_item a .cb7_img {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.cb7_list .cb7_item:nth-child(8) a .cb7_img {
  padding-bottom: 50%;
}

@media (min-width: 1200px) {
  .cb7_list .cb7_item:nth-child(4) a .cb7_img,
  .cb7_list .cb7_item:nth-child(5) a .cb7_img,
  .cb7_list .cb7_item:nth-child(6) a .cb7_img,
  .cb7_list .cb7_item:nth-child(7) a .cb7_img {
    padding-bottom: 50%;
  }
  .cb7_list .cb7_item:nth-child(8) a .cb7_img {
    padding-bottom: 25%;
  }
}
@media (max-width: 991px) {
  .cb7_list .cb7_item:nth-child(8) a .cb7_img {
    padding-bottom: 75%;
  }
}
.cb7_list .cb7_item a .cb7_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cb7_list .cb7_item a .cb7_cover {
  width: 100%;
  max-width: 260px;
  text-align: center;
  margin: 0 auto 30px;
  z-index: 2;
}

@media (min-width: 992px) {
  .cb7_list .cb7_item a .cb7_cover {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
  }
  .cb7_list .cb7_item a:hover .cb7_cover {
    top: 50%;
    opacity: 1;
  }
}
.cb7_list .cb7_item a .cb7_cover p {
  position: relative;
  color: #1f236c;
  /* font-size: 18px; */
  line-height: 1.1;
  padding-bottom: 10px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cb7_list .cb7_item a .cb7_cover p {
    color: #fff;
  }
}
.cb7_list .cb7_item a .cb7_cover p:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* @media (min-width: 768px) {
	.cb7_list .cb7_item a .cb7_cover p {font-size: 24px;}
} */
/* @media (min-width: 1200px) {
	.cb7_list .cb7_item a .cb7_cover p {font-size: 36px;}
} */
.cb7_list .cb7_item a .cb7_cover span {
  display: block;
  color: #1f236c;
  /* font-size: 16px; */
}

/* @media (min-width: 768px) {
	.cb7_list .cb7_item a .cb7_cover span {font-size: 18px;}
} */
@media (min-width: 992px) {
  .cb7_list .cb7_item a .cb7_cover span {
    color: #fff;
  }
}
.cb7_list .base {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cb7_list .base {
    font-size: 0.833333rem;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .cb7_list .base {
    font-size: 0.888889rem;
  }
}

/* cowboy 20220406 cowboyBlock_7 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="57" */
/*****************************/
/* cowboy 20220407 cowboyBlock_8 模組新增 */
.cowboyBlock_8 .itemImg {
  padding-bottom: 56.22%;
}

.cowboyBlock_8 .slick-slider .slidItem {
  margin: 0 5px;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 680px) {
  .cowboyBlock_8 .slick-slider .slidItem {
    margin: 0 15px;
  }
}
.cowboyBlock_8 .slick-slider .slidItem.slick-current {
  opacity: 1;
}

.cowboyBlock_8 .slick-slider .slick-arrow {
  border-radius: 50px;
  opacity: 1;
}

.cowboyBlock_8 .slick-slider .slick-arrow.slick-prev {
  left: 26.7%;
}

.cowboyBlock_8 .slick-slider .slick-arrow.slick-next {
  right: 26.7%;
}

@media (max-width: 1499px) {
  .cowboyBlock_8 .slick-slider .slick-arrow.slick-prev {
    left: 27.8%;
  }
  .cowboyBlock_8 .slick-slider .slick-arrow.slick-next {
    right: 27.8%;
  }
}
@media (max-width: 1199px) {
  .cowboyBlock_8 .slick-slider .slick-arrow.slick-prev {
    left: 26.1%;
  }
  .cowboyBlock_8 .slick-slider .slick-arrow.slick-next {
    right: 26.1%;
  }
}
@media (max-width: 991px) {
  .cowboyBlock_8 .slick-slider .slick-arrow.slick-prev {
    left: 24%;
  }
  .cowboyBlock_8 .slick-slider .slick-arrow.slick-next {
    right: 24%;
  }
}
@media (max-width: 680px) {
  .cowboyBlock_8 .slick-slider .slick-arrow.slick-prev {
    left: 0%;
  }
  .cowboyBlock_8 .slick-slider .slick-arrow.slick-next {
    right: 0%;
  }
}
/* cowboy 20220407 cowboyBlock_8 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="58" */
/*****************************/
/* cowboy 20220407 cowboyBlock_10 模組新增 */
.cb10_blabla {
  margin-bottom: 40px;
}

.cb10_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 52.5px 0 52.5px 52.5px;
}

@media (max-width: 1199px) {
  .cb10_item {
    padding: 52.5px 0 52.5px 20px;
  }
}
@media (max-width: 991px) {
  .cb10_item {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .cb10_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 27px 15px;
  }
}
.cb10_icon {
  min-width: 45px;
  margin-right: 10px;
}

@media (max-width: 575px) {
  .cb10_icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cb10_icon img {
  display: block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cb10_text {
  line-height: 1.2;
}

@media (max-width: 575px) {
  .cb10_text {
    text-align: center;
  }
}
.cb10_text span {
  /* font-size: 16px; */
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cb10_text p {
  /* font-size: 18px; */
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cb10_box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 150px;
  height: 150px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575px) {
  .cb10_box {
    width: 100%;
  }
}
.cb10_box div {
  position: relative;
  width: 100%;
  height: 100%;
  border: 5px solid #b70000;
  border-right: 0 !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cb10_box div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 25%;
  background: #b70000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cb10_box div::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 25%;
  background: #b70000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media (max-width: 575px) {
  .cb10_box div {
    border-right: 5px solid #b70000 !important;
  }
  .cb10_box div::before,
  .cb10_box div::after {
    display: none;
  }
}
.cb10_item:hover .cb10_icon img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.cb10_item:hover .cb10_text span {
  color: #b70000;
}

.cb10_item:hover .cb10_text p {
  color: #b70000;
}

.cb10_item:hover .cb10_box div {
  border: 5px solid #000000;
}

.cb10_item:hover .cb10_box div::before,
.cb10_item:hover .cb10_box div::after {
  background: #000000;
}

/* cowboy 20220407 cowboyBlock_10 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="59" */
/*****************************/
/* cowboy 20220408 cowboyBlock_12 模組新增 */
.cowboyBlock_12 {
  padding: 40px 0;
  background: #2A2A2B;
}

.cb12_container {
  position: relative;
  width: 100%;
  max-width: 955px;
  margin: 0 auto;
  padding: 15px;
}

.cb12_title {
  position: absolute;
  top: 0;
  left: 35%;
}

@media (max-width: 767px) {
  .cb12_title {
    position: relative;
    left: 0%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.cb12_title p {
  color: #fff;
  /* font-size: 40px; */
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.cb12_title span {
  color: #fff;
  /* font-size: 14px; */
}

.cb12_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cb12_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

@media (min-width: 768px) {
  .cb12_mb {
    display: none;
  }
}
@media (max-width: 767px) {
  .cb12_up,
  .cb12_down {
    display: none;
  }
}
.cb12_up > div,
.cb12_down > div,
.cb12_mb > div {
  padding: 5px;
}

.cb12_up > div > a,
.cb12_down > div > a,
.cb12_mb > div > a {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cb12_up > div > a > img,
.cb12_down > div > a > img,
.cb12_mb > div > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cb12_up > div > a::after,
.cb12_down > div > a::after,
.cb12_mb > div > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cb12_up > div > a:hover::after,
.cb12_down > div > a:hover::after,
.cb12_mb > div > a:hover::after {
  opacity: 0;
}

.cb12_up > div > a > div,
.cb12_down > div > a > div,
.cb12_mb > div > a > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 15px 15px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 40%, transparent 100%);
  z-index: 3;
}

.cb12_up > div > a > div > p,
.cb12_down > div > a > div > p,
.cb12_mb > div > a > div > p {
  color: #fff;
  /* font-size: 16px; */
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

.cb12_up > div > a > div > span,
.cb12_down > div > a > div > span,
.cb12_mb > div > a > div > span {
  display: block;
  color: #fff;
  /* font-size: 14px; */
}

.cb12_up .item_1 {
  width: 31.35%;
}

.cb12_up .item_1 a {
  padding-bottom: 135.714%;
}

.cb12_up .item_2 {
  width: 24.32%;
}

.cb12_up .item_2 a {
  padding-bottom: 115.349%;
}

.cb12_up .item_3 {
  width: 25.95%;
}

.cb12_up .item_3 a {
  padding-bottom: 126.087%;
}

.cb12_up .item_4 {
  width: 18.38%;
}

.cb12_down .item_1 {
  width: 31.35%;
}

.cb12_down .item_1 a {
  padding-bottom: 69.642%;
}

.cb12_down .item_2 {
  width: 24.32%;
}

.cb12_down .item_2 a {
  padding-bottom: 139.535%;
}

.cb12_down .item_3 {
  width: 44.33%;
}

.cb12_down .item_3 a {
  padding-bottom: 60%;
}

.cb12_mb > div {
  width: 50%;
}

.cb12_mb > div > a {
  padding-bottom: 75%;
}

.cb12_title p {
  font-size: 1.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .cb12_title p {
    font-size: 1.555556rem;
  }
}
@media (max-width: 768px) {
  .cb12_title p {
    font-size: 1.222222rem;
  }
}

.cb12_title span {
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .cb12_title span {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .cb12_title span {
    font-size: 1rem;
  }
}

.cb12_up > div > a > div > p,
.cb12_down > div > a > div > p,
.cb12_mb > div > a > div > p {
  font-size: 0.888889rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .cb12_up > div > a > div > p,
  .cb12_down > div > a > div > p,
  .cb12_mb > div > a > div > p {
    font-size: 0.833333rem;
  }
}
@media (max-width: 768px) {
  .cb12_up > div > a > div > p,
  .cb12_down > div > a > div > p,
  .cb12_mb > div > a > div > p {
    font-size: 0.777778rem;
  }
}

.cb12_up > div > a > div > span,
.cb12_down > div > a > div > span,
.cb12_mb > div > a > div > span {
  font-size: 0.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .cb12_up > div > a > div > span,
  .cb12_down > div > a > div > span,
  .cb12_mb > div > a > div > span {
    font-size: 0.722222rem;
  }
}
@media (max-width: 768px) {
  .cb12_up > div > a > div > span,
  .cb12_down > div > a > div > span,
  .cb12_mb > div > a > div > span {
    font-size: 0.666667rem;
  }
}

/* cowboy 20220408 cowboyBlock_12 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="60" */
/*****************************/
/* cowboy 20220411 cowboyBlock_13 模組新增 */
.cowboyBlock_13 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .cowboyBlock_13 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cowboyBlock_13 .cb13_item {
  width: 25%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 993px) {
  .cowboyBlock_13 .cb13_item {
    width: 25%;
  }
  .cowboyBlock_13 .cb13_item:hover {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cowboyBlock_13 .cb13_item {
    width: 50%;
  }
}
.cb13_item a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 700px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1440px) {
  .cb13_item a {
    padding-bottom: 600px;
  }
}
@media (max-width: 1200px) {
  .cb13_item a {
    padding-bottom: 500px;
  }
}
@media (max-width: 992px) {
  .cb13_item a {
    padding-bottom: 125%;
  }
}
.cb13_item a img:nth-child(1) {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: unset;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cb13_item a img:nth-child(2) {
  display: block;
  position: absolute;
  top: 15%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.cb13_item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cb13_item:hover a::after {
  opacity: 0;
}

@media (max-width: 992px) {
  .cb13_item a::after {
    display: none;
  }
}
.cb13_item:nth-child(odd) a::after {
  background: rgba(0, 70, 157, 0.5);
}

.cb13_item:nth-child(even) a::after {
  background: rgba(140, 0, 0, 0.5);
}

/* cowboy 20220411 cowboyBlock_13 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="61" */
/*****************************/
/* cowboy 20220411 cowboyBlock_14 模組新增 */
.cowboyBlock_14 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[class^=cb14_] {
  width: 50%;
}

[class^=cb14_].multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[class^=cb14_].multi > div:nth-child(1),
[class^=cb14_].multi > div:nth-child(2) {
  width: 50%;
}

[class^=cb14_].multi > div:nth-child(3) {
  width: 100%;
}

[class^=cb14_]:nth-child(n+5) {
  width: 25%;
}

@media (max-width: 768px) {
  [class^=cb14_]:nth-child(n+5) {
    width: 50%;
  }
}
@media (max-width: 576px) {
  [class^=cb14_]:nth-child(1),
  [class^=cb14_]:nth-child(4) {
    width: 100%;
  }
}
.cb14_title {
  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;
}

.cb14_title > div {
  padding: 0 15px;
}

.cb14_item a {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cb14_item a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cb14_item a:hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.cb14_item a div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 20px 30px;
}

[class^=cb14_]:nth-child(3) a div {
  right: 0;
  left: unset;
  text-align: right;
  padding: 0 30px 20px 0;
}

[class^=cb14_]:nth-child(4) > div:nth-child(3) a div {
  top: 50%;
  bottom: unset;
  padding: 0 0 0 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

[class^=cb14_]:nth-child(5) a div,
[class^=cb14_]:nth-child(6) a div {
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  text-align: right;
  padding: 20px 30px 0 0;
}

[class^=cb14_]:nth-child(7) a div,
[class^=cb14_]:nth-child(8) a div {
  top: 0;
  bottom: unset;
  padding: 20px 0 0 30px;
}

@media (max-width: 768px) {
  .cb14_item a div {
    top: 50% !important;
    bottom: unset !important;
    left: 50% !important;
    right: unset !important;
    text-align: center !important;
    padding: 0 15px !important;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
}
.cb14_item a div p {
  color: #fff;
  /* font-size: 20px; */
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

.cb14_item a div span {
  display: block;
  color: #fff;
  /* font-size: 16px; */
}

/* @media (max-width: 576px) {
	.cb14_item a div p {font-size: 16px;}
	.cb14_item a div span {font-size: 14px;}
} */
[class^=cb14_]:nth-child(2) a {
  padding-bottom: 50%;
}

@media (max-width: 576px) {
  [class^=cb14_]:nth-child(2) a {
    padding-bottom: 100%;
  }
}
[class^=cb14_]:nth-child(3) a,
[class^=cb14_]:nth-child(n+5) a {
  padding-bottom: 100%;
}

[class^=cb14_]:nth-child(4) > div:nth-child(1) a,
[class^=cb14_]:nth-child(4) > div:nth-child(2) a {
  padding-bottom: 100%;
}

[class^=cb14_]:nth-child(4) > div:nth-child(3) a {
  padding-bottom: 50%;
}

/* cowboy 20220411 cowboyBlock_14 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="66" */
/*****************************/
/* 圖片 */
.sectionBlock_66 .item .imgBox {
  position: relative;
}

.sectionBlock_66 .item .imgBox img {
  display: block;
  width: 100%;
  height: auto;
}

.newsList .item .imgBox a .itemTitle,
.newsList .item .imgBox a .itemContent {
  /* color: #f1f1f1; */
  color: inherit;
}

/* 圖面上文字介紹 */
.sectionBlock_66 .item .imgBox .imgBox-text {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: inherit;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 1;
  color: #f1f1f1;
  padding: 20px;
}

/* 圖片 hover後，換色 */
.sectionBlock_66 .item .imgBox:hover .imgBox-text {
  /* color: #0050a3; */
  background: rgba(0, 0, 0, 0.8);
}

.sectionBlock_66 .item .imgBox:hover .imgBox-text {
  opacity: 1;
}

.sectionBlock_66 .item .imgBox .imgBox-text .itemTitle h3 {
  font-size: 24px;
}

.sectionBlock_66 .item .imgBox .imgBox-text .itemTitle:hover span {
  color: #b70000;
}

/* 文字 */
.newsList.newsListType1.sectionBlock_66_content {
  margin-top: 0;
  margin-bottom: 0;
}

.sectionBlock_66 .newsListType1.sectionBlock_66_content .item {
  -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;
  height: 33.3333333333%;
  padding: 10px 0;
  /* 日期 */
}
.sectionBlock_66 .newsListType1.sectionBlock_66_content .item:first-child {
  border-top: 0;
}
.sectionBlock_66 .newsListType1.sectionBlock_66_content .item .sectionBlock_66_dateStyle {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionBlock_66 .newsListType1.sectionBlock_66_content .item .itemTitle {
  color: inherit;
}
.sectionBlock_66 .newsListType1.sectionBlock_66_content .item .itemContent {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #8c8c8c;
}

.newsListType1.sectionBlock_66_content .sectionBlock_66_dateStyle_marker {
  background-color: #b70000;
  color: #f1f1f1;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  /* 最後一欄取消方便對齊 */
  .newsList.newsListType1.sectionBlock_66_content .item:last-child {
    display: none;
  }
}
@media (max-width: 992px) {
  .newsList.newsListType1.sectionBlock_66_content .item:last-child {
    display: block;
  }
  .newsList.sectionBlock_66 .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .newsList.sectionBlock_66 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* 降低標題與文字之間的距離 */
  .sectionBlock_66 .item .imgBox .imgBox-text .itemTitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  /* 縮小顯示隱藏文字 */
  .sectionBlock_66 .item .imgBox .imgBox-text {
    padding: 10px 20px;
  }
}
/*****************************/
/* home / index_content_all.php / data-block="67" */
/*****************************/
.sectionBlock.overlap1.sectionBlock_67 {
  position: relative;
  overflow: hidden;
}
.sectionBlock.overlap1.sectionBlock_67::before {
  background: #f3f7f9;
  content: "";
  position: absolute;
  width: 110%;
  height: 80%;
  left: -5%;
  bottom: 15%;
  z-index: -1;
  border-radius: 5px;
}

.overlap1.sectionBlock_67 {
  /* 調整背景為透明 */
}
.overlap1.sectionBlock_67 .overlapBox {
  background-color: transparent;
  /* 除了最後一個 .overlapBox 每個都有 margin-bottom: 5rem*/
  /* 反轉文圖順序 */
  /* 修改文圖寬度比例 文40% 圖60% */
  /* 拉開文字說明間的距離 */
}
.overlap1.sectionBlock_67 .overlapBox:not(:last-child) {
  margin-bottom: 90px;
}
.overlap1.sectionBlock_67 .overlapBox:last-child {
  margin-bottom: 160px;
}
.overlap1.sectionBlock_67 .overlapBox.sectionBlock_67-reversedBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.overlap1.sectionBlock_67 .overlapBox .textBox {
  width: 40%;
}
.overlap1.sectionBlock_67 .overlapBox .imgBox {
  width: 60%;
}
.overlapBox {
  /* 去除次向 上方padding */
  /* 降低圖面高度 */
}
.overlapBox.sectionBlock_67_box--2 .textBox {
  padding-top: 0;
}
.overlapBox.sectionBlock_67-reversedBox .imgBox {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

/* 標題與文字之間的線條 */
.sectionBlock_67-hr {
  border: 1px dotted rgba(0, 80, 163, 0.3);
  margin: 24px 0;
}

/* 更改「了解更多」按鈕樣式調整 */
.overlap1.sectionBlock_67 .sectionBlock_67_textBox-button {
  width: 160px;
  letter-spacing: 3px;
  background: transparent;
  color: #b70000;
  margin-top: 60px;
  border: 1px solid #b70000;
  border-radius: 32px;
  padding: 5px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* hover後樣式處理 */
  /* 使原本 a 標籤的顏色 */
}
.overlap1.sectionBlock_67 .sectionBlock_67_textBox-button:hover {
  color: #ffffff;
  background-color: #b70000;
}
.overlap1.sectionBlock_67 .sectionBlock_67_textBox-button a {
  color: inherit;
}

/* RWD設定 */
@media (max-width: 1200px) {
  /* 調整背景高度& */
  .sectionBlock.overlap1.sectionBlock_67::before {
    height: 75%;
    bottom: 20%;
    width: 105%;
  }
  /* 去除padding-bottom 拉近距離 */
  .sectionBlock_67 .overlapBox.sectionBlock_67_box--1 .textBox {
    padding-bottom: 0;
  }
  /* 去除padding-top 拉近距離 */
  .sectionBlock_67 .overlapBox.sectionBlock_67_box--2 .textBox {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  /* 調整背景高度&寬度 */
  .sectionBlock.overlap1.sectionBlock_67::before {
    width: 100vw;
    height: 75%;
    bottom: 20%;
    left: 0;
  }
  /* 拉開上下的間距 */
  .overlap1.sectionBlock_67 .overlapBox {
    /* 使圖片在992px 被裁切 以為此比例效果 */
  }
  .overlap1.sectionBlock_67 .overlapBox:not(:last-child) {
    margin-bottom: 48px;
  }
  .overlap1.sectionBlock_67 .overlapBox .imgBox img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  /* 調整背景高度&寬度 */
  .sectionBlock.overlap1.sectionBlock_67::before {
    width: 102vw;
    left: -2%;
  }
  /* 更改圖文比例 */
  .overlap1.sectionBlock_67 .overlapBox .textBox {
    width: 45%;
  }
  .overlap1.sectionBlock_67 .overlapBox .imgBox {
    width: 55%;
  }
}
@media (max-width: 576px) {
  .sectionBlock.overlap1.sectionBlock_67 {
    overflow: inherit;
    padding-top: 32px;
    /* 調整背景高度 */
  }
  .sectionBlock.overlap1.sectionBlock_67::before {
    bottom: 0;
    height: 102%;
    width: 100vw;
    left: 0;
  }
  /* 更改最後一個下方距離 */
  .overlap1.sectionBlock_67 .overlapBox {
    /* 更改圖文比例 */
    /* 更改圖文比例以及圓角設定 */
    /* 恢復文字說明間的距離 */
    /* 更改「了解更多」按鈕 上方距離 */
  }
  .overlap1.sectionBlock_67 .overlapBox:last-child {
    margin-bottom: -40px;
  }
  .overlap1.sectionBlock_67 .overlapBox .textBox {
    width: 100%;
    height: 400px;
  }
  .overlap1.sectionBlock_67 .overlapBox .imgBox {
    width: 100%;
    border-radius: 0px;
  }
  .overlap1.sectionBlock_67 .overlapBox article p {
    line-height: 2;
  }
  .overlap1.sectionBlock_67 .overlapBox .sectionBlock_67_textBox-button {
    margin-top: 0;
  }
}
/*****************************/
/* home / index_content_all.php / data-block="68" */
/*****************************/
/* 去除水平置中設定 */
.newsList.sectionBlock_68 > .item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* 圖片 */
.sectionBlock_68 .item .imgBox {
  position: relative;
}
.sectionBlock_68 .item .imgBox img {
  display: block;
  width: auto;
  height: auto;
}

/* 文字敘述 */
.sectionBlock_68_text {
  margin-top: auto;
  margin-bottom: auto;
}

/* 文字第一區塊 */
.sectionBlock_68_content-main {
  margin-top: 0;
  margin-bottom: 0;
  /* 文字第一區塊/上標 */
}
.sectionBlock_68_content-main .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #b70000;
  margin-bottom: 0;
  font-weight: 700;
}

/* 文字第一區塊/標題 */
.sectionBlock_68_content-main .title {
  font-weight: 700;
  font-size: 1.777778rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* 文字第一區塊/標題 span 標籤變色*/
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_68_content-main .title {
    font-size: 1.555556rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_68_content-main .title {
    font-size: 1.222222rem;
  }
}
.sectionBlock_68_content-main .title span {
  color: #b70000;
}

/* 文字第一區塊/標題/內文處理  */
.sectionBlock_68_content-main .itemContent {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 文字第二區塊 */
.sectionBlock_68_content_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsList.sectionBlock_68 .sectionBlock_68_content_second .item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sectionBlock_68_content_second-title {
  color: #b70000;
  /* 內文 */
  /* 文字粗體，文字放大 */
}
.sectionBlock_68_content_second-title .numberBox {
  color: inherit;
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
}
.sectionBlock_68_content_second-title .second-title-content {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sectionBlock_68_content_second-title .subBlockTitle {
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #333333;
  /* 移動副標題上下距離 */
  margin-top: -10px;
}
.sectionBlock_68_content_second-title .second-title-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 按鈕 */
.newsList .item a.sectionBlock_68_content-button {
  margin-left: 15px;
  background-color: inherit;
  border: 1px solid #b70000;
  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;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.8;
  color: #b70000;
  font-weight: 500;
  /* padding: 17px 30px; */
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
}
.newsList .item a.sectionBlock_68_content-button:hover {
  background-color: #b70000;
  color: #f1f1f1;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1200px) {
  .sectionBlock_68 .item .imgBox img {
    width: auto;
  }
}
@media (max-width: 992px) {
  .sectionBlock_68 .item .imgBox img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .newsList .item a.sectionBlock_68_content-button {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  /* 修改flex 方向 */
  .sectionBlock_68_content_second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* 去除 .newsList .item padding-bottom的設定 */
  .sectionBlock_68_content_second .item {
    padding-top: 18px;
    padding-bottom: 0;
  }
}
/*****************************/
/* home / index_content_all.php / data-block="69" */
/*****************************/
.sectionBlock_69 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.sectionBlock_69_container {
  max-width: 1140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 標題文字 */
.sectionBlock_69_container_title {
  margin-bottom: 40px;
}

.sectionBlock_69_container_title-heading {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sectionBlock_69_container_title-heading small {
  display: block;
  margin-bottom: -10px;
}

.sectionBlock_69_featureBox {
  background: rgba(33, 37, 41, 0.85);
  padding: 15px;
  /* // 設置背景混和模式為相乘模式 */
  background-blend-mode: multiply;
  min-height: 243px;
}

.featureBox-2 {
  background: url(../../../images_v4/home/index_content_sectionBlock_69/img.webp), rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-size: cover;
}

.sectionBlock_69_container_title-subheading {
  padding-left: 22.5%;
  padding-right: 22.5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .sectionBlock_69_container_title-subheading {
    padding-left: 0;
    padding-right: 0;
  }
}

/* 控制BOX字體顏色 */
.sectionBlock_69_featureBox a {
  color: #fff;
  width: inherit;
}

/* 外框 */
.sectionBlock_69_featureBox_border {
  border: 1px dotted rgba(173, 181, 189, 0.3);
  padding: 20px;
  height: auto;
  min-width: 320px;
  min-height: 273px;
  /* 外框線條橘色線條 */
}
.sectionBlock_69_featureBox_border::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  position: absolute;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-top-color: #b70000;
  border-left-color: #b70000;
  top: 15px;
  left: 30px;
}
.sectionBlock_69_featureBox_border::after {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  position: absolute;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-bottom-color: #b70000;
  border-right-color: #b70000;
  bottom: 15px;
  right: 30px;
}
@media (max-width: 768px) {
  .sectionBlock_69_featureBox_border {
    min-height: auto;
  }
}

/* 外框線條橘色線條 hover設定 */
.sectionBlock_69_featureBox_link:hover .sectionBlock_69_featureBox_border::before, .sectionBlock_69_featureBox_link:hover .sectionBlock_69_featureBox_border::after {
  width: calc(100% - 60px);
  height: calc(100% - 30px);
}

/* 字體 */
.sectionBlock_69_featureBox .blockTitle span {
  color: inherit;
  font-size: 1.222222rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_69_featureBox .blockTitle span {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_69_featureBox .blockTitle span {
    font-size: 1rem;
  }
}

/* 字體/內文 */
.sectionBlock_69_featureBox .content {
  color: rgba(255, 255, 255, 0.7);
  /* 限制內容行數 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  /* 去除 margin bottom  */
  line-height: 2;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .sectionBlock_69_container {
    margin: 0 15px;
  }
  .sectionBlock_69_featureBox_border {
    min-width: auto;
  }
}
@media (max-width: 992px) {
  .sectionBlock_69_container {
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_69_container {
    gap: 16px;
  }
  /* 內容 */
  .sectionBlock_69_featureBox_border {
    min-height: 243px;
  }
}
/*****************************/
/* home / index_content_all.php / data-block="70" */
/*****************************/
.sectionBlock_70 {
  position: relative;
  padding: 5vw 0 100px 60px;
}
.sectionBlock_70 .bgTxt.stitle {
  bottom: -4vw;
  font-weight: 800;
  color: rgb(245, 245, 245);
  font-size: 150px;
  left: 5%;
  display: none;
}
.sectionBlock_70 .bg {
  width: 50%;
  height: 75%;
  top: 15%;
  right: 0%;
  left: auto;
  opacity: 1;
  z-index: 6;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sectionBlock_70 .bg img {
  display: none;
  max-width: 100%;
}
.sectionBlock_70 .info {
  width: 40%;
  /* 文字 */
}
.sectionBlock_70 .info .title1 {
  text-align: left;
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_70 .info .title1 {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_70 .info .title1 {
    font-size: 1rem;
  }
}
.sectionBlock_70 .info .title {
  text-align: left;
  line-height: 120%;
  text-transform: uppercase;
  color: #d7d7d7;
  letter-spacing: 2.5px;
  font-weight: 500;
  font-size: 1.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_70 .info .title {
    font-size: 1.555556rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_70 .info .title {
    font-size: 1.222222rem;
  }
}
.sectionBlock_70 .info .txtBox {
  /* 按鈕 */
}
.sectionBlock_70 .info .txtBox .txtBox-title {
  margin-bottom: 1.25rem;
  color: #d7d7d7;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 120%;
  font-size: 1.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_70 .info .txtBox .txtBox-title {
    font-size: 1.555556rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_70 .info .txtBox .txtBox-title {
    font-size: 1.222222rem;
  }
}
.sectionBlock_70 .info .txtBox article {
  line-height: 200%;
  margin-bottom: 30px;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.sectionBlock_70 .info .txtBox .more {
  margin: 40px 50px 30px;
  text-align: right;
}
.sectionBlock_70 .info .txtBox .more.white a {
  padding: 14px 25px;
  letter-spacing: 2px;
  position: relative;
  border: 1px #505050 solid;
  background-color: #505050;
  display: inline-block;
  color: #ffffff;
  /* hover效果 */
}
.sectionBlock_70 .info .txtBox .more.white a:hover {
  background: #fff;
  color: #000;
}
.sectionBlock_70 .info .txtBox .more.white span {
  position: absolute;
  width: 100px;
  height: 1px;
  background: #000;
  display: block;
  right: -70px;
  top: calc((100% - 1px) / 2);
  z-index: 3;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.sectionBlock_70 .info .txtBox .more.white span::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 7px 0;
  border-color: transparent transparent #0c0b19 transparent;
  right: -1px;
  bottom: 50%;
  content: "";
}

/* RWD */
@media screen and (max-width: 1024px) {
  .sectionBlock_70 {
    padding: 5vw 0 100px 0px;
  }
  .sectionBlock_70 .info {
    width: 100%;
    /* 文字 */
  }
  .sectionBlock_70 .info .txtBox {
    padding: 0vw 10vw 7vw 0vw;
    background: none;
  }
  .sectionBlock_70 .bg {
    width: 100%;
    height: calc(100% - (12vw + 54px));
    top: calc(7vw + 54px);
    z-index: 1;
    position: initial;
    display: block;
  }
  .sectionBlock_70 .bg img {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .sectionBlock_70 {
    padding: 0 0 20px 0;
    overflow: hidden;
    /* 文字 */
  }
  .sectionBlock_70 .info .txtBox {
    padding: 0vw 0 7vw 0;
  }
  .sectionBlock_70 .info .txtBox .more.white span {
    width: 60px;
    right: -45px;
  }
}
/*****************************/
/* home / index_content_all.php / data-block="71" */
/*****************************/
.products-area {
  padding: 0;
  background: #f6f6f6;
  margin-top: 32px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* arrowbox */
  /* products-box 產品序列 */
}
.products-area .right-box {
  opacity: 1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 20%;
  padding: 112px 24px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  /* 標題 區塊 */
  /* 文字 */
  /* Learn more 按鈕 */
}
.products-area .right-box .titleBox {
  overflow: hidden;
  word-wrap: break-word;
  margin-bottom: 32px;
  /* 標題 */
}
.products-area .right-box .titleBox .titleBox-title {
  color: #2f2f2f;
  font-weight: 900;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products-area .right-box .text {
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .products-area .right-box .text {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .products-area .right-box .text {
    font-size: 1rem;
  }
}
.products-area .right-box .btn-link {
  margin-top: 64px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  position: relative;
  /* hover狀態 */
}
.products-area .right-box .btn-link::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-radius: 100px;
  background: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products-area .right-box .btn-link a {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0;
}
.products-area .right-box .btn-link img {
  margin-left: 16px;
  position: relative;
  z-index: 5;
}
.products-area .right-box .btn-link:hover::after {
  width: 40px;
  height: 40px;
}
.products-area .arrowbox {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.products-area .arrowbox a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 32px;
  border: 1px solid #979797;
  text-align: center;
  line-height: 32px;
  color: #979797;
  font-size: 14px;
  cursor: pointer;
}
.products-area .arrowbox a:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
}
.products-area .products-box {
  width: 80%;
}
.products-area .products-box .products-lists li {
  border-left: 1px solid #ddd;
  overflow: hidden;
  width: 25%;
  /* hover效果 */
}
.products-area .products-box .products-lists li .item {
  padding: 120px 40px;
  /* 文字 */
}
.products-area .products-box .products-lists li .item .img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.products-area .products-box .products-lists li .item .text {
  letter-spacing: 0;
  padding-top: 20px;
}
.products-area .products-box .products-lists li .item .text em {
  color: #707070;
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products-area .products-box .products-lists li .item .text .text-title {
  color: #2f2f2e;
  font-weight: 600;
}
.products-area .products-box .products-lists li .item .text .text-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products-area .products-box .products-lists li .item .text a.more {
  position: relative;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b70000;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-area .products-box .products-lists li .item .text a.more::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
  position: relative;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  z-index: 8;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #b70000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.products-area .products-box .products-lists li .item .text a.more::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 10px), 0);
  transform: translate(calc(-100% - 10px), 0);
  background: #c5c5c5;
  width: 100%;
  height: 1px;
}
.products-area .products-box .products-lists li:hover .item .img {
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
}
.products-area .products-box .products-lists li:hover .item .text a.more {
  color: #000000;
}
.products-area .products-box .products-lists li:hover .item .text a.more::after {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  border-color: transparent transparent transparent #000000;
}
.products-area .products-box .products-lists li:hover .item .text a.more::before {
  background: #000000;
}

.products-lists .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* RWD */
@media (max-width: 1200px) {
  .products-area {
    background: #fff;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* 產品列表 */
  }
  .products-area .right-box {
    width: 100%;
    padding: 40px 20px;
    border-left: none;
    border-right: none;
    z-index: 1;
    position: relative;
  }
  .products-area .right-box .btn-link {
    margin-top: 16px;
  }
  .products-area .right-box .arrowbox {
    z-index: 8;
    padding-top: 0px;
    left: 0;
    top: 150%;
    position: absolute;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: none;
    /* 按鈕 */
  }
  .products-area .right-box .arrowbox a {
    pointer-events: auto;
    width: 45px;
  }
  .products-area .right-box .arrowbox a span {
    display: none;
  }
  .products-area .products-box {
    width: 100%;
  }
  .products-area .products-box .products-lists li {
    border-left: none;
    width: 33.3333333333%;
  }
  .products-area .products-box .products-lists li .item {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  /* 產品項目寬度改為兩欄一列 */
  .products-area .products-box .products-lists li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 576px) {
  .products-area .products-box .products-lists li {
    width: 100%;
  }
}
/*****************************/
/* home / index_content_all.php / data-block="72" */
/*****************************/
/* 寬度滿版 設定*/
@media (min-width: 1900px) {
  .sectionBlock_72 .item-list-frame {
    -webkit-transform: translateX(238px);
            transform: translateX(238px);
  }
}

.container-fluid {
  overflow-x: hidden;
}

.container .item-list-frame {
  width: 1440px;
}

.item-list-frame {
  position: relative;
  padding: 2vw 0 2vw 0;
  width: 100%;
  margin-left: auto;
  width: 1820px;
  margin: 32px 0;
}

.item-list-info {
  margin: auto;
}

/* 標題 */
.item-list-title {
  margin: 80px 0 10px 0;
}
.item-list-title .title {
  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;
  margin-bottom: 20px;
  width: 80%;
  margin: auto;
}
.item-list-title .title span {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.item-list-title .title a {
  font-weight: 500;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.item-list-frame {
  /*  圖文列表 */
  /*  按鈕  */
}
.item-list-frame .item-lists {
  margin-top: 0vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.item-list-frame .item-lists li {
  position: relative;
  width: calc(25% - 20px);
  margin: 10px;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: -1;
  opacity: 0.8;
  margin: 0 20px;
  /* 圖片 */
}
.item-list-frame .item-lists li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(3, 15, 27, 0.71)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(3, 15, 27, 0.71) 20%, rgba(255, 255, 255, 0) 50%);
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.item-list-frame .item-lists li.slick-current {
  z-index: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin: 52px 50px 60px 50px;
  opacity: 1;
}
.item-list-frame .item-lists li.slick-current a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 5;
}
.item-list-frame .item-lists li.slick-current .img img {
  height: 520px;
}
.item-list-frame .item-lists li.slick-current .img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(19, 46, 75, 0.65);
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  content: "";
}
.item-list-frame .item-lists li > div {
  overflow: hidden;
  position: relative;
  margin: 0 0px;
  z-index: 0;
}
.item-list-frame .item-lists li .img img {
  position: relative;
  width: 100%;
  height: 480px;
  /* height: 30rem; */
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  display: block;
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
}
.item-list-frame .item-lists li .img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(19, 46, 75, 0.65);
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  content: "";
}
.item-list-frame .item-lists li {
  /* hover效果 */
}
.item-list-frame .item-lists li .item-list {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  word-wrap: break-word;
  /* hover 圖標 */
}
.item-list-frame .item-lists li .item-list .subBlockTitle-big {
  position: absolute;
  height: auto;
  top: 40px;
  left: 40px;
  font-weight: 500;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  text-transform: uppercase;
  width: 200px;
  color: #fff;
  overflow: hidden;
}
.item-list-frame .item-lists li .item-list .titleBox {
  z-index: unset;
  text-align: center;
  margin: 1.2rem 0 2.2rem;
  position: absolute;
  left: 32px;
  bottom: 0px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 170%;
  padding: 0;
  vertical-align: middle;
  border-width: 0;
}
.item-list-frame .item-lists li .item-list article {
  letter-spacing: 3.5px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: contents;
  color: #fff;
}
.item-list-frame .item-lists li .item-list .project-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 144px;
  height: 144px;
  margin: -72px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.52);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.item-list-frame .item-lists li .item-list .project-zoom::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  background: url(../images_v4/news/list33/pd-icon.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.item-list-frame .item-lists li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(3, 15, 27, 0.71)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(3, 15, 27, 0.71) 20%, rgba(255, 255, 255, 0) 50%);
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.item-list-frame .item-lists li:hover::after {
  opacity: 0;
}
.item-list-frame .item-lists li:hover .item-list h3 {
  bottom: 32px;
  opacity: 0;
}
.item-list-frame .item-lists li:hover .item-list .titleBox {
  opacity: 0;
  letter-spacing: 20px;
}
.item-list-frame .item-lists li:hover .item-list .project-zoom {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.item-list-frame .more {
  left: 475px;
  bottom: 55px;
  background-color: #b70000;
  position: absolute;
}
.item-list-frame .more a {
  position: relative;
  border: 1px rgba(255, 255, 255, 0) solid;
  background-color: rgba(255, 255, 255, 0);
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  white-space: nowrap;
  /* 按鈕內文文字 */
}
.item-list-frame .more a span {
  text-align: left;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  line-height: 170%;
  border-width: 0;
  word-wrap: break-word;
  word-break: normal;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* hover效果 */
@media screen and (min-width: 1281px) {
  .item-list-frame .item-lists li:hover .img:before {
    opacity: 1;
  }
}
/* 寬度  只針對 container 有效*/
.container .item-list-frame .item-lists li {
  margin: 0 30px;
}

/* RWD */
@media screen and (max-width: 1440px) {
  .container-fluid .item-list-frame {
    width: 80%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    margin: 0 auto;
    padding: 2vw 0 8vw 0;
  }
  .container-fluid .item-list-frame .item-list {
    padding: 25px 5px 40px;
    width: calc(100% - 10px);
  }
  .container .item-list-frame .more {
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .item-list-frame .more {
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* 圖片 */
  .item-list-frame .item-lists li.slick-current .img img,
  .item-list-frame .item-lists li .img img {
    height: 380px;
    /* height: 30rem; */
  }
  .container .item-list-frame .item-lists li.slick-current .img img,
  .container .item-list-frame .item-lists li .img img {
    height: 380px;
  }
  .container .item-list-frame .item-lists li.slick-current,
  .item-list-frame .item-lists li.slick-current {
    z-index: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0 20px;
    opacity: 1;
  }
}
@media screen and (max-width: 1366px) {
  .container-fluid .item-list-frame {
    width: 90%;
  }
}
@media screen and (min-width: 1281px) {
  .item-list-frame .more a::before {
    width: 0px;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background: rgba(136, 143, 154, 0.28);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    top: 0;
    left: 0;
  }
  .item-list-frame .more a::after {
    content: "";
    display: inline-block;
    opacity: 0;
    position: relative;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    z-index: 11;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #ffffff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .item-list-frame .more a:hover::before {
    width: 100%;
  }
  .item-list-frame .more a:hover::after {
    opacity: 1;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media screen and (max-width: 1180px) {
  .item-list-frame .item-lists li .item-list .subBlockTitle-big {
    left: 24px;
  }
  .item-list-frame .item-lists li .item-list .titleBox {
    left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .container .item-list-frame .item-lists li {
    width: 350px;
    margin: 0 29px;
  }
  .item-list-title .title a {
    text-align: center;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .container .item-list-frame .item-lists li {
    width: 340px;
  }
}
@media screen and (max-width: 576px) {
  .item-list-title .title {
    font-size: 24px;
    letter-spacing: 1.5px;
    line-height: 130%;
    margin: 0px 0vw 0vw 0vw;
    width: 100%;
  }
}
/*****************************/
/* home / index_content_all.php / data-block="73" */
/*****************************/
.sectionBlock_73 {
  margin: 5vw 0;
}

.sectionBlock_73-subBox {
  position: relative;
}

/* 圖片 */
.sectionBlock_73-subBox-left {
  -webkit-transform: translateX(-560px);
          transform: translateX(-560px);
  width: calc(100% - 180px);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.sectionBlock_73-subBox-left .lists .lists-item {
  position: relative;
  margin: 10px;
}
.sectionBlock_73-subBox-left .photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
}
.sectionBlock_73-subBox-left .photo a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/* 文字 */
.sectionBlock_73-subBox-right {
  position: absolute;
  width: 700px;
  height: 340px;
  top: 190px;
  right: 310px;
  z-index: 2;
  background-color: rgba(245, 245, 245, 0.5);
}
.sectionBlock_73-subBox-right .newsBox {
  margin: 0px auto 0;
  padding: 0;
  width: 110%;
}
.sectionBlock_73-subBox-right .newsBox .info {
  padding: 30px 60px;
  position: relative;
  /* 按鈕 */
}
.sectionBlock_73-subBox-right .newsBox .info .tit.row {
  width: 100%;
  line-height: 120%;
  text-align: left;
  text-transform: uppercase;
  font-size: 45px;
  color: #505050;
  letter-spacing: 1.5px;
  padding: 20px 0px 40px;
}
.sectionBlock_73-subBox-right .newsBox .info .tit a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 45px;
  letter-spacing: 3px;
  color: #505050;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sectionBlock_73-subBox-right .newsBox .info ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.sectionBlock_73-subBox-right .newsBox .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  gap: 20px;
}
.sectionBlock_73-subBox-right .newsBox .info ul li a {
  width: calc(100% - 120px);
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sectionBlock_73-subBox-right .newsBox .info ul li .time {
  width: 65px;
  display: inline-block;
  font-weight: 300;
}
.sectionBlock_73-subBox-right .newsBox .info ul li .txt {
  width: calc(100% - 125px);
  display: -webkit-inline-box;
}
.sectionBlock_73-subBox-right .newsBox .info ul li .text-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sectionBlock_73-subBox-right .newsBox .info .more {
  text-align: right;
  position: absolute;
  margin-top: 0px;
  top: 60px;
  left: 500px;
}
.sectionBlock_73-subBox-right .newsBox .info .more a {
  padding: 14px 25px;
  letter-spacing: 2px;
  position: relative;
  border: 1px #505050 solid;
  background-color: #505050;
  display: inline-block;
  color: #ffffff;
  z-index: 8;
  /* hover效果 */
}
.sectionBlock_73-subBox-right .newsBox .info .more a:hover {
  background: #fff;
}
.sectionBlock_73-subBox-right .newsBox .info .more a:hover font {
  color: #1f1f1f;
}
.sectionBlock_73-subBox-right .newsBox .info .more font {
  padding: 14px 25px;
  letter-spacing: 2px;
}
.sectionBlock_73-subBox-right .newsBox .info .more span {
  position: absolute;
  width: 80px;
  height: 1px;
  background: #000;
  display: block;
  right: -50px;
  top: calc((100% - 1px) / 2);
  z-index: 3;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.sectionBlock_73-subBox-right .newsBox .info .more span::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 7px 0;
  border-color: transparent transparent #0c0b19 transparent;
  right: -1px;
  bottom: 50%;
  content: "";
}

/* RWD */
@media screen and (max-width: 1440px) {
  .sectionBlock_73-subBox-left {
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
    width: calc(100% - 40px);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .sectionBlock_73-subBox-left .photo {
    height: 550px;
  }
  .sectionBlock_73-subBox-right {
    width: 600px;
    height: 310px;
    top: 190px;
    right: 130px;
    background-color: rgba(245, 245, 245, 0.8);
  }
  .sectionBlock_73-subBox-right .newsBox {
    width: calc(100% - 0px);
  }
  .sectionBlock_73-subBox-right .newsBox .info .more {
    left: 420px;
  }
  .sectionBlock_73-subBox-right .newsBox .info .more a {
    padding: 12px 6px;
  }
}
@media screen and (max-width: 1280px) {
  .sectionBlock_73-subBox-left {
    -webkit-transform: translateX(-330px);
            transform: translateX(-330px);
    width: calc(100% - 0px);
  }
  .sectionBlock_73-subBox-left .photo {
    height: 470px;
  }
  .sectionBlock_73-subBox-right {
    width: 530px;
    height: 260px;
    top: 170px;
  }
  .sectionBlock_73-subBox-right .newsBox .info {
    padding: 20px 30px;
    /* 按鈕 */
  }
  .sectionBlock_73-subBox-right .newsBox .info .more {
    left: 360px;
    top: 30px;
  }
  .sectionBlock_73-subBox-right .newsBox .info .more .font {
    padding: 12px 20px;
  }
  .sectionBlock_73-subBox-right .newsBox .info .more a {
    padding: 12px 4px;
  }
  .sectionBlock_73-subBox-right .newsBox .info .tit.row {
    padding: 10px 0px 20px;
  }
  .sectionBlock_73-subBox-right .newsBox .info .tit a {
    font-size: 35px;
    letter-spacing: 1.3px;
  }
}
@media screen and (max-width: 1024px) {
  /* 圖片 */
  .sectionBlock_73-subBox-left {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    width: calc(100% - 0px);
  }
  .sectionBlock_73-subBox-left .bList .photo {
    height: 360px;
  }
  /* 文字 */
  .sectionBlock_73-subBox-right {
    width: 100%;
    right: 0px;
    top: 0;
    position: initial;
  }
  .sectionBlock_73-subBox-right .newsBox .info {
    /* 按鈕 */
  }
  .sectionBlock_73-subBox-right .newsBox .info .tit.row {
    width: 100%;
    display: block;
  }
  .sectionBlock_73-subBox-right .newsBox .info ul li a {
    width: 100%;
  }
  .sectionBlock_73-subBox-right .newsBox .info .more {
    right: 80px;
    top: 30px;
  }
  .sectionBlock_73-subBox-right .newsBox .info .more.white a {
    padding: 12px 4px;
  }
  .sectionBlock_73-subBox-right .newsBox .info .more.white span {
    width: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sectionBlock_73-subBox-right {
    height: auto;
  }
  .sectionBlock_73-subBox-right .newsBox .info {
    padding: 40px;
  }
  .sectionBlock_73-subBox-right .newsBox .info ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .sectionBlock_73-subBox-right .newsBox .info ul li .txt {
    width: 100%;
  }
  .sectionBlock_73-subBox-right .newsBox .info ul li .text-clamp {
    -webkit-line-clamp: 2;
  }
  .sectionBlock_73-subBox-right .more {
    left: 150px;
    top: 30px;
    display: none;
  }
}
/*****************************/
/* home / index_content_all.php / data-block="74" */
/*****************************/
.sectionBlock_74 .sectionBlock_74-container {
  margin: 32px 0;
  position: relative;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.sectionBlock_74 ul.main-lists-bg {
  position: relative;
  z-index: 2;
}
.sectionBlock_74 ul.main-lists-bg li .item {
  position: relative;
}
.sectionBlock_74 ul.main-lists-bg li .item .Img {
  position: relative;
}
.sectionBlock_74 ul.main-lists-bg li .item .Img img {
  max-width: 100%;
}
.sectionBlock_74 ul.main-lists-bg li .item .overlay {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  /* Black see-through */
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sectionBlock_74 ul.main-lists-bg li .item .Txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.sectionBlock_74 ul.main-lists-bg li .item .Txt .title {
  font-size: 60px;
  color: #fff;
}
.sectionBlock_74 ul.main-lists-bg li .item .Txt p {
  font-size: 20px;
  color: #fff;
  word-break: break-all;
  margin-bottom: 0;
}
.sectionBlock_74 ul.main-lists-bg li .item .btn a {
  margin-top: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0;
  position: relative;
}
.sectionBlock_74 ul.main-lists-bg li .item .btn a::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-radius: 99em;
  background: #b70000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sectionBlock_74 ul.main-lists-bg li .item .btn a img {
  margin-left: 15px;
  position: relative;
  z-index: 5;
}
.sectionBlock_74 ul.main-lists-bg li .item .btn a:hover::after {
  width: 44px;
  height: 44px;
}
.sectionBlock_74 ul.main-lists-bg li .item .btn a:hover img {
  -webkit-animation: arrowrun 0.5s ease-in-out infinite;
          animation: arrowrun 0.5s ease-in-out infinite;
}
.sectionBlock_74 ul.main-lists-nav {
  width: 900px;
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.sectionBlock_74 ul.main-lists-nav li {
  position: relative;
  z-index: 4;
  padding: 10px 10px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.sectionBlock_74 ul.main-lists-nav li.view {
  z-index: 5;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.sectionBlock_74 ul.main-lists-nav li.view .item .Img img {
  opacity: 1;
}
.sectionBlock_74 ul.main-lists-nav li .item {
  position: relative;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.sectionBlock_74 ul.main-lists-nav li .item::before {
  position: relative;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.sectionBlock_74 ul.main-lists-nav li .item .Img {
  margin: 0 -30px;
}
.sectionBlock_74 ul.main-lists-nav li .item .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 0.6;
}
@media (max-width: 1280px) {
  .sectionBlock_74 ul.main-lists-nav {
    bottom: 20px;
  }
}
@media (max-width: 1180px) {
  .sectionBlock_74 ul.main-lists-nav {
    display: none;
  }
  .sectionBlock_74 ul.main-lists-bg li .item .Txt {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
  }
  .sectionBlock_74 ul.exqualityList li .item .Txt .title {
    font-size: 30px;
    font-weight: 700;
  }
  .sectionBlock_74 ul.main-lists-bg li .item .Txt p {
    font-size: 16px;
    line-height: 16px;
  }
  .sectionBlock_74 ul.main-lists-bg li .item .Txt .btn a {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_74 ul.main-lists-bg li:first-child {
    opacity: 1 !important;
  }
  .sectionBlock_74 ul.main-lists-bg li .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sectionBlock_74 ul.main-lists-bg li .item .Txt .btn a {
    margin-top: 10px;
    font-size: 14px;
  }
}
@-webkit-keyframes arrowrun {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(6px, 0);
            transform: translate(6px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes arrowrun {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(6px, 0);
            transform: translate(6px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*****************************/
/* home / index_content_all.php / data-block="75" */
/*****************************/
.sectionBlock_75 {
  background-color: #2b3238;
}
.sectionBlock_75_container {
  max-width: 1200px;
  padding: 150px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  margin: auto;
  font-size: 1rem;
}
.sectionBlock_75_container .intro_contact {
  margin: 0 15%;
  font-weight: 300;
}
.sectionBlock_75_container .share_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sectionBlock_75_container .share_title_bgtitle {
  font-size: 32px;
  font-weight: 500;
  margin-top: 25px;
}
.sectionBlock_75_container .share_title_smtitle {
  font-size: inherit;
  color: #b70000;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  letter-spacing: 3px;
}
.sectionBlock_75_container .des_contact {
  font-size: inherit;
  margin-top: 25px;
  line-height: 1.5;
}
.sectionBlock_75_container .intro_data_contact {
  margin-top: 25px;
}
.sectionBlock_75_container .intro_data_contact a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
}
.sectionBlock_75_container .intro_data_contact a .icon {
  display: inline-block;
  width: 28px;
  text-align: center;
  margin-right: 20px;
}
.sectionBlock_75_container .intro_data_contact a .icon i {
  font-size: 24px;
  color: #000000;
}
.sectionBlock_75_container .intro_data_contact a .icon_contact {
  display: inline-block;
  line-height: 25px;
}
.sectionBlock_75_container .intro_data_contact li:not(:first-child) {
  margin-top: 20px;
}
.sectionBlock_75_container .form_contact {
  margin: 0 10% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  font-size: inherit;
}
.sectionBlock_75_container .form_contact label {
  width: 100%;
}
.sectionBlock_75_container .form_contact label input,
.sectionBlock_75_container .form_contact textarea {
  width: 100%;
  color: #fff;
  background-color: #2b3238;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px 0;
  font-size: inherit;
}
.sectionBlock_75_container .form_contact label input:focus,
.sectionBlock_75_container .form_contact textarea:focus {
  outline: none;
}
.sectionBlock_75_container .form_contact::-webkit-input-placeholder {
  color: #fff;
}
.sectionBlock_75_container .form_contact::-moz-placeholder {
  color: #fff;
}
.sectionBlock_75_container .form_contact:-ms-input-placeholder {
  color: #fff;
}
.sectionBlock_75_container .form_contact::-ms-input-placeholder {
  color: #fff;
}
.sectionBlock_75_container .form_contact::placeholder {
  color: #fff;
}
.sectionBlock_75_container .form_contact .btn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #2b3238;
  background-color: #1a81fd;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: inherit;
}
.sectionBlock_75_container .form_contact .btn a:hover {
  color: #1a81fd;
  border: 1px solid #1a81fd;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .sectionBlock_75_container {
    gap: 0;
  }
}
@media screen and (max-width: 992px) {
  .sectionBlock_75_container .row {
    gap: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  .sectionBlock_75_container .share_title_bgtitle {
    margin-top: 0;
  }
  .sectionBlock_75_container .intro_contact {
    margin: 0 5%;
  }
  .sectionBlock_75_container .form_contact {
    margin: 0 5%;
  }
}
@media screen and (max-width: 576px) {
  .sectionBlock_75_container {
    font-size: 16px;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="76" */
/*****************************/
.sectionBlock_76_productArea {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
}
.sectionBlock_76_productArea::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8%;
  width: 118%;
  height: 100%;
  background-color: #f0f0f0;
  -webkit-transform: skew(18deg);
          transform: skew(18deg);
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s;
  transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s;
}
.sectionBlock_76_productArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.sectionBlock_76_productArea .leftBox {
  -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s 0.5s;
  transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s 0.5s;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  max-width: 290px;
}
.sectionBlock_76_productArea .leftBox .ellipsis {
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #5c5e5d;
}
.sectionBlock_76_productArea .titleBox {
  padding-bottom: 20px;
  position: relative;
}
.sectionBlock_76_productArea .titleBox .en {
  letter-spacing: 0.02em;
  padding-bottom: 10px;
}
.sectionBlock_76_productArea .titleBox .zh {
  font-weight: 400;
  letter-spacing: 0.03em;
}
.sectionBlock_76_productArea .btn {
  padding-top: 40px;
}
.sectionBlock_76_productArea .btn a {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 45px;
  line-height: 45px;
  background-color: #b70000;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 1;
  padding-right: 15px;
}
.sectionBlock_76_productArea .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #076dd3;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.sectionBlock_76_productArea .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  display: block;
  width: 14px;
  height: 45px;
  background-image: url("../images_v4/home/index_content_sectionBlock_76/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.sectionBlock_76_productArea .btn a:hover {
  padding-right: 0;
}
.sectionBlock_76_productArea .btn a:hover::before {
  content: "";
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.sectionBlock_76_productArea .btn a:hover::after {
  content: "";
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.sectionBlock_76_productArea.active::after {
  width: 73%;
}
.sectionBlock_76_productArea.active .leftBox {
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  opacity: 1;
}
.sectionBlock_76_productArea .productList {
  max-width: 820px;
  width: 100%;
}
.sectionBlock_76_productArea .productList li {
  width: 33.33%;
  padding: 10px;
}
.sectionBlock_76_productArea .productList li .item {
  position: relative;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.sectionBlock_76_productArea .productList li .item:hover .Txt {
  opacity: 1;
}
.sectionBlock_76_productArea .productList li .Img {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(85, 85, 85, 0.13);
          box-shadow: 0px 2px 10px 0px rgba(85, 85, 85, 0.13);
}
.sectionBlock_76_productArea .productList li img {
  display: block;
  width: 100%;
}
.sectionBlock_76_productArea .productList li .Txt {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.sectionBlock_76_productArea .productList li .Txt .no {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000000;
  padding-top: 10px;
}
.sectionBlock_76_productArea .productList li .Txt .no::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 160px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.35);
  margin-left: -80px;
}
.sectionBlock_76_productArea .productList li .Txt .text {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  color: #fff;
}
.sectionBlock_76_productArea .productList li .Txt .text::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 160px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.35);
  margin-left: -80px;
}
.sectionBlock_76_productArea .productList li .Txt .text a {
  display: block;
  max-width: 160px;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 861px) {
  .productList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productList li:nth-of-type(1) {
    -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s 1s;
    transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s 1s;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  .productList li:nth-of-type(2) {
    -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s 1.2s;
    transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s 1.2s;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  .productList li:nth-of-type(3) {
    -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s 1.4s;
    transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s 1.4s;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  .productList li:nth-of-type(4) {
    -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s 1.6s;
    transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s 1.6s;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  .productList li:nth-of-type(5) {
    -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s 1.8s;
    transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s 1.8s;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  .productList li:nth-of-type(6) {
    -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s 2s;
    transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s 2s;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  .active .productList li {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .sectionBlock_76_productArea .wrap > .btn {
    display: none;
  }
  .sectionBlock_76_productArea .productList .Txt {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .sectionBlock_76_productArea .productList .Txt::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #b70000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.9;
    z-index: -1;
  }
}
@media (max-width: 1480px) {
  .sectionBlock_76_productArea::after {
    right: -10%;
  }
}
@media (max-width: 1180px) {
  .sectionBlock_76_productArea .wrap {
    -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;
  }
  .sectionBlock_76_productArea .leftBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 800px;
    width: 100%;
    padding-bottom: 20px;
  }
  .sectionBlock_76_productArea::after {
    right: -20%;
  }
}
@media (min-width: 577px) and (max-width: 1180px) {
  .sectionBlock_76_productArea {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sectionBlock_76_productArea .leftBox .infoBox {
    max-width: 290px;
  }
  .sectionBlock_76_productArea .titleBox .en {
    line-height: 1.4;
  }
  .sectionBlock_76_productArea .titleBox .zh {
    line-height: 1.4;
  }
}
@media (max-width: 576px) {
  .sectionBlock_76_productArea .leftBox .btn {
    display: none;
  }
  .sectionBlock_76_productArea::after {
    right: -30%;
  }
  .sectionBlock_76_productArea .productList li .Txt .text {
    color: #333333;
  }
  .sectionBlock_76_productArea .btn {
    padding-top: 0;
  }
}
/*****************************/
/* home / index_content_all.php / data-block="77" */
/*****************************/
.sectionBlock_77 {
  position: relative;
  overflow: hidden;
}
.sectionBlock_77.show .menu ul li {
  opacity: 1;
  -webkit-transform: skewX(20deg) translateX(0px);
          transform: skewX(20deg) translateX(0px);
}
.sectionBlock_77::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 70%;
  height: 100%;
  background-color: #f0f0f0;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s;
  transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s;
}
.sectionBlock_77 .bgImg {
  position: absolute;
  top: 0;
  left: -10%;
  width: 70%;
  height: 100%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s;
  transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s;
}
.sectionBlock_77 .bgImg img {
  display: none;
}
.sectionBlock_77 .bgImg .bg {
  background: url("../images_v4/home/index_content_sectionBlock_77/img.jpg") no-repeat;
  background-size: cover;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  height: 100%;
}
.sectionBlock_77 .menu {
  width: 100vw;
  height: 100%;
  background-color: #fff;
  -webkit-transform: skewX(-20deg) translateX(50%);
          transform: skewX(-20deg) translateX(50%);
  position: relative;
  padding: 5px 0;
}
.sectionBlock_77 .menu ul li {
  opacity: 0;
  -webkit-transform: skewX(20deg) translateX(-20px);
          transform: skewX(20deg) translateX(-20px);
  margin-left: 15px;
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 10px;
  max-width: 200px;
  font-size: 25px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  position: relative;
}
.sectionBlock_77 .menu ul li:not(.txt) {
  margin-top: 20px;
}
.sectionBlock_77 .menu ul li .bigCircle {
  height: 50px;
  width: 50px;
  background-color: #b70000;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -20%;
  -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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sectionBlock_77 .menu ul li .bigCircle .dottedCircle {
  width: 120%;
  height: 120%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px dotted #b70000;
}
.sectionBlock_77 .menu ul li .smallCircle {
  height: 10px;
  width: 10px;
  border: 1px solid #b70000;
  background-color: transparent;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sectionBlock_77 .menu ul li .content {
  color: #b70000;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.sectionBlock_77 .menu ul li .content:has(.txt) {
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
}
.sectionBlock_77 .menu ul li .content .txt {
  font-size: 14px;
  width: 30vw;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333333;
}
.sectionBlock_77 .menu ul li::before {
  content: "";
  border: 1px solid #b70000;
  width: 40%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -10%;
}
.sectionBlock_77 .menu ul li a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
.sectionBlock_77 .menu ul li:nth-child(2n) {
  .content-color: #cccccc;
}
.sectionBlock_77 .menu ul li:nth-child(2n) .bigCircle {
  background-color: #cccccc;
}
.sectionBlock_77 .menu ul li:nth-child(2n) .bigCircle .dottedCircle {
  border: 1px dotted #cccccc;
}
.sectionBlock_77 .menu ul li:nth-child(2n) .smallCircle {
  border: 1px solid #cccccc;
}
.sectionBlock_77 .menu ul li:nth-child(2n)::before {
  border: 1px solid #cccccc;
}
.sectionBlock_77 .menu ul li:hover a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1480px) {
  .sectionBlock_77::before {
    left: -15%;
    width: 65%;
  }
}
@media (max-width: 992px) {
  .sectionBlock_77::before {
    left: -20%;
  }
  .sectionBlock_77.show .menu {
    -webkit-transform: skewX(-20deg) translateX(45%);
            transform: skewX(-20deg) translateX(45%);
  }
  .sectionBlock_77.show .menu ul li .content .txt {
    width: 25vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 576px) {
  .sectionBlock_77::before {
    background-color: transparent;
  }
  .sectionBlock_77 .bgImg {
    padding: 0 15px;
    position: static;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  .sectionBlock_77 .bgImg img {
    display: block;
  }
  .sectionBlock_77.show .menu {
    -webkit-transform: skewX(0deg) translateX(20%);
            transform: skewX(0deg) translateX(20%);
  }
  .sectionBlock_77.show .menu ul li {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  .sectionBlock_77.show .menu ul li .smallCircle {
    display: none;
  }
  .sectionBlock_77.show .menu ul li .content:has(.txt) {
    -webkit-transform: translateX(-30px) translateY(13px);
            transform: translateX(-30px) translateY(13px);
  }
  .sectionBlock_77.show .menu ul li .content:not(.txt) {
    -webkit-transform: translateY(-5px) translateX(-33px);
            transform: translateY(-5px) translateX(-33px);
  }
  .sectionBlock_77.show .menu ul li .content .txt {
    width: 50vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .sectionBlock_77.show .menu ul li::before {
    display: none;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="77-5" */
/*****************************/
.sectionBlock_77-5 {
  position: relative;
  overflow: hidden;
}
.sectionBlock_77-5.show .menu ul li {
  opacity: 1;
  -webkit-transform: skewX(-20deg) translateX(-25%);
          transform: skewX(-20deg) translateX(-25%);
}
.sectionBlock_77-5::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10%;
  width: 70%;
  height: 100%;
  background-color: #f0f0f0;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s;
  transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s;
}
.sectionBlock_77-5 .bgImg {
  position: absolute;
  top: 0;
  right: 0%;
  width: 70%;
  height: 100%;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s;
  transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s;
}
.sectionBlock_77-5 .bgImg img {
  display: none;
}
.sectionBlock_77-5 .bgImg .bg {
  background: url("../images_v4/home/index_content_sectionBlock_75-5/img.jpg") no-repeat;
  background-size: cover;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  height: 100%;
}
.sectionBlock_77-5 .menu {
  width: 100vw;
  height: 100%;
  background-color: #fff;
  -webkit-transform: skewX(20deg) translateX(-50%);
          transform: skewX(20deg) translateX(-50%);
  position: relative;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.sectionBlock_77-5 .menu ul {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.sectionBlock_77-5 .menu ul li {
  opacity: 0;
  -webkit-transform: skewX(-20deg) translateX(-30%);
          transform: skewX(-20deg) translateX(-30%);
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.sectionBlock_77-5 .menu ul li .bigCircle {
  height: 50px;
  width: 50px;
  background-color: #b70000;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -30%;
  -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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sectionBlock_77-5 .menu ul li .bigCircle .dottedCircle {
  width: 120%;
  height: 120%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px dotted #b70000;
}
.sectionBlock_77-5 .menu ul li .smallCircle {
  height: 10px;
  width: 10px;
  border: 1px solid #b70000;
  background-color: transparent;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sectionBlock_77-5 .menu ul li .content {
  color: #b70000;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.sectionBlock_77-5 .menu ul li .content:has(.txt) {
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sectionBlock_77-5 .menu ul li .content .txt {
  font-size: 14px;
  width: 30vw;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333333;
}
.sectionBlock_77-5 .menu ul li .content a {
  text-align: end;
}
.sectionBlock_77-5 .menu ul li::before {
  content: "";
  border: 1px solid #b70000;
  width: 25%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: -30%;
}
.sectionBlock_77-5 .menu ul li a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
.sectionBlock_77-5 .menu ul li:nth-child(2n) {
  .content-color: #cccccc;
}
.sectionBlock_77-5 .menu ul li:nth-child(2n) .bigCircle {
  background-color: #cccccc;
}
.sectionBlock_77-5 .menu ul li:nth-child(2n) .bigCircle .dottedCircle {
  border: 1px dotted #cccccc;
}
.sectionBlock_77-5 .menu ul li:nth-child(2n) .smallCircle {
  border: 1px solid #cccccc;
}
.sectionBlock_77-5 .menu ul li:nth-child(2n)::before {
  border: 1px solid #cccccc;
}
.sectionBlock_77-5 .menu ul li:hover a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1480px) {
  .sectionBlock_77-5::before {
    left: -15%;
    width: 65%;
  }
}
@media (max-width: 992px) {
  .sectionBlock_77-5::before {
    left: -20%;
  }
  .sectionBlock_77-5.show .menu {
    -webkit-transform: skewX(20deg) translateX(-40%);
            transform: skewX(20deg) translateX(-40%);
  }
  .sectionBlock_77-5.show .menu ul li .content .txt {
    width: 25vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 576px) {
  .sectionBlock_77-5::before {
    background-color: transparent;
  }
  .sectionBlock_77-5 .bgImg {
    padding: 0 15px;
    position: static;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  .sectionBlock_77-5 .bgImg img {
    display: block;
  }
  .sectionBlock_77-5.show .menu {
    -webkit-transform: skewX(0deg) translateX(-60%);
            transform: skewX(0deg) translateX(-60%);
  }
  .sectionBlock_77-5.show .menu ul li {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  .sectionBlock_77-5.show .menu ul li::before {
    display: none;
  }
  .sectionBlock_77-5.show .menu ul li .bigCircle {
    right: -65%;
  }
  .sectionBlock_77-5.show .menu ul li .smallCircle {
    display: none;
  }
  .sectionBlock_77-5.show .menu ul li .content {
    -webkit-transform: translateX(120%) translateY(-5px);
            transform: translateX(120%) translateY(-5px);
  }
  .sectionBlock_77-5.show .menu ul li .content:has(.txt) {
    -webkit-transform: translateX(50%) translateY(13px);
            transform: translateX(50%) translateY(13px);
  }
  .sectionBlock_77-5.show .menu ul li .content:has(.txt) a {
    margin-right: 14px;
  }
  .sectionBlock_77-5.show .menu ul li .content .txt {
    width: 50vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="78" */
/*****************************/
.sectionBlock_78 .sectionBlock_78-container {
  position: relative;
}
.sectionBlock_78 .num-intro {
  color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 60px 35px 35px;
}
.sectionBlock_78 .num-intro .text {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
.sectionBlock_78 .num-intro .text p {
  margin-bottom: 40px;
  display: block;
}
.sectionBlock_78 .num-intro .text .title {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.sectionBlock_78 .num-intro .idx-num-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.sectionBlock_78 .num-intro .idx-num-lists li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sectionBlock_78 .num-intro .idx-num-lists strong {
  color: #ffffff;
  font-size: 32px;
}
.sectionBlock_78 .num-intro .idx-num-lists p {
  color: #999999;
  line-height: 24px;
}
.sectionBlock_78 .loaded .num-intro .text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.sectionBlock_78 .loaded .num-intro .idx-num-lists-item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.sectionBlock_78 .application-slide-wrap {
  padding: 35px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sectionBlock_78 .application-slide-wrap [class^=swiper-button-] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #b70000;
  top: 18%;
}
.sectionBlock_78 .application-slide-wrap [class^=swiper-button-]::after {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sectionBlock_78 .application-slide-wrap [class^=swiper-button-]:hover::after {
  color: #ffffff;
}
.sectionBlock_78 .application-slide-wrap .swiper-button-prev {
  left: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: none;
}
.sectionBlock_78 .application-slide-wrap .swiper-button-prev::after {
  -webkit-transform: rotate(-180deg) translate(50%, 50%);
          transform: rotate(-180deg) translate(50%, 50%);
}
.sectionBlock_78 .application-slide-wrap .swiper-button-next {
  right: 5%;
  -webkit-transform: translateX(50%) !important;
          transform: translateX(50%) !important;
  background-image: none;
}
.sectionBlock_78 .idx-item {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}
.sectionBlock_78 .idx-item .left {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sectionBlock_78 .idx-item .left .text {
  background-color: #ffffff;
  padding: 40px 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sectionBlock_78 .idx-item .left .text::before {
  content: attr(data-num);
  display: block;
  font-size: 42px;
  position: absolute;
  right: 35px;
  top: 0;
  line-height: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sectionBlock_78 .idx-item .left .text .right-title {
  color: #ffffff;
}
.sectionBlock_78 .idx-item img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.sectionBlock_78 .right-title {
  width: calc(100% - 5px);
  font-weight: bold;
  margin-bottom: 30px;
  color: #2c2c2c;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sectionBlock_78 .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.sectionBlock_78 .icon::before {
  content: "\f061";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #b70000;
}

@media (min-width: 740px) {
  .sectionBlock_78 .sectionBlock_78-container {
    background: #2c2c2c url("../images_v4/home/index_content_sectionBlock_78/idx-map-lg.webp") no-repeat center top;
    background-size: 100% auto;
  }
  .sectionBlock_78 .num-intro {
    padding: 30px 70px 30px;
  }
  .sectionBlock_78 .sectionBlock_78-container .swiper-slide {
    width: 27.75% !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-right: 40px;
  }
  .sectionBlock_78 .sectionBlock_78-container .swiper-slide-next {
    width: 50% !important;
  }
  .sectionBlock_78 .sectionBlock_78-container .swiper-slide-next .idx-item .left img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .sectionBlock_78 .sectionBlock_78-container .swiper-slide-next .idx-item .left .text {
    background-color: #b70000;
    color: #2c2c2c;
  }
  .sectionBlock_78 .sectionBlock_78-container .swiper-slide-next .idx-item .left .text::before {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
  }
  .sectionBlock_78 .sectionBlock_78-container .swiper-slide-next .idx-item .right {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
  .sectionBlock_78 .application-slide-wrap {
    padding: 0 0 50px 10%;
  }
  .sectionBlock_78 .idx-item .left {
    width: 25vw;
  }
  .sectionBlock_78 .idx-item .left .text {
    background-color: #2c2c2c;
    background-color: #000;
    color: #ffffff;
  }
  .sectionBlock_78 .idx-item .left .text::before {
    right: 50px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .sectionBlock_78 .idx-item .left .text strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sectionBlock_78 .idx-item .right {
    padding: 0 0 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }
  .sectionBlock_78 .idx-item .right .right-title {
    color: #ffffff;
    display: block;
    margin-top: 10%;
  }
  .sectionBlock_78 .idx-item .right p {
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .sectionBlock_78 .idx-item img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}
@media (min-width: 980px) {
  .sectionBlock_78 .idx-num-lists {
    margin-left: 15%;
  }
  .sectionBlock_78 .num-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15vh;
    padding-bottom: 10vh;
  }
  .sectionBlock_78 .idx-item .right {
    padding: 0 0 0 0;
  }
  .sectionBlock_78 .idx-item .right .right-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 1100px) {
  .sectionBlock_78 .num-intro {
    max-width: 80%;
    margin: 0 0 0 14%;
    padding: 60px 0 0;
  }
  .sectionBlock_78 .num-intro .idx-num-lists strong {
    font-size: 60px;
  }
  .sectionBlock_78 .idx-num-lists li {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    gap: 20px;
  }
  .sectionBlock_78 .idx-num-lists li:nth-of-type(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .sectionBlock_78 .idx-num-lists li:nth-of-type(2) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .sectionBlock_78 .idx-num-lists li:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .sectionBlock_78 .idx-item .left .text {
    padding: 30px 40px;
  }
  .sectionBlock_78 .idx-item .left .text::before {
    font-size: 60px;
  }
  .sectionBlock_78 .idx-item .left .text .title {
    font-size: 42px;
  }
  .sectionBlock_78 .loaded .num-intro .text {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .sectionBlock_78 .loaded .idx-num-lists-item {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media (min-width: 1780px) {
  .sectionBlock_78 .num-intro {
    margin: 0 0 0 24%;
    max-width: 60%;
    padding: 20px 0 0px;
  }
  .sectionBlock_78 .num-intro .text .title {
    font-size: 50px;
  }
  .sectionBlock_78 .idx-item .left .text {
    padding: 40px 50px;
  }
  .sectionBlock_78 .idx-item .left .text::before {
    font-size: 70px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_78 .application-slide-wrap [class^=swiper-button-] {
    width: 40px;
    height: 40px;
    top: 30%;
  }
  .sectionBlock_78 .idx-item .left .text {
    background-color: #b70000;
  }
  .sectionBlock_78 .idx-item img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}
@media (min-width: 0) and (max-width: 739px) {
  .sectionBlock_78-container {
    background: #f6f6f6 url("../images_v4/home/index_content_sectionBlock_78/idx-map.png") no-repeat center top;
    background-size: 100% auto;
  }
}
/*****************************/
/* home / index_content_all.php / data-block="79" */
/*****************************/
.sectionBlock_79_bg {
  background-image: url("../images_v4/home/index_content_sectionBlock_79/bg.webp");
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
}

.sectionBlock_79_container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1520px;
  margin-top: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3rem;
  padding-left: 3rem;
}
.sectionBlock_79_container .title {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333333;
}
.sectionBlock_79_container .content {
  margin-left: 1.5rem;
}
.sectionBlock_79_container .content_title {
  position: relative;
  padding-left: 165px;
  color: #999999;
}
.sectionBlock_79_container .content_title::before {
  content: "";
  display: block;
  width: 124px;
  height: 1px;
  background: #949494;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0.3;
}
.sectionBlock_79_container .content_txt {
  margin-top: 0.5rem;
  padding-top: 0.25rem;
  font-weight: 300;
}
.sectionBlock_79_container .imageContent {
  padding-bottom: 1rem;
  position: relative;
}
.sectionBlock_79_container .imageContent .item {
  margin-bottom: 1.5rem;
}
.sectionBlock_79_container .imageContent .item-link {
  height: 588px;
  padding-top: 1rem;
  position: relative;
  display: block;
}
.sectionBlock_79_container .imageContent .item-link picture {
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}
.sectionBlock_79_container .imageContent .item-link picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.sectionBlock_79_container .imageContent .item-link picture::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b70000;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sectionBlock_79_container .imageContent .item-link:hover picture::after {
  -webkit-transform: translate(19px, 19px);
          transform: translate(19px, 19px);
  opacity: 1;
}
.sectionBlock_79_container .imageContent .item_txt {
  position: relative;
  text-align: center;
  color: #333333;
}
.sectionBlock_79_container .imageContent .item_txt .title {
  font-weight: 700;
  display: block;
  color: inherit;
}
.sectionBlock_79_container .imageContent .item_txt .price {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sectionBlock_79_container .imageContent .item_txt .price span {
  color: inherit;
}
.sectionBlock_79_container .imageContent .item_txt .price span:nth-child(1), .sectionBlock_79_container .imageContent .item_txt .price span:nth-child(4) {
  font-size: 22px;
  font-weight: 900;
}
.sectionBlock_79_container .imageContent .item_txt .price span:nth-child(2), .sectionBlock_79_container .imageContent .item_txt .price span:nth-child(3), .sectionBlock_79_container .imageContent .item_txt .price span:nth-child(5) {
  font-size: 14px;
}
.sectionBlock_79_container .imageContent .item_txt.text-white {
  color: #ffffff;
}
.sectionBlock_79_container .imageContent .item:nth-child(2) {
  margin-top: 120px;
}

@media (min-width: 576px) {
  .sectionBlock_79_container .imageContent .item {
    margin-bottom: 0;
  }
  .sectionBlock_79_container .imageContent .item_link {
    padding-top: 1.5rem;
  }
  .sectionBlock_79_container .imageContent .item_txt .price {
    display: block;
  }
}
@media (min-width: 768px) {
  .sectionBlock_79_container {
    padding: 3rem 0;
  }
  .sectionBlock_79_container .title {
    margin-bottom: 1.5rem;
  }
  .sectionBlock_79_container .content {
    padding-right: 0.5rem;
    padding-left: 3rem;
  }
  .sectionBlock_79_container .content_title {
    margin-left: 0;
  }
  .sectionBlock_79_container .content_txt {
    margin-top: 1.5rem;
    padding-top: 0;
    padding-bottom: 3rem;
  }
  .sectionBlock_79_container .imageContent {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .sectionBlock_79_container {
    padding-right: 1.5rem;
  }
  .sectionBlock_79_container .imageContent .item {
    margin-bottom: 1.5rem;
  }
  .sectionBlock_79_container .imageContent .item_txt .title {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .sectionBlock_79_container {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .sectionBlock_79_container {
    padding-right: 0;
  }
  .sectionBlock_79_container .contact {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1599px) {
  .sectionBlock_79_container .imageContent .item_link {
    height: 540px;
  }
}
@media (max-width: 1399px) {
  .sectionBlock_79_container .imageContent .item_link {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_79_container .imageContent .item_link {
    height: 400px;
  }
}
@media (max-width: 820px) {
  .sectionBlock_79_container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .sectionBlock_79_container .imageContent .item {
    margin-top: 0;
  }
  .sectionBlock_79_container .imageContent .item_link {
    overflow: hidden;
  }
  .sectionBlock_79_container .imageContent .item:nth-child(2) {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_79_container {
    padding-right: 0;
    padding-left: 0;
  }
  .sectionBlock_79_container .imageContent .item_link {
    height: 150px;
  }
  .sectionBlock_79_container .imageContent .item_link picture {
    width: 100%;
  }
}
/*****************************/
/* home / index_content_all.php / data-block="80" */
/*****************************/
.sectionBlock_80 {
  padding: 64px 0;
}
.sectionBlock_80 .honeycomb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  -webkit-transform: translateY(31.625px);
          transform: translateY(31.625px);
}
.sectionBlock_80 .honeycomb-cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 230px;
          flex: 0 1 230px;
  max-width: 230px;
  height: 126.5px;
  margin: 60.2380952381px 35px 70px;
  position: relative;
  padding: 0.7rem;
  text-align: center;
  z-index: 1;
}
.sectionBlock_80 .honeycomb-cell__title {
  height: 100%;
  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;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sectionBlock_80 .honeycomb-cell__title .icon {
  opacity: 0;
  font-size: 40px;
  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;
}
.sectionBlock_80 .honeycomb-cell__title .Txt {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: break-word;
  text-transform: uppercase;
  text-align: end;
}
.sectionBlock_80 .honeycomb-cell__title .Txt .ct {
  border-bottom: 1px solid #fff;
  position: relative;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1.222222rem;
}
@media (max-width: 1440px) {
  .sectionBlock_80 .honeycomb-cell__title .Txt .ct {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_80 .honeycomb-cell__title .Txt .ct {
    font-size: 1rem;
  }
}
.sectionBlock_80 .honeycomb-cell__title .Txt .ct::before {
  content: "";
  width: 40%;
  padding-bottom: 2.5em;
  border-bottom: 4px solid #fff;
  position: absolute;
  top: -13px;
  z-index: 2;
}
.sectionBlock_80 .honeycomb-cell__title .Txt .en {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sectionBlock_80 .honeycomb-cell__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sectionBlock_80 .honeycomb-cell::before, .sectionBlock_80 .honeycomb-cell::after {
  content: "";
}
.sectionBlock_80 .honeycomb-cell::before, .sectionBlock_80 .honeycomb-cell::after, .sectionBlock_80 .honeycomb-cell__image {
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
}
.sectionBlock_80 .honeycomb-cell::before {
  background: #b70000;
  -webkit-transform: scale(1.055);
          transform: scale(1.055);
}
.sectionBlock_80 .honeycomb-cell::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  opacity: 0.5;
  -webkit-transition: opacity 350ms;
  transition: opacity 350ms;
}
.sectionBlock_80 .honeycomb-cell:hover .honeycomb-cell__title .icon {
  opacity: 1;
}
.sectionBlock_80 .honeycomb-cell:hover::before {
  background: #000000;
}
.sectionBlock_80 .honeycomb-cell:hover::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#b70000));
  background: linear-gradient(to bottom, #000000, #b70000);
  opacity: 0.8;
}
.sectionBlock_80 .honeycomb__placeholder {
  display: none;
  opacity: 0;
  width: 230px;
  margin: 0 35px;
}
@media (max-width: 600px) {
  .sectionBlock_80 .honeycomb-cell {
    margin: 98.25px 70px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .sectionBlock_80 .honeycomb-cell:nth-child(3n) {
    margin-right: calc(50% - 115px);
    margin-left: calc(50% - 115px);
  }
  .sectionBlock_80 .honeycomb__placeholder:nth-child(3n+5) {
    display: block;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .sectionBlock_80 .honeycomb-cell:nth-child(5n+4) {
    margin-left: calc(50% - 300px);
  }
  .sectionBlock_80 .honeycomb-cell:nth-child(5n+5) {
    margin-right: calc(50% - 300px);
  }
  .sectionBlock_80 .honeycomb__placeholder:nth-child(5n),
  .sectionBlock_80 .honeycomb__placeholder:nth-child(5n+3) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .sectionBlock_80 .honeycomb-cell:nth-child(7n+5) {
    margin-left: calc(50% - 415px);
  }
  .sectionBlock_80 .honeycomb-cell:nth-child(7n+7),
  .sectionBlock_80 .honeycomb-cell:nth-child(7n+5):nth-last-child(2) {
    margin-right: calc(50% - 415px);
  }
  .sectionBlock_80 .honeycomb__placeholder:nth-child(7n+7),
  .sectionBlock_80 .honeycomb__placeholder:nth-child(7n+9),
  .sectionBlock_80 .honeycomb__placeholder:nth-child(7n+11) {
    display: block;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="80.5" */
/*****************************/
.sectionBlock_80-5 {
  padding: 64px 0;
}
.sectionBlock_80-5 .honeycomb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  -webkit-transform: translateY(31.625px);
          transform: translateY(31.625px);
}
.sectionBlock_80-5 .honeycomb-cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 230px;
          flex: 0 1 230px;
  max-width: 230px;
  height: 126.5px;
  margin: 60.2380952381px 35px 70px;
  position: relative;
  padding: 0.7rem;
  text-align: center;
  z-index: 1;
}
.sectionBlock_80-5 .honeycomb-cell__title {
  height: 100%;
  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;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sectionBlock_80-5 .honeycomb-cell__title .icon {
  opacity: 0;
  font-size: 40px;
  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;
}
.sectionBlock_80-5 .honeycomb-cell__title .Txt {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: break-word;
  text-transform: uppercase;
  text-align: end;
}
.sectionBlock_80-5 .honeycomb-cell__title .Txt .ct {
  border-bottom: 1px solid #fff;
  position: relative;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1.222222rem;
}
@media (max-width: 1440px) {
  .sectionBlock_80-5 .honeycomb-cell__title .Txt .ct {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_80-5 .honeycomb-cell__title .Txt .ct {
    font-size: 1rem;
  }
}
.sectionBlock_80-5 .honeycomb-cell__title .Txt .ct::before {
  content: "";
  width: 40%;
  padding-bottom: 2.5em;
  border-bottom: 4px solid #fff;
  position: absolute;
  top: -13px;
  z-index: 2;
}
.sectionBlock_80-5 .honeycomb-cell__title .Txt .en {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sectionBlock_80-5 .honeycomb-cell__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sectionBlock_80-5 .honeycomb-cell::before, .sectionBlock_80-5 .honeycomb-cell::after {
  content: "";
}
.sectionBlock_80-5 .honeycomb-cell::before, .sectionBlock_80-5 .honeycomb-cell::after, .sectionBlock_80-5 .honeycomb-cell__image, .sectionBlock_80-5 .honeycomb-cell__second {
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -2;
}
.sectionBlock_80-5 .honeycomb-cell::before {
  background: #b70000;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.sectionBlock_80-5 .honeycomb-cell__image {
  z-index: -1;
}
.sectionBlock_80-5 .honeycomb-cell::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  opacity: 0.5;
  -webkit-transition: opacity 350ms;
  transition: opacity 350ms;
  z-index: -1;
}
.sectionBlock_80-5 .honeycomb-cell__second {
  background-color: #fff;
  -webkit-transform: scale(1.17);
          transform: scale(1.17);
}
.sectionBlock_80-5 .honeycomb-cell:hover .honeycomb-cell__title .icon {
  opacity: 1;
}
.sectionBlock_80-5 .honeycomb-cell:hover::before {
  background: #000000;
}
.sectionBlock_80-5 .honeycomb-cell:hover::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#b70000));
  background: linear-gradient(to bottom, #000000, #b70000);
  opacity: 0.8;
}
.sectionBlock_80-5 .honeycomb__placeholder {
  display: none;
  opacity: 0;
  width: 230px;
  margin: 0 35px;
}
@media (max-width: 600px) {
  .sectionBlock_80-5 .honeycomb-cell {
    margin: 98.25px 70px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .sectionBlock_80-5 .honeycomb-cell:nth-child(3n) {
    margin-right: calc(50% - 115px);
    margin-left: calc(50% - 115px);
  }
  .sectionBlock_80-5 .honeycomb__placeholder:nth-child(3n+5) {
    display: block;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .sectionBlock_80-5 .honeycomb-cell:nth-child(5n+4) {
    margin-left: calc(50% - 300px);
  }
  .sectionBlock_80-5 .honeycomb-cell:nth-child(5n+5) {
    margin-right: calc(50% - 300px);
  }
  .sectionBlock_80-5 .honeycomb__placeholder:nth-child(5n),
  .sectionBlock_80-5 .honeycomb__placeholder:nth-child(5n+3) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .sectionBlock_80-5 .honeycomb-cell:nth-child(7n+5) {
    margin-left: calc(50% - 415px);
  }
  .sectionBlock_80-5 .honeycomb-cell:nth-child(7n+7),
  .sectionBlock_80-5 .honeycomb-cell:nth-child(7n+5):nth-last-child(2) {
    margin-right: calc(50% - 415px);
  }
  .sectionBlock_80-5 .honeycomb__placeholder:nth-child(7n+7),
  .sectionBlock_80-5 .honeycomb__placeholder:nth-child(7n+9),
  .sectionBlock_80-5 .honeycomb__placeholder:nth-child(7n+11) {
    display: block;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="80.7" */
/*****************************/
.sectionBlock_80-7 {
  padding: 64px 0;
}
.sectionBlock_80-7 .honeycomb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  -webkit-transform: translateY(31.625px);
          transform: translateY(31.625px);
}
.sectionBlock_80-7 .honeycomb-cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 230px;
          flex: 0 1 230px;
  max-width: 230px;
  height: 126.5px;
  margin: 60.2380952381px 35px 70px;
  position: relative;
  padding: 0.7rem;
  text-align: center;
  z-index: 1;
}
.sectionBlock_80-7 .honeycomb-cell__title {
  height: 100%;
  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;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sectionBlock_80-7 .honeycomb-cell__title .icon {
  opacity: 0;
  font-size: 40px;
  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;
}
.sectionBlock_80-7 .honeycomb-cell__title .Txt {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: break-word;
  text-transform: uppercase;
  text-align: end;
}
.sectionBlock_80-7 .honeycomb-cell__title .Txt .ct {
  padding-bottom: 2.5px;
  border-bottom: 1px solid #fff;
  position: relative;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1.222222rem;
}
@media (max-width: 1440px) {
  .sectionBlock_80-7 .honeycomb-cell__title .Txt .ct {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_80-7 .honeycomb-cell__title .Txt .ct {
    font-size: 1rem;
  }
}
.sectionBlock_80-7 .honeycomb-cell__title .Txt .ct::before {
  content: "";
  width: 40%;
  padding-bottom: 2.5em;
  border-bottom: 4px solid #fff;
  position: absolute;
  top: -20px;
  z-index: 2;
}
.sectionBlock_80-7 .honeycomb-cell__title .Txt .en {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sectionBlock_80-7 .honeycomb-cell__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sectionBlock_80-7 .honeycomb-cell::before, .sectionBlock_80-7 .honeycomb-cell::after {
  content: "";
}
.sectionBlock_80-7 .honeycomb-cell::before, .sectionBlock_80-7 .honeycomb-cell::after, .sectionBlock_80-7 .honeycomb-cell__image, .sectionBlock_80-7 .honeycomb-cell__second {
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -2;
}
.sectionBlock_80-7 .honeycomb-cell::before {
  background: #b70000;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.sectionBlock_80-7 .honeycomb-cell__image {
  z-index: -1;
}
.sectionBlock_80-7 .honeycomb-cell::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  opacity: 0.5;
  -webkit-transition: opacity 350ms;
  transition: opacity 350ms;
  z-index: -1;
}
.sectionBlock_80-7 .honeycomb-cell__second {
  background-color: #fff;
  -webkit-transform: scale(1.17);
          transform: scale(1.17);
}
.sectionBlock_80-7 .honeycomb-cell:hover .honeycomb-cell__title .icon {
  opacity: 1;
}
.sectionBlock_80-7 .honeycomb-cell:hover::before {
  background: #000000;
}
.sectionBlock_80-7 .honeycomb-cell:hover::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#b70000));
  background: linear-gradient(to bottom, #000000, #b70000);
  opacity: 0.8;
}
.sectionBlock_80-7 .honeycomb__placeholder {
  display: none;
  opacity: 0;
  width: 230px;
  margin: 0 35px;
}
@media (max-width: 600px) {
  .sectionBlock_80-7 .honeycomb-cell {
    margin: 98.25px 70px;
    max-width: none;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .sectionBlock_80-7 .honeycomb-cell:nth-child(3n+1) {
    margin-right: calc(50% - 115px);
    margin-left: calc(50% - 115px);
  }
  .sectionBlock_80-7 .honeycomb__placeholder:nth-child(3n+5) {
    display: block;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .sectionBlock_80-7 .honeycomb-cell:nth-child(5n+1) {
    margin-left: calc(50% - 300px);
  }
  .sectionBlock_80-7 .honeycomb-cell:nth-child(5n+2) {
    margin-right: calc(50% - 300px);
  }
  .sectionBlock_80-7 .honeycomb__placeholder:nth-child(5n+2),
  .sectionBlock_80-7 .honeycomb__placeholder:nth-child(5n) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .sectionBlock_80-7 .honeycomb-cell:nth-child(7n+1) {
    margin-left: calc(50% - 415px);
  }
  .sectionBlock_80-7 .honeycomb-cell:nth-child(7n+3) {
    margin-right: calc(50% - 415px);
  }
  .sectionBlock_80-7 .honeycomb-cell:nth-child(7n+8),
  .sectionBlock_80-7 .honeycomb-cell:nth-child(7n+1):nth-last-child(2) {
    margin-right: calc(50% - 415px);
  }
  .sectionBlock_80-7 .honeycomb__placeholder:nth-child(7n+7),
  .sectionBlock_80-7 .honeycomb__placeholder:nth-child(7n+9),
  .sectionBlock_80-7 .honeycomb__placeholder:nth-child(7n+11) {
    display: block;
  }
}
@media (max-width: 576px) {
  .sectionBlock_80-7 .honeycomb-cell {
    margin-right: calc((100vw - 230px) / 2);
    margin-left: calc((100vw - 230px) / 2);
  }
}

/*****************************/
/* home / index_content_all.php / data-block="81" */
/*****************************/
.sectionBlock_81 {
  position: relative;
}
.sectionBlock_81 > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionBlock_81 .mainContent_title {
  font-weight: 700;
  color: #333333;
}
.sectionBlock_81 .secondContent_title span {
  position: relative;
  padding-left: 165px;
  color: #999999;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_81 .secondContent_title span {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_81 .secondContent_title span {
    font-size: 1rem;
  }
}
.sectionBlock_81 .secondContent_title span::before {
  content: "";
  display: block;
  width: 124px;
  height: 1px;
  background: #949494;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0.3;
}
.sectionBlock_81 .secondContent_row {
  max-width: 598px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}
.sectionBlock_81 .secondContent_items {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.sectionBlock_81 .secondContent_items .item .img-inner {
  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;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sectionBlock_81 .secondContent_items .item .img-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #b70000;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sectionBlock_81 .secondContent_items .item .txt-cn {
  color: #333333;
  font-weight: 700;
  padding-top: 0.25em;
}
.sectionBlock_81 .secondContent_items .item .txt-en {
  color: #999999;
}
.sectionBlock_81 .secondContent_items .item:hover .img-inner::after {
  width: 38px;
  height: 38px;
  opacity: 1;
  -webkit-transform: translate(-10%, -95%);
          transform: translate(-10%, -95%);
}
.sectionBlock_81 .imgContent {
  display: none;
  position: relative;
}
.sectionBlock_81 .imgContent .tree {
  width: 52.3%;
  left: 4.6%;
  bottom: 19%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
.sectionBlock_81 .imgContent .tree img {
  -webkit-animation: wave 2s linear 0s infinite;
          animation: wave 2s linear 0s infinite;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.sectionBlock_81 .btnLink {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.5rem;
}
.sectionBlock_81 .btnLink .more {
  left: 52.5%;
  top: 68%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  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;
  background-color: #b70000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
  color: #fff;
}
.sectionBlock_81 .btnLink .more:hover {
  background: #b70000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .sectionBlock_81 > .row {
    padding-top: 0.5rem;
  }
  .sectionBlock_81 .mainContent {
    padding-top: 1.5rem;
    padding-left: 3rem;
  }
  .sectionBlock_81 .mainContent_title {
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
  .sectionBlock_81 .secondContent_title {
    margin-left: 0;
  }
  .sectionBlock_81 .secondContent_row {
    padding-top: 0.25rem;
  }
  .sectionBlock_81 .secondContent_items .item .img-inner {
    margin-left: 0;
  }
  .sectionBlock_81 .imgContent {
    display: block;
  }
  .sectionBlock_81 .btnLink {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .sectionBlock_81 .mainContent {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sectionBlock_81 .btnLink {
    margin-top: 0;
  }
  .sectionBlock_81 .btnLink .more {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .sectionBlock_81 .secondContent {
    padding-left: 3rem;
  }
}
@media (min-width: 1400px) {
  .sectionBlock_81 .secondContent {
    margin-left: 1.5rem;
  }
  .sectionBlock_81 .secondContent_title {
    padding-left: 0.5rem;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_81 .secondContent_title span {
    padding-left: 95px;
  }
  .sectionBlock_81 .secondContent_title span::before {
    width: 80px;
  }
  .sectionBlock_81 .mainContent {
    padding-top: 0;
  }
  .sectionBlock_81 .secondContent_row {
    margin-top: 1.5rem;
  }
  .sectionBlock_81 .btnLink .more {
    left: 50%;
  }
}
@media (max-width: 991px) {
  .sectionBlock_81 .secondContent_row {
    padding-left: 100px;
  }
  .sectionBlock_81 .btnLink .more {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) {
  .sectionBlock_81 .secondContent_row {
    padding-left: 0px;
  }
  .sectionBlock_81 .secondContent_items {
    text-align: center;
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  25% {
    -webkit-transform: skewX(0.5deg);
            transform: skewX(0.5deg);
  }
  50% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  75% {
    -webkit-transform: skewX(-0.5deg);
            transform: skewX(-0.5deg);
  }
  100% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  25% {
    -webkit-transform: skewX(0.5deg);
            transform: skewX(0.5deg);
  }
  50% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  75% {
    -webkit-transform: skewX(-0.5deg);
            transform: skewX(-0.5deg);
  }
  100% {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
}

/*****************************/
/* home / index_content_all.php / data-block="82" */
/*****************************/
.sectionBlock_82 {
  padding: 50px 0px 90px;
  overflow: hidden;
}
.sectionBlock_82 .processList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -150px;
}
.sectionBlock_82 .processList li {
  padding: 25px 0;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
}
.sectionBlock_82 .processList li .item {
  cursor: pointer;
  position: relative;
  width: 200px;
}
.sectionBlock_82 .processList li .item::before {
  content: "";
  position: absolute;
  top: 42px;
  right: -50px;
  width: 50px;
  height: 31px;
  background-repeat: no-repeat;
  background-image: url("../images_v4/home/index_content_sectionBlock_82/arrow.png");
  border-style: cover;
}
.sectionBlock_82 .processList li:nth-of-type(1) {
  padding-top: 75px;
}
.sectionBlock_82 .processList li:nth-of-type(1) .item {
  cursor: default;
  width: 210px;
}
.sectionBlock_82 .processList li:nth-of-type(1) .item::before {
  width: 0;
}
.sectionBlock_82 .processList li:nth-of-type(1) .titleBox .title {
  font-weight: 700;
}
.sectionBlock_82 .processList li:nth-of-type(1) .Txt {
  padding: 0;
  letter-spacing: 1px;
}
.sectionBlock_82 .titleBox {
  margin-bottom: 15px;
  text-align: left;
  position: relative;
}
.sectionBlock_82 .titleBox .enTitle {
  font-weight: 400;
  color: #b70000;
  letter-spacing: 0.05em;
}
.sectionBlock_82 .titleBox .title {
  font-weight: 300;
  color: #333333;
}
.sectionBlock_82 .Txt {
  padding-right: 35px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1px;
}
.sectionBlock_82 .Txt .title {
  position: relative;
  padding: 5px 0 5px;
  z-index: 1;
}
.sectionBlock_82 .Txt .title a {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: none;
  font-weight: 700;
}
.sectionBlock_82 .Txt .num {
  position: absolute;
  top: -20px;
  right: 0;
  width: 85px;
  text-align: center;
  font-size: 125px;
  font-weight: 600;
  color: #f2f8fa;
  line-height: 1;
}
.sectionBlock_82 .Txt p {
  position: relative;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sectionBlock_82.show .processList li {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .sectionBlock_82 .container {
    width: 100%;
    padding: 0 150px;
  }
}
@media (max-width: 1680px) {
  .sectionBlock_82 .processList {
    margin-right: -110px;
  }
  .sectionBlock_82 .processList li:nth-child(4), .sectionBlock_82 .processList li:last-child {
    width: auto;
  }
  .sectionBlock_82 .processList li:nth-child(4) .item::before, .sectionBlock_82 .processList li:last-child .item::before {
    width: 0px;
  }
}
@media (max-width: 1180px) {
  .sectionBlock_82 .processList {
    margin-right: 0px;
  }
  .sectionBlock_82 .processList li .item::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .sectionBlock_82 .processList li {
    padding: 20px 0;
    width: 33.3%;
  }
  .sectionBlock_82 .processList li:nth-of-type(1) {
    padding-top: 20px;
  }
  .sectionBlock_82 .processList li:nth-child(4), .sectionBlock_82 .processList li:last-child {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .sectionBlock_82 .processList {
    margin-right: 0;
  }
  .sectionBlock_82 .processList li {
    width: 50%;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .sectionBlock_82 .processList li:nth-of-type(1) {
    width: 100%;
  }
  .sectionBlock_82 .processList li:nth-child(4), .sectionBlock_82 .processList li:last-child {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .sectionBlock_82 .processList li {
    padding: 10px;
  }
  .sectionBlock_82 .processList li .item {
    width: 100%;
  }
  .sectionBlock_82 .Txt {
    padding: 0 10px;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="83" */
/*****************************/
.sectionBlock_83 {
  position: relative;
}
.sectionBlock_83::before {
  content: "";
  width: 176px;
  height: 130px;
  background-image: url("../images_v4/home/index_content_sectionBlock_83/achivement_deco_dots.png");
  position: absolute;
  bottom: 0;
  left: 0;
}
.sectionBlock_83 .titleBox {
  margin-bottom: 35px;
}
.sectionBlock_83 .titleBox .title {
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}
.sectionBlock_83 .titleBox .title:before {
  content: "";
  width: 14px;
  height: 2px;
  display: block;
  background-color: #b70000;
  position: absolute;
  bottom: 0;
  left: calc(50% - 13px);
}
.sectionBlock_83 .titleBox .title::after {
  content: "";
  width: 14px;
  height: 2px;
  display: block;
  background-color: #b70000;
  position: absolute;
  bottom: 0;
  right: calc(50% - 13px);
}
.sectionBlock_83 .productsArea {
  max-width: 1200px;
  padding-bottom: 110px;
  position: relative;
}
.sectionBlock_83 .productsArea .product-lists {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow: auto;
}
.sectionBlock_83 .productsArea .product-lists a:not(:last-child) .item::after {
  content: "";
  width: 2px;
  height: 160px;
  display: block;
  position: absolute;
  bottom: 34px;
  right: 0;
  background-image: url("../images_v4/home/index_content_sectionBlock_83/dotted_line.png");
}
.sectionBlock_83 .productsArea .product-lists .item {
  text-align: center;
  width: 100%;
  padding-bottom: 34px;
  position: relative;
}
.sectionBlock_83 .productsArea .product-lists .item:hover .iconImg {
  background-color: #b70000;
}
.sectionBlock_83 .productsArea .product-lists .item:hover .iconImg img {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 1;
}
.sectionBlock_83 .productsArea .product-lists .item:hover .iconImg::before {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.sectionBlock_83 .productsArea .product-lists .item:hover .iconImg::after {
  opacity: 1;
  -webkit-animation: rotate2 8s infinite linear;
          animation: rotate2 8s infinite linear;
}
.sectionBlock_83 .productsArea .product-lists .item:hover .iconTitle {
  color: #b70000;
}
@media (max-width: 768px) {
  .sectionBlock_83 .productsArea .product-lists .item {
    min-width: 150px;
  }
}
.sectionBlock_83 .productsArea .product-lists .iconImg {
  display: inline-block;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background-color: #eeeeee;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sectionBlock_83 .productsArea .product-lists .iconImg img {
  display: inline-block;
  width: 80px;
  height: 80px;
  opacity: 0.7;
  position: relative;
  top: calc(50% - 40px);
}
.sectionBlock_83 .productsArea .product-lists .iconImg::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  display: block;
  background-image: url("../images_v4/home/index_content_sectionBlock_83/home_solution_icon_citcle_s.png");
  background-size: contain;
  position: absolute;
  top: calc(0% + 8px);
  left: calc(0% + 8px);
  -webkit-filter: grayscale(1) brightness(0) opacity(0.3);
          filter: grayscale(1) brightness(0) opacity(0.3);
  -webkit-animation: rotate 20s infinite linear;
          animation: rotate 20s infinite linear;
}
.sectionBlock_83 .productsArea .product-lists .iconImg::after {
  content: "";
  width: calc(100% + 22px);
  height: calc(100% + 22px);
  display: block;
  background-image: url("../images_v4/home/index_content_sectionBlock_83/home_solution_icon_citcle_b.png");
  background-size: contain;
  position: absolute;
  top: calc(0% - 11px);
  left: calc(0% - 11px);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
@media (max-width: 992px) {
  .sectionBlock_83 .productsArea .product-lists .iconImg {
    width: 80px;
    height: 80px;
  }
}
.sectionBlock_83 .productsArea .product-lists a {
  display: block;
  float: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
}
.sectionBlock_83 .productsArea .product-lists .current {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  float: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
}
.sectionBlock_83 .productsArea .product-lists .current .iconImg {
  background-color: #b70000;
}
.sectionBlock_83 .productsArea .product-lists .current .iconImg img {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 1;
}
.sectionBlock_83 .productsArea .product-lists .current .iconImg::before {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.sectionBlock_83 .productsArea .product-lists .current .iconImg::after {
  opacity: 1;
  -webkit-animation: rotate2 8s infinite linear;
          animation: rotate2 8s infinite linear;
}
.sectionBlock_83 .productsArea .product-lists .current .iconTitle {
  color: #b70000;
}
.sectionBlock_83 .productsArea .product-lists .iconTitle {
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.111111rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_83 .productsArea .product-lists .iconTitle {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_83 .productsArea .product-lists .iconTitle {
    font-size: 0.888889rem;
  }
}
.sectionBlock_83 .productsArea .tabContent > div {
  display: none;
}
.sectionBlock_83 .productsArea .product-lists-content {
  border-top: none;
  margin-top: 38px;
  padding: 0;
}
.sectionBlock_83 .productsArea .product-lists-content .item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sectionBlock_83 .productsArea .product-lists-content .Txt {
  width: calc(100% - 710px);
  padding-right: 45px;
  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;
}
.sectionBlock_83 .productsArea .product-lists-content .title-line {
  letter-spacing: 0;
  font-weight: 800;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}
.sectionBlock_83 .productsArea .product-lists-content .title-line::before {
  content: "";
  width: 22px;
  height: 1px;
  display: block;
  background-color: #b70000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sectionBlock_83 .productsArea .product-lists-content .exp {
  padding-top: 15px;
  height: 225px;
  overflow-y: auto;
  padding-right: 5px;
}
.sectionBlock_83 .productsArea .product-lists-content .exp::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.sectionBlock_83 .productsArea .product-lists-content .exp::-webkit-scrollbar {
  width: 2px;
}
.sectionBlock_83 .productsArea .product-lists-content .exp::-webkit-scrollbar-thumb {
  background-color: #b70000;
}
.sectionBlock_83 .productsArea .product-lists-content .exp .subtitle {
  font-weight: 600;
  padding-bottom: 5px;
}
.sectionBlock_83 .productsArea .product-lists-content .exp .ellipsis {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_83 .productsArea .product-lists-content .exp .ellipsis {
    font-size: 0.722222rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_83 .productsArea .product-lists-content .exp .ellipsis {
    font-size: 0.666667rem;
  }
}
.sectionBlock_83 .productsArea .product-lists-content .btnBox {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sectionBlock_83 .productsArea .product-lists-content .btnBox .crossBtn {
  margin-right: 14px;
  display: inline-block;
  width: 196px;
  height: 48px;
}
.sectionBlock_83 .productsArea .product-lists-content .btnBox .crossBtn a {
  background-color: #b70000;
  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: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 14px;
  position: relative;
}
.sectionBlock_83 .productsArea .product-lists-content .btnBox .crossBtn a:hover {
  background-color: #000000;
}
.sectionBlock_83 .productsArea .product-lists-content .btnBox .crossBtn a:hover .crossBox::after {
  background-color: #000000;
}
.sectionBlock_83 .productsArea .product-lists-content .btnBox .crossBtn .text {
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;
  overflow-anchor: 600;
  font-size: 0.888889rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_83 .productsArea .product-lists-content .btnBox .crossBtn .text {
    font-size: 0.777778rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_83 .productsArea .product-lists-content .btnBox .crossBtn .text {
    font-size: 0.722222rem;
  }
}
.sectionBlock_83 .productsArea .product-lists-content .btnBox .crossBtn .crossBox {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.sectionBlock_83 .productsArea .product-lists-content .btnBox .crossBtn .crossBox .cross {
  width: 100%;
  height: 100%;
  position: relative;
}
.sectionBlock_83 .productsArea .product-lists-content .btnBox .crossBtn .crossBox .cross::before {
  content: "";
  width: 31px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 15.5px);
}
.sectionBlock_83 .productsArea .product-lists-content .btnBox .crossBtn .crossBox .cross::after {
  content: "";
  width: 1px;
  height: 31px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 15.5px);
  left: calc(50% - 0.5px);
}
.sectionBlock_83 .productsArea .product-lists-content .btnBox .crossBtn .crossBox::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #b70000;
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 1.5px);
  z-index: 2;
}
@media (max-width: 1340px) {
  .sectionBlock_83 .productsArea .product-lists-content .btnBox {
    margin-top: 30px;
  }
  .sectionBlock_83 .productsArea .product-lists-content .btnBox .crossBox {
    margin-top: 20px;
  }
  .sectionBlock_83 .productsArea .product-lists-content .item2-album {
    width: 670px;
    padding-right: 25px;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_83 .productsArea .solutionTab .iconImg img {
    width: 64px;
    height: 64px;
    top: calc(50% - 34px);
  }
  .sectionBlock_83 .productsArea .solutionTab .iconImg::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: calc(0% + 5px);
    left: calc(0% + 5px);
  }
  .sectionBlock_83 .productsArea .solutionTab .iconImg::after {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: calc(0% - 8px);
    left: calc(0% - 8px);
  }
  .sectionBlock_83 .productsArea .product-lists-content .item2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sectionBlock_83 .productsArea .product-lists-content .Txt {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 50px;
  }
  .sectionBlock_83 .productsArea .product-lists-content .exp {
    height: auto;
    min-height: 80px;
    max-height: 200px;
  }
  .sectionBlock_83 .productsArea .product-lists-content .item2-album {
    width: 100%;
    max-width: 667px;
    margin: 0 auto;
    padding-right: 0px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_83 .productsArea .solutionTab {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 5px;
    border-bottom: none;
  }
  .sectionBlock_83 .productsArea .solutionTab .item {
    width: 150px;
    padding-bottom: 0px;
  }
}
@media (max-width: 960px) {
  .sectionBlock_83 .productsArea .solutionTab .iconImg img {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
  }
  .sectionBlock_83 .productsArea .solutionTab .iconImg::before {
    background-image: url("../images_v4/home/index_content_sectionBlock_83/home_solution_icon_citcle_s2.png");
  }
  .sectionBlock_83 .productsArea .solutionTab .iconImg::after {
    background-image: url("../images_v4/home/index_content_sectionBlock_83/home_solution_icon_citcle_b2.png");
  }
}
@media (max-width: 768px) {
  .sectionBlock_83 .productsArea {
    padding-bottom: 50px;
  }
  .sectionBlock_83 .productsArea .solutionTab .iconTitle {
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_83::before {
    height: 0px;
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  to {
    -webkit-transform: rotate(-359deg) scale(1);
            transform: rotate(-359deg) scale(1);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  to {
    -webkit-transform: rotate(-359deg) scale(1);
            transform: rotate(-359deg) scale(1);
  }
}

/*****************************/
/* home / index_content_all.php / data-block="84" */
/*****************************/
.sectionBlock_84 .sectionBlock_84-container {
  position: relative;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-bg {
  z-index: -1;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-bg .Img {
  width: 100%;
  height: 722px;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-bg .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt {
  position: absolute;
  top: 236px;
  left: calc(50% - 600px - 12px);
  z-index: 2;
  width: 460px;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .item {
  position: relative;
  padding: 12px;
  width: 460px;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .decoBorder {
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  pointer-events: none;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .decoBorder::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 52px;
  height: 52px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .decoBorder::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 52px;
  height: 52px;
  border-top: 1px solid #fff;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .decoBorder.bottom {
  top: auto;
  bottom: 0;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .decoBorder.bottom::before {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #fff;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .decoBorder.bottom::after {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #fff;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 30px;
  width: 436px;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .num {
  font-size: 29px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
  color: #a6a6a6;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .title {
  letter-spacing: 0;
  font-weight: 800;
  color: #333333;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .title::before {
  content: "";
  width: 22px;
  height: 1px;
  display: block;
  background-color: #b70000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .expStyle {
  font-weight: 400;
  letter-spacing: 0;
  min-height: 140px;
  padding-top: 10px;
  max-height: 220px;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .btnLink {
  margin-top: 12px;
  display: inline-block;
  width: 196px;
  height: 48px;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .btnLink a {
  background: #000;
  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: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 14px;
  position: relative;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .btnLink a:hover {
  background-color: #b70000;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .btnLink a:hover .crossBox::after {
  background: #b70000;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .btnLink .text {
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .btnLink .crossBox {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .btnLink .crossBox .cross {
  width: 100%;
  height: 100%;
  position: relative;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .btnLink .crossBox .cross::before {
  content: "";
  width: 31px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 15.5px);
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .btnLink .crossBox .cross::after {
  content: "";
  width: 1px;
  height: 31px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 15.5px);
  left: calc(50% - 0.5px);
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .btnLink .crossBox::after {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 1.5px);
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-btn {
  z-index: 2;
  width: 495px;
  height: 145px;
  position: absolute;
  top: 337px;
  right: calc(50% - 600px - 10px);
}
.sectionBlock_84 .sectionBlock_84-container .product-list-btn .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 145px;
  height: 145px;
  margin: 0 auto;
  padding: 17px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.sectionBlock_84 .sectionBlock_84-container .product-list-btn .Txt {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-btn .num {
  width: 100%;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  height: 20px;
  color: #fff;
  position: relative;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-btn .num::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-btn .num::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 2px;
  right: 7px;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-btn .title {
  letter-spacing: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-btn .current .item {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: transparent;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-btn .current .num::before, .sectionBlock_84 .sectionBlock_84-container .product-list-btn .current .num::after {
  background-color: #b70000;
}
.sectionBlock_84 .sectionBlock_84-container .titleBox {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
}
.sectionBlock_84 .sectionBlock_84-container .titleBox .title {
  letter-spacing: 0;
  font-weight: 700;
  color: #b70000;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}
.sectionBlock_84 .sectionBlock_84-container .titleBox .title::before {
  content: "";
  width: 14px;
  height: 2px;
  display: block;
  background-color: #b70000;
  position: absolute;
  bottom: 0;
  left: calc(50% - 13px);
}
.sectionBlock_84 .sectionBlock_84-container .titleBox .title::after {
  content: "";
  width: 14px;
  height: 2px;
  display: block;
  background-color: #b70000;
  position: absolute;
  bottom: 0;
  right: calc(50% - 13px);
}
.sectionBlock_84 .sectionBlock_84-container .titleBox .title .firstWord {
  color: #fff;
}
.sectionBlock_84 .slick-dots-bottom {
  width: 100%;
  margin: 0;
  margin-top: 15px;
  bottom: 65px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sectionBlock_84 .slick-dots-bottom li {
  width: 10px;
  height: 10px;
  margin: 5px 15px;
}
.sectionBlock_84 .slick-dots-bottom li button {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  color: transparent;
  cursor: pointer;
  border-radius: 50%;
}
.sectionBlock_84 .slick-dots-bottom li button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e5e5e5;
  opacity: 1;
}
.sectionBlock_84 .slick-dots-bottom li button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  opacity: 0;
}
.sectionBlock_84 .slick-dots-bottom li.slick-active button::before {
  background-color: #b70000;
  opacity: 1;
}
.sectionBlock_84 .slick-dots-bottom li.slick-active button::after {
  opacity: 1;
}
@media (max-width: 1440px) {
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn {
    right: calc(50% - 500px - 10px);
  }
}
@media (max-width: 1280px) {
  .sectionBlock_84 .sectionBlock_84-container .product-list-txt {
    top: 320px;
    left: calc(50% - 230px);
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .expStyle {
    min-height: auto;
    max-height: 142px;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: 150px;
  }
  .sectionBlock_84 .sectionBlock_84-container .titleBox {
    top: 50px;
  }
}
@media (max-width: 1024px) {
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn .item:hover {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn .slick-current .item {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: transparent;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn .slick-current .num::before {
    background-color: #b70000;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn .slick-current .num::after {
    background-color: #b70000;
  }
}
@media (max-width: 640px) {
  .sectionBlock_84 .sectionBlock_84-container .product-list-txt {
    top: 210px;
    margin: 0 auto;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt {
    padding: 30px 20px;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn {
    min-height: 52px;
    height: auto;
    top: 120px;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn .item {
    width: 100%;
    max-width: 136px;
    min-height: 52px;
    height: auto;
    padding-left: 28px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    pointer-events: none;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn .Txt {
    pointer-events: none;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn .num {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 21px;
    padding-left: 7px;
    padding-top: 6px;
    pointer-events: none;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn .num::before {
    top: auto;
    bottom: 17px;
    right: 7px;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn .num::after {
    top: auto;
    bottom: 10px;
    right: 14px;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn .title {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
  }
  .sectionBlock_84 .sectionBlock_84-container .titleBox {
    top: 30px;
  }
}
@media (max-width: 540px) {
  .sectionBlock_84 .sectionBlock_84-container .product-list-txt {
    width: 100%;
    max-width: 460px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto;
    padding: 0 10px;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-txt .item {
    width: 100%;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-txt .decoBorder {
    width: 100%;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt {
    width: 100%;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 440px) {
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn .slick-dots-bottom {
    bottom: -30px;
    z-index: 10;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="85" */
/*****************************/
.sectionBlock_85 .sectionBlock_85-container {
  padding-top: 112px;
  padding-bottom: 56px;
  background-color: #eeeeee;
  position: relative;
}
.sectionBlock_85 .sectionBlock_85-container::before {
  content: "";
  width: 165px;
  height: 170px;
  display: block;
  background-image: url("../images_v4/home/index_content_sectionBlock_85/achivement_deco_dots.png");
  position: absolute;
  top: -110px;
  right: 0px;
}
.sectionBlock_85 .sectionBlock_85-container .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.sectionBlock_85 .videoArea {
  width: 470px;
}
.sectionBlock_85 .videoArea .videoArea-item {
  position: relative;
  max-width: 440px;
  background-color: #fff;
  height: 524px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.sectionBlock_85 .videoArea .videoArea-item::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b70000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.sectionBlock_85 .videoArea .videoArea-item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.sectionBlock_85 .videoArea .videoArea-item:hover::before {
  opacity: 1;
}
.sectionBlock_85 .videoArea .videoArea-item:hover .Img {
  top: 1px;
  width: calc(100% - 2px);
  left: 1px;
}
.sectionBlock_85 .videoArea .decoBorder {
  z-index: 2;
}
.sectionBlock_85 .videoArea .Img {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sectionBlock_85 .videoArea .Img .videoBtn {
  -webkit-transform: translate(-50%, -50%) scale(0.6153846154);
          transform: translate(-50%, -50%) scale(0.6153846154);
}
.sectionBlock_85 .videoArea .videoBtn.deco {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 130px;
  z-index: 2;
}
.sectionBlock_85 .videoArea .videoBtn.deco::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 17px;
  border-color: transparent transparent transparent #b70000;
}
.sectionBlock_85 .videoArea .videoBtn.deco .videoCircle {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 110px;
  height: 110px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.sectionBlock_85 .videoArea .videoBtn.deco .videoCircle::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px dashed #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: circleAnti3 1s linear infinite;
          animation: circleAnti3 1s linear infinite;
}
.sectionBlock_85 .videoArea .videoBtn.deco .videoCircle svg {
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}
.sectionBlock_85 .videoArea .videoBtn.deco .videoCircle circle {
  stroke-width: 2;
  stroke: #b70000;
  fill: none;
  stroke-dashoffset: 345.4;
  stroke-dasharray: 345.4;
  -webkit-animation: circleAnti 5s linear infinite;
          animation: circleAnti 5s linear infinite;
}
.sectionBlock_85 .videoArea .videoBtn.deco .stroke {
  -webkit-animation: circleAnti2 1s linear infinite;
          animation: circleAnti2 1s linear infinite;
  width: 100%;
  height: 100%;
}
.sectionBlock_85 .videoArea .videoBtn.deco .stroke svg {
  width: 100%;
  height: 100%;
}
.sectionBlock_85 .videoArea .videoBtn.deco .stroke circle {
  stroke-dasharray: 2, 4;
  stroke-width: 1;
  stroke: #fff;
  fill: none;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.sectionBlock_85 .videoArea .Txt {
  padding: 25px 34px;
}
.sectionBlock_85 .videoArea .Txt .title {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding-bottom: 5px;
  font-weight: 700;
}
.sectionBlock_85 .videoArea .Txt .exp {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 600;
}
.sectionBlock_85 .videoArea .Txt .linkBtn {
  margin-top: 30px;
}
.sectionBlock_85 .newsArea {
  width: calc(100% - 470px);
  position: relative;
  top: -12px;
}
.sectionBlock_85 .newsArea::before {
  content: "";
  display: block;
  width: 150px;
  height: 80px;
  background-image: url("../images_v4/home/index_content_sectionBlock_85/achivement_deco_dots.png");
  position: absolute;
  bottom: 5px;
  right: -35px;
}
.sectionBlock_85 .newsArea .topBox {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.sectionBlock_85 .newsArea .titleBox {
  margin-bottom: 35px;
}
.sectionBlock_85 .newsArea .titleBox .title {
  font-size: 45px;
  line-height: 53px;
  letter-spacing: 0;
  font-weight: 700;
  color: #b70000;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
}
.sectionBlock_85 .newsArea .titleBox .title .firstWord {
  color: #000;
}
.sectionBlock_85 .newsArea .titleBox .title::before {
  content: "";
  width: 14px;
  height: 2px;
  display: block;
  background-color: #b70000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sectionBlock_85 .newsArea .titleBox .title::after {
  content: "";
  width: 14px;
  height: 2px;
  display: block;
  background-color: #b70000;
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 0;
}
.sectionBlock_85 .newsArea .news-list {
  margin-top: 0;
  margin-bottom: 0;
  overflow: inherit;
}
.sectionBlock_85 .newsArea .news-list li:nth-child(2n) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sectionBlock_85 .newsArea .news-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: relative;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  padding-top: 0;
  padding-bottom: 0;
}
.sectionBlock_85 .newsArea .news-list .item::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b70000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.sectionBlock_85 .newsArea .news-list .item:hover::before {
  opacity: 1;
}
.sectionBlock_85 .newsArea .news-list .decoBorder {
  z-index: 2;
}
.sectionBlock_85 .newsArea .news-list .Txt {
  width: calc(100% - 395px);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sectionBlock_85 .newsArea .news-list .Txt .date {
  width: 50%;
  height: 40px;
}
.sectionBlock_85 .newsArea .news-list .Txt .date .day {
  width: 100%;
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 0;
}
.sectionBlock_85 .newsArea .news-list .Txt .date .MY {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 600;
}
.sectionBlock_85 .newsArea .news-list .Txt .mtitle {
  width: 50%;
  text-align: right;
  color: #b70000;
  font-size: 15px;
  line-height: 16px;
  height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}
.sectionBlock_85 .newsArea .news-list .Txt .mtitle::before {
  width: 50%;
  text-align: right;
  color: #b70000;
  font-size: 15px;
  line-height: 16px;
  height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}
.sectionBlock_85 .newsArea .news-list .Txt .title {
  height: 45px;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 600;
}
.sectionBlock_85 .newsArea .news-list .Txt .title a {
  display: inline-block;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sectionBlock_85 .newsArea .news-list .Txt .title a:hover {
  color: #b70000;
}
.sectionBlock_85 .newsArea .news-list .exp {
  height: 45px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 1;
}
.sectionBlock_85 .newsArea .news-list .Img {
  width: 395px;
  height: auto;
}
.sectionBlock_85 .newsArea .news-list .Img a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sectionBlock_85 .newsArea .news-list .Img img {
  display: block;
  width: 100%;
  height: 100%;
}
.sectionBlock_85 .newsArea .linkBtn {
  position: absolute;
  top: 12px;
  right: 0;
}
.sectionBlock_85 .newsArea .slick-dots-bottom {
  top: -80px;
  bottom: 0;
  left: auto;
  right: 200px;
  height: 20px;
  width: calc(100% - 196px - 250px);
  margin: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sectionBlock_85 .newsArea .slick-dots-bottom li {
  width: 10px;
  height: 10px;
  margin: 5px 15px;
}
.sectionBlock_85 .newsArea .slick-dots-bottom li button {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  outline: none;
}
.sectionBlock_85 .newsArea .slick-dots-bottom li button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
.sectionBlock_85 .newsArea .slick-dots-bottom li button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #b70000;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  opacity: 0;
}
.sectionBlock_85 .newsArea .slick-dots-bottom li.slick-active button::before {
  background-color: #b70000;
  opacity: 1;
}
.sectionBlock_85 .newsArea .slick-dots-bottom li.slick-active button::after {
  opacity: 0.2;
}
.sectionBlock_85 .linkBtn {
  display: inline-block;
  width: 196px;
  height: 48px;
}
.sectionBlock_85 .linkBtn a {
  background-color: #b70000;
  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: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 14px;
  position: relative;
}
.sectionBlock_85 .linkBtn a:hover {
  background-color: #000;
}
.sectionBlock_85 .linkBtn a:hover .crossBox::after {
  background-color: #000;
}
.sectionBlock_85 .linkBtn .text {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff;
  overflow-anchor: 600;
}
.sectionBlock_85 .linkBtn .crossBox {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.sectionBlock_85 .linkBtn .crossBox .cross {
  width: 100%;
  height: 100%;
  position: relative;
}
.sectionBlock_85 .linkBtn .crossBox .cross::before {
  content: "";
  width: 31px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 15.5px);
}
.sectionBlock_85 .linkBtn .crossBox .cross::after {
  content: "";
  width: 1px;
  height: 31px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 15.5px);
  left: calc(50% - 0.5px);
}
.sectionBlock_85 .linkBtn .crossBox::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #b70000;
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 1.5px);
  z-index: 2;
}
.sectionBlock_85 .decoBorder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  pointer-events: none;
}
.sectionBlock_85 .decoBorder::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 52px;
  height: 52px;
  border-top: 1px solid #b70000;
  border-left: 1px solid #b70000;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
.sectionBlock_85 .decoBorder::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 52px;
  height: 52px;
  border-top: 1px solid #b70000;
  border-right: 1px solid #b70000;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
}
.sectionBlock_85 .decoBorder.bottom {
  top: auto;
  bottom: 0;
}
.sectionBlock_85 .decoBorder.bottom::before {
  border-top: 1px solid transparent;
  border-left: 1px solid #b70000;
  border-bottom: 1px solid #b70000;
}
.sectionBlock_85 .decoBorder.bottom::after {
  border-top: 1px solid transparent;
  border-right: 1px solid #b70000;
  border-bottom: 1px solid #b70000;
}
.sectionBlock_85 .imh_opacity {
  overflow: hidden;
}
.sectionBlock_85 .imh_opacity a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sectionBlock_85 .imh_opacity img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sectionBlock_85 .imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1340px) {
  .sectionBlock_85 .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 1180px) {
  .sectionBlock_85 .sectionBlock_85-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sectionBlock_85 .sectionBlock_85-container::before {
    background-size: 20%;
    top: -50px;
    height: 100px;
    width: 90px;
  }
  .sectionBlock_85 .videoArea {
    width: 100%;
    padding-bottom: 45px;
  }
  .sectionBlock_85 .videoArea-item {
    margin: 0 auto;
    height: auto;
  }
  .sectionBlock_85 .newsArea {
    width: 100%;
    top: 0;
    padding-bottom: 85px;
  }
  .sectionBlock_85 .newsArea::before {
    bottom: 55px;
    right: 0;
    background-size: 20%;
  }
  .sectionBlock_85 .newsArea .news-list li:nth-child(2n) .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sectionBlock_85 .newsArea .news-list .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 395px;
    margin: 0 auto;
  }
  .sectionBlock_85 .newsArea .news-list .item .Txt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sectionBlock_85 .newsArea .news-list .item .Img {
    width: 100%;
  }
  .sectionBlock_85 .newsArea .linkBtn {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .sectionBlock_85 .newsArea .slick-dots-bottom {
    top: auto;
    bottom: -30px;
    right: 0;
    width: 100%;
  }
}
@-webkit-keyframes circleAnti {
  0% {
    stroke-dashoffset: 345.4;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes circleAnti {
  0% {
    stroke-dashoffset: 345.4;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circleAnti2 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes circleAnti2 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes circleAnti3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circleAnti3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*****************************/
/* home / index_content_all.php / data-block="86" */
/*****************************/
.sectionBlock_86 {
  padding: 64px 0;
  background-color: #021126;
  color: #ffffff;
}
.sectionBlock_86 .features-section {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.sectionBlock_86 .features-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sectionBlock_86 .media-dots {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: -1;
}
.sectionBlock_86 .features-section-dots-1 {
  background-image: url("../images_v4/home/index_content_sectionBlock_86/dots-pic-2.png");
  max-width: 305px;
  max-height: 217px;
  width: 30%;
  height: 20vw;
  left: 7%;
  top: -30px;
}
.sectionBlock_86 .platform-features-text {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.1;
  width: 32%;
}
.sectionBlock_86 .platform-features-text span {
  color: #fff;
}
.sectionBlock_86 .features-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 63.6%;
  padding-right: 123px;
}
.sectionBlock_86 .feature-card {
  width: calc(25% - 11px);
  margin: 5px;
  padding: 50px 20px 15px;
  border: 1px solid rgba(22, 59, 76, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sectionBlock_86 .feature-card-gradient {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#91fff4), to(#24bdee));
  background: linear-gradient(#91fff4, #24bdee);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.sectionBlock_86 .feature-card-img-wrapper {
  max-width: 60px;
  height: auto;
  margin-bottom: 25px;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.sectionBlock_86 .feature-card-img-wrapper img {
  max-width: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sectionBlock_86 .feature-card-img-wrapper .feature-card-img-hover {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  opacity: 0;
}
.sectionBlock_86 .feature-card-text {
  width: 100%;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sectionBlock_86 .feature-card:hover {
  z-index: 2;
}
.sectionBlock_86 .feature-card:hover .feature-card-gradient {
  opacity: 1;
}
.sectionBlock_86 .feature-card:hover .feature-card-img {
  opacity: 0;
}
.sectionBlock_86 .feature-card:hover .feature-card-img-hover {
  opacity: 1;
}
@media (max-width: 1400px) {
  .sectionBlock_86 .features-cards-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_86 .platform-features-text {
    width: 38%;
  }
  .sectionBlock_86 .features-cards-wrapper {
    width: 60%;
  }
  .sectionBlock_86 .feature-card {
    width: calc(33.33333% - 11px);
  }
}
@media (max-width: 1000px) {
  .sectionBlock_86 .platform-features-text {
    width: 100%;
    position: relative;
    max-width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  .sectionBlock_86 .features-cards-wrapper {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .sectionBlock_86 .features-section {
    margin-bottom: 260px;
  }
}
@media (max-width: 600px) {
  .sectionBlock_86 .feature-card {
    width: calc(50% - 11px);
  }
}
@media (max-width: 480px) {
  .sectionBlock_86 .feature-card {
    width: 100%;
    margin: 0 0 10px;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="87" */
/*****************************/
.sectionBlock_87 {
  background-color: #e0e5eb;
  padding: 64px 0;
}
.sectionBlock_87 .mainContent {
  max-width: 970px;
  width: 100%;
  margin: 60px auto 0 0;
}
.sectionBlock_87 .mainContent .mainContent-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100%;
  max-width: 100%;
}
.sectionBlock_87 .mainContent .mainContent-row .leftBox {
  margin-top: 90px;
}
.sectionBlock_87 .mainContent .mainContent-row .leftBox .topPicBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 15px;
}
.sectionBlock_87 .mainContent .mainContent-row .leftBox .topPicBox img {
  width: 251px;
  height: auto;
}
.sectionBlock_87 .mainContent .mainContent-row .rightBox {
  position: relative;
}
.sectionBlock_87 .mainContent .mainContent-row .rightBox .content img {
  height: 408px;
  margin: 0 auto 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionBlock_87 .mainContent .mainContent-row .rightBox .content .u-text {
  font-style: italic;
  margin: 20px 2px 0 0;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.sectionBlock_87 .mainContent .mainContent-row .rightBox .content .btnLink {
  border: 1px solid #000;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 11px 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sectionBlock_87 .mainContent .mainContent-row .rightBox .content .btnLink:hover {
  background: #000;
}
.sectionBlock_87 .mainContent .mainContent-row .rightBox .content .btnLink:hover a {
  color: #fff;
}
.sectionBlock_87 .mainContent .mainContent-row .floatContent {
  width: 23vw;
  position: absolute;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  left: 300px;
  top: 60px;
}
.sectionBlock_87 .mainContent .mainContent-row .floatContent .title {
  font-weight: 700;
  margin: 0;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sectionBlock_87 .mainContent .mainContent-row .floatContent .Txt {
  margin-top: 20px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.sectionBlock_87 .mainContent .mainContent-row .floatContent .linkContent a {
  padding-bottom: 1.5px;
  border-bottom: 1px solid #000;
}
.sectionBlock_87 .mainContent .mainContent-row .floatContent .linkContent a:hover {
  border-color: #b70000;
}
@media (max-width: 1400px) {
  .sectionBlock_87 .mainContent .mainContent-row .floatContent {
    width: 26vw;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_87 .mainContent .mainContent-row .floatContent {
    left: 150px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_87 .mainContent .mainContent-row .leftBox {
    margin-top: 0;
  }
  .sectionBlock_87 .mainContent .mainContent-row .leftBox .topPicBox img {
    width: auto;
  }
  .sectionBlock_87 .mainContent .mainContent-row .rightBox .content {
    padding: 0;
  }
  .sectionBlock_87 .mainContent .mainContent-row .rightBox .content img {
    height: auto;
  }
  .sectionBlock_87 .mainContent .mainContent-row .floatContent {
    left: 25%;
    width: 60vw;
    top: 20%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_87 .mainContent .mainContent-row .floatContent {
    width: 100%;
    margin: 30px 0;
    position: static;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="88" */
/*****************************/
.sectionBlock_88 {
  background-color: #e0e5eb;
  padding: 64px 0;
}
.sectionBlock_88 .mainContent {
  max-width: 1000px;
  width: 100%;
  margin: 60px auto 0;
}
.sectionBlock_88 .mainContent .mainContent-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100%;
  max-width: 100%;
  position: relative;
}
.sectionBlock_88 .mainContent .mainContent-row .leftBox .topPicBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 15px;
}
.sectionBlock_88 .mainContent .mainContent-row .leftBox .topPicBox img {
  width: 350px;
  height: auto;
}
.sectionBlock_88 .mainContent .mainContent-row .rightBox {
  margin-top: 90px;
}
.sectionBlock_88 .mainContent .mainContent-row .rightBox .content img {
  height: 500px;
  margin: 0 auto 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionBlock_88 .mainContent .mainContent-row .rightBox .content .u-text {
  font-style: italic;
  margin: 20px 2px 0 0;
  line-height: 1.6;
  margin-bottom: 20px;
}
.sectionBlock_88 .mainContent .mainContent-row .rightBox .content .btnLink {
  margin-top: 20px;
  border: 1px solid #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 20px auto 0 0;
  padding: 11px 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sectionBlock_88 .mainContent .mainContent-row .rightBox .content .btnLink:hover {
  background: #000;
  color: #fff;
}
.sectionBlock_88 .mainContent .mainContent-row .floatContent {
  width: 20vw;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sectionBlock_88 .mainContent .mainContent-row .floatContent .title {
  font-weight: 700;
  margin: 0;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.sectionBlock_88 .mainContent .mainContent-row .floatContent .Txt {
  margin-top: 20px;
}
.sectionBlock_88 .mainContent .mainContent-row .floatContent .linkContent a {
  padding-bottom: 1.5px;
  border-bottom: 1px solid #000;
}
.sectionBlock_88 .mainContent .mainContent-row .floatContent .linkContent a:hover {
  border-color: #b70000;
}
@media (max-width: 1400px) {
  .sectionBlock_88 .mainContent .mainContent-row .floatContent {
    width: 26vw;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_88 .mainContent .mainContent-row .floatContent {
    width: 50vw;
  }
}
@media (max-width: 992px) {
  .sectionBlock_88 .mainContent .mainContent-row .leftBox .topPicBox img {
    width: auto;
  }
  .sectionBlock_88 .mainContent .mainContent-row .rightBox {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sectionBlock_88 .mainContent .mainContent-row .rightBox .content {
    padding: 0;
  }
  .sectionBlock_88 .mainContent .mainContent-row .rightBox .content img {
    height: auto;
  }
  .sectionBlock_88 .mainContent .mainContent-row .floatContent {
    width: 100%;
    margin: 30px 0;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="89" */
/*****************************/
.sectionBlock_89 .imgContent img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionBlock_89 .processList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sectionBlock_89 .processList li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}
.sectionBlock_89 .processList li .Txt {
  padding: 15px;
}
.sectionBlock_89 .processList li .Txt .num {
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b70000;
  color: #b70000;
  font-size: 1.444444rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_89 .processList li .Txt .num {
    font-size: 1.277778rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_89 .processList li .Txt .num {
    font-size: 1.111111rem;
  }
}
.sectionBlock_89 .processList li .Txt .title {
  font-weight: 600;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sectionBlock_89 .processList li .Txt .ellipsis {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sectionBlock_89.show .processList li {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
@media (max-width: 992px) {
  .sectionBlock_89 .processList li .num {
    text-align: center;
  }
  .sectionBlock_89 .processList li .title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .sectionBlock_89 .processList li {
    width: 100%;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="90" */
/*****************************/
.sectionBlock_90 .blockTitle {
  margin-bottom: 50px;
  font-family: inherit;
}
.sectionBlock_90 .blockTitle .text {
  display: inline-block;
  position: relative;
  font-weight: 900;
  padding-right: 120px;
  max-width: 100%;
  font-family: inherit;
  color: #b70000;
}
.sectionBlock_90 .blockTitle .text::after {
  content: "";
  height: 3px;
  width: 90px;
  display: inline-block;
  background-color: #b70000;
  position: absolute;
  top: 18px;
  right: 0;
}
.sectionBlock_90 .marketArea {
  position: relative;
}
.sectionBlock_90 .marketArea .marketList {
  width: 100%;
}
.sectionBlock_90 .marketArea .marketList .marketList__item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}
.sectionBlock_90 .marketArea .marketList .areaName {
  display: inline-block;
  color: #333333;
  margin-bottom: 15px;
}
.sectionBlock_90 .marketArea .marketList .number {
  display: inline-block;
  font-family: inherit;
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 900;
}
.sectionBlock_90 .marketArea .marketList .bar {
  width: 100%;
  height: 15px;
  overflow: hidden;
  position: relative;
}
.sectionBlock_90 .marketArea .marketList [class^=bar-] {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-transition: all 0.3s ease-put;
  transition: all 0.3s ease-put;
}
.sectionBlock_90 .marketArea .marketList .bar-gray {
  background-color: #b3b3b3;
  width: 100%;
}
.sectionBlock_90 .marketArea .marketList .bar-active {
  width: 0%;
  background-color: #b70000;
}
@media (min-width: 768px) {
  .sectionBlock_90 .blockTitle .text::after {
    top: 24px;
  }
  .sectionBlock_90 .marketArea .marketList .marketList__item {
    margin-bottom: 50px;
  }
  .sectionBlock_90 .marketArea .marketList .areaName {
    margin-bottom: 25px;
  }
  .sectionBlock_90 .marketArea .marketList .number {
    margin-bottom: 25px;
  }
}
@media (min-width: 1250px) {
  .sectionBlock_90 .blockTitle .text::after {
    top: 27px;
  }
}
@media (min-width: 1440px) {
  .sectionBlock_90 .marketArea {
    padding-left: 140px;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="91" */
/*****************************/
.sectionBlock_91 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 576px) {
  .sectionBlock_91 {
    margin-top: 0px;
  }
}
.sectionBlock_91 .container_full {
  padding-left: 0;
  padding-right: 0;
}
.sectionBlock_91 .blockTitle span {
  color: #fff;
}
.sectionBlock_91 .imgBg .hoverBox {
  opacity: 0;
  position: absolute;
  top: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sectionBlock_91 .imgBg:hover .hoverBox {
  opacity: 1;
}
.sectionBlock_91 .cb12_up > div > a {
  cursor: auto;
}
.sectionBlock_91 .cb12_up > div > a > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionBlock_91 .cb12_up .item_main {
  padding-left: 0;
  width: 25.78%;
}
.sectionBlock_91 .cb12_up .item_main a {
  padding-bottom: 61.7%;
}
.sectionBlock_91 .cb12_up .item_main .hoverBox {
  background: url(../images_v4/home/index_content_sectionBlock_91/newyearbell_2023_index_yearSeason_tw_hover-01.jpg) no-repeat center/cover;
}
.sectionBlock_91 .cb12_up .item_second {
  width: 13.95%;
}
.sectionBlock_91 .cb12_up .item_second a {
  padding-bottom: 146.1%;
}
.sectionBlock_91 .cb12_up .item_second .hoverBox {
  background: url(../images_v4/home/index_content_sectionBlock_91/newyearbell_2023_index_yearSeason_tw_hover-02.jpg) no-repeat center/cover;
}
.sectionBlock_91 .cb12_up .item_third {
  width: 17.86%;
}
.sectionBlock_91 .cb12_up .item_third a {
  padding-bottom: 132.2%;
}
.sectionBlock_91 .cb12_up .item_third .hoverBox {
  background: url(../images_v4/home/index_content_sectionBlock_91/newyearbell_2023_index_yearSeason_tw_hover-03.jpg) no-repeat center/cover;
}
.sectionBlock_91 .cb12_up .item_fourth {
  width: 13.95%;
}
.sectionBlock_91 .cb12_up .item_fourth a {
  padding-bottom: 121.4%;
}
.sectionBlock_91 .cb12_up .item_fourth .hoverBox {
  background: url(../images_v4/home/index_content_sectionBlock_91/newyearbell_2023_index_yearSeason_tw_hover-04.jpg) no-repeat center/cover;
}
.sectionBlock_91 .cb12_up .item_five {
  width: 14.94%;
}
.sectionBlock_91 .cb12_up .item_five a {
  padding-bottom: 132.4%;
}
.sectionBlock_91 .cb12_up .item_five .hoverBox {
  background: url(../images_v4/home/index_content_sectionBlock_91/newyearbell_2023_index_yearSeason_tw_hover-05.jpg) no-repeat center/cover;
}
.sectionBlock_91 .cb12_up .item_space {
  width: 10.88%;
}
.sectionBlock_91 .cb12_down > div > a {
  cursor: auto;
}
.sectionBlock_91 .cb12_down > div > a > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionBlock_91 .cb12_down .item_main {
  padding-right: 0;
  width: 25.78%;
}
.sectionBlock_91 .cb12_down .item_main a {
  padding-bottom: 61.7%;
}
.sectionBlock_91 .cb12_down .item_main .hoverBox {
  background: url(../images_v4/home/index_content_sectionBlock_91/newyearbell_2023_index_yearSeason_tw_hover-10.jpg) no-repeat center/cover;
}
.sectionBlock_91 .cb12_down .item_second {
  width: 13.95%;
}
.sectionBlock_91 .cb12_down .item_second a {
  padding-bottom: 146.1%;
}
.sectionBlock_91 .cb12_down .item_second .hoverBox {
  background: url(../images_v4/home/index_content_sectionBlock_91/newyearbell_2023_index_yearSeason_tw_hover-09.jpg) no-repeat center/cover;
}
.sectionBlock_91 .cb12_down .item_third {
  width: 17.86%;
}
.sectionBlock_91 .cb12_down .item_third a {
  padding-bottom: 74.1%;
}
.sectionBlock_91 .cb12_down .item_third .hoverBox {
  background: url(../images_v4/home/index_content_sectionBlock_91/newyearbell_2023_index_yearSeason_tw_hover-08.jpg) no-repeat center/cover;
}
.sectionBlock_91 .cb12_down .item_fourth {
  width: 13.95%;
}
.sectionBlock_91 .cb12_down .item_fourth a {
  padding-bottom: 121.4%;
}
.sectionBlock_91 .cb12_down .item_fourth .hoverBox {
  background: url(../images_v4/home/index_content_sectionBlock_91/newyearbell_2023_index_yearSeason_tw_hover-07.jpg) no-repeat center/cover;
}
.sectionBlock_91 .cb12_down .item_five {
  width: 14.94%;
}
.sectionBlock_91 .cb12_down .item_five a {
  padding-bottom: 132.4%;
}
.sectionBlock_91 .cb12_down .item_five .hoverBox {
  background: url(../images_v4/home/index_content_sectionBlock_91/newyearbell_2023_index_yearSeason_tw_hover-06.jpg) no-repeat center/cover;
}
.sectionBlock_91 .cb12_down .item_space {
  width: 10.88%;
}
@media (max-width: 992px) {
  .sectionBlock_91 .cb12_up {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sectionBlock_91 .cb12_up .item_main {
    width: 100%;
  }
  .sectionBlock_91 .cb12_up .item_main .hoverBox {
    background-image: url("https://fakeimg.pl/509x305/282828/eae0d0/?retina=1");
  }
  .sectionBlock_91 .cb12_up .item_second {
    width: 50%;
  }
  .sectionBlock_91 .cb12_up .item_second a {
    padding-bottom: 140%;
  }
  .sectionBlock_91 .cb12_up .item_third {
    width: 50%;
  }
  .sectionBlock_91 .cb12_up .item_third a {
    padding-bottom: 140%;
  }
  .sectionBlock_91 .cb12_up .item_fourth {
    width: 50%;
  }
  .sectionBlock_91 .cb12_up .item_fourth a {
    padding-bottom: 140%;
  }
  .sectionBlock_91 .cb12_up .item_five {
    width: 50%;
  }
  .sectionBlock_91 .cb12_up .item_five a {
    padding-bottom: 140%;
  }
  .sectionBlock_91 .cb12_up .item_space {
    display: none;
  }
  .sectionBlock_91 .cb12_up .imgBg {
    position: relative;
  }
  .sectionBlock_91 .cb12_up .imgBg:hover .hoverBox {
    opacity: 1;
  }
  .sectionBlock_91 .cb12_down {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sectionBlock_91 .cb12_down .item_main {
    width: 100%;
  }
  .sectionBlock_91 .cb12_down .item_second {
    width: 50%;
  }
  .sectionBlock_91 .cb12_down .item_second a {
    padding-bottom: 140%;
  }
  .sectionBlock_91 .cb12_down .item_third {
    width: 50%;
  }
  .sectionBlock_91 .cb12_down .item_third a {
    padding-bottom: 140%;
  }
  .sectionBlock_91 .cb12_down .item_fourth {
    width: 50%;
  }
  .sectionBlock_91 .cb12_down .item_fourth a {
    padding-bottom: 140%;
  }
  .sectionBlock_91 .cb12_down .item_five {
    width: 50%;
  }
  .sectionBlock_91 .cb12_down .item_five a {
    padding-bottom: 140%;
  }
  .sectionBlock_91 .cb12_down .item_space {
    display: none;
  }
}
@media (max-width: 768px) {
  .sectionBlock_91 .cb12_mb {
    position: relative;
  }
  .sectionBlock_91 .cb12_mb .container {
    width: 100%;
  }
  .sectionBlock_91 .cb12_mb .item {
    width: 100%;
    padding: 0 15px;
  }
  .sectionBlock_91 .cb12_mb .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .sectionBlock_91 .cb12_mb .item a .txt {
    color: #fff;
    position: absolute;
    left: 5%;
    bottom: 7%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10%;
  }
  .sectionBlock_91 .cb12_mb .item a .txt p {
    margin-bottom: 0;
  }
  .sectionBlock_91 .cb12_mb .item a img {
    height: 436px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sectionBlock_91 .cb12_mb .slick-dots-bottom {
    bottom: 5px;
    height: 20px;
    width: 100%;
    margin: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-left: 5px;
    padding-right: 5px;
  }
  .sectionBlock_91 .cb12_mb .slick-dots-bottom li {
    width: 20px;
    height: 5px;
  }
  .sectionBlock_91 .cb12_mb .slick-dots-bottom li button {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    outline: none;
  }
  .sectionBlock_91 .cb12_mb .slick-dots-bottom li button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }
  .sectionBlock_91 .cb12_mb .slick-dots-bottom li.slick-active button::before {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/*****************************/
/* home / index_content_all.php / data-block="92" */
/*****************************/
.sectionBlock_92,
.sectionBlock_92-5 {
  width: 100%;
  height: 100%;
  background-color: #060606;
  color: #fff;
  padding: 160px 0 290px;
  /* F & Q  */
  /* 圖片 */
  /* 聯絡我們 */
}
.sectionBlock_92 .pageTitleStyle-2,
.sectionBlock_92-5 .pageTitleStyle-2 {
  color: #8b90a2;
  margin-bottom: 110px;
}
.sectionBlock_92 .pageTitleStyle-2 span,
.sectionBlock_92-5 .pageTitleStyle-2 span {
  color: inherit;
  margin-bottom: 30px;
  font-size: 1.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_92 .pageTitleStyle-2 span,
  .sectionBlock_92-5 .pageTitleStyle-2 span {
    font-size: 1.555556rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_92 .pageTitleStyle-2 span,
  .sectionBlock_92-5 .pageTitleStyle-2 span {
    font-size: 1.222222rem;
  }
}
.sectionBlock_92 .pageTitleStyle-2 small,
.sectionBlock_92-5 .pageTitleStyle-2 small {
  color: inherit;
  font-weight: 600;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_92 .pageTitleStyle-2 small,
  .sectionBlock_92-5 .pageTitleStyle-2 small {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_92 .pageTitleStyle-2 small,
  .sectionBlock_92-5 .pageTitleStyle-2 small {
    font-size: 1rem;
  }
}
.sectionBlock_92 .accordion-container,
.sectionBlock_92-5 .accordion-container {
  min-height: 0;
  display: inline-block;
  position: relative;
  padding: 0 30px;
  color: #fff;
  max-height: 645px;
  width: 100%;
}
@media (max-width: 992px) {
  .sectionBlock_92 .accordion-container,
  .sectionBlock_92-5 .accordion-container {
    margin-bottom: 60px;
    padding: 0 15px;
  }
}
.sectionBlock_92 .accordion-container .faq,
.sectionBlock_92-5 .accordion-container .faq {
  background-color: #131720;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sectionBlock_92 .accordion-container .faq:last-child,
.sectionBlock_92-5 .accordion-container .faq:last-child {
  margin-bottom: 0;
}
.sectionBlock_92 .accordion-container .faq .num,
.sectionBlock_92-5 .accordion-container .faq .num {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 70px;
  background: #30343f;
  font-size: 20px;
  color: #b70000;
  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;
}
.sectionBlock_92 .accordion-container .faq .faq-content,
.sectionBlock_92-5 .accordion-container .faq .faq-content {
  display: none;
  padding: 50px 30px 30px;
  background: #060606;
  overflow-y: auto;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 1500px) {
  .sectionBlock_92 .accordion-container .faq .faq-content,
  .sectionBlock_92-5 .accordion-container .faq .faq-content {
    padding: 50px 40px 30px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_92 .accordion-container .faq .faq-content,
  .sectionBlock_92-5 .accordion-container .faq .faq-content {
    padding: 30px 15px 20px;
  }
}
.sectionBlock_92 .accordion-container .faq.active,
.sectionBlock_92-5 .accordion-container .faq.active {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.sectionBlock_92 .accordion-container .faq.active .faq-content,
.sectionBlock_92-5 .accordion-container .faq.active .faq-content {
  display: block;
  height: 215px;
}
.sectionBlock_92 .accordion-container .faq.active .num,
.sectionBlock_92-5 .accordion-container .faq.active .num {
  height: calc(100% - 215px);
}
.sectionBlock_92 .accordion-container .faq.active .faq-toggle,
.sectionBlock_92-5 .accordion-container .faq.active .faq-toggle {
  background-color: #9fa4a8;
}
.sectionBlock_92 .accordion-container .faq-title,
.sectionBlock_92-5 .accordion-container .faq-title {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionBlock_92 .accordion-container .faq-title-txt,
.sectionBlock_92-5 .accordion-container .faq-title-txt {
  position: relative;
  margin: 0 35px 0 80px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1500px) {
  .sectionBlock_92 .accordion-container .faq-title-txt,
  .sectionBlock_92-5 .accordion-container .faq-title-txt {
    margin: 0 80px 0 80px;
  }
}
.sectionBlock_92 .accordion-container .faq-text,
.sectionBlock_92-5 .accordion-container .faq-text {
  overflow-y: auto;
}
.sectionBlock_92 .accordion-container .faq-toggle,
.sectionBlock_92-5 .accordion-container .faq-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 50px;
  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;
  font-size: 20px;
  padding: 0;
  position: absolute;
  top: 35px;
  right: 30px;
  height: 30px;
  width: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
}
.sectionBlock_92 .accordion-container .faq-toggle:focus,
.sectionBlock_92-5 .accordion-container .faq-toggle:focus {
  outline: 0;
}
.sectionBlock_92 .accordion-container .faq-toggle .fa-times,
.sectionBlock_92-5 .accordion-container .faq-toggle .fa-times {
  display: none;
}
.sectionBlock_92 .imgContent img,
.sectionBlock_92-5 .imgContent img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .sectionBlock_92 .imgContent,
  .sectionBlock_92-5 .imgContent {
    margin-bottom: 60px;
  }
}
.sectionBlock_92 .contact-form-container,
.sectionBlock_92-5 .contact-form-container {
  background: #242a36;
  padding: 40px 50px;
}
@media (max-width: 1440px) {
  .sectionBlock_92 .contact-form-container,
  .sectionBlock_92-5 .contact-form-container {
    padding: 40px 20px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_92 .contact-form-container,
  .sectionBlock_92-5 .contact-form-container {
    padding: 40px 15px;
  }
}
.sectionBlock_92 .contact-form-container .contact-form,
.sectionBlock_92-5 .contact-form-container .contact-form {
  /* 文字區域 */
  /* 按鈕 */
  /* error 區域顯示 */
}
.sectionBlock_92 .contact-form-container .contact-form .title,
.sectionBlock_92-5 .contact-form-container .contact-form .title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 70px;
}
@media (max-width: 576px) {
  .sectionBlock_92 .contact-form-container .contact-form .title,
  .sectionBlock_92-5 .contact-form-container .contact-form .title {
    margin-bottom: 30px;
  }
}
.sectionBlock_92 .contact-form-container .contact-form .form-group,
.sectionBlock_92-5 .contact-form-container .contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.sectionBlock_92 .contact-form-container .contact-form .must-label,
.sectionBlock_92-5 .contact-form-container .contact-form .must-label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.sectionBlock_92 .contact-form-container .contact-form .must-label::after,
.sectionBlock_92-5 .contact-form-container .contact-form .must-label::after {
  content: "*";
  font-size: 25px;
  position: absolute;
  color: #b70000;
  right: 1em;
  top: 50%;
  -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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.sectionBlock_92 .contact-form-container .contact-form .must-label:has(textarea)::after,
.sectionBlock_92-5 .contact-form-container .contact-form .must-label:has(textarea)::after {
  top: 20%;
}
.sectionBlock_92 .contact-form-container .contact-form input[type=text],
.sectionBlock_92 .contact-form-container .contact-form input[type=tel],
.sectionBlock_92 .contact-form-container .contact-form textarea,
.sectionBlock_92-5 .contact-form-container .contact-form input[type=text],
.sectionBlock_92-5 .contact-form-container .contact-form input[type=tel],
.sectionBlock_92-5 .contact-form-container .contact-form textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  color: #222;
  padding: 10px 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sectionBlock_92 .contact-form-container .contact-form input[type=text]:focus,
.sectionBlock_92 .contact-form-container .contact-form input[type=tel]:focus,
.sectionBlock_92 .contact-form-container .contact-form textarea:focus,
.sectionBlock_92-5 .contact-form-container .contact-form input[type=text]:focus,
.sectionBlock_92-5 .contact-form-container .contact-form input[type=tel]:focus,
.sectionBlock_92-5 .contact-form-container .contact-form textarea:focus {
  border-color: #00b8ca;
}
.sectionBlock_92 .contact-form-container .contact-form textarea,
.sectionBlock_92-5 .contact-form-container .contact-form textarea {
  height: 110px;
  resize: none;
  /* 禁止調整文本區域大小 */
}
.sectionBlock_92 .contact-form-container .contact-form .theme-btn,
.sectionBlock_92-5 .contact-form-container .contact-form .theme-btn {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 20px 40px;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  color: #fff;
  -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;
  min-width: 165px;
}
@media (max-width: 992px) {
  .sectionBlock_92 .contact-form-container .contact-form .theme-btn,
  .sectionBlock_92-5 .contact-form-container .contact-form .theme-btn {
    width: 100%;
    margin-bottom: 30px;
    -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;
    gap: 5px;
  }
}
.sectionBlock_92 .contact-form-container .contact-form .theme-btn:hover,
.sectionBlock_92-5 .contact-form-container .contact-form .theme-btn:hover {
  color: #000000;
  border: #000000 1px solid;
  background: 0 0;
}
.sectionBlock_92 .contact-form-container .contact-form .remind,
.sectionBlock_92-5 .contact-form-container .contact-form .remind {
  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;
  width: 100%;
  height: 100%;
}
.sectionBlock_92 .contact-form-container .contact-form .remind-text,
.sectionBlock_92-5 .contact-form-container .contact-form .remind-text {
  position: relative;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sectionBlock_92 .contact-form-container .contact-form .remind-text::before,
.sectionBlock_92-5 .contact-form-container .contact-form .remind-text::before {
  content: "*";
  position: absolute;
  font-size: 30px;
  top: -0.09em;
  left: -0.55em;
}
@media (max-width: 1500px) {
  .sectionBlock_92 .contact-form-container .contact-form .remind-text,
  .sectionBlock_92-5 .contact-form-container .contact-form .remind-text {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_92 .contact-form-container .contact-form .remind-text,
  .sectionBlock_92-5 .contact-form-container .contact-form .remind-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 576px) {
  .sectionBlock_92 .contact-form-container .contact-form .remind-text,
  .sectionBlock_92-5 .contact-form-container .contact-form .remind-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionBlock_92 .contact-form-container .contact-form .check-group label,
.sectionBlock_92-5 .contact-form-container .contact-form .check-group label {
  margin-bottom: 0;
}
.sectionBlock_92 .contact-form-container .contact-form input.error,
.sectionBlock_92 .contact-form-container .contact-form select.error,
.sectionBlock_92 .contact-form-container .contact-form textarea.error,
.sectionBlock_92-5 .contact-form-container .contact-form input.error,
.sectionBlock_92-5 .contact-form-container .contact-form select.error,
.sectionBlock_92-5 .contact-form-container .contact-form textarea.error {
  border-color: red !important;
}
.sectionBlock_92 .contact-form-container .contact-form label.error,
.sectionBlock_92-5 .contact-form-container .contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: red;
  font-weight: 500;
}
@media (max-width: 992px) {
  .sectionBlock_92,
  .sectionBlock_92-5 {
    padding: 80px 0 150px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_92,
  .sectionBlock_92-5 {
    padding: 40px 0 80px;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="93" */
/*****************************/
.sectionBlock_93 {
  background: url("../images_v4/home/index_content_sectionBlock_93/bg.jpg");
  overflow: hidden;
  position: relative;
  display: block;
  padding-top: 130px;
  padding-bottom: 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
}
.sectionBlock_93 .container {
  position: relative;
}
.sectionBlock_93 .pic_swiper {
  position: relative;
}
.sectionBlock_93 .pic_swiper .imgs {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1.1) translateY(-50px);
          transform: scale(1.1) translateY(-50px);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  text-align: center;
}
.sectionBlock_93 .pic_swiper .imgs img {
  -webkit-box-shadow: 13px 27px 34px rgba(0, 0, 0, 0.35);
          box-shadow: 13px 27px 34px rgba(0, 0, 0, 0.35);
}
@media (min-width: 992px) {
  .sectionBlock_93 .text_swiper .blockTitle {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .sectionBlock_93 .text_swiper .blockTitle {
    margin-bottom: 80px;
  }
}
.sectionBlock_93 .lists-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.sectionBlock_93 .lists-wrapper .pic {
  display: none;
}
.sectionBlock_93 .lists-wrapper .name {
  cursor: default;
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
  font-weight: 800;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .sectionBlock_93 .lists-wrapper .name {
    width: 90%;
  }
}
.sectionBlock_93 .lists-wrapper .num {
  position: absolute;
  left: 0;
}
.sectionBlock_93 .lists-wrapper .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 63px;
}
.sectionBlock_93 .lists-wrapper .list-slide {
  position: relative;
  padding: 45px 20% 20px 0;
}
.sectionBlock_93 .lists-wrapper .list-slide::after {
  content: "";
  background-color: #8d897c;
  width: 80%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sectionBlock_93 .lists-wrapper .list-slide:first-child::after {
  width: 100%;
}

/*****************************/
/* home / index_content_all.php / data-block="94" */
/*****************************/
.sectionBlock_94 {
  margin: 0;
  padding: 155px 0 70px;
  position: relative;
  background-image: url("../images_v4/home/index_content_sectionBlock_94/sectionBlock_94_bg.jpg");
  overflow: hidden;
}
.sectionBlock_94 .container {
  position: relative;
}
.sectionBlock_94 .background {
  position: absolute;
  background-color: #bfbfbf;
  height: 100%;
  width: 35%;
  top: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .sectionBlock_94 .background {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .sectionBlock_94 .background {
    display: none;
  }
}
.sectionBlock_94__swiper-bottom {
  position: absolute;
  width: 38px;
  height: 26%;
  bottom: 0;
  right: 0;
  color: #8f8b7e;
  z-index: 10;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sectionBlock_94__swiper-bottom .fa-angle-left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: 60px;
  cursor: pointer;
}
.sectionBlock_94__swiper-bottom .fa-angle-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sectionBlock_94__swiper-bottom::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 50%;
  display: block;
  z-index: 3;
  background-color: #8d897c;
}
@media (max-width: 992px) {
  .sectionBlock_94__swiper-bottom {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  .sectionBlock_94__swiper-bottom {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: 52px;
    right: 20px;
    width: 100px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform-origin: right;
            transform-origin: right;
    font-size: 20px;
  }
  .sectionBlock_94__swiper-bottom .fa-angle-left,
  .sectionBlock_94__swiper-bottom .fa-angle-right {
    -webkit-transform: none;
            transform: none;
    margin: 0;
  }
  .sectionBlock_94__swiper-bottom::after {
    display: none;
  }
}
.sectionBlock_94 .main_title {
  z-index: 6;
  top: -11px;
  left: 50%;
  position: absolute;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionBlock_94 .main_title .en {
  color: #b70000;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
  padding-left: 2px;
  position: absolute;
  left: 0;
  top: -35px;
}
.sectionBlock_94 .main_title .title {
  font-size: 36px;
  color: #595858;
  font-weight: bold;
  display: block;
  width: 45%;
}
.sectionBlock_94 .main_title .more {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  font-size: 16px;
  color: #8c877c;
  font-weight: bold;
  letter-spacing: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.sectionBlock_94 .main_title .more:before {
  content: "";
  background-color: #d3d3d3;
  position: relative;
  width: calc(100% - 100px);
  height: 1px;
  display: block;
}
.sectionBlock_94 .main_title .more::after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0px;
}
.sectionBlock_94 .main_title .more:hover {
  color: #000;
}
.sectionBlock_94 .main_title .more:hover::after {
  width: calc(100% - 100px);
}
@media (max-width: 1440px) {
  .sectionBlock_94 .main_title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sectionBlock_94 .main_title .en {
    font-size: 16px;
    top: -30px;
  }
  .sectionBlock_94 .main_title .title {
    font-size: 28px;
  }
  .sectionBlock_94 .main_title .more {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_94 .main_title {
    top: -3px;
  }
  .sectionBlock_94 .main_title .en {
    font-size: 14px;
    top: -25px;
  }
  .sectionBlock_94 .main_title .title {
    font-size: 20px;
  }
  .sectionBlock_94 .main_title .more {
    width: 140px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_94 .main_title {
    top: 0;
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 20px;
  }
  .sectionBlock_94 .main_title .more {
    width: 100px;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .sectionBlock_94 .main_title .more::before {
    width: 34%;
  }
}
.sectionBlock_94 .num_box {
  position: absolute;
  z-index: 5;
  width: 53%;
  top: 14vw;
  left: 50%;
  height: 55px;
  font-size: 6.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8d897c;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  font-weight: 500;
  letter-spacing: 10px;
  margin-top: -72px;
  margin-left: 0;
}
.sectionBlock_94 .num_box .now {
  font-size: 48px;
  line-height: 45px;
  margin-right: 35px;
  position: relative;
}
.sectionBlock_94 .num_box .now::after {
  content: "";
  background-color: #8d897c;
  position: absolute;
  width: 16px;
  height: 2px;
  -webkit-transform: rotate(-58deg);
          transform: rotate(-58deg);
  bottom: 10px;
  right: -22px;
}
.sectionBlock_94 .num_box .all {
  font-size: 14px;
  letter-spacing: 5px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sectionBlock_94 .num_box {
    padding-left: 0;
    top: 0;
    margin-top: 25px;
    height: auto;
    position: relative;
    right: 0;
    left: auto;
    width: auto;
    bottom: auto;
    letter-spacing: 3px;
    margin-bottom: 7px;
  }
  .sectionBlock_94 .num_box .now {
    font-size: 26px;
    line-height: 26px;
    margin-right: 22px;
  }
  .sectionBlock_94 .num_box .now::after {
    content: "";
    width: 10px;
    height: 1px;
    bottom: 8px;
    right: -14px;
  }
  .sectionBlock_94 .num_box .all {
    font-size: 12px;
    letter-spacing: 4px;
  }
}
.sectionBlock_94 .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .sectionBlock_94 .swiper-slide {
    display: block;
  }
}
.sectionBlock_94 .swiper-slide .imgs {
  position: relative;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  width: 46%;
  display: block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
  opacity: 0;
}
.sectionBlock_94 .swiper-slide .imgs img {
  position: relative;
  opacity: 0;
}
@media (max-width: 768px) {
  .sectionBlock_94 .swiper-slide .imgs {
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sectionBlock_94 .swiper-slide .imgs img {
    width: 100%;
  }
}
.sectionBlock_94 .swiper-slide.swiper-slide-active .imgs {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.sectionBlock_94 .swiper-slide .box {
  position: relative;
  opacity: 0;
  pointer-events: none;
  width: 50%;
  padding-top: 14vw;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.sectionBlock_94 .swiper-slide .box .title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sectionBlock_94 .swiper-slide .box .memo {
  position: relative;
  font-size: 16px;
  width: 55%;
  padding-left: 0;
  line-height: 26px;
  padding-right: 0;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media (max-width: 1500px) {
  .sectionBlock_94 .swiper-slide .box .title {
    margin-bottom: 20px;
  }
  .sectionBlock_94 .swiper-slide .box .memo {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .sectionBlock_94 .swiper-slide .box {
    padding-top: 135px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_94 .swiper-slide .box {
    width: 100%;
    padding-top: 18px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sectionBlock_94 .swiper-slide-active .box {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*****************************/
/* home / index_content_all.php / data-block="95" */
/*****************************/
.sectionBlock_95 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 93px 0 100px;
  position: relative;
  background: url("../images_v4/home/index_content_sectionBlock_95/bg.webp") 50% 50% no-repeat;
}
@media (max-width: 992px) {
  .sectionBlock_95 {
    background: url("../images_v4/home/index_content_sectionBlock_95/bg-2.jpg") 50% 50% no-repeat;
    background-size: cover;
    padding: 0;
  }
  .sectionBlock_95 [class|=col] {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .sectionBlock_95 .row > div {
    margin-bottom: 0;
  }
}
.sectionBlock_95 .sect-title {
  opacity: 0.9;
  font-weight: 500;
  letter-spacing: 7.3px;
  position: relative;
  margin: 0px 0px 45px;
}
.sectionBlock_95 .sect-title span {
  color: #fff;
}
.sectionBlock_95 .sect-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  background: #fff;
  opacity: 0.2;
  position: absolute;
  display: block;
  bottom: -11px;
  left: calc(0% - 0px);
}
.sectionBlock_95 .sect-title::after {
  content: "";
  width: 25px;
  height: 6px;
  background: #94252a;
  position: absolute;
  display: block;
  bottom: -10px;
  left: calc(0% - 0px);
}
@media (min-width: 992px) {
  .sectionBlock_95 .about-sect {
    padding: 40px;
  }
}
.sectionBlock_95 .about-sect .editor {
  color: #fff;
  opacity: 0.8;
  letter-spacing: 1.5px;
  min-height: 150px;
}
@media (max-width: 992px) {
  .sectionBlock_95 .about-sect {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    background: rgba(31, 44, 92, 0.95);
    mix-blend-mode: multiply;
  }
  .sectionBlock_95 .about-sect .sect-title {
    text-align: center;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .sectionBlock_95 .news-sect {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_95 .news-sect {
    background: rgba(148, 37, 42, 0.95);
    mix-blend-mode: multiply;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
  }
}
.sectionBlock_95 .news-sect .sect-title::after {
  content: "";
  width: 25px;
  height: 6px;
  background: #1f2c5c;
  position: absolute;
  display: block;
  bottom: -10px;
  left: calc(0% - 0px);
}
@media (max-width: 992px) {
  .sectionBlock_95 .news-sect .sect-title {
    text-align: center;
    color: #fff;
  }
}
.sectionBlock_95 .news-sect .news-list {
  min-height: 150px;
}
.sectionBlock_95 .news-sect .news-list .box {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.sectionBlock_95 .news-sect .news-list .box:hover .name {
  color: rgba(255, 255, 255, 0.5019607843);
}
.sectionBlock_95 .news-sect .news-list .box:hover .name::after {
  border-color: rgba(255, 255, 255, 0.3019607843);
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 576px) {
  .sectionBlock_95 .news-sect .news-list .box {
    gap: 5px;
  }
}
.sectionBlock_95 .news-sect .news-list .date {
  color: #fff;
  opacity: 0.8;
}
.sectionBlock_95 .news-sect .news-list .date::after {
  content: "|";
  display: inline-block;
  color: #fff;
  opacity: 0.5;
  margin-left: 17px;
}
@media (max-width: 576px) {
  .sectionBlock_95 .news-sect .news-list .date::after {
    margin-left: 5px;
  }
}
.sectionBlock_95 .news-sect .news-list .name {
  color: #fff;
  opacity: 0.8;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sectionBlock_95 .news-sect .news-list .name::after {
  content: "\f105";
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  opacity: 0.8;
  padding: 0px 7px;
  border-radius: 100%;
  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;
  font-size: 1px;
  text-align: center;
  line-height: 16px;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0px;
  top: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "FontAwesome";
}
@media (max-width: 1440px) {
  .sectionBlock_95 .news-sect .news-list .name {
    max-width: 60%;
  }
}
@media (max-width: 992px) {
  .sectionBlock_95 .news-sect .news-list .name {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (max-width: 576px) {
  .sectionBlock_95 .news-sect .news-list .name {
    max-width: 200px;
  }
}
.sectionBlock_95 .news-sect .news-list .item .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 576px) {
  .sectionBlock_95 .news-sect .news-list .item .cover {
    gap: 5px;
  }
}
.sectionBlock_95 .btn-box {
  padding-top: 45px;
  position: relative;
}
@media (max-width: 992px) {
  .sectionBlock_95 .btn-box {
    text-align: center;
  }
}
.sectionBlock_95 .btn.more {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  color: #fff;
  border-color: #fff;
  opacity: 0.8;
  min-width: 160px;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  padding: 1rem 1.5rem;
}
.sectionBlock_95 .btn.more::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  opacity: 0.4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sectionBlock_95 .btn.more::after {
  content: "\f105";
  color: rgba(255, 255, 255, 0.9);
  padding: 0px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: 10px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-family: "FontAwesome";
  font-weight: 100;
}
.sectionBlock_95 .btn.more:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

/*****************************/
/* home / index_content_all.php / data-block="96" */
/*****************************/
.sectionBlock_96 .introArea {
  position: relative;
  overflow: hidden;
}
.sectionBlock_96 .introArea .introductionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -42px;
  padding-bottom: 110px;
}
.sectionBlock_96 .introArea .introductionList li {
  width: 33.33%;
  padding: 0 42px;
}
.sectionBlock_96 .introArea .introductionList li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sectionBlock_96 .introArea .introductionList li .left {
  width: 40px;
}
.sectionBlock_96 .introArea .introductionList li .right {
  width: calc(100% - 40px);
}
.sectionBlock_96 .introArea .introductionList li .title {
  color: #333333;
  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: all 0.5s;
  transition: all 0.5s;
}
.sectionBlock_96 .introArea .introductionList li .title .mainTitle {
  font-weight: 600;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.sectionBlock_96 .introArea .introductionList li .title .line {
  margin: 7px 0 7px 10px;
  width: 1px;
  height: 26px;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}
.sectionBlock_96 .introArea .introductionList li .title .subTitle {
  font-weight: 600;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.sectionBlock_96 .introArea .introductionList li .Img {
  line-height: 1;
}
.sectionBlock_96 .introArea .introductionList li .Img .pc {
  display: block;
}
.sectionBlock_96 .introArea .introductionList li .Img .mb {
  display: none;
}
.sectionBlock_96 .introArea .introductionList li a:hover .title {
  color: #b70000;
}
@media (max-width: 576px) {
  .sectionBlock_96 .introArea .introductionList li .title {
    -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;
  }
  .sectionBlock_96 .introArea .introductionList li .right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sectionBlock_96 .introArea .introductionList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .sectionBlock_96 .introArea .introductionList li {
    padding: 0 0 30px 0;
    width: 100%;
  }
  .sectionBlock_96 .introArea .introductionList li .item {
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .sectionBlock_96 .introArea .introductionList li .left {
    width: 100%;
  }
  .sectionBlock_96 .introArea .introductionList li .title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    padding-bottom: 15px;
  }
  .sectionBlock_96 .introArea .introductionList li .title .mainTitle,
  .sectionBlock_96 .introArea .introductionList li .title .subTitle {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
  .sectionBlock_96 .introArea .introductionList li .title .line {
    display: block;
    margin: 10px 0;
    width: 26px;
    height: 1px;
  }
  .sectionBlock_96 .introArea .introductionList li .Img .pc {
    display: none;
  }
  .sectionBlock_96 .introArea .introductionList li .Img .mb {
    display: block;
  }
}
.sectionBlock_96 .imh_scale {
  position: relative;
  overflow: hidden;
}
.sectionBlock_96 .imh_scale img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sectionBlock_96 .imh_scale:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.modal.modal-sectionBlock_96 {
  position: relative;
  width: 100%;
  max-width: 940px;
  background-color: #ffffff;
  background-image: url("../images_v4/home/index_content_sectionBlock_96/model-bg.jpg");
  pointer-events: auto;
  padding-top: 60px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 65vh;
}
@media (max-width: 992px) {
  .modal.modal-sectionBlock_96 {
    width: 80vw;
  }
}
.modal.modal-sectionBlock_96 .fancybox-close-small {
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  height: 65px;
  background: none;
  background-color: #535353;
  border: none;
  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;
}
.modal.modal-sectionBlock_96 .fancybox-close-small::after {
  position: initial;
  background: transparent;
  width: 45px;
  height: 45px;
  font: 45px/45px Helvetica, sans-serif;
  font-weight: 200;
  font-size: 50px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.modal.modal-sectionBlock_96 .fancybox-close-small:hover::after {
  font-size: 55px;
}
.modal.modal-sectionBlock_96 .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
}
@media (max-width: 576px) {
  .modal.modal-sectionBlock_96 .moduleContent {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal.modal-sectionBlock_96 .titleBar .subTitle {
  font-size: 15px;
  letter-spacing: 2.25px;
  line-height: 2.06;
}
.modal.modal-sectionBlock_96 .titleBar .mainTitle {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 4.2px;
  line-height: 1;
}
.modal.modal-sectionBlock_96 .titleBar .icon {
  padding: 25px 0;
}
.modal.modal-sectionBlock_96 .titleBar .icon .icon_sign {
  width: 17px;
  height: 22px;
  fill: none;
  stroke: #535e66;
  stroke-width: 0.4372;
  stroke-miterlimit: 10;
}
.modal.modal-sectionBlock_96 .textEditor {
  clear: both;
  line-height: 1.5;
  margin: initial;
}

/*****************************/
/* home / index_content_all.php / data-block="97" */
/*****************************/
.sectionBlock_97_container {
  width: calc(100% - 100px);
  max-width: 1420px;
  margin: 0 auto;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .sectionBlock_97_container {
    width: calc(100% - 40px);
  }
}

.sectionBlock_97 {
  background-image: url(../images_v4/home/index_content_sectionBlock_97/primary-bg.jpg);
  background-size: contain;
  background-repeat: repeat;
  overflow: hidden;
  padding-bottom: 120px;
  /* slick button & button:hover 原預設設定消除 */
}
.sectionBlock_97 .section-head .main-title {
  font-size: 1.777778rem;
  color: #b70000;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_97 .section-head .main-title {
    font-size: 1.555556rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_97 .section-head .main-title {
    font-size: 1.222222rem;
  }
}
.sectionBlock_97 .section-head .main-title::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 5px;
  background-color: #b70000;
  vertical-align: calc(0.25em + 2.5px);
  margin-left: 1em;
}
.sectionBlock_97 .section-primary {
  margin-top: 185px;
}
@media (max-width: 767px) {
  .sectionBlock_97 .section-primary {
    margin-top: 50px;
  }
}
.sectionBlock_97 .section-primary .slideshow {
  position: relative;
}
.sectionBlock_97 .section-primary .slider {
  padding: 0 25px;
}
.sectionBlock_97 .section-primary .slick-slide {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .sectionBlock_97 .section-primary .slick-slide {
    padding: 0 15px 15px 0;
  }
}
.sectionBlock_97 .section-primary .border {
  position: relative;
}
.sectionBlock_97 .section-primary .border::before {
  content: "";
  position: absolute;
  top: 15px;
  right: -15px;
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #e2e2e2;
  border-radius: 10px;
  opacity: 0.5;
}
.sectionBlock_97 .section-primary .list {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.sectionBlock_97 .section-primary .list a {
  position: relative;
  display: block;
  padding-bottom: 125%;
}
.sectionBlock_97 .section-primary .list a .listBg {
  position: absolute;
  top: 0;
  left: -12.5%;
  right: -12.5%;
  bottom: 0;
}
.sectionBlock_97 .section-primary .list a .listBg .pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.sectionBlock_97 .section-primary .list a .listBg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.sectionBlock_97 .section-primary .list a .listInner {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 25px 25px 45px;
  text-align: right;
  color: #ffffff;
}
.sectionBlock_97 .section-primary .list a .listInner .title {
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_97 .section-primary .list a .listInner .title {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_97 .section-primary .list a .listInner .title {
    font-size: 1rem;
  }
}
.sectionBlock_97 .section-primary .list a .listInner p.txt {
  margin-bottom: 0;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
.sectionBlock_97 .section-primary .list a:hover .pic {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sectionBlock_97 .slick-slider .slick-arrow {
  color: #333;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  line-height: 1;
}
.sectionBlock_97 .slick-slider .slick-arrow:hover {
  background-color: transparent;
}
.sectionBlock_97 .slick-slider .slick-arrow i {
  padding: 0em;
}
.sectionBlock_97 .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.sectionBlock_97 .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.sectionBlock_97 .slick-slider .slick-arrow {
  font-size: 40px;
  font-weight: bold;
}
.sectionBlock_97 .slick-slider .slick-arrow.slick-prev {
  left: -25px;
}
.sectionBlock_97 .slick-slider .slick-arrow.slick-next {
  right: -25px;
}
.sectionBlock_97 .slick-slider .slick-arrow.slick-disabled {
  opacity: 0.15;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sectionBlock_97 .slick-slider .slick-arrow {
    font-size: 25px;
  }
  .sectionBlock_97 .slick-slider .slick-arrow.slick-prev {
    left: -5px;
  }
  .sectionBlock_97 .slick-slider .slick-arrow.slick-next {
    right: -5px;
  }
}
@media (min-width: 768px) {
  .sectionBlock_97 .section-primary .slider {
    overflow: visible;
  }
  .sectionBlock_97 .section-primary .slick-list {
    overflow: visible;
  }
  .sectionBlock_97 .section-primary .slick-slide:not(.slick-active) {
    visibility: hidden;
    opacity: 0;
  }
  .sectionBlock_97 .section-primary .slick-slide {
    margin: 0 -10px;
  }
  .sectionBlock_97 .section-primary .slick-slide.slick-active {
    z-index: 3;
  }
  .sectionBlock_97 .section-primary .slick-slide.slick-active + .slick-active {
    z-index: 2;
    -webkit-transform: translateY(-17.85%);
            transform: translateY(-17.85%);
  }
  .sectionBlock_97 .section-primary .slick-slide.slick-active + .slick-active + .slick-active {
    z-index: 1;
    -webkit-transform: translateY(-35.7%);
            transform: translateY(-35.7%);
  }
}
@media (min-width: 992px) {
  .sectionBlock_97 .section-head {
    padding: 0 70px;
  }
  .sectionBlock_97 .section-primary .slider {
    padding: 0 70px;
  }
  .sectionBlock_97 .section-primary .border::before {
    top: 40px;
    right: -30px;
    -webkit-transform: skew(-11.5deg, 0deg);
            transform: skew(-11.5deg, 0deg);
  }
  .sectionBlock_97 .section-primary .list {
    -webkit-transform: skew(-11.5deg, 0deg);
            transform: skew(-11.5deg, 0deg);
  }
  .sectionBlock_97 .section-primary .list a > div {
    -webkit-transform: skew(11.5deg, 0deg);
            transform: skew(11.5deg, 0deg);
  }
  .sectionBlock_97 .section-primary .list a .listInner {
    padding: 55px 45px 55px 25%;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="98" */
/*****************************/
.sectionBlock_98 {
  background: url("../images_v4/home/index_content_sectionBlock_98/bg.webp") top center no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center top -129.7px;
}
.sectionBlock_98 .top {
  background: #f0f0f0;
  max-width: 740px;
  -webkit-transform: skew(-10deg) translateX(-200px);
          transform: skew(-10deg) translateX(-200px);
  margin-left: 30px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.sectionBlock_98 .top .btn-link {
  color: #666666;
  border: #d4d4d4 1px solid;
}
.sectionBlock_98 .top .btn-link:hover {
  border: #000000 1px solid;
}
.sectionBlock_98 .bottom {
  color: #ffffff;
  background: #b70000;
  max-width: 600px;
  margin: -105px 0 0 270px;
  -webkit-transform: skew(-10deg) translateX(-200px);
          transform: skew(-10deg) translateX(-200px);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.sectionBlock_98 .bottom .title {
  color: #fff;
}
.sectionBlock_98 .bottom .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.sectionBlock_98 .bottom .list-group li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  line-height: 1.5em;
  padding-right: 30px;
}
.sectionBlock_98 .bottom .list-group li img {
  height: 40px;
  vertical-align: middle;
  margin-right: 5px;
}
.sectionBlock_98 .bottom .btn-link {
  color: #ffffff;
  border: #e9906e 1px solid;
}
.sectionBlock_98 .bottom .btn-link:hover {
  border: #ffffff 1px solid;
}
.sectionBlock_98 .box {
  padding: 60px;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.sectionBlock_98 .btn-link {
  display: inline-block;
  padding: 0.7em 0;
  width: 130px;
  text-align: center;
  border-radius: 30px;
  margin-top: 3em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sectionBlock_98 .btn-link:hover {
  width: 150px;
}
.sectionBlock_98 .title {
  font-size: 40px;
  margin-bottom: 0.8em;
  color: #b70000;
  font-size: 1.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_98 .title {
    font-size: 1.555556rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_98 .title {
    font-size: 1.222222rem;
  }
}
@media (max-width: 992px) {
  .sectionBlock_98 {
    height: auto;
    padding: 50px 0;
    -webkit-transform: none;
            transform: none;
    background-position: top center !important;
    background-size: cover;
  }
  .sectionBlock_98 .top {
    width: 90%;
    margin: 0 auto;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
  .sectionBlock_98 .bottom {
    width: 90%;
    margin: -30px auto 0;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
  .sectionBlock_98 .bottom .list-group {
    gap: 10px;
  }
  .sectionBlock_98 .box {
    padding: 60px 30px;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none !important;
            animation: none !important;
  }
}
@media (max-width: 576px) {
  .sectionBlock_98 .bottom .list-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@-webkit-keyframes leftMove {
  0% {
    -webkit-transform: skew(-10deg) translateX(-200%);
            transform: skew(-10deg) translateX(-200%);
  }
  70%, 100% {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
}
@keyframes leftMove {
  0% {
    -webkit-transform: skew(-10deg) translateX(-200%);
            transform: skew(-10deg) translateX(-200%);
  }
  70%, 100% {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
}
@-webkit-keyframes leftmovein {
  0% {
    -webkit-transform: skew(10deg) translateX(-200%);
            transform: skew(10deg) translateX(-200%);
  }
  70%, 100% {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
}
@keyframes leftmovein {
  0% {
    -webkit-transform: skew(10deg) translateX(-200%);
            transform: skew(10deg) translateX(-200%);
  }
  70%, 100% {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
}

/*****************************/
/* home / index_content_all.php / data-block="99" */
/*****************************/
.sectionBlock_99 {
  background-color: #f2f2f2;
  padding-top: 64px;
}
.sectionBlock_99 .image-slider-box {
  position: relative;
  width: 100%;
  height: 580px;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 576px) {
  .sectionBlock_99 .image-slider-box {
    height: 400px;
    overflow: inherit;
    margin-bottom: 30px;
  }
}
.sectionBlock_99 .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.sectionBlock_99 .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .sectionBlock_99 .img-box {
    max-height: 500px;
  }
}
.sectionBlock_99 .txt {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10%;
  font-weight: 400;
  line-height: 20px;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.sectionBlock_99 .before-txt {
  left: 50%;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.sectionBlock_99 .after-txt {
  left: 75%;
}
.sectionBlock_99 .background-img {
  background-image: url("https://i.imgur.com/s08MkXC.jpg");
}
.sectionBlock_99 .foreground-img {
  background-image: url("https://i.imgur.com/PfIWek4.jpg");
  width: 50%;
  z-index: 2;
}
.sectionBlock_99 .slider {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  background: rgba(242, 242, 242, 0.3);
  outline: none;
  margin: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  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;
}
.sectionBlock_99 .slider:hover {
  background: rgba(242, 242, 242, 0.1);
}
.sectionBlock_99 .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 3px;
  height: 500px;
  background: white;
  cursor: pointer;
}
@media (max-width: 992px) {
  .sectionBlock_99 .slider::-webkit-slider-thumb::before {
    content: "";
    width: 30px;
    height: 100%;
    background-color: transparent;
  }
  .sectionBlock_99 .slider::-webkit-slider-thumb::after {
    content: "";
    width: 30px;
    height: 100%;
    background-color: transparent;
  }
}
@media (max-width: 576px) {
  .sectionBlock_99 .slider::-webkit-slider-thumb {
    height: 400px;
  }
}
.sectionBlock_99 .slider-button {
  pointer-events: none;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  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;
}
.sectionBlock_99 .slider-button:after {
  content: "";
  padding: 5px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sectionBlock_99 .slider-button:before {
  content: "";
  padding: 5px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 576px) {
  .sectionBlock_99 .slider-button {
    top: 50%;
  }
}
.sectionBlock_99 .introduce-box {
  padding: 0 50px;
}
.sectionBlock_99 .introduce-content .title {
  font-weight: 400;
  margin-bottom: 16px;
  color: #b70000;
  font-size: 1.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_99 .introduce-content .title {
    font-size: 1.555556rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_99 .introduce-content .title {
    font-size: 1.222222rem;
  }
}
.sectionBlock_99 .introduce-content .second-title {
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 24px;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_99 .introduce-content .second-title {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_99 .introduce-content .second-title {
    font-size: 1rem;
  }
}
.sectionBlock_99 .introduce-products {
  overflow: hidden;
  overflow-behavior: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 16px;
  overflow-x: auto;
}
.sectionBlock_99 .introduce-products .item {
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.sectionBlock_99 .introduce-products .item-image {
  aspect-ratio: 0.75;
  background: currentcolor;
  border: none;
  color: #f6f6f6;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.sectionBlock_99 .introduce-products .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

/*****************************/
/* home / index_content_all.php / data-block="100" */
/*****************************/
.sectionBlock_100 .ul_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.sectionBlock_100 .ul_list li.show .imgBox::after {
  position: absolute;
  content: "";
}
.sectionBlock_100 .textBox {
  padding-top: 5vw;
  padding-left: 120px;
  width: 50%;
}
.sectionBlock_100 .textContent {
  width: 500px;
}
.sectionBlock_100 .titleBox .title {
  color: #b70000;
  font-weight: bold;
  font-size: 1.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_100 .titleBox .title {
    font-size: 1.555556rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_100 .titleBox .title {
    font-size: 1.222222rem;
  }
}
.sectionBlock_100 .bg_cover {
  background-position: center;
  background-size: cover;
}
.sectionBlock_100 .imgBox {
  width: 50%;
  position: relative;
}
.sectionBlock_100 .imgBox::before {
  height: 100%;
  width: 100%;
  display: block;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.sectionBlock_100 .light .imgBox::before {
  opacity: 0.3;
}
.sectionBlock_100 .imgBox .word_block {
  text-align: center;
  position: absolute;
  top: 100%;
  left: -210px;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  font-weight: bold;
  color: #fff;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.sectionBlock_100 .item1 .word_block {
  left: -37px;
}
.sectionBlock_100 .item2 .word_block {
  left: -193px;
}
.sectionBlock_100 .item3 .word_block {
  left: -102px;
}
.sectionBlock_100 li.show .word_block {
  opacity: 1;
  transition: all 0.4s ease 0.4s;
  -webkit-transition: all 0.4s ease 0.4s;
  -moz-transition: all 0.4s ease 0.4s;
  -o-transition: all 0.4s ease 0.4s;
  top: 50%;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .sectionBlock_100 .hidden_t {
    display: none;
  }
}
.sectionBlock_100 .imgBox .show_1200 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
  z-index: 2;
  opacity: 0;
  font-size: 1.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_100 .imgBox .show_1200 {
    font-size: 1.555556rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_100 .imgBox .show_1200 {
    font-size: 1.222222rem;
  }
}
.sectionBlock_100 .ul_list li:nth-child(1) .imgBox {
  background-image: url(../images_v4/home/index_content_sectionBlock_100/app_pc_1.webp);
}
.sectionBlock_100 .ul_list li:nth-child(2) .imgBox {
  background-image: url(../images_v4/home/index_content_sectionBlock_100/app_pc_2.webp);
}
.sectionBlock_100 .ul_list li:nth-child(3) .imgBox {
  background-image: url(../images_v4/home/index_content_sectionBlock_100/app_pc_3.webp);
}
.sectionBlock_100 .text {
  padding: 20px 0 30px;
  line-height: 34px;
}
.sectionBlock_100 .btn .btnStyle {
  width: 240px;
  line-height: 52px;
  max-height: 52px;
  text-align: center;
  display: block;
  outline: none !important;
  border: none;
}
.sectionBlock_100 .btn .btn_color {
  color: #ffffff !important;
  border-radius: 30px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  background-size: cover;
}
.sectionBlock_100 .btn .btn_color span {
  z-index: 5;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
}
.sectionBlock_100 .btn .btn_color::before, .sectionBlock_100 .btn .btn_color::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  background-size: cover;
  position: absolute;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
}
.sectionBlock_100 .btn .btn_color::before {
  opacity: 1;
  background-image: url(../images_v4/home/index_content_sectionBlock_100/umc_btn.svg);
  z-index: 0;
}
.sectionBlock_100 .btn .btn_color::after {
  opacity: 0;
  background-image: url(../images_v4/home/index_content_sectionBlock_100/umc_btn_hover.svg);
  z-index: 0;
}
.sectionBlock_100 .btn .btn_color:hover::after {
  opacity: 1;
}
.sectionBlock_100 .show .animate-init {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sectionBlock_100 .show [data-aos^=fade][data-aos^=fade] {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (min-width: 1200px) {
  .sectionBlock_100 .imgBox::after {
    height: 100%;
    width: 100%;
    display: block;
    background-color: #b70000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
  }
  .sectionBlock_100 li.show .imgBox::after {
    left: 100%;
    transition: left 0.4s ease;
    -webkit-transition: left 0.4s ease;
    -moz-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
  }
}
@media (max-width: 1499px) and (min-width: 1200px) {
  .sectionBlock_100 .textBox {
    padding-left: 90px;
    padding-top: 20px;
  }
  .sectionBlock_100 .textContent {
    width: 400px;
  }
  .sectionBlock_100 li.show .word_block {
    width: 90%;
  }
  .sectionBlock_100 .item2 .word_block {
    left: -100px;
  }
}
@media (max-width: 1199px) {
  .sectionBlock_100 .ul_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
  .sectionBlock_100 .textBox {
    padding: 60px 40px;
    width: 100%;
  }
  .sectionBlock_100 .textContent {
    width: 460px;
    width: 100%;
  }
  .sectionBlock_100 .imgBox {
    width: 100%;
    height: 360px;
  }
  .sectionBlock_100 .app_block .title {
    line-height: 68px;
  }
  .sectionBlock_100 .text {
    padding: 0px 0 50px;
  }
  .sectionBlock_100 .imgBox .word_block {
    text-align: center;
    width: 100%;
    left: 0;
    font-weight: bold;
    color: #fff;
    z-index: 2;
  }
  .sectionBlock_100 .show .imgBox .show_1200 {
    opacity: 1;
    transition: opacity 0.3s ease 0.6s;
    -webkit-transition: opacity 0.3s ease 0.6s;
    -moz-transition: opacity 0.3s ease 0.6s;
    -o-transition: opacity 0.3s ease 0.6s;
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .sectionBlock_100 .app_block .title {
    line-height: 68px;
  }
  .sectionBlock_100 .textBox {
    padding: 60px 20px;
  }
  .sectionBlock_100 .text {
    line-height: 28px;
  }
}
@media (min-width: 580px) {
  .sectionBlock_100 .imgBox .show_1200 br {
    display: none;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="101" */
/*****************************/
.sectionBlock_101 {
  background-color: #f2f8f8;
}
.sectionBlock_101 .listInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sectionBlock_101 .listInner > div {
  width: 50%;
}
@media (max-width: 768px) {
  .sectionBlock_101 .listInner > div {
    width: 100%;
  }
}
.sectionBlock_101 .listInner .listInner_txt {
  padding: 6rem 4rem 8rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .sectionBlock_101 .listInner .listInner_txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 2.4rem 1.5rem 6rem;
  }
}
.sectionBlock_101 .listInner .listInner_txt p {
  margin-top: 2rem;
  margin-bottom: 0;
}
.sectionBlock_101 .listInner .listInner_photo {
  background: url(../images_v4/banner/bannerStyle10-4.webp) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sectionBlock_101 .listInner .listInner_photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 300px;
  }
}
.sectionBlock_101 .content {
  background: url(../images_v4/index/bgParallax.jpg) rgba(0, 0, 0, 0.4) no-repeat center/cover;
  background-blend-mode: multiply;
  color: #ffffff;
  padding: 2rem 6.7% 2rem;
  position: relative;
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sectionBlock_101 .content {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
.sectionBlock_101 .content .content-top {
  text-align: center;
}
.sectionBlock_101 .content .content-list {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px #b70000;
          box-shadow: 0 0 8px #b70000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -6rem auto 1rem;
  padding: 1.5rem 0;
  position: relative;
  z-index: 2;
}
.sectionBlock_101 .content .content-list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.sectionBlock_101 .content .content-list .item img {
  width: 80%;
  max-width: 210px;
  margin: auto;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .sectionBlock_101 .content .content-list .item img {
    width: 96%;
  }
}
.sectionBlock_101 .content .content-list .item + .item {
  border-left: 1px solid #b70000;
}
.sectionBlock_101 .content small {
  display: inline-block;
}
.sectionBlock_101 .content p {
  color: #fff;
  margin: 3rem 0;
  text-align: center;
}

/*****************************/
/* home / index_content_all.php / data-block="102" */
/*****************************/
.sectionBlock_102 {
  overflow: hidden;
}

.sectionBlock_102_top {
  width: 100%;
  height: 180px;
  background-color: #fff;
}

.sectionBlock_102_bottom {
  background: #3a3a3a;
}
.sectionBlock_102_bottom .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sectionBlock_102_bottom .inner {
    padding: 0 10px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
.sectionBlock_102_bottom .inner_row {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .sectionBlock_102_bottom .inner_row {
    margin: 0 -10px;
  }
}
.sectionBlock_102_bottom .inner_row > .list {
  width: 20%;
  max-width: 300px;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .sectionBlock_102_bottom .inner_row > .list {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .sectionBlock_102_bottom .inner_row > .list:nth-child(2n) {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sectionBlock_102_bottom .inner_row > .list:nth-child(2n) {
    padding-top: 30px;
  }
}
.sectionBlock_102_bottom .inner_row > .list .link {
  display: block;
  position: relative;
}
.sectionBlock_102_bottom .inner_row .label {
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  color: #fff;
  padding: 10px 2px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
}
.sectionBlock_102_bottom .inner_row .label .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.sectionBlock_102_bottom .inner_row .label span {
  color: #fff;
  letter-spacing: 5px;
}
@media (min-width: 768px) {
  .sectionBlock_102_bottom .inner_row .label span {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-orientation: upright;
  }
}
.sectionBlock_102_bottom .inner_row .img_box {
  overflow: hidden;
}
.sectionBlock_102_bottom .inner_row .img_box img {
  display: block;
  aspect-ratio: 260/510;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sectionBlock_102_bottom .inner_row .link:hover .label {
  background-color: #b70000;
  color: #fff;
}
.sectionBlock_102_bottom .inner_row .link:hover .img_box img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 767px) {
  .sectionBlock_102_top {
    display: none;
  }
  .sectionBlock_102_bottom {
    background: url("../_i/assets/upload/product/45b1b5e3db54c56ee7691d5ee20e7e71.jpg") no-repeat center/cover;
    padding: 120px 0;
  }
  .sectionBlock_102_bottom .inner {
    max-width: 450px;
    padding: 0 15px;
    -webkit-transform: none;
            transform: none;
  }
  .sectionBlock_102_bottom .inner_row {
    margin: 0 10px;
  }
  .sectionBlock_102_bottom .inner_row > .list {
    max-width: 100%;
    width: 50%;
    padding-bottom: 15px;
  }
  .sectionBlock_102_bottom .inner_row > .list:last-of-type {
    width: 100%;
  }
  .sectionBlock_102_bottom .inner_row .label {
    width: 100%;
    position: relative;
    padding: 15px 8px;
    opacity: 0.8;
    border-radius: 10px;
  }
  .sectionBlock_102_bottom .inner_row .label span {
    letter-spacing: 2px;
  }
  .sectionBlock_102_bottom .inner_row .img_box {
    display: none;
  }
}
/*****************************/
/* home / index_content_all.php / data-block="103" */
/*****************************/
.sectionBlock_103 {
  width: 100%;
  height: 980px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background: url("../images_v4/home/index_content_sectionBlock_103/support_bg.webp");
  background-blend-mode: screen;
}
@media (max-width: 1600px) {
  .sectionBlock_103 {
    height: 100vh;
  }
}
@media (max-width: 992px) {
  .sectionBlock_103 {
    height: auto;
  }
}
.sectionBlock_103 .box-container {
  height: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1600px) {
  .sectionBlock_103 .box-container {
    height: 100vh;
  }
}
@media (max-width: 992px) {
  .sectionBlock_103 .box-container {
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sectionBlock_103 .box-container .first-box {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 42%;
}
.sectionBlock_103 .box-container .first-box .title-box {
  margin: 355px 17.2% 0 0;
  max-width: 480px;
}
@media (max-width: 1600px) {
  .sectionBlock_103 .box-container .first-box .title-box {
    margin: 335px 50px 0 0;
    width: calc(100% - 200px);
  }
}
@media (max-width: 1200px) {
  .sectionBlock_103 .box-container .first-box .title-box {
    margin: 200px 50px 0 0;
  }
}
@media (max-width: 992px) {
  .sectionBlock_103 .box-container .first-box .title-box {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 100px 20px 100px 20px;
  }
}
.sectionBlock_103 .box-container .first-box .title-box .title {
  width: 100%;
  font-weight: bold;
  color: #b70000;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 1.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_103 .box-container .first-box .title-box .title {
    font-size: 1.555556rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_103 .box-container .first-box .title-box .title {
    font-size: 1.222222rem;
  }
}
.sectionBlock_103 .box-container .first-box .title-box .title::before {
  width: 60px;
  height: 3px;
  border-top: 3px solid #b70000;
  content: "";
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
}
.sectionBlock_103 .box-container .first-box .title-box .subtitle {
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  padding-top: 10px;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_103 .box-container .first-box .title-box .subtitle {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_103 .box-container .first-box .title-box .subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .sectionBlock_103 .box-container .first-box {
    width: 100%;
  }
}
.sectionBlock_103 .box-container .list-box {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding: 360px 20px 0 35px;
  height: 100%;
  width: 19.3333333333%;
}
.sectionBlock_103 .box-container .list-box:hover {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.sectionBlock_103 .box-container .list-box:hover .more-btn {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.sectionBlock_103 .box-container .list-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sectionBlock_103 .box-container .list-box .img {
  width: 75px;
  height: 90px;
}
.sectionBlock_103 .box-container .list-box .title {
  width: 100%;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 23px;
}
.sectionBlock_103 .box-container .list-box .text {
  line-height: 26px;
  color: #757575;
  margin-top: 10px;
  max-width: 200px;
  min-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.sectionBlock_103 .box-container .list-box .more-btn {
  display: block;
  background: #b70000;
  width: 143px;
  color: #fff;
  height: 49px;
  text-align: center;
  line-height: 47px;
  margin-top: 40px;
  opacity: 0;
  position: absolute;
  bottom: 25%;
}
@media (max-width: 1440px) {
  .sectionBlock_103 .box-container .list-box .more-btn {
    bottom: 3%;
  }
}
@media (max-width: 1500px) {
  .sectionBlock_103 .box-container .list-box {
    padding-top: 260px;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_103 .box-container .list-box {
    padding-top: 200px;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_103 .box-container .list-box {
    padding-top: 60px;
    width: 33.3333333333%;
    height: 400px;
    background: rgba(0, 0, 0, 0.5);
  }
  .sectionBlock_103 .box-container .list-box .text {
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .sectionBlock_103 .box-container .list-box .more-btn {
    display: none;
  }
}
@media (max-width: 576px) {
  .sectionBlock_103 .box-container .list-box {
    height: auto;
    width: 100%;
    padding: 30px 20px 45px 20px;
    border-left: none;
    border-top: rgba(255, 255, 255, 0.15) solid 1px;
  }
  .sectionBlock_103 .box-container .list-box a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70px 1fr;
    grid-template-columns: 70px 1fr;
  }
  .sectionBlock_103 .box-container .list-box .img {
    width: 70px;
    grid-row: 1/-3;
  }
  .sectionBlock_103 .box-container .list-box .title {
    padding-left: 20px;
    margin-top: 5px;
    width: 100%;
  }
  .sectionBlock_103 .box-container .list-box .text {
    padding-left: 20px;
    margin-top: 5px;
    max-width: 100%;
    width: 100%;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="104" */
/*****************************/
.sectionBlock_104 {
  position: relative;
}
.sectionBlock_104::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: #34373e;
}
@media (min-width: 1024px) {
  .sectionBlock_104::before {
    bottom: 0;
    width: 63.5%;
  }
}
@media (max-width: 1023.5px) {
  .sectionBlock_104::before {
    left: 0;
    bottom: 40vw;
    width: auto;
  }
}
.sectionBlock_104 .fp-tableCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media (max-width: 1680px) {
  .sectionBlock_104 .fp-tableCell {
    padding: 50px 0;
  }
}
@media (max-width: 992px) {
  .sectionBlock_104 .fp-tableCell {
    padding: 0;
  }
}
.sectionBlock_104 .container-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .sectionBlock_104 .container-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 992px) {
  .sectionBlock_104 .container-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 75px 15px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_104 .container-box {
    padding: 50px 15px;
  }
}
@media (min-width: 1500px) {
  .sectionBlock_104 .container-box.container {
    width: 90vw;
    max-width: 90vw;
  }
}
@media (min-width: 1200px) {
  .sectionBlock_104 .container-box.container {
    width: 80vw;
    max-width: 80vw;
  }
}
.sectionBlock_104 .about-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1024px) {
  .sectionBlock_104 .about-swiper {
    padding: 70px 0;
  }
}
@media (min-width: 1680px) {
  .sectionBlock_104 .about-swiper {
    width: 57.1435%;
    margin-right: 100px;
  }
}
@media (max-width: 1679px) {
  .sectionBlock_104 .about-swiper {
    width: 45%;
    margin-right: 50px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_104 .about-swiper {
    margin-top: 3.75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: inherit;
  }
}
@media (max-width: 576px) {
  .sectionBlock_104 .about-swiper {
    margin-top: 2.5rem;
  }
}
.sectionBlock_104 .about-swiper .play-button {
  position: absolute;
  z-index: 2;
  top: calc(50% - 72px);
  left: calc(50% - 72px);
  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;
  width: 144px;
  height: 144px;
  background-color: #b70000;
  border-radius: 50%;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.sectionBlock_104 .about-swiper .play-button::before {
  content: "";
  display: block;
  margin-bottom: 10px;
  margin-left: 5px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 26px solid #ffffff;
}
@media (min-width: 1024px) and (max-width: 1679.98px) {
  .sectionBlock_104 .about-swiper .play-button {
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }
  .sectionBlock_104 .about-swiper .play-button::before {
    margin-bottom: 5px;
    margin-left: 2.5px;
    border-top-width: 7.5px;
    border-bottom-width: 7.5px;
    border-left-width: 13px;
  }
  .sectionBlock_104 .about-swiper .play-button .txt {
    margin-bottom: 5px;
    margin-left: 2.5px;
    border-top-width: 7.5px;
    border-bottom-width: 7.5px;
    border-left-width: 13px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_104 .about-swiper .play-button {
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }
  .sectionBlock_104 .about-swiper .play-button::before {
    margin-bottom: 5px;
    margin-left: 2.5px;
    border-top-width: 7.5px;
    border-bottom-width: 7.5px;
    border-left-width: 13px;
  }
  .sectionBlock_104 .about-swiper .play-button .txt {
    font-size: 0.875rem;
  }
}
.sectionBlock_104 .swiper-bar {
  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;
  bottom: 0;
  height: 40px;
  padding: 0 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  width: 100%;
  gap: 15px;
}
.sectionBlock_104 .swiper-bar li {
  width: 5px;
  height: 20px;
  margin-left: 15px;
  border-radius: 0;
  margin: 0;
  background-color: #b70000;
  opacity: 0.7;
  -webkit-transition-property: background-color, height;
  transition-property: background-color, height;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sectionBlock_104 .swiper-bar li button {
  display: none;
}
.sectionBlock_104 .swiper-bar li:hover {
  background-color: #b70000;
  opacity: 1;
}
.sectionBlock_104 .swiper-bar li.slick-active {
  height: 40px;
  background-color: #b70000;
  opacity: 1;
}
@media (max-width: 992px) {
  .sectionBlock_104 .swiper-bar {
    bottom: -10%;
  }
}
@media (max-width: 576px) {
  .sectionBlock_104 .swiper-bar {
    bottom: -15%;
    gap: 10px;
  }
  .sectionBlock_104 .swiper-bar li {
    width: 3px;
    height: 15px;
  }
  .sectionBlock_104 .swiper-bar li.slick-active {
    height: 30px;
  }
}
.sectionBlock_104 .home-about-info .profile {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1024px) {
  .sectionBlock_104 .home-about-info .profile {
    padding-bottom: 2.5rem;
  }
}
.sectionBlock_104 .home-about-info .profile .title {
  font-weight: 800;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .sectionBlock_104 .home-about-info .profile .title {
    text-align: left;
  }
}
.sectionBlock_104 .home-about-info .profile .text {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 992px) {
  .sectionBlock_104 .home-about-info .profile .text {
    margin-top: 1.5rem;
  }
}
.sectionBlock_104 .home-about-info .data {
  margin-top: 3.75rem;
}
@media (min-width: 1024px) {
  .sectionBlock_104 .home-about-info .data {
    margin-top: 2.5rem;
  }
}
@media (max-width: 576px) {
  .sectionBlock_104 .home-about-info .data {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .sectionBlock_104 .home-about-info .data .data-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2.5rem;
  }
}
@media (max-width: 576px) {
  .sectionBlock_104 .home-about-info .data .data-list li {
    padding: 0 15px;
  }
}
.sectionBlock_104 .home-about-info .data .data-list .number {
  color: #b70000;
  font-weight: 600;
}
.sectionBlock_104 .home-about-info .data .data-list .number .num {
  font-size: calc(2.35vw + 1.5rem);
  display: block;
  line-height: 1;
}
@media (min-width: 1680px) {
  .sectionBlock_104 .home-about-info .data .data-list .number .num {
    font-size: calc(2.35vw + 2.18rem);
  }
}
@media (max-width: 992px) {
  .sectionBlock_104 .home-about-info .data .data-list .number .num {
    font-size: 5rem;
  }
}
@media (max-width: 576px) {
  .sectionBlock_104 .home-about-info .data .data-list .number .num {
    font-size: 3.5rem;
  }
}
@media (max-width: 992px) {
  .sectionBlock_104 .home-about-info .data .data-list .number {
    width: 12.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5rem;
            flex: 0 0 12.5rem;
  }
}
@media (max-width: 576px) {
  .sectionBlock_104 .home-about-info .data .data-list .number {
    width: 8rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8rem;
            flex: 0 0 8rem;
  }
}
.sectionBlock_104 .home-about-info .data .data-list .content {
  margin-top: 1rem;
}
@media (min-width: 1680px) {
  .sectionBlock_104 .home-about-info .data .data-list .content {
    margin-top: 1.5rem;
  }
}
@media (max-width: 992px) {
  .sectionBlock_104 .home-about-info .data .data-list .content {
    margin-top: 0.5rem;
  }
}
.sectionBlock_104 .home-about-info .data .data-list .content .title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.sectionBlock_104 .home-about-info .data .data-list .content .text {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1680px) {
  .sectionBlock_104 .home-about-info .data .data-list .content .text {
    margin-top: 0.75rem;
  }
}
@media (max-width: 992px) {
  .sectionBlock_104 .home-about-info .data .data-list .content .text {
    margin-top: 0.75rem;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="105" */
/*****************************/
.sectionBlock_105 {
  background: #1c1c1c;
}
.sectionBlock_105 .padding_block {
  padding: 150px 0;
}
@media (max-width: 1200px) {
  .sectionBlock_105 .padding_block {
    padding: 50px 0 120px;
  }
}
@media (max-width: 1024px) {
  .sectionBlock_105 .padding_block {
    padding: 80px 0 120px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_105 .padding_block {
    padding: 40px 0 20px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_105 .padding_block {
    padding: 40px 0 10px;
  }
}
.sectionBlock_105 .banner-box {
  position: relative;
  margin: 0 auto 60px;
  word-break: break-word;
}
.sectionBlock_105 .title-info {
  color: #fff;
  text-align: right;
  margin-right: 120px;
  margin-bottom: 45px;
  position: absolute;
  right: 0;
}
.sectionBlock_105 .title-info .main-title {
  margin: 0px;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 600;
}
.sectionBlock_105 .title-info .sub-title {
  margin: 18px 0 0;
  letter-spacing: 2px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .sectionBlock_105 .title-info {
    position: relative;
    right: inherit;
    margin-right: 0;
    text-align: center;
  }
}
.sectionBlock_105 .item-lists {
  width: 100%;
  height: 500px;
  position: relative;
}
.sectionBlock_105 .item-lists .item-img-box {
  background-color: #202635;
  width: calc(100% - 600px);
  height: 500px;
  margin: 0;
}
@media (max-width: 1200px) {
  .sectionBlock_105 .item-lists .item-img-box {
    width: calc(100% - 400px);
    height: 430px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_105 .item-lists .item-img-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sectionBlock_105 .item-lists .item-img-box {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.sectionBlock_105 .item-lists .item-img-box .item {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sectionBlock_105 .item-lists .item-img-box .item img {
  opacity: 0;
}
@media (max-width: 600px) {
  .sectionBlock_105 .item-lists .item-img-box .item img {
    height: 39vh;
  }
}
.sectionBlock_105 .item-lists .item-slick-box {
  height: 100%;
}
.sectionBlock_105 .item-lists .item-slick-box .slick-list {
  height: inherit;
}
.sectionBlock_105 .item-lists .item-slick-box .slick-track {
  height: inherit;
}
.sectionBlock_105 .item-lists .item-box {
  width: 600px;
  height: auto;
  position: absolute;
  right: 120px;
  top: auto;
  bottom: -80px;
}
@media (max-width: 1200px) {
  .sectionBlock_105 .item-lists .item-box {
    right: 90px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_105 .item-lists .item-box {
    position: relative;
    width: calc(100% - 60px);
    max-width: 550px;
    right: 0;
    left: initial;
    top: 0;
    margin: -130px auto 60px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_105 .item-lists .item-box {
    margin-top: 0;
    width: 100%;
    position: relative;
    max-width: initial;
    right: initial;
    top: 0;
    right: 0;
    left: 0;
  }
}
.sectionBlock_105 .item-lists .item-box .box-shadow {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.sectionBlock_105 .item-lists .item-box .item-nav-prev,
.sectionBlock_105 .item-lists .item-box .item-nav-next {
  width: 40px;
  height: 110px;
  background-color: #000;
  top: 50%;
  margin-top: -55px;
  outline: 0;
  z-index: 1;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .sectionBlock_105 .item-lists .item-box .item-nav-prev,
  .sectionBlock_105 .item-lists .item-box .item-nav-next {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 768px) {
  .sectionBlock_105 .item-lists .item-box .item-nav-prev,
  .sectionBlock_105 .item-lists .item-box .item-nav-next {
    width: 45px;
    height: 45px;
    margin-top: 0;
  }
}
.sectionBlock_105 .item-lists .item-box .arrow {
  position: absolute;
  display: block;
  top: 50%;
}
.sectionBlock_105 .item-lists .item-box .item-nav-prev {
  position: absolute;
  left: -40px;
}
@media (min-width: 1200px) {
  .sectionBlock_105 .item-lists .item-box .item-nav-prev:hover {
    width: 70px;
    left: -70px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_105 .item-lists .item-box .item-nav-prev {
    left: 0;
    bottom: 45px;
    top: initial;
  }
}
@media (max-width: 600px) {
  .sectionBlock_105 .item-lists .item-box .item-nav-prev {
    left: -27px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    z-index: 2;
  }
}
.sectionBlock_105 .item-lists .item-box .item-nav-prev .arrow {
  left: 10px;
  -webkit-transform: translateY(-50%) scaleX(0.75);
          transform: translateY(-50%) scaleX(0.75);
}
.sectionBlock_105 .item-lists .item-box .item-nav-next {
  position: absolute;
  right: -40px;
}
@media (min-width: 1200px) {
  .sectionBlock_105 .item-lists .item-box .item-nav-next:hover {
    width: 70px;
    right: -70px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_105 .item-lists .item-box .item-nav-next {
    top: initial;
    left: 45px;
    bottom: -45px;
  }
}
@media (max-width: 600px) {
  .sectionBlock_105 .item-lists .item-box .item-nav-next {
    right: -27px;
    left: initial;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    z-index: 2;
  }
}
.sectionBlock_105 .item-lists .item-box .item-nav-next .arrow {
  right: 10px;
  -webkit-transform: translateY(-50%) scaleX(0.75);
          transform: translateY(-50%) scaleX(0.75);
}
.sectionBlock_105 .item-lists .item-box .decorate-line {
  width: 100%;
  height: 1px;
  margin: 3px 0;
  background-color: #333;
}
.sectionBlock_105 .item-lists .item-box .item-content {
  background-color: #202635;
}
.sectionBlock_105 .item-lists .item-box .item-info {
  position: relative;
  padding: 60px;
}
@media (max-width: 768px) {
  .sectionBlock_105 .item-lists .item-box .item-info {
    padding: 25px;
  }
}
@media (max-width: 600px) {
  .sectionBlock_105 .item-lists .item-box .item-info {
    padding: 60px 35px 40px;
  }
}
.sectionBlock_105 .item-lists .item-box .item-title-box {
  margin-bottom: 55px;
}
.sectionBlock_105 .item-lists .item-box .item-information {
  position: absolute;
  width: 36px;
  height: 50px;
  top: 10px;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  z-index: 1;
  color: #333;
  letter-spacing: 1px;
  color: #666;
  font-size: 13px;
}
.sectionBlock_105 .item-lists .item-box .item-title {
  position: relative;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_105 .item-lists .item-box .item-title {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_105 .item-lists .item-box .item-title {
    font-size: 1rem;
  }
}
.sectionBlock_105 .item-lists .item-box .item-subtitle {
  position: relative;
  color: #ccc;
  letter-spacing: 2px;
}
.sectionBlock_105 .item-lists .item-box .item-editor {
  color: #aaa;
  position: relative;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 2;
  -webkit-line-clamp: 6;
}
@media (max-width: 1200px) {
  .sectionBlock_105 .item-lists {
    height: 430px;
  }
}
@media (max-width: 991px) {
  .sectionBlock_105 .item-lists {
    padding: 0 30px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .sectionBlock_105 .item-lists {
    padding: 0 30px;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="106" */
/*****************************/
.sectionBlock_106 {
  position: relative;
}
.sectionBlock_106 .bg-demo-box {
  background: #1c1c1c;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.sectionBlock_106 .bg-box {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .sectionBlock_106 .bg-box {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .sectionBlock_106 .bg-box {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .sectionBlock_106 .bg-box {
    width: 1170px;
  }
}
@media (min-width: 1800px) {
  .sectionBlock_106 .bg-box {
    width: calc(1700px + (100% - 1700px) / 2);
    padding-left: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 1800px) {
  .sectionBlock_106 .bg-box {
    width: calc(1400px + (100% - 1400px) / 2);
    padding-left: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 1500px) {
  .sectionBlock_106 .bg-box {
    width: 100%;
    padding: 0;
    margin-left: auto;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_106 .bg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionBlock_106 .pic-bg {
  background-image: url("../images_v4/home/index_content_sectionBlock_106/bg.webp");
  height: 580px;
}
@media (max-width: 1024px) {
  .sectionBlock_106 .pic-bg {
    height: 50vw;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .sectionBlock_106 .pic-bg {
    background-image: url("../images_v4/home/index_content_sectionBlock_106/bg.webp");
  }
}
@media (max-width: 768px) {
  .sectionBlock_106 .pic-bg {
    background-image: url("../images_v4/home/index_content_sectionBlock_106/bg.webp");
    background-size: cover;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 15px;
  }
}
.sectionBlock_106 .pic-title-box {
  position: relative;
  text-align: left;
  padding-top: 100px;
  padding-left: 100px;
  width: 100%;
  padding-right: 0px;
}
@media (max-width: 1500px) {
  .sectionBlock_106 .pic-title-box img {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_106 .pic-title-box img {
    display: none;
  }
}
.sectionBlock_106 .mark-label {
  background: #fff;
  padding: 65px 0 55px;
  width: 50%;
  position: relative;
  margin-right: 50%;
  border-bottom: 1px solid #ddd;
  z-index: 2;
  right: -1px;
  border-radius: 0px 150px 0 0;
  margin-top: -120px;
}
@media (max-width: 1800px) {
  .sectionBlock_106 .mark-label {
    width: 60%;
    margin-right: 40%;
  }
}
@media (max-width: 1500px) {
  .sectionBlock_106 .mark-label {
    right: 0;
    padding: 60px 0;
    margin-top: -120px;
  }
}
@media (max-width: 1400px) {
  .sectionBlock_106 .mark-label {
    padding: 60px 0 40px;
    margin-top: -60px;
  }
}
@media (max-width: 1300px) {
  .sectionBlock_106 .mark-label {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 60px;
    padding-bottom: 180px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_106 .mark-label {
    padding: 0 15px;
  }
}
.sectionBlock_106 .logo-768 {
  display: none;
}
@media (max-width: 768px) {
  .sectionBlock_106 .logo-768 {
    display: block;
  }
  .sectionBlock_106 .logo-768 img {
    width: 400px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_106 .logo-768 img {
    width: 100%;
  }
}
.sectionBlock_106 .label-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1300px) {
  .sectionBlock_106 .label-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .sectionBlock_106 .label-box {
    display: block;
    margin-bottom: 30px;
  }
}
.sectionBlock_106 .label-box-child {
  margin-left: 60px;
}
@media (max-width: 1500px) {
  .sectionBlock_106 .label-box-child {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_106 .label-box-child {
    margin-left: 0;
    margin-right: 30px;
  }
}
.sectionBlock_106 .label-box .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sectionBlock_106 .label-box .list li {
  border-bottom: 1px dashed #ddd;
  padding: 3px 0;
}
.sectionBlock_106 .label-box .list li span {
  color: #b70000;
  width: 32px;
  display: inline-block;
}
.sectionBlock_106 .readMore-btn {
  position: absolute;
  bottom: 5px;
  right: 15px;
}
@media (max-width: 1300px) {
  .sectionBlock_106 .readMore-btn {
    position: absolute;
    bottom: 65px;
    right: 60px;
    z-index: 2;
  }
}
@media (max-width: 1300px) {
  .sectionBlock_106 .readMore-btn {
    position: relative;
    right: initial;
    text-align: center;
    bottom: 130px;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .sectionBlock_106 .readMore-btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    bottom: 0;
    margin-top: 35px;
    padding: 0 15px;
  }
}
.sectionBlock_106 .readMore-btn a {
  border: 1px solid #b70000;
  color: #b70000;
  display: block;
  width: 220px;
  padding: 12px 0;
  text-align: center;
  border-radius: 30px;
  font-weight: 600;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sectionBlock_106 .readMore-btn a.bg-white {
  background: #fff;
}
@media (max-width: 1300px) {
  .sectionBlock_106 .readMore-btn a {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .sectionBlock_106 .readMore-btn a {
    width: 180px;
    padding: 10px 0;
  }
}
@media (max-width: 576px) {
  .sectionBlock_106 .readMore-btn a {
    width: 100%;
  }
}
.sectionBlock_106 .readMore-btn a:hover {
  background: #b70000;
  color: #fff;
}

/*****************************/
/* home / index_content_all.php / data-block="107" */
/*****************************/
.sectionBlock_107 {
  background: #1c1c1c;
}
@media (min-width: 1100px) {
  .sectionBlock_107 {
    padding: 50px 0;
  }
}
.sectionBlock_107 .container {
  position: relative;
}
.sectionBlock_107 .title-box {
  width: 30%;
  margin-bottom: 50px;
  position: absolute;
}
.sectionBlock_107 .title-box .title-box-container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .sectionBlock_107 .title-box {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .sectionBlock_107 .title-box {
    width: 100%;
    position: relative;
  }
  .sectionBlock_107 .title-box .title-box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_107 .title-box {
    margin: 0 0 60px;
  }
  .sectionBlock_107 .title-box .title-box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
  }
}
.sectionBlock_107 .main-title {
  margin-bottom: 70px;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 992px) {
  .sectionBlock_107 .main-title {
    margin-bottom: 80px;
    margin-right: 30px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_107 .main-title {
    margin-bottom: 35px;
    margin-right: 0;
  }
}
.sectionBlock_107 .main-title span {
  color: #fff;
}
.sectionBlock_107 .sub-title {
  margin: 18px 0 0;
  color: #ccc;
  letter-spacing: 2px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .sectionBlock_107 .sub-title {
    letter-spacing: 1px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_107 .sub-title {
    margin: 0;
  }
}
.sectionBlock_107 .section-line {
  background-color: #222;
  display: inline-block;
  height: 1px;
  width: 100px;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .sectionBlock_107 .section-line {
    display: none;
  }
}
.sectionBlock_107 .content-box {
  width: 70%;
  overflow: visible;
  position: initial;
  margin-left: auto;
  margin-right: 0;
  /* the parent */
}
.sectionBlock_107 .content-box .img-item-text {
  padding: 0 15px;
  text-align: left;
  color: #aaa;
  letter-spacing: 1px;
  font-weight: 300;
}
.sectionBlock_107 .content-box .slick-slide {
  margin: 0 10px;
}
.sectionBlock_107 .content-box .slick-list {
  margin: 0 -10px;
}
@media (max-width: 1200px) {
  .sectionBlock_107 .content-box {
    width: 65%;
  }
}
@media (max-width: 1024px) {
  .sectionBlock_107 .content-box {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .sectionBlock_107 .content-box {
    margin-right: auto;
    width: 100%;
    padding: 0 15px;
  }
}
.sectionBlock_107 .img-item {
  position: relative;
  text-align: center;
}
.sectionBlock_107 .img-item-title {
  padding: 0 15px;
  margin-top: 32px;
  letter-spacing: 3px;
  font-weight: 300;
  text-align: left;
}
.sectionBlock_107 .img-item-title a {
  color: #fff;
}
.sectionBlock_107 .item-nav-prev,
.sectionBlock_107 .item-nav-next {
  width: 45px;
  border-radius: 60%;
  height: 45px;
  color: #fff;
  line-height: 45px;
  padding: 0;
  font-size: 22px;
  background: transparent;
  border: transparent 1px solid;
  position: absolute;
  top: 60%;
  opacity: 1;
  cursor: pointer;
  margin-top: 0;
}
@media (max-width: 992px) {
  .sectionBlock_107 .item-nav-prev,
  .sectionBlock_107 .item-nav-next {
    border-radius: 0;
    color: #fff;
    background: #000;
    top: 57%;
  }
}
.sectionBlock_107 .item-nav-prev i,
.sectionBlock_107 .item-nav-next i {
  font-size: 35px;
}
.sectionBlock_107 .item-nav-prev {
  right: auto;
  left: 0px;
}
@media (max-width: 992px) {
  .sectionBlock_107 .item-nav-prev {
    left: 15px;
  }
}
.sectionBlock_107 .item-nav-next {
  right: auto;
  left: 85px;
}
@media (max-width: 992px) {
  .sectionBlock_107 .item-nav-next {
    right: 15px;
    left: auto;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="108" */
/*****************************/
.sectionBlock_108 .block {
  background: #b70000;
  padding: 20px 15px;
}
.sectionBlock_108 .list {
  text-align: center;
  margin-bottom: 0 !important;
}
.sectionBlock_108 .list + .list {
  border-left: solid 1px #000000;
}
.sectionBlock_108 a {
  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;
}
.sectionBlock_108 a .icon {
  font-size: 24px;
  color: #000000;
  margin-right: 15px;
}
.sectionBlock_108 a span {
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionBlock_108 a:hover span {
  color: #000000;
}
.sectionBlock_108 .mb-block {
  display: none;
}
@media (max-width: 991px) {
  .sectionBlock_108 .lg-none {
    display: none;
  }
  .sectionBlock_108 .mb-block {
    display: block;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="109" */
/*****************************/
.sectionBlock_109 .content {
  position: relative;
}
.sectionBlock_109 .content .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .sectionBlock_109 .content .imgBox {
    display: none;
  }
}
.sectionBlock_109 .content .imgSwiper {
  width: 100%;
  height: 100%;
}
.sectionBlock_109 .content .imgSwiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.sectionBlock_109 .content .imgSwiper .img {
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}
.sectionBlock_109 .content .imgSwiper .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionBlock_109 .content .imgSwiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.sectionBlock_109 .content .imgSwiper .swiper-slide.swiper-slide-active .img {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: all 40s ease;
  transition: all 40s ease;
}
.sectionBlock_109 .content .txtBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .sectionBlock_109 .content .txtBox {
    height: 60vh;
  }
}
.sectionBlock_109 .content .txtBox .list {
  width: 33.33%;
  height: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  border: 1px solid gray;
  border-collapse: collapse;
}
@media (max-width: 950px) {
  .sectionBlock_109 .content .txtBox .list {
    width: 50%;
    height: 33.33%;
  }
}
@media (max-width: 767px) {
  .sectionBlock_109 .content .txtBox .list {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .sectionBlock_109 .content .txtBox .list {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sectionBlock_109 .content .txtBox .list.light {
  opacity: 1 !important;
}
.sectionBlock_109 .content .txtBox .list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .sectionBlock_109 .content .txtBox .list::after {
    background: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.sectionBlock_109 .content .txtBox .list:hover::after {
  background: linear-gradient(135deg, #b70000 0%, #000000 100%);
  opacity: 0.6;
}
@media (max-width: 767px) {
  .sectionBlock_109 .content .txtBox .list:hover::after {
    opacity: 0.4;
  }
}
.sectionBlock_109 .content .txtBox .list:hover .txt .info {
  color: #fff;
}
.sectionBlock_109 .content .txtBox .img {
  display: none;
}
@media (max-width: 1024px) {
  .sectionBlock_109 .content .txtBox .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .sectionBlock_109 .content .txtBox .img {
    position: relative;
    height: auto;
  }
}
.sectionBlock_109 .content .txtBox .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .sectionBlock_109 .content .txtBox .img img {
    aspect-ratio: 320/200;
  }
}
.sectionBlock_109 .content .txtBox .txt {
  width: 85%;
  position: relative;
  text-align: left;
  padding-right: 50px;
  z-index: 5;
}
@media (max-width: 767px) {
  .sectionBlock_109 .content .txtBox .txt {
    width: 100%;
    padding: 15px 50px 15px 25px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionBlock_109 .content .txtBox .txt .title {
  color: #fff;
  font-size: 1.444444rem;
  font-weight: bold;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_109 .content .txtBox .txt .title {
    font-size: 1.277778rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_109 .content .txtBox .txt .title {
    font-size: 1.111111rem;
  }
}
.sectionBlock_109 .content .txtBox .txt .info {
  color: #bbb;
  margin-top: 5px;
  font-size: 0.888889rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_109 .content .txtBox .txt .info {
    font-size: 0.833333rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_109 .content .txtBox .txt .info {
    font-size: 0.777778rem;
  }
}
@media (max-width: 767px) {
  .sectionBlock_109 .content .txtBox .txt .info {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
}
.sectionBlock_109 .content .txtBox .txt i {
  color: #fff;
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sectionBlock_109 .content .txtBox .txt i {
    right: 15px;
  }
}
@media (min-width: 1025px) {
  .sectionBlock_109 .content:hover .txtBox .list {
    opacity: 0.5;
  }
}

.sectionBlock_109_container {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .sectionBlock_109_container {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .sectionBlock_109_container {
    width: 90%;
  }
}

.productsTopList-triangle {
  width: 100%;
  margin-bottom: 35px;
}
.productsTopList-triangle ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productsTopList-triangle ul li {
  height: 60px;
  margin: 0 4px 15px 4px;
}
.productsTopList-triangle ul a {
  display: block;
  width: 200px;
  height: 40px;
  font-size: 19px;
  text-align: center;
  line-height: 40px;
  background-color: #b3b3b3;
  color: #fff;
}
.productsTopList-triangle ul li.active a {
  background-color: #b70000;
}
.productsTopList-triangle ul li.active .triangle {
  display: block;
}
.productsTopList-triangle .triangle {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #b70000 transparent transparent transparent;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .productsTopList-triangle {
    display: none;
  }
}

.productTopMenu-doubleDecker {
  width: 100%;
}
.productTopMenu-doubleDecker div {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.productTopMenu-doubleDecker ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productTopMenu-doubleDecker .productMainMenu {
  margin-bottom: 10px;
}
.productTopMenu-doubleDecker .productMainMenu li {
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #fff;
  background-color: #ccc;
  text-align: center;
  margin-bottom: 10px;
}
.productTopMenu-doubleDecker .productMainMenu li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.productTopMenu-doubleDecker .productMainMenu li:hover,
.productTopMenu-doubleDecker .productMainMenu li.active {
  background-color: #b70000;
}
.productTopMenu-doubleDecker .productMainMenu li:hover > a,
.productTopMenu-doubleDecker .productMainMenu li.active > a {
  color: #fff;
}
.productTopMenu-doubleDecker .productSubMenu {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
}
.productTopMenu-doubleDecker .productSubMenu li {
  text-align: center;
  margin-bottom: 15px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productTopMenu-doubleDecker .productSubMenu li a {
  font-size: 18px;
  line-height: 1;
  color: #333;
  font-weight: 400;
  white-space: nowrap;
  padding: 8px 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.productTopMenu-doubleDecker .productSubMenu li:hover {
  background-color: transparent;
}
.productTopMenu-doubleDecker .productSubMenu li:hover a {
  background-color: #b70000;
}
.productTopMenu-doubleDecker .productSubMenu li:not(:last-child):after {
  content: "│";
  color: #999;
  margin: 0 10px;
}
.productTopMenu-doubleDecker .productSubMenu li.active a {
  color: #b70000;
}

/*調整側選單底線寬度*/
.product .menuListStyle_1 {
  padding-right: 32px;
}

.prod_slider {
  margin-bottom: 50px;
}
.prod_slider .slick-slider.slider-for .slick-arrow {
  opacity: 1;
}
.prod_slider .slick-slider.slider-for .slick-arrow.slick-prev {
  left: 0;
}
.prod_slider .slick-slider.slider-for .slick-arrow.slick-next {
  right: 0;
}
.prod_slider .slick-slider.slider-nav .slick-arrow {
  position: relative;
  opacity: 1;
  left: 0;
  right: 0;
  -webkit-transform: none;
          transform: none;
  width: 100%;
  border-radius: 0;
  background-color: #f0f0f0;
}
.prod_slider .slick-slider.slider-nav .slick-arrow i {
  color: #aaaaaa;
  font-weight: bold;
}
.prod_slider .slick-slider.slider-nav .slick-arrow:hover i {
  color: #ff5353;
}
.prod_slider .slick-slider.slider-nav .slick-arrow.slick-prev {
  top: 0;
  margin-bottom: 3px;
}
.prod_slider .slick-slider.slider-nav .slick-arrow.slick-next {
  margin-top: 3px;
}
.prod_slider .slick-vertical .slick-slide {
  margin: 3px 0;
}
.prod_slider img:hover {
  cursor: pointer;
}
@media (max-width: 992px) {
  .prod_slider.prod-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.slideNavBottom {
  margin-top: 15px;
}
.slideNavBottom .slick-slide {
  margin: 0 3px;
}

.proList {
  margin-top: 50px;
}
.proList .proItem {
  margin-bottom: 30px;
}
.proList .subBlockTitle {
  color: #333333;
  height: 3.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.proList .productBriefText {
  color: #8c8c8c;
}
.proList .cartBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 27px;
}
.proList .proList_style-1 .itemImgHover.hoverEffect1::after {
  display: none;
}
.proList .proList_style-1 .itemImgHover.hoverEffect1 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .proList .proList_style-1 .itemImgHover.hoverEffect1 > div {
    display: none;
  }
}
.proList .proList_style-1 .itemImgHover.hoverEffect1 > div div {
  margin: 0 15px;
  width: 40px;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  background: #b70000;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.proList .proList_style-1 .itemImgHover.hoverEffect1:hover > div {
  opacity: 1;
  visibility: visible;
}
.proList .proList_style-1 .itemImgHover.hoverEffect1:hover > div div:hover {
  color: #b70000;
  background: #fff;
}
.proList .proList_style-1 .subBlockTxt {
  margin-top: 10px;
}
.proList .proList_style-1 .subBlockTitle {
  margin-top: 0;
}
.proList .editBox {
  width: 100%;
}
.proList .editBox img {
  max-width: 100%;
}

.productListBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productListBlock .subBlockTitle {
  height: 3.6em;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.productdetail .pageTitleStyle-2 {
  margin-bottom: 40px;
}

.prod_title {
  color: #b70000;
  font-size: 1.444444rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .prod_title {
    font-size: 1.277778rem;
  }
}
@media (max-width: 768px) {
  .prod_title {
    font-size: 1.111111rem;
  }
}

.centerProTitle {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.prod_price {
  margin-top: 10px;
  margin-bottom: 10px;
}
.prod_price span {
  font-size: 22px;
  color: #ff5353;
  font-weight: bold;
  display: block;
}
.prod_price small {
  color: #aaaaaa;
  font-weight: bold;
}

.prod_info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.prod_info .prodInfo_title {
  padding: 10px 0 15px;
}
.prod_info ul li {
  padding-left: 15px;
}
.prod_info ul li:before {
  content: "●";
  margin-left: -15px;
  width: 15px;
  display: inline-block;
}

.prod_num {
  margin-top: 10px;
  margin-bottom: 10px;
}
.prod_num p {
  margin-bottom: 5px;
  white-space: nowrap;
}
.prod_num .number-spinner {
  max-width: 190px;
  line-height: 44px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  overflow: hidden;
  position: relative;
  display: table;
}
.prod_num .number-spinner input {
  height: 44px;
  max-height: 44px;
  line-height: 44px;
  font-size: 1em;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.prod_num .number-spinner input:focus {
  outline: none;
}
.prod_num .number-spinner .ns-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
}
.prod_num .number-spinner .ns-btn a {
  height: 44px;
  min-height: 44px;
  width: 44px;
  padding: 0;
  max-width: 44px;
  line-height: 44px;
  border-radius: 0;
  border: none;
  text-align: center;
  position: relative;
  background: #f0f0f0;
  color: #aaaaaa;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.prod_num .number-spinner .ns-btn .icon-minus:after {
  color: #aaaaaa;
  content: "−";
  font-size: 25px;
  line-height: 44px;
  font-weight: bold;
}
.prod_num .number-spinner .ns-btn .icon-plus:after {
  color: #ff5353;
  content: "+";
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
}
.prod_num .number-spinner .ns-btn:first-child {
  border-right: 1px solid #bcbcbc;
}
.prod_num .number-spinner .ns-btn:last-child {
  border-left: 1px solid #bcbcbc;
}
.prod_num select {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 45px;
  height: 45px;
  padding: 0 1em;
  color: #4d4d4d;
  font-size: 16px;
  letter-spacing: 1px;
}

.prod_btn button {
  cursor: pointer;
  margin-right: 15px;
}
.prod_btn button:last-child {
  margin-right: 0;
}

.shopCart .shopDel {
  color: gray;
  margin-right: 10px;
  text-decoration: line-through;
}
.shopCart .shopPrice {
  color: #ff5353;
  font-size: 19px;
}

.shopCart_btn {
  padding-bottom: 30px;
}
.shopCart_btn a {
  color: #ffffff;
  font-size: 14px;
  width: 25px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100%;
  text-align: center;
  padding: 0;
  border: 1px solid #666666;
  background: #666666;
  position: relative;
}
.shopCart_btn a .tips {
  display: none;
  position: absolute;
  width: 7em;
  height: 2em;
  bottom: -2.5em;
  text-align: center;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.shopCart_btn a:hover {
  color: #666666;
  background-color: #ffffff;
}
.shopCart_btn a:hover .tips {
  color: #666666;
  display: inline-block;
}

.proInquiry {
  margin-bottom: 30px;
}
.proInquiry .proInquiry_item {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.proInquiry .proInquiry_item > div:nth-child(1) {
  -ms-flex: 1 0 115px;
  -webkit-box-flex: 1;
          flex: 1 0 115px;
  max-width: 115px;
}
.proInquiry .proInquiry_item > div:nth-child(2) {
  -ms-flex: 1 0 calc(100% - 230px);
  -webkit-box-flex: 1;
          flex: 1 0 calc(100% - 230px);
  max-width: calc(100% - 230px);
  margin-left: 30px;
  margin-right: 30px;
}
.proInquiry .proInquiry_item > div:nth-child(3) {
  -ms-flex: 1 0 55px;
  -webkit-box-flex: 1;
          flex: 1 0 55px;
  max-width: 55px;
}
@media (max-width: 576px) {
  .proInquiry .proInquiry_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .proInquiry .proInquiry_item > div:nth-child(2), .proInquiry .proInquiry_item > div:nth-child(3) {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .proInquiry .proInquiry_item > div:nth-child(1) {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .proInquiry .proInquiry_item > div:nth-child(2) {
    margin: 15px 0;
  }
  .proInquiry .proInquiry_item .itemImg {
    padding-bottom: 90%;
    width: 90%;
  }
}
.proInquiry .subBlock_item {
  margin-bottom: 10px;
}
.proInquiry .subBlock_item .subBlockTitle {
  margin-top: 0;
}
.proInquiry .itemImg:after {
  font-size: 18px;
}
.proInquiry .prod_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.proInquiry .prod_num .number-spinner {
  margin-left: 15px;
}
.proInquiry .icon-link {
  margin-left: 0;
}
.proInquiry .icon-link i {
  font-weight: normal;
}

.shopdetail .shopCart_btn {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .shopdetail .shopCart_btn {
    display: block;
  }
}

@media (max-width: 992px) {
  .prod_title {
    margin-top: 15px;
  }
  .prod_slider .slick-slider.slider-for .slick-arrow {
    font-size: 60px;
    background-color: transparent;
  }
  .prod_slider .slick-slider.slider-for .slick-arrow i {
    padding: 0;
  }
  .proList {
    margin-top: 0;
  }
  .tabList.tabListStyle02 .tabLabel {
    margin-bottom: 0;
  }
  .tabList .tabLabel {
    margin-bottom: 0;
  }
  .tabList .tabContent {
    border-top: 0;
  }
}
@media (max-width: 440px) {
  .prod_num .number-spinner {
    max-width: -webkit-fill-available;
    width: 100%;
  }
  .prod_num .number-spinner .ns-btn {
    width: 50px;
  }
  .prod_num .number-spinner .ns-btn a {
    max-width: 100%;
    width: 100%;
  }
  .prod_btn button {
    margin-right: 0;
    margin-bottom: 10px;
    min-width: 100%;
  }
}
.productListStyle01 {
  margin-top: 30px;
}

.productListStyle03 .proItem .subBlockTitle {
  margin-top: 5px;
}
.productListStyle03 .proItem > div:nth-child(2) {
  background-color: #eee;
  padding: 20px;
}

.productListStyle04 {
  padding-left: 15px;
  padding-right: 15px;
}
.productListStyle04 .proItem {
  border: 1px solid #d6d6d6;
  border-right: 0;
  border-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .productListStyle04 > div:nth-child(3n), .productListStyle04 > div:last-child {
    border-right: 1px #d6d6d6 solid;
  }
}
@media (max-width: 992px) {
  .productListStyle04 > div:nth-child(2n), .productListStyle04 > div:last-child {
    border-right: 1px #d6d6d6 solid;
  }
}
.productListStyle04 > div:nth-last-child(1),
.productListStyle04 > div:nth-last-child(2),
.productListStyle04 > div:nth-last-child(3),
.productListStyle04 > div:nth-last-child(4) {
  border-bottom: 1px #d6d6d6 solid;
}

.productListStyle05 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
.productListStyle05 .proItem {
  width: calc((100% - 15px) / 2);
  border: 1px #d6d6d6 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productListStyle05 .proImgBox {
  display: block;
  width: 50%;
}
.productListStyle05 .productBrief {
  width: 50%;
  padding: 0 24px;
}
.productListStyle05 .subBlockTitle {
  font-weight: bold;
  color: #333333;
}
.productListStyle05 .underLine {
  width: 24px;
  margin: 8px 0 0 0;
}
.productListStyle05 .productBriefText {
  margin-top: 15px;
  height: auto;
  color: #8c8c8c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.productListStyle05 .buttonGroup {
  width: 100%;
  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;
  margin-top: 19px;
}
.productListStyle05 .addItemAddCart {
  min-width: 108px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  border-radius: 0;
  margin: 0 10px 0 0;
}
.productListStyle05 .addItemAddCart i {
  margin-right: 2px;
}
.productListStyle05 .moreText {
  line-height: 1;
}

.productListStyle06 {
  width: 100%;
}
.productListStyle06 .productsTopList {
  width: 100%;
  margin-bottom: 35px;
}
.productListStyle06 .productsTopList ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productListStyle06 .productsTopList ul li {
  height: 60px;
  margin: 0 4px 15px 4px;
}
.productListStyle06 .productsTopList ul a {
  display: block;
  width: 200px;
  height: 40px;
  font-size: 19px;
  text-align: center;
  line-height: 40px;
  background-color: #b3b3b3;
  color: #fff;
}
.productListStyle06 .productsTopList ul li.active a {
  background-color: #b70000;
}
.productListStyle06 .productsTopList ul li.active .triangle {
  display: block;
}
.productListStyle06 .productsTopList .triangle {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #b70000 transparent transparent transparent;
  margin: 0 auto;
}
.productListStyle06 .proItem {
  display: block;
}
.productListStyle06 .productFeature {
  width: 100%;
  height: 9em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 0;
  color: #8c8c8c;
}

.productListStyle07 .proItemBorder {
  width: 100%;
  border: 1px #d6d6d6 solid;
}
.productListStyle07 .proImgBox {
  display: block;
}
.productListStyle07 .productBrief {
  width: 100%;
  padding: 10px 20px;
}
.productListStyle07 .underLine {
  margin: 15px 0;
}
.productListStyle07 .productBriefText {
  width: 100%;
  height: 3.6em;
  color: #8c8c8c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.productListStyle07 .moreText {
  display: block;
  text-align: right;
}
.productListStyle07 .btn-cis1 {
  min-width: 132px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}

.productListStyle08 {
  width: 100%;
}
.productListStyle08 .productTopMenu {
  width: 100%;
}
.productListStyle08 .productTopMenu div {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.productListStyle08 .productTopMenu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productListStyle08 .productTopMenu .productMainMenu {
  margin-bottom: 10px;
}
.productListStyle08 .productTopMenu .productMainMenu li {
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #fff;
  background-color: #ccc;
  text-align: center;
  margin-bottom: 10px;
}
.productListStyle08 .productTopMenu .productMainMenu li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.productListStyle08 .productTopMenu .productMainMenu li:hover,
.productListStyle08 .productTopMenu .productMainMenu li.active {
  background-color: #b70000;
}
.productListStyle08 .productTopMenu .productMainMenu li:hover a,
.productListStyle08 .productTopMenu .productMainMenu li.active a {
  color: #fff;
}
.productListStyle08 .productTopMenu .productSubMenu {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
}
.productListStyle08 .productTopMenu .productSubMenu li {
  min-width: 110px;
  text-align: center;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productListStyle08 .productTopMenu .productSubMenu li a {
  color: #333;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
.productListStyle08 .productTopMenu .productSubMenu li:not(:last-child):after {
  content: "│";
  color: #999;
  margin: 0 20px;
}
.productListStyle08 .productTopMenu .productSubMenu li.active a {
  color: #b70000;
}
.productListStyle08 .productListBlock {
  padding-left: 15px;
  padding-right: 15px;
}
.productListStyle08 .proItem {
  width: 33.33333333%;
}
.productListStyle08 .proItemBorder {
  width: 100%;
  border: 8px solid rgba(111, 185, 247, 0);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.productListStyle08 .proItemBorder:hover {
  border-color: #b70000;
}
.productListStyle08 .productBrief {
  width: 100%;
  padding: 5px 18px 0 18px;
  text-align: center;
}

.productListStyle09 {
  padding: 0 9px;
}
.productListStyle09 .proItem {
  width: 33.3333333%;
  padding: 6px;
}
.productListStyle09 .proItem a {
  width: 100%;
  display: block;
}
.productListStyle09 .productBrief {
  width: 100%;
  padding: 0 12px;
  background-color: #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productListStyle09 .leftLine {
  width: 1px;
  height: 60px;
  margin-right: 6px;
  border-right: 1px #ff0000 solid;
}
.productListStyle09 .subBlockTitle {
  width: calc(100% - 6px);
  margin-bottom: 10px;
}

.productListStyle10 {
  padding-left: 15px;
  padding-right: 15px;
}
.productListStyle10 .proItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 70px;
}
.productListStyle10 .imgBox {
  display: block;
  width: 66.1%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.productListStyle10 .imgBox a {
  display: block;
}
.productListStyle10 .imgBox .itemImg {
  padding-bottom: 63.473%;
}
.productListStyle10 .productBrief {
  width: 48.87%;
  padding: 6.7% 7% 8.3% 7%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.productListStyle10 .subBlockTitle {
  height: 1.8em;
  font-weight: bold;
  color: #333333;
  -webkit-line-clamp: 1;
}
.productListStyle10 .underLine {
  width: 20px;
  margin: 13px 0;
}
.productListStyle10 > div.proItem:nth-child(odd) .productBrief {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  right: 0;
}
.productListStyle10 > div.proItem:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.productListStyle10 > div.proItem:nth-child(even) .imgBox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.productListStyle10 > div.proItem:nth-child(even) .productBrief {
  left: 0;
}
.productListStyle10 .productBriefText {
  width: 100%;
  height: 3.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 0;
  color: #8c8c8c;
}

.productListStyle11 .proItemBorder {
  width: 100%;
  border: 1px #d6d6d6 solid;
}
.productListStyle11 .productBrief {
  width: 100%;
  padding: 10px 20px;
}
.productListStyle11 .subBlockTitle {
  margin-top: 0;
}
.productListStyle11 .subBlockTxt {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.productListStyle12 .proItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
.productListStyle12 .imgBox {
  width: 66.1%;
}
.productListStyle12 .itemImg {
  padding-bottom: 63.473%;
}
.productListStyle12 .productBrief {
  width: 33.9%;
}
.productListStyle12 .subBlockTitle {
  height: 1.8em;
  font-weight: bold;
  color: #333333;
  -webkit-line-clamp: 1;
}
.productListStyle12 .underLine {
  width: 20px;
  margin-top: 12px;
  margin-bottom: 9px;
}
.productListStyle12 div.proItem:nth-child(odd) .productBrief {
  padding-left: 30px;
}
.productListStyle12 div.proItem:nth-child(odd) .underLine {
  margin-left: 0;
}
.productListStyle12 div.proItem:nth-child(even) .imgBox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.productListStyle12 div.proItem:nth-child(even) .productBrief {
  padding-right: 30px;
  text-align: right;
}
.productListStyle12 div.proItem:nth-child(even) .underLine {
  margin-right: 0;
}
.productListStyle12 .productBriefText {
  width: 100%;
  height: 5.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 0;
  color: #8c8c8c;
}

.productListStyle13 {
  padding-left: 15px;
  padding-right: 15px;
}
.productListStyle13 .proItem {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  border: 1px #d6d6d6 solid;
  -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productListStyle13 .proItemBox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.productListStyle13 .proItemBox a {
  display: block;
  width: 100%;
}
.productListStyle13 .proItemBox a .itemImg {
  padding-bottom: 65%;
}
.productListStyle13 .productBrief {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 20px 15px 10px 15px;
  margin-top: -1.7em;
}
.productListStyle13 .productBrief::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  background-color: #eee;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skewY(2.5deg);
          transform: skewY(2.5deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productListStyle13 .productBriefBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 4;
}
.productListStyle13 .proIcon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  position: relative;
  border: 3px solid #333333;
  border-radius: 50%;
  text-align: center;
}
.productListStyle13 .proIcon i {
  font-size: 24px;
}
.productListStyle13 .proIcon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.productListStyle13 .proIcon .white {
  opacity: 1;
}
.productListStyle13 .proIcon .red {
  opacity: 0;
}
.productListStyle13 .proTextBlock {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.productListStyle13 .subBlockTitle {
  -webkit-line-clamp: 2;
  margin-top: 0;
}
.productListStyle13 .productBriefText {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.5;
  display: none;
}
.productListStyle13 .proItem:hover {
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.8);
}
.productListStyle13 .proItem:hover .productBrief::before {
  background-color: #b70000;
}
.productListStyle13 .proItem:hover .subBlockTitle,
.productListStyle13 .proItem:hover .productBriefText {
  color: #fff;
}
.productListStyle13 .proItem:hover .proIcon {
  border: 3px solid #fff;
}
.productListStyle13 .proItem:hover .proIcon a {
  color: #fff;
}

.productListStyle14 {
  padding-left: 15px;
  padding-right: 15px;
  /*選擇已滿*/
}
.productListStyle14 .rowList {
  width: 100%;
}
.productListStyle14 .productList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 75px;
}
.productListStyle14 .productList .item {
  width: 33.3333333%;
  border: 1px #d6d6d6 solid;
  position: relative;
}
.productListStyle14 .productList .item a {
  display: block;
  width: 100%;
}
.productListStyle14 .productList .select {
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
.productListStyle14 .productList .select .angleBox {
  width: 100%;
  padding-top: 14px;
  padding-right: 18px;
  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;
  position: relative;
}
.productListStyle14 .productList .select .angleBox::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 150px 90px 0;
  border-color: transparent #f2eeeb transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.productListStyle14 .productList .select label {
  width: 55px;
  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;
}
.productListStyle14 .productList .select label.noVisible {
  visibility: hidden;
}
.productListStyle14 .productList .select input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 17px;
  height: 17px;
  border: 1px #d6d6d6 solid;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.productListStyle14 .productList .select input[type=checkbox]::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 3px #fff solid;
  background-color: #606060;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.productListStyle14 .productList .select input[type=checkbox]:hover::before {
  opacity: 1;
}
.productListStyle14 .productList .select input[type=checkbox]:checked::after {
  content: "\f00c";
  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-family: "FontAwesome";
  font-size: 12px;
  width: 17px;
  height: 17px;
  color: #fff;
  background-color: #0b97de;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.productListStyle14 .productList .select input[type=checkbox]:checked + span {
  opacity: 0;
}
.productListStyle14 .productList .select span {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
.productListStyle14 .productList .proName {
  font-size: 1.222222rem;
  font-weight: 700;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 17px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .productListStyle14 .productList .proName {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .productListStyle14 .productList .proName {
    font-size: 1rem;
  }
}
.productListStyle14 .productList .proInfo {
  min-height: 159px;
  color: #8c8c8c;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 17px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productListStyle14 .productList .tagBlock {
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}
.productListStyle14 .productList .tagBlock .tag {
  display: inline-block;
  min-width: 54px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border: 1px #ccc solid;
  margin: 0 3px 5px 3px;
  font-size: 12px;
}
.productListStyle14 .productList .temperature {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productListStyle14 .productList .temperature .tag {
  font-size: 12px;
  margin: 0 17px 17px 17px;
}
.productListStyle14 .productList .cirle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 auto 12px auto;
}
.productListStyle14 .productList .tempGreen {
  background-color: #00d354;
}
.productListStyle14 .productList .tempOrange {
  background-color: #ff9215;
}
.productListStyle14 .productList .btnGroup {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productListStyle14 .productList .btnGroup .btn {
  display: block;
  width: 197px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  border: 1px #ccc solid;
  border-radius: 22.5px;
  margin: 0 auto 17px auto;
  background: #fff;
}
.productListStyle14 .productList .btnGroup .linearBg {
  color: #fff;
  border: 0;
  background: #b70000; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#b70000), to(#000000));
  background: linear-gradient(to right, #b70000 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.productListStyle14 .productList .btnGroup .cancelBtn {
  display: none;
}
.productListStyle14 .productList .item:hover .proInfo {
  opacity: 0;
}
.productListStyle14 .productList .item:hover .btnGroup {
  opacity: 1;
}
.productListStyle14 .productList .item.checked .proInfo {
  opacity: 0;
}
.productListStyle14 .productList .item.checked .btnGroup {
  opacity: 1;
}
.productListStyle14 .productList .item.checked .btnGroup .detaileBtn,
.productListStyle14 .productList .item.checked .btnGroup .compareBtn {
  display: none;
}
.productListStyle14 .productList .item.checked .btnGroup .cancelBtn {
  display: block;
}
.productListStyle14 .fullChecked .item:not(.checked) label {
  display: none;
}
.productListStyle14 .fullChecked .item:not(.checked) .compareBtn {
  display: none;
}

/*productListStyle14的比較工具*/
.compareBarBox {
  width: 100%;
  max-width: 417px;
  position: fixed;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: none;
}

.compareBar {
  width: 100%;
  height: 58px;
  margin: 0 auto;
  background: #b70000; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#b70000), to(#000000));
  background: linear-gradient(to right, #b70000 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  border-radius: 29px;
  -webkit-box-shadow: 0 0 6px #000;
          box-shadow: 0 0 6px #000;
  padding: 10px 0;
  overflow: hidden;
  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;
}
.compareBar .num,
.compareBar .cancel {
  width: 70px;
}
.compareBar .start {
  width: calc(100% - 140px);
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
}
.compareBar .start a {
  display: block;
  width: 100%;
  color: #fff;
}
.compareBar .num,
.compareBar .start,
.compareBar .cancel {
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
}
.compareBar .cancel {
  cursor: pointer;
}

/*productListStyle14的比較表*/
.compareTableContent {
  width: 100%;
  margin-bottom: 196px;
}

.compareTableBox {
  width: 100%;
}

.compareTable {
  width: 100%;
  text-align: center;
}
.compareTable th {
  border-bottom: 2px #716d6a solid;
  padding-bottom: 14px;
}
.compareTable th,
.compareTable td {
  border-right: 3px #fff solid;
}
.compareTable th:last-child,
.compareTable td:last-child {
  border-right: 0;
}
.compareTable td {
  width: 21%;
  padding: 12px 15px 10px 15px;
  border-bottom: 1px #ccc solid;
}
.compareTable td:first-child {
  width: 16%;
  text-align: left;
  padding: 12px 3.8% 10px 3.8%;
}
.compareTable tr:not(:first-child):hover {
  background-color: #b70000;
  color: #fff;
}

/*滿版無側選單=============================================================*/
.productListStyle09_full .proItem {
  width: 25%;
}
.productListStyle09_full .proItem .subBlockTitle {
  height: 28px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*產品列表裝飾文字=====================================*/
.proTitleBlock1 {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px #b70000 solid;
  font-weight: bold;
  color: #b70000;
  padding: 10px;
  margin-bottom: 50px;
  cursor: pointer;
}
.proTitleBlock1:hover {
  background-color: #b70000;
  color: #fff;
}

/*產品列表更多連結==============================*/
.product [class^=moreBtn] {
  font-size: 14px;
}

.product .moreBtn1,
.product .moreBtn2 {
  min-width: 130px;
  height: 38px;
  line-height: 38px;
}

.product .moreBtn2 {
  border-radius: 19px;
}

/*RWD==================================================================*/
@media (max-width: 1200px) {
  .productListStyle14 .productList .item {
    width: 33.3333%;
  }
}
@media (max-width: 1024px) {
  .productListStyle09_full .proItem {
    width: 33.3333333%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  /*修正產品列表在992px~1024px因側選單隱藏而造成版型偏向左邊的情形*/
  .product .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .productListStyle04 > div:nth-child(4n) {
    border-right: 0;
  }
  .productListStyle04 > div:nth-child(2n) {
    border-right: 1px #ccc solid;
  }
  .productListStyle04 > div:nth-last-child(3),
  .productListStyle04 > div:nth-last-child(4) {
    border-bottom: 0;
  }
  .productListStyle05 .proItem {
    width: 100%;
  }
  .productListStyle08 .productTopMenu .productMainMenu li {
    width: 135px;
    height: 40px;
    line-height: 40px;
  }
  .productListStyle08 .proItem {
    width: 50%;
  }
  .productListStyle09 .proItem {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .productListStyle08 .productListBlock {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .productListStyle08 .proItem {
    width: calc((100% - 15px) / 2);
  }
  .productListStyle08 .proItemBorder {
    border: none;
  }
  .productListStyle08 .productBrief {
    padding: 5px 0 0 0;
  }
  .productListStyle10 .imgBox {
    width: 100%;
  }
  .productListStyle10 .productBrief {
    width: 100%;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .productListStyle10 > div.proItem:nth-child(even) .imgBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .productListStyle10 > div.proItem:nth-child(even) .productBrief {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .productListStyle12 .imgBox {
    width: 100%;
    margin-bottom: 15px;
  }
  .productListStyle12 .productBrief {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .productListStyle12 div.proItem:nth-child(odd) .productBrief {
    padding-left: 0;
  }
  .productListStyle12 div.proItem:nth-child(even) .imgBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .productListStyle12 div.proItem:nth-child(even) .productBrief {
    padding-right: 0;
    text-align: left;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .productListStyle12 div.proItem:nth-child(even) .underLine {
    margin-left: 0;
    margin-right: auto;
  }
  .productListStyle14 .productList .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .productListStyle09_full .proItem {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .productListStyle14 .productList .item {
    width: 100%;
  }
  .productListStyle14 .productList .select,
  .productListStyle14 .productList .btnGroup {
    display: none;
  }
}
@media (max-width: 480px) {
  .productListStyle05 .proImgBox {
    width: 100%;
  }
  .productListStyle05 .productBrief {
    width: 100%;
  }
}
/*****************************/
/* product / list15.php */
/*****************************/
.productListStyle15 .prd-series-item {
  margin-bottom: 50px;
}
.productListStyle15 .prd-series-item .item-inner {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: block;
  -webkit-box-shadow: 0px 10px 39px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 39px -6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.productListStyle15 .prd-series-item .item-inner:hover .btn-area {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.productListStyle15 .prd-series-item .img-holder {
  width: 84%;
  margin: 0 auto;
  padding-top: 20px;
}
.productListStyle15 .prd-series-item .text {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 84%;
  margin: 1em auto 0;
}
.productListStyle15 .prd-series-item .fz-C {
  height: 108px;
  height: 5.4em;
  font-size: 1.222222rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .productListStyle15 .prd-series-item .fz-C {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .productListStyle15 .prd-series-item .fz-C {
    font-size: 1rem;
  }
}
.productListStyle15 .prd-series-item .btn-area {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #b70000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.productListStyle15 .prd-series-item .btn-area .btn {
  display: block;
  width: 50%;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 25px 0;
  background-color: #b70000;
}
.productListStyle15 .prd-series-item .btn-area .btn:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.productListStyle15 .prd-series-item .btn-area::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.375em;
  border-left: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .productListStyle15 .prd-series-item .btn-area {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .productListStyle15 .prd-series-item {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 30px;
  }
}

/*****************************/
/* product / detail1.php 修正*/
/*****************************/
.prod_blk-revise .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.prod_blk-revise .col-lg-6 .itemForm {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.prod_blk-revise .col-lg-6 form {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
}

/*****************************/
/* product / detail4.php 修正*/
/*****************************/
.prod_blk4-revise .col-lg-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.prod_blk4-revise .col-lg-7 .itemForm {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.prod_blk4-revise .col-lg-7 form {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
}

/*****************************/
/* product / list17.php */
/*****************************/
.productListStyle17 {
  width: 100%;
}
.productListStyle17 .productListBlock {
  padding-left: 15px;
  padding-right: 15px;
}
.productListStyle17 .proItem {
  width: 33.33333333%;
  position: relative;
  overflow: hidden;
}
.productListStyle17 .proItem .proItemBorder {
  border: 1px #d6d6d6 solid;
  border-radius: 5px;
  position: relative;
}
.productListStyle17 .proItem .itemImg {
  z-index: 2;
}
.productListStyle17 .proItem .productBrief {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 0.8705882353)), to(#eceff1));
  background: linear-gradient(180deg, rgba(254, 254, 254, 0.8705882353) 0%, #eceff1 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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;
  z-index: 3;
}
.productListStyle17 .proItem .productBrief .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productListStyle17 .proItem .productBrief .button-box {
  display: none;
}
.productListStyle17 .proItem .productBrief .button-box .button {
  position: relative;
  display: inline-block;
  width: auto;
}
.productListStyle17 .proItem .productBrief .button-box .button-content-inner {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
.productListStyle17 .proItem .productBrief .button-box .button-link {
  font-weight: 500;
  letter-spacing: -0.006px;
}
.productListStyle17 .proItem .productBrief .button-box .button-link .btn-arrow {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.productListStyle17 .proItem .productBrief .button-box .button-link .btn-arrow i {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.productListStyle17 .proItem .productBrief .button-box .button-link .btn-arrow .fa-show {
  -webkit-transform: translateX(0%) translateZ(0) translateY(-50%);
          transform: translateX(0%) translateZ(0) translateY(-50%);
  position: absolute;
  top: 50%;
}
.productListStyle17 .proItem .productBrief .button-box .button-link .btn-arrow .fa-hide {
  opacity: 0;
  -webkit-transform: translateX(-20px) translateZ(0);
          transform: translateX(-20px) translateZ(0);
}
.productListStyle17 .proItem .productBrief .button-box .button-link:hover {
  color: #b70000;
}
.productListStyle17 .proItem .productBrief .button-box .button-link:hover .btn-arrow .fa-show {
  opacity: 0;
  -webkit-transform: translateX(20px) translateZ(0) translateY(-50%);
          transform: translateX(20px) translateZ(0) translateY(-50%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.productListStyle17 .proItem .productBrief .button-box .button-link:hover .btn-arrow .fa-hide {
  opacity: 1;
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  -webkit-transition: opacity 0.45s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.45s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.7s 0.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.45s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.7s 0.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.45s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}
.productListStyle17 .proItem .productBrief .button-box .button-link:hover .btn-arrow:hover {
  color: #b70000;
}
.productListStyle17 .proItem:hover .productBrief {
  max-height: 150px;
}
.productListStyle17 .proItem:hover .productBrief .title {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productListStyle17 .proItem:hover .button-box {
  display: block;
}
@media (max-width: 992px) {
  .productListStyle17 .productTopMenu .productMainMenu li {
    width: 135px;
    height: 40px;
    line-height: 40px;
  }
  .productListStyle17 .proItem {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .productListStyle17 .productListBlock {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .productListStyle17 .proItem {
    width: calc((100% - 15px) / 2);
  }
  .productListStyle17 .proItemBorder {
    border: none;
  }
  .productListStyle17 .productBrief {
    padding: 5px 0 0 0;
  }
}
@media (max-width: 768px) {
  .productListStyle17 .proItem {
    width: 100%;
  }
}

.faqItemStyle-1-productdetail.faqItemStyle-1 .faqItem .faqItem_head {
  padding: 15px 20px 15px 20px;
}
.faqItemStyle-1-productdetail.faqItemStyle-1 .faqItem .faqItem_head i {
  margin-left: 0;
}
.faqItemStyle-1-productdetail.faqItemStyle-1 .faqItem .faqItem_head:hover {
  background-color: #f0f0f0;
}
.faqItemStyle-1-productdetail.faqItemStyle-1 .faqItem.faqItem_current .faqItem_head {
  background-color: #f0f0f0;
  padding: 15px 20px 15px 20px;
}
.faqItemStyle-1-productdetail.faqItemStyle-1 .faqItem.faqItem_current .faqItem_body {
  background-color: transparent;
  padding: 30px 20px 30px 20px;
}
.faqItemStyle-1-productdetail.faqItemStyle-1 .faqItem.faqItem_current .faqItem_body p {
  margin-bottom: 0;
}

/*****************************/
/* product / detail7.php */
/*****************************/
.prd-detail-detail7 {
  position: relative;
}
.prd-detail-detail7::before {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background: url("../images_v4/product/detail7/bg-line.svg") repeat-y;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.prd-detail-detail7 .detail7_container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw 4vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.prd-detail-detail7 .text {
  width: 25%;
}
.prd-detail-detail7 .text .product_title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333333;
  line-height: 55px;
}
.prd-detail-detail7 .text .product_btn {
  line-height: 90px;
  display: inline-block;
  background-color: #f9be00;
  font-size: 24px;
  font-weight: bold;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  font-family: "Montserrat", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  margin-top: 25px;
  border-radius: 5px;
}
.prd-detail-detail7 .text .product_btn:hover {
  border: 2px solid #f9be00;
  color: #333333;
  background-color: #fff;
}
.prd-detail-detail7 .controller {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}
.prd-detail-detail7 .controller .swiper-count {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: 100%;
  color: #fff;
}
.prd-detail-detail7 .controller span {
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}
.prd-detail-detail7 .controller span.line {
  border: none;
  border-bottom: 1px solid #2c2c2c;
  height: 2px;
  width: 75px;
  margin: 0 20px;
}
.prd-detail-detail7 .controller span.swiper-sum-prd {
  opacity: 0.5;
}
.prd-detail-detail7 .gallery {
  width: 75%;
}
.prd-detail-detail7 .swiper_container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
}
.prd-detail-detail7 .swiper_container .swiper-slide-prev {
  opacity: 0;
}
.prd-detail-detail7 .swiper_container > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
  margin: 0 4px;
  text-align: center;
}
.prd-detail-detail7 .swiper_container > .swiper-pagination-bullets span {
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 100%;
  opacity: 1;
}
.prd-detail-detail7 .swiper_container .swiper-pagination span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #d4d4d4;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.prd-detail-detail7 .swiper_container .swiper-pagination span.swiper-pagination-bullet-active::before {
  background-color: #b70000;
  border-color: #b70000;
}
.prd-detail-detail7 .container:nth-child(even) .innerBlock_detail7 .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.prd-detail-detail7 .container:nth-child(even) .lines {
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .prd-detail-detail7 .text .product_title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 36px;
  }
  .prd-detail-detail7 .text .product_btn {
    line-height: 80px;
  }
}
@media (max-width: 992px) {
  .prd-detail-detail7 .detail7_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .prd-detail-detail7 .detail7_container::before {
    content: "";
    display: block;
    width: calc(100% - 70px);
    margin: 0 auto 40px;
    height: 40px;
    border-bottom: 2px solid #2c2c2c;
    position: relative;
    z-index: 3;
  }
  .prd-detail-detail7 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 50px;
  }
  .prd-detail-detail7 .container .innerBlock_detail7 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prd-detail-detail7 .gallery {
    padding-top: 40px;
    width: 100%;
  }
  .prd-detail-detail7 .text {
    text-align: center;
    width: 100%;
  }
  .prd-detail-detail7 .text .product_btn {
    width: 60%;
    margin: 30px 0;
  }
  .prd-detail-detail7 .controller {
    display: none;
  }
}
@media (max-width: 576px) {
  .prd-detail-detail7 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 15px;
  }
  .prd-detail-detail7 .text {
    text-align: center;
    width: 100%;
  }
  .prd-detail-detail7 .text .product_title {
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 0;
  }
  .prd-detail-detail7 .text .product_btn {
    width: 100%;
    margin: 15px 0;
    line-height: 60px;
  }
}

.innerBlock_detail7 .innerBlock_detail7_txt {
  font-size: 24px;
  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: 100%;
}
.innerBlock_detail7 .innerBlock_detail7_txt p {
  font-size: inherit;
}

.newsList {
  margin-top: 32px;
  margin-bottom: 32px;
}
.newsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.newsList .item a {
  display: block;
}
.newsList .item a .itemTitle {
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .newsList .item a .itemTitle {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .newsList .item a .itemTitle {
    font-size: 1rem;
  }
}
.newsList .item a .itemContent {
  color: #8c8c8c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsList .itemTitle {
  color: #333333;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .newsList .itemTitle {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .newsList .itemTitle {
    font-size: 1rem;
  }
}
.newsListType1 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.newsListType1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.newsListType1 .item a {
  display: block;
}
.newsListType1 .item a .itemTitle {
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .newsListType1 .item a .itemTitle {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .newsListType1 .item a .itemTitle {
    font-size: 1rem;
  }
}
.newsListType1 .item a .itemContent {
  color: #8c8c8c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsListType1 .item {
  border-top: 1px solid #d6d6d6;
}
.newsListType1 .item a:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 32px;
}
.newsListType1 .item a:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 768px) {
  .newsListType1 .item {
    display: block;
  }
  .newsListType1 .item a:nth-child(1), .newsListType1 .item a:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.newsListType2 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.newsListType2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.newsListType2 .item a {
  display: block;
}
.newsListType2 .item a .itemTitle {
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .newsListType2 .item a .itemTitle {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .newsListType2 .item a .itemTitle {
    font-size: 1rem;
  }
}
.newsListType2 .item a .itemContent {
  color: #8c8c8c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsListType2 .item {
  border-top: 1px solid #d6d6d6;
}
.newsListType2 .item a:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.newsListType2 .item a:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 75%;
  padding-left: 64px;
}
@media (min-width: 992px) {
  .newsListType2 .item.item-revises:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .newsListType2 .item.item-revises:nth-child(even) a:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .newsListType2 .item.item-revises:nth-child(even) a:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 75%;
    padding-left: 0;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .newsListType2 .item a:nth-child(2) {
    padding-left: 32px;
  }
}
@media (max-width: 768px) {
  .newsListType2 .item {
    display: block;
  }
  .newsListType2 .item a:nth-child(1), .newsListType2 .item a:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.newsListType3 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.newsListType3 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.newsListType3 .item a {
  display: block;
}
.newsListType3 .item a .itemTitle {
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .newsListType3 .item a .itemTitle {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .newsListType3 .item a .itemTitle {
    font-size: 1rem;
  }
}
.newsListType3 .item a .itemContent {
  color: #8c8c8c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsListType3 .item a {
  width: 100%;
  padding: 20px 20px 30px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsListType3 .item a .itemTitle {
  height: 3.6em;
  -webkit-line-clamp: 2;
}
.newsListType3 .item a .itemContent {
  height: 3.6em;
}
.newsListType3 .item a .dateStyle {
  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;
}
.newsListType3 .item a .dateStyle .dateLM {
  color: #e5e5e5;
  font-size: 65px;
  margin-right: 12px;
  font-weight: 400;
}
.newsListType3 .item a .dateStyle span {
  line-height: 1.5;
  display: block;
}
.newsListType3 .item a .dateStyle .dateM {
  color: #a2546e;
  font-size: 17px;
  letter-spacing: 0.15em;
  font-weight: 800;
}
.newsListType3 .item a .dateStyle .dateYD {
  color: #626262;
  font-size: 15px;
  letter-spacing: 0.15em;
}
.newsListType3 .item a .itemImg:before {
  display: none;
}
.newsListType3 .item a .itemImg:after {
  display: none;
}
.newsListType3 .item a .newsItem_block {
  text-align: center;
  margin-top: 16px;
}
.newsListType3 .item a .newsItem_block .news_tag {
  color: #fff;
  font-size: 13px;
  padding: 2px 8px;
  letter-spacing: 0.15em;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #b70000;
}
.newsListType3 .item a .newsItem_block .news_readMore {
  text-align: center;
  margin-top: 16px;
}
.newsListType3 .item a .newsItem_block .news_readMore .newsReadMore_txt {
  color: #a4a4a4;
  letter-spacing: 0.35em;
}
.newsListType3 .item a .newsItem_block .news_readMore .addIcon {
  position: relative;
  display: inline-block;
  color: #ffffff;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 24px;
  background-color: #a4a4a4;
}
.newsListType3 .item a .newsItem_block .news_readMore .addIcon:before, .newsListType3 .item a .newsItem_block .news_readMore .addIcon:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 65px;
  height: 1px;
  background-color: #a4a4a4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsListType3 .item a .newsItem_block .news_readMore .addIcon:before {
  left: 40px;
}
.newsListType3 .item a .newsItem_block .news_readMore .addIcon:after {
  right: 40px;
}
.newsListType3 .item a:hover {
  -webkit-box-shadow: 0px 20px 40px 1.4px rgba(149, 149, 149, 0.35);
          box-shadow: 0px 20px 40px 1.4px rgba(149, 149, 149, 0.35);
}
.newsListType3 .item a:hover .news_readMore .newsReadMore_txt {
  color: #b70000;
}
.newsListType3 .item a:hover .news_readMore .addIcon {
  background-color: #b70000;
}
.newsListType3 .item a:hover .news_readMore .addIcon:before {
  background-color: #b70000;
}
.newsListType3 .item a:hover .news_readMore .addIcon:after {
  background-color: #b70000;
}

.newsListType4 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.newsListType4 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.newsListType4 .item a {
  display: block;
}
.newsListType4 .item a .itemTitle {
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .newsListType4 .item a .itemTitle {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .newsListType4 .item a .itemTitle {
    font-size: 1rem;
  }
}
.newsListType4 .item a .itemContent {
  color: #8c8c8c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsListType4 .item a {
  width: 100%;
}
.newsListType4 .item a .time_date {
  position: relative;
}
.newsListType4 .item a .time_date .dateStyle {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.newsListType4 .item a .time_date .dateStyle:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 1px solid #ffffff;
}
.newsListType4 .item a .time_date .dateStyle span {
  display: block;
  line-height: 1;
}
.newsListType4 .item a .time_date .dateStyle .dateD {
  font-size: 30px;
  padding-top: 5px;
}
.newsListType4 .item a .time_date .dateStyle .dateM {
  font-size: 16px;
  padding-top: 3px;
}

.newsListType5 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.newsListType5 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.newsListType5 .item a {
  display: block;
}
.newsListType5 .item a .itemTitle {
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .newsListType5 .item a .itemTitle {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .newsListType5 .item a .itemTitle {
    font-size: 1rem;
  }
}
.newsListType5 .item a .itemContent {
  color: #8c8c8c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsListType5 .item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.newsListType5 .item a:nth-child(1) {
  width: 25%;
}
.newsListType5 .item a:nth-child(2) {
  width: 75%;
  padding-left: 30px;
  position: relative;
}
.newsListType5 .item a .itemImg2 {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #f3f3f3;
  padding: 5px 5px 94.8% 5px;
  border: 1px solid #d6d6d6;
  position: relative;
  border-radius: 0;
}
.newsListType5 .item a .itemImg2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
}
.newsListType5 .item a .itemImg2 .itemImg_line img {
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
  -o-object-fit: cover;
     object-fit: cover;
}
.newsListType5 .item a .itemImg2 .itemImg_line::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #b70000;
  width: 1px;
  height: 15px;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.newsListType5 .item a .itemImg2 .itemImg_line::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #b70000;
  width: 1px;
  height: 15px;
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.newsListType5 .item a .itemImg2::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #b70000;
  width: 15px;
  height: 1px;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.newsListType5 .item a .itemImg2::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #b70000;
  width: 15px;
  height: 1px;
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.newsListType5 .item a:hover .itemImg2::before {
  width: 100%;
}
.newsListType5 .item a:hover .itemImg2::after {
  width: 100%;
}
.newsListType5 .item a:hover .itemImg2 .itemImg_line::before {
  height: 100%;
}
.newsListType5 .item a:hover .itemImg2 .itemImg_line::after {
  height: 100%;
}
.newsListType5 .item a .dateStyle {
  position: relative;
}
.newsListType5 .item a .dateStyle:after {
  position: absolute;
  right: 0;
  top: 50%;
  left: 100px;
  height: 1px;
  background: #cccccc;
  content: "";
  display: inline-block;
  width: auto;
}
.newsListType5 .item a .dateStyle .date {
  color: #b70000;
}
.newsListType5 .item a .moreStyleBlock {
  width: calc(100% - 30px);
  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;
  position: absolute;
  right: 0;
  bottom: 0;
}
.newsListType5 .item a .moreStyleBlock span {
  display: inline-block;
}
.newsListType5 .item a .moreStyleBlock .borderLine {
  width: calc(100% - 104px);
  height: 1px;
  border-bottom: 1px #d6d6d6 solid;
}

.newsListType6 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.newsListType6 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.newsListType6 .item a {
  display: block;
}
.newsListType6 .item a .itemTitle {
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .newsListType6 .item a .itemTitle {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .newsListType6 .item a .itemTitle {
    font-size: 1rem;
  }
}
.newsListType6 .item a .itemContent {
  color: #8c8c8c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsListType6 .item {
  text-align: center;
}
.newsListType6 .item a {
  width: 100%;
  display: block;
}
.newsListType6 .item a .dateStyle {
  font-size: 14px;
}
.newsListType6 .item .itemImg {
  margin: 15px 0;
}
.newsListType6 .item .itemImg img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.newsListType6 .item .itemImg:hover img {
  -webkit-transform: scale(1.1) translate(-50%, -50%);
          transform: scale(1.1) translate(-50%, -50%);
}
.newsListType6 .item .itemNumber span {
  color: #a2a2a2;
  font-size: 40px;
  position: relative;
  padding: 0 70px;
}
.newsListType6 .item .itemNumber span:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 5px;
  width: 53px;
  height: 1px;
  background: #a2a2a2;
  left: 0;
}
.newsListType6 .item .itemNumber span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 5px;
  width: 53px;
  height: 1px;
  background: #a2a2a2;
  right: 0;
}

.dateStyle_1 {
  display: inline-block;
}
.dateStyle_1 .dateD {
  font-size: 42px;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.dateStyle_1 .dateD:after {
  content: "";
  border: 2px solid #b70000;
  vertical-align: middle;
  display: block;
  width: 100%;
  line-height: 3;
  margin: 16px 0;
}
.dateStyle_1 .dateM {
  font-weight: 300;
  vertical-align: middle;
  line-height: 1;
  display: block;
}
.dateStyle_1 .dateY {
  vertical-align: middle;
  line-height: 1;
  display: block;
}

.dateStyle_2 {
  display: inline-block;
}
.dateStyle_2 .dateD {
  font-size: 42px;
  font-weight: 300;
  line-height: 1em;
}
.dateStyle_2 .dateM {
  font-weight: 300;
  display: inline-block;
  line-height: 1em;
}
.dateStyle_2 .dateY {
  display: inline-block;
  line-height: 1em;
}
.dateStyle_2 .dateY:after {
  content: "";
  border: 2px solid #b70000;
  background-color: #b70000;
  width: 100%;
  line-height: 3;
  margin: 0 16px;
}

@media (max-width: 576px) {
  .dateStyle_1 .dateD,
  .dateStyle_2 .dateD {
    font-size: 40px;
  }
}
.dateStyle_3 {
  display: inline-block;
  text-align: center;
  border: 2px solid #b70000;
  padding: 15px;
  border-radius: 5px;
  min-width: 120px;
}
.dateStyle_3 .dateD {
  font-size: 48px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1;
  display: block;
}
.dateStyle_3 .dateM {
  font-weight: 300;
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.dateStyle_3 .dateY {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}

.iconTxt {
  font-size: 14px;
  color: gray;
}

.newsD_main {
  margin-bottom: 50px;
}
.newsD_main .editor {
  margin: 30px 0;
}

.newD_img {
  line-height: 0;
}

.newsListType7 .item a .itemContent {
  -webkit-line-clamp: 3;
}
.newsListType7 .item .moreStyleBlock {
  width: 100%;
  text-align: right;
}

.newsListType8 .item a .itemContent {
  -webkit-line-clamp: 3;
}
.newsListType8 .item .dateStyle4 {
  text-align: right;
}

.newsListType9 .item {
  padding-left: 15px;
  padding-right: 15px;
}
.newsListType9 .item a .itemContent {
  -webkit-line-clamp: 3;
}
.newsListType9 .item a:nth-child(2) {
  width: calc(75% - 160px);
  padding-right: 30px;
}
.newsListType9 .item .dateStyle_3 {
  border: 2px #000 solid;
  border-radius: 0;
  width: 160px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .newsListType9 .item.item-reverse a:nth-child(2) {
    padding-left: 30px;
  }
}
.newsListType9 > div > div.item:nth-child(odd) {
  background-color: #f2f2f2;
}

.indexnewsList {
  width: 100%;
}
.indexnewsList li {
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
  line-height: 2;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.indexnewsList li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.indexnewsList li a span {
  display: inline-block;
}
.indexnewsList li .newsTime {
  width: 74px;
  height: 32px;
  background: #b70000;
  border-radius: 15px;
  font-size: 12px;
  padding: 3px 0.5em;
  margin-right: 0.5em;
  color: #fff;
}
.indexnewsList li .indexNewsListText {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.more-text {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .newsListType9 .item a {
    margin-bottom: 15px;
  }
  .newsListType9 .item a:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .newsListType5 .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newsListType5 .item a .moreStyleBlock {
    position: static;
    width: 100%;
  }
  .newsListType5 .item a:nth-child(1) {
    width: 100%;
    margin: 0 auto 15px auto;
  }
  .newsListType5 .item a:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}
.newsListType10 .newsNumber {
  display: block;
  width: 60px;
  text-align: center;
}
.newsListType10 p {
  width: calc(100% - 120px);
  margin-bottom: 0;
}
.newsListType10 i {
  width: 60px;
  text-align: center;
  color: #b70000;
}
.newsListType10 span,
.newsListType10 p {
  color: #5c5e5d;
}
.newsListType10 .item {
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
}
.newsListType10 .item a {
  width: 100%;
  padding: 12.5px 0;
}
.newsListType10 .item a .itemTitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: normal;
}
.newsListType10 .item a:hover {
  background-color: #b70000;
}
.newsListType10 .item a:hover p,
.newsListType10 .item a:hover span,
.newsListType10 .item a:hover i {
  color: #fff;
}

.newsListType13 .item,
.newsListType14 .item,
.newsListType15 .item,
.newsListType16 .item {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.newsListType13 .orderBox div,
.newsListType14 .orderBox div,
.newsListType15 .orderBox div,
.newsListType16 .orderBox div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsListType13 .LBox div .txt,
.newsListType13 .RBox div .txt,
.newsListType14 .LBox div .txt,
.newsListType14 .RBox div .txt,
.newsListType15 .LBox div .txt,
.newsListType15 .RBox div .txt,
.newsListType16 .LBox div .txt,
.newsListType16 .RBox div .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsListType16 .overlap3 {
  padding-left: 3%;
  padding-right: 3%;
}

.newsListType17 .item {
  padding-top: 0;
  padding-bottom: 0;
}
.newsListType17 .overlap4 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}

.newsListType13 .blockTitle span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.newsListType13 .item-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsListType13 .img-rectangle a {
  overflow: hidden;
  max-height: 500px;
  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;
}
.newsListType13 p {
  color: #8c8c8c;
}

.newsListType14 .imgBox a,
.newsListType15 .imgBox a {
  overflow: hidden;
  max-height: 500px;
  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;
}

.newsListType15 .overlap2 .imgBox {
  height: auto;
}

.newsListType18 .item {
  display: block;
  width: 100%;
  padding: 20px 20px 30px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  margin-bottom: 32px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newsListType18 .item:hover {
  -webkit-box-shadow: 0px 20px 40px 1.4px rgba(149, 149, 149, 0.35);
          box-shadow: 0px 20px 40px 1.4px rgba(149, 149, 149, 0.35);
}
.newsListType18 .imgBox {
  width: 100%;
  position: relative;
}
.newsListType18 .classified {
  width: 150px;
  height: 32px;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 3;
  background-color: #b70000;
  color: #fff;
  padding: 2px 10px;
  font-size: 16px;
}
.newsListType18 .textBox {
  padding-top: 36px;
}
.newsListType18 .itemContent {
  height: 64px;
}
@media (max-width: 768px) {
  .newsListType18 .itemContent {
    height: 50px;
  }
}
.newsListType18 .linkBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px;
}
.newsListType18 .more {
  text-decoration: underline;
}

/*News Detail Aside*/
.newsAside > div {
  margin-bottom: 20px;
}

.asideNewsTitle {
  width: 100%;
  background: #000000; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#b70000));
  background: linear-gradient(to right, #000000 0%, #b70000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$cis2", endColorstr="$cis1",GradientType=1 ); /* IE6-9 */
  color: #fff;
  text-align: center;
  padding: 10px 35px;
}

.asideNewsList {
  width: 100%;
  background-color: #f1f1f1;
  border-left: 5px #ddd solid;
}
.asideNewsList ul,
.asideNewsList li,
.asideNewsList a {
  width: 100%;
}
.asideNewsList li {
  border-bottom: 1px #ddd solid;
}
.asideNewsList a {
  display: block;
  padding: 10px 35px;
}
.asideNewsList a:hover {
  cursor: pointer;
  color: #b70000;
}

.asideNewsList2 {
  margin: 50px 0;
}
.asideNewsList2 li {
  padding-bottom: 5px;
  border-bottom: 1px #ddd solid;
}
.asideNewsList2 a {
  display: block;
  width: 100%;
  margin: 10px 0 15px 0;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.asideNewsList2 .date {
  font-size: 14px;
}

.asideImg img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.asideImg a {
  display: block;
  overflow: hidden;
}
.asideImg a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 991px) {
  .newsAside {
    display: none;
  }
}
.newsListType19 .row {
  margin: 0 -2px;
}
.newsListType19 .newsContent {
  padding: 0;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .newsListType19 .newsContent {
    border-left: 1px solid #d6d6d6;
    margin-bottom: 50px;
  }
  .newsListType19 .newsContent:not(:last-child) {
    border-right: none;
  }
  .newsListType19 .newsContent:nth-child(even) {
    border-right: 1px solid #d6d6d6;
  }
}
@media screen and (max-width: 768px) {
  .newsListType19 .newsContent:nth-child(odd) {
    border-right: 1px solid #d6d6d6;
  }
}
.newsListType19 .newsContent:nth-child(3n+1) {
  border-left: 1px solid #d6d6d6;
}
.newsListType19 .item {
  padding: 40px 40px 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.newsListType19 .item .date {
  width: 100%;
  max-width: 50%;
  padding: 5px 0px;
  background: #eee;
  margin: 0 auto;
  text-align: center;
}
.newsListType19 .item .classified {
  display: block;
  width: 100%;
}
.newsListType19 .item .textBox .itemTitle {
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsListType19 .item .textBox .itemContent {
  color: #8c8c8c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsListType19 .linkBox {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.newsListType19 .linkBox.btnLink a {
  background: transparent;
  position: relative;
  top: 13px;
}
.newsListType19 .linkBox.btnLink:before, .newsListType19 .linkBox.btnLink:after {
  content: "";
  display: block;
  width: 35%;
  height: 1px;
  background: #d6d6d6;
  position: absolute;
  bottom: 0;
}
.newsListType19 .linkBox.btnLink:after {
  right: 0;
  left: auto;
}

.sectionBlock .newsListType20 .row > div {
  margin-bottom: 80px;
}

.newsListType20 .row {
  margin: 0 -2px;
}
.newsListType20 .newsContent {
  padding: 0;
  border-right: 1px solid #d6d6d6;
  position: relative;
}
.newsListType20 .newsContent:nth-child(3n+1) {
  border-left: 1px solid #d6d6d6;
}
@media screen and (max-width: 991px) {
  .newsListType20 .newsContent {
    border-left: 1px solid #d6d6d6;
    margin-bottom: 50px;
  }
  .newsListType20 .newsContent:not(:last-child) {
    border-right: none;
  }
  .newsListType20 .newsContent:nth-child(even) {
    border-right: 1px solid #d6d6d6;
  }
}
@media screen and (max-width: 768px) {
  .newsListType20 .newsContent:nth-child(odd) {
    border-right: 1px solid #d6d6d6;
  }
}
.newsListType20 .newsContent:first-child {
  border-left: 1px solid #d6d6d6;
}
.newsListType20 .item {
  padding: 0px 35px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsListType20 .item:before, .newsListType20 .item:after {
  content: "";
  display: block;
  background: #d6d6d6;
  width: 35%;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
.newsListType20 .item:after {
  left: 0;
  right: auto;
}
.newsListType20 .item a {
  width: 100%;
}
.newsListType20 .item .date {
  width: 100%;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  top: -15px;
  left: 0;
}
.newsListType20 .item .imgBox {
  position: relative;
  top: 35px;
}
.newsListType20 .item .imgBox .itemImg.traight {
  padding-bottom: 14%;
  height: auto;
}
.newsListType20 .item .imgBox .itemImg.traight:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.newsListType20 .item .imgBox .itemImg.traight img {
  position: relative;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  top: auto;
  left: auto;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsListType20 .item .textBox {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  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;
  /***********************/
}
.newsListType20 .item .textBox:before, .newsListType20 .item .textBox:after {
  content: "";
  display: block;
  background: #d6d6d6;
  width: 14%;
  height: 1px;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.newsListType20 .item .textBox:after {
  right: 0;
  left: auto;
}
.newsListType20 .item .textBox .itemTitle {
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 80px;
  text-align: left;
  position: relative;
  line-height: 27px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .newsListType20 .item .textBox .itemTitle {
    text-align: center;
  }
}

.newsListType21_lists {
  width: 60vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding-bottom: 15vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* hover避免圖片溢出 */
}
.newsListType21_lists li {
  width: 25vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.newsListType21_lists li:nth-child(2n) {
  -webkit-transform: translateY(15vw);
          transform: translateY(15vw);
}
.newsListType21_lists li .imgHoverBox {
  height: auto;
}
.newsListType21_lists li .itemTitle {
  margin: 18px 0 0;
}
.newsListType21_lists li:hover .itemTitle {
  color: #b70000;
}
.newsListType21_lists .newsListType21_list_imgBox {
  overflow: hidden;
  /* 去除 imgHoverBox img 無法完整呈現圖面的設定 */
}
.newsListType21_lists .newsListType21_list_imgBox img {
  max-width: 100%;
  width: 100%;
  min-width: auto;
}

@media (max-width: 1200px) {
  .newsListType21_lists {
    width: 70vw;
  }
  .newsListType21_lists li {
    width: 30vw;
  }
}
@media (max-width: 992px) {
  .newsListType21_lists {
    width: 80vw;
  }
  .newsListType21_lists li {
    width: 35vw;
  }
}
@media (max-width: 768px) {
  .newsListType21_lists {
    width: 85vw;
  }
  .newsListType21_lists li {
    width: 40vw;
  }
  .newsListType21_lists li:nth-child(2n) {
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
  }
}
@media (max-width: 576px) {
  .newsListType21_lists {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newsListType21_lists li {
    width: 90vw;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .newsListType21_lists li > div {
    padding-left: 0;
    padding-right: 0;
  }
  .newsListType21_lists li:nth-child(2n) {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
  }
}
.newsListType22 .item.item_list22 {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 32px;
  border: 1px #d6d6d6 solid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 文字說明 */
.item_list22 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 圖片處理 */
  /* 去除圖片左邊空白 */
  /* 控制內文寬度 */
}
.item_list22 .img-w100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item_list22 .item_list22_imgLink {
  padding-left: 0;
  padding-right: 0;
}
.item_list22 .item_list22_imgLink .imgHoverBox {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_list22 .item_list22_imgLink .imgHoverBox img {
  max-width: 100%;
}
.item_list22 .item_list22_imgLink .imgHoverBox:hover img {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1.2, 1.2) translate(-50%, -50%);
          transform: scale(1.2, 1.2) translate(-50%, -50%);
}
.item_list22 .list-info {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

/* 連結處理 從 25%改至 100% */
.newsListType22 .item.item_list22 .list-info a:first-child {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* .item_list22_content 內容至於上方 */
.item_list22 {
  /* 取消 .pageTitleStyle-1  margin-bottom: 15px 的設定*/
  /* .item_list22_dateStyle 至於底部 */
}
.item_list22 .item_list22_content a:hover .itemTitle {
  color: inherit;
}
.item_list22 .list-info .itemContent {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.item_list22 .itemTitle {
  margin-bottom: 0;
  /* 把標題顏色作為 hover換色 */
}
.item_list22 .itemTitle span {
  color: inherit;
}
.item_list22 .list_info_divider_block {
  margin: 24px 0;
  border-top: 1.5px solid #d6d6d6;
  position: relative;
}
.item_list22 .list_info_divider_block::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #8c6c41;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.item_list22_dateStyle {
  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: 20px;
  /* 時間 */
  /* 連結 */
}
.item_list22_dateStyle .main-date-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item_list22_dateStyle .main-date-title .date-mark {
  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: 9px; */
  width: 88px;
  height: 88px;
  background: #b7af91;
  line-height: 32px;
  color: #fff;
  text-align: center;
  /* transform: translateX(30%); */
}
.item_list22_dateStyle .main-date-title .date-mark .dateD {
  font-size: 24px;
}
.item_list22_dateStyle .second-title-part {
  margin-left: 7%;
  width: 88px;
  font-weight: 700;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item_list22_dateStyle .second-title-part .second-title-mark {
  border-top: 1px solid #b70000;
}
.item_list22_dateStyle .second-title .third-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b70000;
}
.item_list22_dateStyle .second-title .third-link a {
  color: inherit;
  cursor: pointer;
  text-align: end;
  position: relative;
}
.item_list22_dateStyle .second-title .third-link a.first-child.third-link-a_link {
  width: auto;
}
@media (max-width: 1200px) {
  /* .item_list22_dateStyle .item_list22_content 恢復設定  */
  .item_list22 .item_list22_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: inherit;
        -ms-grid-row-align: inherit;
        align-self: inherit;
  }
  .item_list22 .item_list22_dateStyle {
    -ms-flex-item-align: inherit;
        -ms-grid-row-align: inherit;
        align-self: inherit;
    margin-bottom: 0;
  }
  .newsListType22 .item.item_list22 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .newsListType22 .item.item_list22 .col-xl-3.col-md-3 {
    padding-left: 0;
  }
  /* 標題中間線條 */
  .list_info_divider_block {
    display: none;
  }
  /* 減少 more 與上方空間｛ */
  .second-title .third-link {
    margin-top: 10%;
  }
}
@media (max-width: 992px) {
  .item .item_list22 .itemImg .traight {
    display: none;
  }
  .item_list22 .list-info {
    width: 95%;
  }
  .item_list22 .item_list22_content {
    margin-top: 10px;
  }
  .item_list22 .item_list22_dateStyle {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-bottom: 10px;
    /* 時間 */
    /* 時間底部線條 */
    /* 連結 */
  }
  .item_list22 .item_list22_dateStyle .main-date-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .item_list22 .item_list22_dateStyle .second-title-part {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .item_list22 .item_list22_dateStyle .second-title-part .second-title-mark {
    display: none;
  }
  .item_list22 .item_list22_dateStyle .second-title .third-link {
    margin-top: -10%;
    font-size: 1rem;
  }
  .item_list22 .item_list22_dateStyle .second-title .third-link a {
    /* 文字對齊置中 */
    text-align: center;
  }
}
@media (max-width: 768px) {
  .newsListType22 .item.item_list22 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 在768px 之下 取消 col-xl-2 col-md-2 width:100% 設定 */
  }
  .newsListType22 .item.item_list22 .item_list22_imgLink {
    width: 25%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .newsListType22 .item.item_list22 .list-info a:first-child {
    width: auto;
  }
  .newsListType22 .item.item_list22 .col-xl-3.col-md-3 {
    padding-right: 0;
  }
  .newsListType22 .item.item_list22 .item_list22_dateStyle {
    width: auto;
  }
  /* 連結 */
  /* 在768px 之下 調整 more 位置 */
  .second-title .third-link {
    margin-top: 15%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /* c恢復原本寬度 被設定成25%  */
  }
  .second-title .third-link a {
    width: 100%;
  }
}
@media (max-width: 576px) {
  /* 文字連結 */
  .newsListType22 .item.item_list22 {
    /* 圖文垂直 */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    /* 取消 .item_list22_content padding-left& right 15px 設定 */
    /* 取消 item_list22_dateStyle padding-left& right 15px 設定 */
  }
  .newsListType22 .item.item_list22 .item_list22_content {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .newsListType22 .item.item_list22 .item_list22_dateStyle {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 14px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    /* 在 576px 之下 文字居中 */
  }
  .newsListType22 .item.item_list22 .item_list22_dateStyle .main-date-title .date-mark {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .newsListType22 .item.item_list22 .item_list22_dateStyle .main-date-title .date-mark .dateM {
    font-size: 20px;
  }
  .newsListType22 .item.item_list22 .item_list22_dateStyle .second-title-part {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: center;
    margin-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
  }
  .newsListType22 .item.item_list22 .item_list22_dateStyle .second-title-part .dateY {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .newsListType22 .item.item_list22 .item_list22_dateStyle .second-title-part .itemTitle {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .newsListType22 .item.item_list22 .item_list22_dateStyle .second-title-part .second-title {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .newsListType22 .item.item_list22 .item_list22_dateStyle .second-title .third-link {
    margin-top: 5%;
    margin-right: 0;
    font-size: 16px;
  }
  .newsListType22 .item.item_list22 .item_list22_dateStyle .second-title .third-link a {
    /* 修改文字對齊 */
    text-align: start;
  }
  .newsListType22 .item.item_list22 .item_list22_dateStyle .second-title .third-link a::after {
    width: 0%;
  }
  .newsListType22 .item.item_list22 a:first-child {
    width: 100%;
    /* 圖片置中 */
  }
  .newsListType22 .item.item_list22 a:first-child .img-w100 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* 在 576px 下 內文拉開與標題的距離*/
  .list-info .itemContent {
    margin-top: 0px;
  }
}
/* 日期樣式:hover狀態 */
/* 日期文字 */
.newsListType23 .dateStyle_3.newsListType23_dateStyle {
  position: relative;
  top: 0;
  margin-right: 32px;
  padding: 16px 0;
  min-width: 85px;
  background: rgba(204, 204, 204, 0.15);
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: none;
}
.newsListType23 .dateStyle_3.newsListType23_dateStyle span {
  display: block;
  font-size: 32px;
  line-height: 1;
  color: inherit;
}
.newsListType23 .dateStyle_3.newsListType23_dateStyle small {
  font-size: 1rem;
  color: inherit;
}
@media (max-width: 992px) {
  .newsListType23 .dateStyle_3.newsListType23_dateStyle {
    margin-right: 16px;
  }
}

.newsList.newsListType23 .item {
  /* 設定內容寬度 */
  /* 內容標題 */
  /* 上升 */
}
.newsList.newsListType23 .item .item-content {
  width: calc(90% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  /* 內容底線 */
}
.newsList.newsListType23 .item .item-content .item-content-border {
  width: 100%;
  padding-top: 10px;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 992px) {
  .newsList.newsListType23 .item .item-content {
    width: 100%;
  }
}
.newsList.newsListType23 .item .itemTitle {
  color: #333333;
  /* 文字省略 */
}
.newsList.newsListType23 .item .itemTitle span {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .newsList.newsListType23 .item .itemTitle span {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .newsList.newsListType23 .item .itemTitle span {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .newsList.newsListType23 .item .itemTitle span {
    /* 調整成2行文字省略 */
    -webkit-line-clamp: 2;
  }
}
.newsList.newsListType23 .item .item-content-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  /* 次標題內容變色 */
  /* 次標題日期 */
}
.newsList.newsListType23 .item .item-content-subtitle .newsListType23_dateStyle_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #b70000;
  font-weight: 500;
  /* 次標題分類符號 */
}
.newsList.newsListType23 .item .item-content-subtitle .newsListType23_dateStyle_sort i {
  font-size: 1rem;
  font-weight: 600;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 992px) {
  .newsList.newsListType23 .item .item-content-subtitle .newsListType23_dateStyle_sort {
    min-width: 80px;
  }
}
.newsList.newsListType23 .item .item-content-subtitle .item-content-subtitle-dateStyle {
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 次標題時間符號 */
}
.newsList.newsListType23 .item .item-content-subtitle .item-content-subtitle-dateStyle:hover {
  color: inherit;
}
.newsList.newsListType23 .item .item-content-subtitle .item-content-subtitle-dateStyle i {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .newsList.newsListType23 .item .item-content-subtitle {
    gap: 12px;
  }
}
.newsList.newsListType23 .item:hover {
  /* item 父層變色 */
  color: #b70000;
  /* 連結標題變色 */
}
.newsList.newsListType23 .item:hover .dateStyle_3.newsListType23_dateStyle {
  top: -20px;
  color: #fff;
  background: #b70000;
  -webkit-box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.15);
}
.newsList.newsListType23 .item:hover .item-content-subtitle-dateStyle {
  color: inherit;
  font-weight: 500;
}
.newsList.newsListType23 .item:hover .item-content .item-content-main a {
  -webkit-transition: inherit;
  transition: inherit;
  color: #b70000;
}

/* 內容 */
.newsListType25_box {
  height: calc(100% - 30px);
  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: 30px;
  /* 結尾連結 */
}
.newsListType25_box .imgHoverBox {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsListType25_box .imgHoverBox img {
  max-width: 100%;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.newsListType25_box .imgHoverBox:hover img {
  -webkit-transform: scale(1.2, 1.2) translate(-50%, -50%);
  transform: scale(1.2, 1.2) translate(-50%, -50%);
}
.newsListType25_box_body {
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.newsListType25_box_body-classMark {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #d6d6d6;
  /* 日期 */
  /* 分類連結 */
}
.newsListType25_box_body-classMark .second-date {
  position: absolute;
  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;
  gap: 10px;
  right: 20px;
  top: -36px;
  padding: 12px 15px;
  font-weight: 400;
  background-color: #b70000;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 6;
}
.newsListType25_box_body-classMark .second-date:hover {
  background-color: #b70000;
}
.newsListType25_box_body-classMark .second-title {
  font-size: 24px;
  color: #aaaaaa;
  font-weight: 900;
}
.newsListType25_box_body-classMark .second-title:hover {
  color: #b70000;
}
@media (max-width: 576px) {
  .newsListType25_box_body-classMark {
    padding-bottom: 5px;
  }
}
.newsListType25_box_body .newsListType25_box_body-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 15px;
  /* 標題連結 */
}
.newsListType25_box_body .newsListType25_box_body-content .heading {
  height: 90px;
}
.newsListType25_box_body .newsListType25_box_body-content .heading a {
  color: #333333;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .newsListType25_box_body .newsListType25_box_body-content .heading a {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .newsListType25_box_body .newsListType25_box_body-content .heading a {
    font-size: 1rem;
  }
}
.newsListType25_box_body .newsListType25_box_body-content .heading a:hover {
  color: #b70000;
}
.newsListType25_box_body .newsListType25_box_body-content .text {
  color: #8c8c8c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 576px) {
  .newsListType25_box_body .newsListType25_box_body-content {
    padding-bottom: 5px;
  }
}
.newsListType25_box .newsListType25_box_body-link {
  color: #333333;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  /* hover效果 */
}
.newsListType25_box .newsListType25_box_body-link i {
  margin-left: 10px;
  color: #b70000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsListType25_box .newsListType25_box_body-link:hover {
  color: #b70000;
}
.newsListType25_box .newsListType25_box_body-link:hover i {
  margin-left: 16px;
}

.newsListType26 {
  /* 日期樣式修改 */
}
.newsListType26 .newsListType26_header {
  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;
  margin-bottom: 20px;
  border-bottom: 3px solid #132e4b;
  padding: 0px 0px 40px;
}
.newsListType26 ul li {
  padding: 15px;
}
.newsListType26 .newsListType26_box {
  position: relative;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  border: 1px solid #d6d6d6;
  padding-left: 0;
  padding-right: 0;
}
.newsListType26 .newsListType26_box:not(:last-child) {
  margin-right: 32px;
}
.newsListType26 .newsListType26_box .item {
  padding: 40px;
  -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;
  /* 日期樣式:hover狀態 */
  /* 設定內容寬度 */
}
.newsListType26 .newsListType26_box .item:hover .item-content-subtitle-dateStyle {
  color: inherit;
  font-weight: 500;
}
.newsListType26 .newsListType26_box .item .item-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.newsListType26 .newsListType26_box .item .itemTitle {
  margin-bottom: 20px;
  /* 內容標題 */
}
.newsListType26 .newsListType26_box .item .itemTitle h3 {
  color: #333333;
  font-weight: 600;
  min-height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .newsListType26 .newsListType26_box .item .itemTitle h3 {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .newsListType26 .newsListType26_box .item .itemTitle h3 {
    font-size: 1rem;
  }
}
.newsListType26 .newsListType26_box .item-content-main-contect {
  color: #8c8c8c;
  min-height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsListType26 .newsListType26_box_dateStyle {
  position: relative;
  top: 0;
  margin-right: 32px;
  padding: 16px 0;
  min-width: 85px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: none;
  /* 日期文字 */
  /* 日期樣式:hover狀態 */
}
.newsListType26 .newsListType26_box_dateStyle .main span {
  color: inherit;
  line-height: 40px;
  font-weight: 500;
}
.newsListType26 .newsListType26_box_dateStyle .second span {
  display: block;
  color: inherit;
  font-size: 24px;
  line-height: 1;
}
.newsListType26 .newsListType26_box_dateStyle .second small {
  color: inherit;
  font-size: 1rem;
}
.newsListType26 .newsListType26_box_dateStyle .newsListType26_box:hover .newsListType26_box_dateStyle {
  color: #076dd3;
}

/* 按鈕 */
.item-content-main-btn {
  margin-top: 56px;
  padding: 12px 24px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(110, 110, 110, 0.26);
}
.item-content-main-btn span {
  color: inherit;
}
.item-content-main-btn::before {
  width: 0px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #b70000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: 0;
  left: 0;
}
.item-content-main-btn::after {
  content: "";
  display: inline-block;
  opacity: 0;
  position: relative;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* hover 狀態調整 */
.newsListType26_box:hover .newsListType26_box_dateStyle {
  color: #076dd3;
}
.newsListType26_box:hover .item-content-main-btn span {
  color: #ffffff;
}
.newsListType26_box:hover .item-content-main-btn::before {
  width: 100%;
}
.newsListType26_box:hover .item-content-main-btn::after {
  opacity: 1;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.newsListType27 .pageTitleStyle-2 h2 {
  color: #000;
  font-size: 2rem;
}
.newsListType27 .documentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsListType27 .documentList .listContent {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* hover 效果 */
}
.newsListType27 .documentList .listContent .imgLink {
  margin-bottom: 0;
}
.newsListType27 .documentList .listContent .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.newsListType27 .documentList .listContent .item {
  /* 去除align-item:center 特性 */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.newsListType27 .documentList .listContent .content {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.newsListType27 .documentList .listContent .content .date {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.newsListType27 .documentList .listContent .content .date .date-line {
  color: #b70000;
  font-size: 12px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: inline-block;
}
.newsListType27 .documentList .listContent .content .title {
  line-height: 1.21;
  text-transform: uppercase;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .newsListType27 .documentList .listContent .content .title {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .newsListType27 .documentList .listContent .content .title {
    font-size: 1rem;
  }
}
.newsListType27 .documentList .listContent .imgBox_card-hover {
  background-color: #b70000;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.newsListType27 .documentList .listContent .downlandContent {
  margin-top: 15px;
  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;
}
.newsListType27 .documentList .listContent .downlandContent .downlandLink_btn {
  text-align: center;
  line-height: 20px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 0 16px;
  z-index: 1;
}
.newsListType27 .documentList .listContent .downlandContent .downlandLink_btn .btn_underline {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
}
.newsListType27 .documentList .listContent .downlandContent .downlandLink_btn .btn_underline-hover {
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.newsListType27 .documentList .listContent .downlandContent .downlandLink_btn:hover .btn_underline-hover {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.newsListType27 .documentList .listContent .downlandContent .mediaCard_share {
  width: 58%;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsListType27 .documentList .listContent .downlandContent .mediaCard_share.openSocial .cardShare_links {
  opacity: 1;
}
.newsListType27 .documentList .listContent .downlandContent .mediaCard_share.openSocial .share_btn {
  color: #b70000;
}
.newsListType27 .documentList .listContent .downlandContent .mediaCard_share .cardShare_links {
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  background-color: #777;
  color: #ffffff;
  border-radius: 12px;
  padding: 4px 19px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.newsListType27 .documentList .listContent .downlandContent .mediaCard_share .cardShare_links li {
  margin: 6px;
}
.newsListType27 .documentList .listContent .downlandContent .mediaCard_share .cardShare_links li a {
  display: block;
  position: relative;
  width: 15px;
  height: 11px;
  color: inherit;
  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;
}
.newsListType27 .documentList .listContent .downlandContent .mediaCard_share .cardShare_links li:hover {
  color: #b70000;
}
.newsListType27 .documentList .listContent .downlandContent .share_btn {
  background-color: transparent;
}
.newsListType27 .documentList .listContent .downlandContent .share_btn:hover {
  color: #b70000;
}
.newsListType27 .documentList .listContent:hover .imgBox_card-hover {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}
@media (max-width: 576px) {
  .newsListType27 .documentList .listContent .imgBox img {
    width: 100%;
  }
  .newsListType27 .documentList .listContent .content {
    text-align: center;
  }
  .newsListType27 .documentList .listContent .downlandContent {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .newsListType27 .documentList .listContent .downlandContent .downlandLink_btn {
    font-size: inherit;
  }
  .newsListType27 .documentList .listContent .downlandContent .mediaCard_share {
    margin-top: 20px;
    width: 100%;
  }
  .newsListType27 .documentList .listContent .downlandContent .mediaCard_share .cardShare_links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  .newsListType27 .documentList .listContent .downlandContent .mediaCard_share .cardShare_links li a {
    width: auto;
    height: auto;
    padding: 10px;
  }
}

.newsListType28 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsListType28 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.3333333333%;
  margin-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333));
  background-image: linear-gradient(to bottom, #333333, #333333);
  background-position: 0 50px;
  background-size: 1px calc(100% - 80px);
  background-repeat: no-repeat;
  padding-top: 0;
  padding-bottom: 0;
}
.newsListType28 .newsCategory,
.newsListType28 .imgBox,
.newsListType28 p {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.newsListType28 .newsCategory {
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsListType28 .listDateContainer {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.newsListType28 .listDateContainer::before {
  margin-right: 10px;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #333333;
}
.newsListType28 .listDateContainer::after {
  margin-left: 10px;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #333333;
}
.newsListType28 .listDateContainer .listDateBox {
  text-align: center;
  color: #333333;
  position: relative;
}
.newsListType28 .listDateContainer .md {
  font-size: 35px;
}
.newsListType28 .listDateContainer .year {
  font-size: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
}
.newsListType28 .item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  min-height: 290px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.newsListType28 .item-content .imgBox {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  width: calc(100% - 30px);
  height: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.newsListType28 .item-content .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.newsListType28 .item-content .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px 30px 40px;
}
.newsListType28 .item-content .textBox-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.newsListType28 .item-content .textBox-title a {
  display: block;
  margin-bottom: 20px;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .newsListType28 .item-content .textBox-title a {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .newsListType28 .item-content .textBox-title a {
    font-size: 1rem;
  }
}
.newsListType28 .item-content .ellipsis {
  color: #8c8c8c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.newsListType28 .newsLinkBox {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.newsListType28 .newsLinkBox::before {
  margin-right: 10px;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #333333;
}
.newsListType28 .newsLinkBox::after {
  margin-left: 10px;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #333333;
}
.newsListType28 .newsLinkBox a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .newsListType28 .item:nth-child(3n),
  .newsListType28 .item:last-child {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333)), -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333));
    background-image: linear-gradient(to bottom, #333333, #333333), linear-gradient(to bottom, #333333, #333333);
    background-position: 0 50px, 100% 50px;
  }
}
@media (min-width: 1024px) {
  .newsListType28 .item-content:hover .imgBox {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .newsListType28 .item-content:hover .textBox-title a {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  .newsListType28 .item-content:hover .newsCategory {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  .newsListType28 .item-content:hover p {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (max-width: 992px) {
  .newsListType28 .item {
    width: 50%;
  }
  .newsListType28 .item:nth-child(2n),
  .newsListType28 .item:last-child {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333)), -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333));
    background-image: linear-gradient(to bottom, #333333, #333333), linear-gradient(to bottom, #333333, #333333);
    background-position: 0 50px, 100% 50px;
  }
}
@media (max-width: 576px) {
  .newsListType28 .item {
    width: 100%;
    margin-bottom: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333)), -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333));
    background-image: linear-gradient(to bottom, #333333, #333333), linear-gradient(to bottom, #333333, #333333);
    background-position: 0 50px, 100% 50px;
  }
}

.historyDate1 {
  color: #b70000;
}
.historyDate1 span {
  font-size: 22px;
}
.historyDate1 small {
  font-size: 19px;
}

.historyDate2 {
  color: #000;
  line-height: 1.5;
}
.historyDate2 span {
  font-size: 19px;
}
.historyDate2 small {
  font-size: 16px;
}

.history-slide-btn {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 5px;
  background-color: #b70000;
  color: #fff;
  position: absolute;
}

.timeLineBox {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.timeLineBox .timeLineSlick {
  padding-left: 57.6px;
  padding-right: 57.6px;
}
.timeLineBox .timeLineSlick .slick-arrow {
  opacity: 1;
}
.timeLineBox .timeStep {
  min-width: 120px;
  max-width: 100%;
}
.timeLineBox .timeStep span, .timeLineBox .timeStep small {
  display: block;
}
.timeLineBox .timeStep::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #A2A2A2;
  margin: 7px auto 0 auto;
}
.timeLineBox .grayLine {
  width: calc(100% - 115.2px);
  height: 1px;
  border-bottom: 1px #A2A2A2 solid;
  position: absolute;
  left: 50%;
  bottom: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.timeLineBox .slick-current .historyDate2 {
  color: #b70000;
}
.timeLineBox .slick-current .timeStep::after {
  background-color: #b70000;
}
.timeLineBox .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.timeLineBox .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.timeLineBox .slick-disabled, .timeLineBox .slick-disabled:hover {
  background-color: #DFE8F0;
}

.historySlick {
  width: 100%;
}

@media (min-width: 992px) {
  .historyType1 .timeLineBox {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .historyType1 .timeLineBox .timeLineSlick {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 57.6px;
    padding-bottom: 57.6px;
  }
  .historyType1 .timeLineBox .timeLineSlick .slick-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .historyType1 .timeLineBox .timeStep {
    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;
    height: 3em;
  }
  .historyType1 .timeLineBox .timeStep span, .historyType1 .timeLineBox .timeStep small {
    display: inline-block;
  }
  .historyType1 .timeLineBox .timeStep::after {
    width: 100%;
    height: 1px;
  }
  .historyType1 .timeLineBox .grayLine {
    display: none;
  }
  .historyType1 .timeLineBox .slick-slider .slick-arrow.slick-prev {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .historyType1 .timeLineBox .slick-slider .slick-arrow.slick-prev i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .historyType1 .timeLineBox .slick-slider .slick-arrow.slick-next {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .historyType1 .timeLineBox .slick-slider .slick-arrow.slick-next i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.historyType3 .itemBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.historyType3 .itemLine {
  width: 330px;
  position: relative;
  overflow: hidden;
}
.historyType3 .itemStep {
  width: 150px;
  height: 150px;
  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: 1px solid #b70000;
  border-radius: 100%;
  font-size: 42px;
  z-index: 1;
  background-color: #fff;
  position: relative;
}
.historyType3 .itemStep span {
  display: block;
  line-height: 1em;
  color: #999;
}
.historyType3 .itemStep small {
  display: block;
  font-size: 16px;
  line-height: 1em;
}
.historyType3 .itemStep::before {
  content: "";
  position: absolute;
  width: 180px;
  top: 75px;
  left: 150px;
  z-index: -1;
  border-bottom: 1px dashed #b3b3b3;
}
.historyType3 .itemLine::after {
  content: "";
  position: absolute;
  height: 110%;
  top: 150px;
  left: 75px;
  z-index: -1;
  border-left: 1px dashed #b3b3b3;
}
.historyType3 div.itemBox:last-child .itemLine::after {
  display: none;
}
.historyType3 .itemContent {
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 22px;
}
.historyType3 .itemContent .imgBox {
  width: 210px;
}
.historyType3 .itemContent .itemText {
  width: calc(100% - 210px);
  padding-left: 30px;
}

@media (max-width: 1024px) {
  .historyType3 .itemLine {
    width: 240px;
  }
  .historyType3 .itemStep::before {
    width: 90px;
  }
  .historyType3 .itemContent {
    width: calc(100% - 240px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .historyType3 .itemContent .itemText {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 520px) {
  .historyType3 .itemBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .historyType3 .itemLine {
    width: 240px;
    height: 180px;
  }
  .historyType3 .itemStep::before {
    display: none;
  }
  .historyType3 div.itemBox:last-child .itemLine::after {
    display: block;
  }
  .historyType3 .itemContent {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 64px;
  }
  .historyType3 .itemContent .imgBox {
    width: 100%;
  }
}
.historyType4 .itemBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.historyType4 .itemLine {
  position: relative;
  overflow: hidden;
}
.historyType4 .itemLine .itemStep {
  width: 150px;
  height: 150px;
  font-size: 42px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px #b70000 solid;
  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;
}
.historyType4 .itemLine .itemStep span {
  color: #999;
  display: block;
  line-height: 1em;
}
.historyType4 .itemLine .itemStep small {
  display: block;
  font-size: 16px;
  line-height: 1em;
}
.historyType4 .itemLine:after {
  content: "";
  position: absolute;
  height: 110%;
  top: 75px;
  left: 75px;
  z-index: -1;
  border-left: 1px dashed #b3b3b3;
}
.historyType4 div.itemBox:last-child .itemLine::after {
  display: none;
}
.historyType4 .itemContent {
  width: calc(100% - 210px);
  border-bottom: 1px dashed #b3b3b3;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.historyType4 .itemContent .itemText {
  width: calc(100% - 210px);
  padding-right: 15px;
}
.historyType4 .itemContent .imgBox {
  width: 210px;
}

@media (max-width: 1024px) {
  .historyType4 .itemContent .itemText {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 520px) {
  .historyType4 .itemLine {
    padding-bottom: 30px;
  }
  .historyType4 .itemContent {
    width: 100%;
    margin-left: 0;
  }
  .historyType4 .itemContent .imgBox {
    width: 100%;
  }
}
.historyType5 .timeLineContentBox {
  width: 100%;
}
.historyType5 .timeLineContentBox .timeLine {
  width: 100%;
  position: relative;
}
.historyType5 .timeLineContentBox .timeLine::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #b3b3b3;
}
.historyType5 .timeLineContentBox .itemStep {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.historyType5 .timeLineContentBox .itemStep .eventList {
  display: inline-block;
  margin-right: 15px;
  width: calc(50% - 60px);
}
.historyType5 .timeLineContentBox .itemStep:hover .date {
  background-color: #b70000;
}
.historyType5 .timeLineContentBox .itemStep:hover .date span {
  color: #fff;
}
.historyType5 .timeLineContentBox li.itemStep:nth-child(odd) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.historyType5 .timeLineContentBox li.itemStep:nth-child(odd) .eventList {
  margin-left: 15px;
  margin-right: 0;
}
.historyType5 .timeLineContentBox li.itemStep:nth-child(even) .eventList {
  text-align: right;
}
.historyType5 .timeLineContentBox .date {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px #b70000 solid;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: calc(50% - 45px);
}
.historyType5 .timeLineContentBox .date span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #333;
  line-height: 1;
}

@media (max-width: 768px) {
  .historyType5 .timeLineContentBox .timeLine {
    position: static;
  }
  .historyType5 .timeLineContentBox .timeLine::before {
    display: none;
  }
  .historyType5 .timeLineContentBox .date {
    width: 100%;
    height: auto;
    position: static;
    border: none;
    border-radius: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: transparent;
  }
  .historyType5 .timeLineContentBox .itemStep {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #b3b3b3;
  }
  .historyType5 .timeLineContentBox .itemStep .eventList {
    width: 100%;
    margin: 0;
  }
  .historyType5 .timeLineContentBox li.itemStep:nth-child(odd) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .historyType5 .timeLineContentBox li.itemStep:nth-child(odd) .eventList {
    margin: 0;
  }
  .historyType5 .timeLineContentBox li.itemStep:nth-child(even) .eventList {
    text-align: left;
  }
}
.historyType6 .timeLineContentBox {
  width: 100%;
}
.historyType6 .timeLineContentBox .timeLine {
  width: 100%;
  position: relative;
}
.historyType6 .timeLineContentBox .timeLine::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #b3b3b3;
}
.historyType6 .timeLineContentBox .itemStep {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.historyType6 .timeLineContentBox .itemStep .eventList {
  display: inline-block;
  margin-right: 15px;
  width: calc(50% - 35px);
}
.historyType6 .timeLineContentBox .itemStep:hover .date {
  background-color: #b70000;
}
.historyType6 .timeLineContentBox .itemStep:hover .date span {
  color: #fff;
}
.historyType6 .timeLineContentBox div.itemStep:nth-child(odd) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.historyType6 .timeLineContentBox div.itemStep:nth-child(odd) .eventList {
  margin-left: 15px;
  margin-right: 0;
}
.historyType6 .timeLineContentBox div.itemStep:nth-child(even) .eventList {
  text-align: right;
}
.historyType6 .timeLineContentBox .dot {
  width: 20px;
  height: 20px;
  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;
  background-color: #000000;
  position: absolute;
  left: calc(50% - 10px);
}
.historyType6 .timeLineContentBox .dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b70000;
}

@media (max-width: 768px) {
  .historyType6 .timeLineContentBox .timeLine::before {
    left: 10px;
  }
  .historyType6 .timeLineContentBox .itemStep {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .historyType6 .timeLineContentBox .itemStep .eventList {
    width: calc(100% - 35px);
    margin-right: 0;
    margin-left: 15px;
  }
  .historyType6 .timeLineContentBox div.itemStep:nth-child(even) .eventList {
    text-align: left;
  }
  .historyType6 .timeLineContentBox .dot {
    left: 0;
  }
}
.historyType7 .historyItem {
  width: 100%;
  padding-top: 26px;
  padding-bottom: 24px;
  border-bottom: 1px #B3B3B3 dashed;
}
.historyType7 .historyItem .year {
  font-size: 42px;
  font-weight: bold;
  color: #b70000;
  line-height: 1.2;
}
.historyType7 .historyItem .eventList {
  width: 100%;
  padding-left: 32px;
}
.historyType7 .historyItem .eventList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 32px;
}
.historyType7 .historyItem .eventList li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #000000;
  border-radius: 100%;
  top: 9px;
  left: 0;
}
.historyType7 .historyItem .eventList li .month {
  display: inline-block;
  margin-right: 32px;
  white-space: nowrap;
}
.historyType7 .historyItem .eventList li span {
  display: inline-block;
}
.historyType7 div.historyItem:first-child {
  padding-top: 0;
}

@media (max-width: 768px) {
  .historyType7 .historyItem .eventList {
    padding-left: 0;
  }
  .historyType7 .historyItem .eventList li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .historyType7 .historyItem .listText {
    width: 100%;
  }
}
.historyType8 .timeLineContentBox {
  width: 100%;
}
.historyType8 .timeLine {
  width: 100%;
  position: relative;
}
.historyType8 .timeLine::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #b70000;
}
@media (max-width: 991px) {
  .historyType8 .timeLine::before {
    left: 45px;
  }
}
.historyType8 .date {
  width: 90px;
  height: 50px;
  border: 1px #b70000 solid;
  position: absolute;
  left: calc(50% - 45px);
  background-color: #fff;
  color: #b70000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.historyType8 .date span {
  width: 100%;
  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;
  position: relative;
}
.historyType8 .date span::before {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background-color: #b70000;
  position: absolute;
  top: 34px;
  z-index: -1;
}
@media (max-width: 991px) {
  .historyType8 .date {
    left: 0;
  }
}
.historyType8 .itemStep {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.historyType8 .itemStep:hover .date {
  background-color: #b70000;
  color: #fff;
}
.historyType8 .eventList {
  width: calc(50% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px #b70000 solid;
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .historyType8 .eventList {
    width: calc(100% - 140px);
  }
}
@media (max-width: 520px) {
  .historyType8 .eventList {
    width: calc(100% - 110px);
  }
}
.historyType8 .textBox {
  width: 66.6666%;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .historyType8 .textBox {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .historyType8 .textBox {
    width: 66.6666%;
    padding-right: 20px;
  }
}
@media (max-width: 520px) {
  .historyType8 .textBox {
    width: 100%;
    padding-right: 0;
  }
}
.historyType8 .imgBox {
  width: 33.3333%;
}
@media (max-width: 1199px) {
  .historyType8 .imgBox {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .historyType8 .imgBox {
    width: 33.3333%;
  }
}
@media (max-width: 520px) {
  .historyType8 .imgBox {
    width: 100%;
  }
}
.historyType8 li.itemStep:nth-child(even) .date span::before {
  right: 100%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media (max-width: 991px) {
  .historyType8 li.itemStep:nth-child(even) .date span::before {
    right: auto;
    left: 100%;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@media (max-width: 991px) {
  .historyType8 li.itemStep:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.historyType8 li.itemStep:nth-child(odd) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.historyType8 li.itemStep:nth-child(odd) .date span::before {
  left: 100%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.historyType9 {
  width: 100%;
  padding-bottom: 100px;
}
.historyType9 .titleBg {
  width: 100%;
}
.historyType9 .titleBg.fixed {
  position: fixed;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  z-index: 4;
}
.historyType9 .titleBg.ended {
  position: static;
}
.historyType9 .historyBox {
  width: 100%;
  position: relative;
}
.historyType9 .timeLine {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
.historyType9 .timeLine.fixed {
  position: fixed;
  top: 202px;
}
.historyType9 .timeLine.ended {
  position: absolute;
  top: unset;
  bottom: 0;
}
.historyType9 .point {
  font-weight: bold;
  color: #b70000;
  margin-bottom: 30px;
  position: relative;
}
.historyType9 .point.active {
  color: #000000;
}
.historyType9 .point::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #b70000;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.historyType9 .item {
  width: calc(50% - 70px);
  border: 1px #b70000 solid;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.historyType9 .item:nth-child(odd) {
  margin: 0 0 0 auto;
}
.historyType9 .item:nth-child(even) {
  margin: 0 auto 0 0;
}
.historyType9 .item .textBox, .historyType9 .item .imgBox {
  padding: 15px;
}
.historyType9 .item .textBox {
  width: 60%;
}
.historyType9 .item .imgBox {
  width: 40%;
}
.historyType9 .item .date {
  color: #b70000;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .historyType9 {
    padding-bottom: 30px;
  }
  .historyType9 .historyBox {
    position: static;
  }
  .historyType9 .timeLine {
    display: none;
  }
  .historyType9 .item {
    width: 100%;
  }
  .historyType9 .item:nth-child(odd), .historyType9 .item:nth-child(even) {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 460px) {
  .historyType9 .item .imgBox, .historyType9 .item .textBox {
    width: 100%;
  }
  .historyType9 .item .textBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.historyType10 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .historyType10 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.historyType10 .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #ddd;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 640px) {
  .historyType10 .item::before {
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: unset;
            transform: unset;
  }
}
.historyType10 .item .year {
  width: 50%;
  padding: 0 60px 0 0;
}
@media (max-width: 768px) {
  .historyType10 .item .year {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 640px) {
  .historyType10 .item .year {
    width: 100%;
    padding: 0;
  }
}
.historyType10 .item .year p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #141414;
  font-size: 36px;
  margin: 0 0 0 auto;
  border-bottom: 1px solid #b70000;
}
@media (max-width: 640px) {
  .historyType10 .item .year p {
    margin: 0 auto;
  }
}
.historyType10 .item .content {
  width: 50%;
  text-align: left;
  padding: 15px 0 15px 60px;
}
@media (max-width: 768px) {
  .historyType10 .item .content {
    padding: 15px 0 15px 30px;
  }
}
@media (max-width: 640px) {
  .historyType10 .item .content {
    width: 100%;
    padding: 15px 0;
  }
}
.historyType10 .item .content p {
  color: #141414;
  font-size: 15px;
  margin-bottom: 0;
}
.historyType10 .item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 640px) {
  .historyType10 .item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.historyType10 .item:nth-child(odd) .year {
  padding: 0 0 0 60px;
}
@media (max-width: 768px) {
  .historyType10 .item:nth-child(odd) .year {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 640px) {
  .historyType10 .item:nth-child(odd) .year {
    padding: 0;
  }
}
.historyType10 .item:nth-child(odd) .year p {
  margin: 0 auto 0 0;
}
@media (max-width: 640px) {
  .historyType10 .item:nth-child(odd) .year p {
    margin: 0 auto;
  }
}
.historyType10 .item:nth-child(odd) .content {
  text-align: right;
  padding: 15px 60px 15px 0;
}
@media (max-width: 768px) {
  .historyType10 .item:nth-child(odd) .content {
    padding: 15px 30px 15px 0;
  }
}
@media (max-width: 640px) {
  .historyType10 .item:nth-child(odd) .content {
    text-align: left;
    padding: 15px 0;
  }
}

/*****************************/
/* history / historyType11.php */
/*****************************/
.historyType11 .title {
  float: left;
}
.historyType11 .arrowsBox {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.historyType11 .arrowsBox .slick-arrow {
  position: relative;
  background: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  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;
}
.historyType11 .arrowsBox .slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.historyType11 .arrowsBox .slick-arrow.slick-prev::before, .historyType11 .arrowsBox .slick-arrow.slick-next::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #000 transparent transparent;
}
.historyType11 .arrowsBox .slick-arrow.slick-next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.historyType11 .arrowsBox .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

.history11Slick {
  clear: both;
  padding-top: 50px;
}
.history11Slick .slick-list {
  position: relative;
}
.history11Slick .slick-list::after {
  content: "";
  background: url(../images_v4/history/historyType11/line.svg) repeat-x left/cover;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.history11Slick .slick-slide .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: calc(100% + 80px);
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease, left 1s ease;
  transition: opacity 1s ease, left 1s ease;
}
.history11Slick .slick-slide .list::before {
  content: "";
  background-color: #999;
  width: 1px;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -38px;
  -webkit-transition: all 0.5s ease 0.8s;
  transition: all 0.5s ease 0.8s;
}
.history11Slick .slick-slide:nth-child(even) {
  padding-top: 195px;
}
.history11Slick .slick-slide:nth-child(even) .list::before {
  top: -38px;
}
.history11Slick .slick-slide.slick-active .list {
  opacity: 1;
  left: -80px;
}
.history11Slick .slick-slide.slick-active .list::before {
  height: 30px;
}
.history11Slick .slick-slide.slick-active.slick-current .list {
  left: 0;
}
.history11Slick .imgBox {
  width: 80px;
}
.history11Slick .imgBox img {
  display: block;
}
.history11Slick .txtBox {
  font-size: 16px;
  width: calc(100% - 80px);
  padding-left: 15px;
}
.history11Slick .txtBox .year {
  display: inline-block;
}
.history11Slick .txtBox .txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*****************************/
/* history / historyType11.php */
/*****************************/
.historyType12 .item-list-box {
  position: relative;
}
.historyType12 .item-list-box::before {
  border-radius: 6px;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #ece5f4;
  position: absolute;
  top: 0;
  left: -moz-calc(260px - 23px);
  left: 237px;
  bottom: auto;
  right: auto;
}
@media (max-width: 992px) {
  .historyType12 .item-list-box::before {
    left: 157px;
  }
}
@media (max-width: 576px) {
  .historyType12 .item-list-box::before {
    left: 22px;
  }
}
.historyType12 .item-list-box .item {
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 30px 0 35px;
}
.historyType12 .item-list-box .item:before {
  content: "";
  border-radius: 50%;
  display: block;
  width: 39px;
  height: 39px;
  background-color: transparent;
  position: absolute;
  top: 41px;
  left: 220px;
  bottom: auto;
  right: auto;
  border: 2px solid #ece5f4;
}
@media (max-width: 992px) {
  .historyType12 .item-list-box .item {
    padding: 30px 0;
  }
  .historyType12 .item-list-box .item::before {
    top: 30px;
    left: 140px;
  }
}
@media (max-width: 576px) {
  .historyType12 .item-list-box .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0px 30px 50px;
  }
  .historyType12 .item-list-box .item::before {
    left: 6px;
  }
}
.historyType12 .item-list-box .year {
  color: #dfd2e9;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1;
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.historyType12 .item-list-box .year:before {
  content: "";
  border-radius: 50%;
  display: block;
  width: 25px;
  height: 25px;
  background-color: rgba(79, 23, 127, 0.1);
  position: absolute;
  top: calc(50% - 12.5px);
  left: auto;
  bottom: auto;
  right: 8px;
}
.historyType12 .item-list-box .year::after {
  content: "";
  border-radius: 50%;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #4f177f;
  position: absolute;
  top: calc(50% - 3.5px);
  left: auto;
  bottom: auto;
  right: 17px;
}
@media (max-width: 992px) {
  .historyType12 .item-list-box .year {
    font-size: 40px;
    width: 180px;
  }
}
@media (max-width: 576px) {
  .historyType12 .item-list-box .year {
    width: 100%;
  }
  .historyType12 .item-list-box .year::before {
    left: -37.5px;
  }
  .historyType12 .item-list-box .year::after {
    left: -28.5px;
  }
}
.historyType12 .item-list-box .rightText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1200px) {
  .historyType12 .item-list-box .rightText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.historyType12 .item-list-box .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  width: 375px;
  padding: 15px 45px 0;
}
@media (max-width: 1200px) {
  .historyType12 .item-list-box .title {
    width: 100%;
    padding: 15px 0 0 40px;
  }
}
@media (max-width: 992px) {
  .historyType12 .item-list-box .title {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 576px) {
  .historyType12 .item-list-box .title {
    padding: 10px 0 0;
  }
}
.historyType12 .item-list-box .exp {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .historyType12 .item-list-box .exp {
    width: 100%;
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .historyType12 .item-list-box .exp {
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  .historyType12 .item-list-box .exp {
    padding-left: 0;
  }
}
.historyType12 .item-list-box .textEditor {
  clear: both;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.875;
  margin: initial;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 992px) {
  .historyType12 .item-list-box .textEditor {
    font-size: 16px;
  }
}

/*****************************/
/* body.download .spaceList */
/*****************************/
.download .spaceList .subBlockTitle {
  color: #333333;
}
.download .spaceList .subBlockTxt {
  color: #8c8c8c;
}

/*****************************/
/* download / list-4.php */
/*****************************/
.download_list4_documentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.download_list4_documentList_listContent .imgBox {
  /* height: 270px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.download_list4_documentList_listContent .item {
  /* 去除align-item:center 特性 */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* hover 效果 */
.download_list4_documentList_listContent:hover .imgBox {
  -webkit-box-shadow: 4px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.download_list4_documentList_listContent .content .title {
  padding-top: 16px;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .download_list4_documentList_listContent .content .title {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .download_list4_documentList_listContent .content .title {
    font-size: 1rem;
  }
}
.download_list4_documentList_listContent .content .title a {
  color: #333333;
}

/* 下載連結 */
.download_list4_documentList_listContent .content .downlandLink {
  margin-top: 32px;
  display: inline-block;
  font-weight: 600;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  padding: 0 8px;
}

@media (max-width: 576px) {
  .download_list4_documentList_listContent .imgBox img {
    width: 100%;
  }
  .download_list4_documentList_listContent .content {
    text-align: center;
  }
}
/*****************************/
/* download / list-5.php */
/*****************************/
.download_list5 {
  padding: 64px 0;
}
.download_list5 .documentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.download_list5 .documentList .listContent {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* hover 效果 */
}
.download_list5 .documentList .listContent .imgLink {
  margin-bottom: 0;
}
.download_list5 .documentList .listContent .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.download_list5 .documentList .listContent .item {
  /* 去除align-item:center 特性 */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.download_list5 .documentList .listContent .content {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.download_list5 .documentList .listContent .content .date {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.download_list5 .documentList .listContent .content .date .date-line {
  color: #b70000;
  font-size: 12px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: inline-block;
}
.download_list5 .documentList .listContent .content .title {
  color: #333333;
  text-transform: uppercase;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .download_list5 .documentList .listContent .content .title {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .download_list5 .documentList .listContent .content .title {
    font-size: 1rem;
  }
}
.download_list5 .documentList .listContent .imgBox_card-hover {
  background-color: #b70000;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.download_list5 .documentList .listContent .downlandContent {
  margin-top: 15px;
  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;
}
.download_list5 .documentList .listContent .downlandContent .downlandLink_btn {
  text-align: center;
  line-height: 20px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 0 16px;
  z-index: 1;
}
.download_list5 .documentList .listContent .downlandContent .downlandLink_btn .btn_underline {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
}
.download_list5 .documentList .listContent .downlandContent .downlandLink_btn .btn_underline-hover {
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.download_list5 .documentList .listContent .downlandContent .downlandLink_btn .btn_underline.color-1 {
  background-color: #b70000;
}
.download_list5 .documentList .listContent .downlandContent .downlandLink_btn .btn_underline.color-2 {
  background-color: #076dd3;
}
.download_list5 .documentList .listContent .downlandContent .downlandLink_btn:hover .btn_underline-hover {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.download_list5 .documentList .listContent .downlandContent .mediaCard_share {
  width: 58%;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.download_list5 .documentList .listContent .downlandContent .mediaCard_share.openSocial .cardShare_links {
  opacity: 1;
}
.download_list5 .documentList .listContent .downlandContent .mediaCard_share.openSocial .share_btn {
  color: #b70000;
}
.download_list5 .documentList .listContent .downlandContent .mediaCard_share .cardShare_links {
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  background-color: #777;
  color: #ffffff;
  border-radius: 12px;
  padding: 4px 19px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.download_list5 .documentList .listContent .downlandContent .mediaCard_share .cardShare_links li {
  margin: 6px;
}
.download_list5 .documentList .listContent .downlandContent .mediaCard_share .cardShare_links li a {
  display: block;
  position: relative;
  width: 15px;
  height: 11px;
  color: inherit;
  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;
}
.download_list5 .documentList .listContent .downlandContent .mediaCard_share .cardShare_links li:hover {
  color: #b70000;
}
.download_list5 .documentList .listContent .downlandContent .share_btn {
  background-color: transparent;
}
.download_list5 .documentList .listContent .downlandContent .share_btn:hover {
  color: #b70000;
}
.download_list5 .documentList .listContent:hover .imgBox_card-hover {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}
@media (max-width: 576px) {
  .download_list5 .documentList .listContent .imgBox img {
    width: 100%;
  }
  .download_list5 .documentList .listContent .content {
    text-align: center;
  }
  .download_list5 .documentList .listContent .downlandContent {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .download_list5 .documentList .listContent .downlandContent .downlandLink_btn {
    font-size: inherit;
  }
  .download_list5 .documentList .listContent .downlandContent .mediaCard_share {
    margin-top: 20px;
    width: 100%;
  }
  .download_list5 .documentList .listContent .downlandContent .mediaCard_share .cardShare_links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  .download_list5 .documentList .listContent .downlandContent .mediaCard_share .cardShare_links li a {
    width: auto;
    height: auto;
    padding: 10px;
  }
}

.faqItem_main .faqItem .faqItem_head,
.faqItem_main .faqItem .faqItem_body {
  background-color: #ffffff;
  border-bottom: 1px solid #d6d6d6;
}
.faqItem_main .faqItem .faqItem_head {
  color: #333333;
  font-size: 1.222222rem;
  cursor: pointer;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .faqItem_main .faqItem .faqItem_head {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .faqItem_main .faqItem .faqItem_head {
    font-size: 1rem;
  }
}
.faqItem_main .faqItem .faqItem_body {
  color: #8c8c8c;
  display: none;
}
.faqItem_main .faqItem.faqItem_current .faqItem_body {
  /*display: block;*/
}

.faqItemStyle-1 .faqItem .faqItem_head,
.faqItemStyle-1 .faqItem .faqItem_body {
  background-color: #ffffff;
  border-bottom: 1px solid #d6d6d6;
}
.faqItemStyle-1 .faqItem .faqItem_head {
  color: #333333;
  font-size: 1.222222rem;
  cursor: pointer;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .faqItemStyle-1 .faqItem .faqItem_head {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .faqItemStyle-1 .faqItem .faqItem_head {
    font-size: 1rem;
  }
}
.faqItemStyle-1 .faqItem .faqItem_body {
  color: #8c8c8c;
  display: none;
}
.faqItemStyle-1 .faqItem.faqItem_current .faqItem_body {
  /*display: block;*/
}
.faqItemStyle-1 .faqItem .faqItem_head,
.faqItemStyle-1 .faqItem .faqItem_body {
  padding: 15px 20px 30px 20px;
}
.faqItemStyle-1 .faqItem .faqItem_head {
  padding-left: 32px;
  border-left: 6px solid #ffffff;
}
.faqItemStyle-1 .faqItem .faqItem_head i {
  margin-left: -25px;
  width: 25px;
  text-align: center;
}
.faqItemStyle-1 .faqItem .faqItem_head:hover {
  border-left-color: #b70000;
  background-color: #f5fcff;
}
.faqItemStyle-1 .faqItem.faqItem_current .faqItem_head,
.faqItemStyle-1 .faqItem.faqItem_current .faqItem_body {
  background-color: #f5fcff;
}
.faqItemStyle-1 .faqItem.faqItem_current .faqItem_head {
  border-left-color: #b70000;
}
.faqItemStyle-1 .faqItem.faqItem_current .faqItem_head i {
  color: #b70000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faqItemStyle-2 {
  counter-reset: num;
}
.faqItemStyle-2 .faqItem .faqItem_head,
.faqItemStyle-2 .faqItem .faqItem_body {
  background-color: #ffffff;
  border-bottom: 1px solid #d6d6d6;
}
.faqItemStyle-2 .faqItem .faqItem_head {
  color: #333333;
  font-size: 1.222222rem;
  cursor: pointer;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .faqItemStyle-2 .faqItem .faqItem_head {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .faqItemStyle-2 .faqItem .faqItem_head {
    font-size: 1rem;
  }
}
.faqItemStyle-2 .faqItem .faqItem_body {
  color: #8c8c8c;
  display: none;
}
.faqItemStyle-2 .faqItem.faqItem_current .faqItem_body {
  /*display: block;*/
}
.faqItemStyle-2 .faqItem .faqItem_head,
.faqItemStyle-2 .faqItem .faqItem_body {
  padding: 12.5px 60px 12.5px 70px;
}
.faqItemStyle-2 .faqItem .faqItem_head {
  position: relative;
}
.faqItemStyle-2 .faqItem .faqItem_head:before {
  counter-increment: num;
  content: counter(num);
  width: 35px;
  margin-left: -35px;
  display: inline-block;
}
.faqItemStyle-2 .faqItem .faqItem_head:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  margin: auto;
  content: "\f067";
  color: #b70000;
  font-family: FontAwesome;
}
.faqItemStyle-2 .faqItem .faqItem_head:hover {
  color: #ffffff;
  background-color: #b70000;
}
.faqItemStyle-2 .faqItem .faqItem_head:hover:after {
  color: #f5fcff;
}
.faqItemStyle-2 .faqItem.faqItem_current .faqItem_head {
  color: #ffffff;
  background-color: #b70000;
}
.faqItemStyle-2 .faqItem.faqItem_current .faqItem_head:after {
  content: "\f068";
  color: #f5fcff;
}
.faqItemStyle-2 .faqItem.faqItem_current .faqItem_body {
  padding-left: 50px;
  padding-right: 50px;
}

.faq_searchForm .cont_form {
  margin-bottom: 50px;
}
.faq_searchForm .cont_form p {
  margin-bottom: 5px;
  font-weight: bold;
}
.faq_searchForm .cont_form button {
  margin: 0;
  width: 100%;
}

@media (max-width: 992px) {
  .faq_searchForm .cont_form {
    margin-bottom: 20px;
  }
  .faq_searchForm .cont_form > div {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .faqItem_main .faqItem .faqItem_head:before {
    width: 30px;
    margin-left: -30px;
  }
  .faqItem_main .faqItem .faqItem_head:after {
    right: 10px;
  }
  .faqItem_main .faqItem .faqItem_head,
  .faqItem_main .faqItem .faqItem_body {
    padding-left: 40px;
    padding-right: 34px;
  }
  .faqItem_main.faqItemStyle-2 .faqItem.faqItem_current .faqItem_body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.google_map {
  position: relative;
  height: 0;
  overflow: hidden;
}

.google_map iframe,
.google_map object,
.google_map embed,
.google_map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contMapStyle01 .google_map {
  padding-bottom: 72.465%;
}
.contMapStyle01 .blockTitle {
  margin-bottom: 0;
}
.contMapStyle01 .list_faicon {
  margin-bottom: 15px;
}

.contMapStyle02 .cont_infoFrame {
  max-width: 490px;
  width: 100%;
  padding: 15px;
  position: absolute;
  right: 120px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: auto;
  background-color: #b70000;
  z-index: 1;
}
@media (max-width: 1440px) {
  .contMapStyle02 .cont_infoFrame {
    display: none;
  }
}
.contMapStyle02 .cont_companyInfo {
  padding: 20px 30px;
  height: 100%;
  border: 1px solid #076dd3;
}
.contMapStyle02 .cont_companyInfo .blockTitle {
  margin-bottom: 0;
}
.contMapStyle02 .cont_companyInfo .blockTitle span {
  color: #ffffff;
}
.contMapStyle02 .cont_companyInfo .boxTitle span {
  color: #076dd3;
}
.contMapStyle02 .list_faicon {
  margin-bottom: 20px;
}
.contMapStyle02 .list_faicon li {
  color: #ffffff;
}
.contMapStyle02 .list_faicon li a {
  color: #ffffff;
}
.contMapStyle02 .list_faicon li i {
  color: #ea4335;
}
.contMapStyle02 .contSocial_list li a span:before {
  color: #ffffff;
}
.contMapStyle02 .contSocial_list li a:hover span:before {
  color: #076dd3;
}
.contMapStyle02 .google_map {
  padding-bottom: 600px;
}

.contMapStyle03 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f1f1f1;
}
.contMapStyle03 .cont_infoFrame {
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.contMapStyle03 .cont_infoFrame > .row > div:last-child {
  background-color: #ffffff;
}
.contMapStyle03 .google_map {
  padding-bottom: 52.152%;
}
.contMapStyle03 .cont_companyInfo {
  padding: 70px 30px;
}
.contMapStyle03 .cont_companyInfoStyle2 .blockTitle {
  margin-bottom: 0;
}

.cont_spBlk .cont_spBlkContainer {
  max-width: 1680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont_spBlk .cont_spBlkContainer .cont_full2C:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56.25%;
          flex: 0 0 56.25%;
  max-width: 56.25%;
  padding-right: 15px;
}
.cont_spBlk .cont_spBlkContainer .cont_full2C:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.75%;
          flex: 0 0 43.75%;
  max-width: 43.75%;
  padding-left: 15px;
  padding-right: 15px;
}
.cont_spBlk .cont_spBlkContainer .cont_full2C .itemImg {
  padding-bottom: 100%;
}

@media (max-width: 1700px) {
  .cont_spBlk .cont_spBlkContainer {
    max-width: 100%;
  }
  .cont_spBlk .cont_spBlkContainer .cont_full2C:first-child, .cont_spBlk .cont_spBlkContainer .cont_full2C:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .cont_spBlk .cont_spBlkContainer .cont_full2C:first-child {
    padding-left: 15px;
  }
}
@media (max-width: 1440px) {
  .contMapStyle03 .google_map {
    padding-bottom: 65%;
  }
}
@media (max-width: 1200px) {
  .contMapStyle02 .cont_infoFrame {
    left: 0;
    right: 0;
    margin: auto;
  }
  .contMapStyle03 .google_map {
    padding-bottom: 450px;
  }
  .contMapStyle03 .cont_companyInfo {
    padding: 30px;
  }
  .cont_spBlk .cont_spBlkContainer .cont_full2C:first-child, .cont_spBlk .cont_spBlkContainer .cont_full2C:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .contMapStyle02 .google_map {
    padding-bottom: 0;
    overflow: unset;
    height: 100%;
  }
  .contMapStyle02 .cont_infoFrame {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    margin-bottom: 30px;
  }
  .contMapStyle02 .cont_mapIframe {
    height: 450px;
  }
  .contMapStyle02 .cont_mapIframe iframe {
    position: relative;
  }
}
@media (max-width: 768px) {
  .cont_companyInfoStyle2 {
    text-align: center;
  }
}
/*****************************/
/* contact / b2b-2.php  */
/*****************************/
.form_b2b_2 .form-item {
  margin-bottom: 10px;
  position: relative;
  padding: 0 0 15px;
  list-style: none;
}
.form_b2b_2 .form-item input {
  border: none;
  border-bottom: 2px solid #d4d4d4;
  padding: 27px 0 8px;
  line-height: 25px;
  display: block;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
  color: transparent;
  width: 100%;
}
.form_b2b_2 .form-item input:focus {
  border-color: #000;
  color: #000;
}
.form_b2b_2 .form-item input:focus + label {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  font-size: 0.75rem;
  color: #999;
}
.form_b2b_2 .form-item input.valid {
  color: #333333;
}
.form_b2b_2 .form-item input.valid + label {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  font-size: 16px;
  color: #999;
}
.form_b2b_2 .form-item label {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  color: #777;
  font-weight: normal;
  line-height: 18px;
  pointer-events: none;
}
.form_b2b_2 .form-item label em {
  font-style: normal;
  color: #b70000;
  font-size: 18px;
  margin-right: 5px;
}
.form_b2b_2 .form-item textarea {
  border: none;
  border-bottom: 2px solid #d4d4d4;
  padding: 15px 0 8px;
  line-height: 25px;
  display: block;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
  width: 100%;
  color: transparent;
  resize: none;
}
.form_b2b_2 .form-item textarea:focus {
  border-color: #000;
  color: #000;
}
.form_b2b_2 .form-item textarea:focus + label {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  font-size: 16px;
  color: #999999;
}
.form_b2b_2 .form-item textarea + label {
  top: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.form_b2b_2 .form-item textarea.valid {
  color: #000;
}
.form_b2b_2 .form-item textarea.valid + label {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  font-size: 16px;
  color: #999999;
}
.form_b2b_2 .form-item.code .code-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_b2b_2 .form-item .herobtn {
  display: inline-block;
  background-color: #b70000;
  line-height: 60px;
  border-radius: 5px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  font-family: "Montserrat", Helvetica, Arial, "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
  margin-top: 25px;
}

.albumDetailContent .Bbox_flexBetween .dateStyle, .albumDetailContent .pageControl .dateStyle {
  margin-right: 10px;
}

.gdprBlock {
  font-size: 16px;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.gdprBlock:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.gdprBlock .gdprBlock_cont {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gdprBlock .gdprBlock_cont .gdprBlockItem__lt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
.gdprBlock .gdprBlock_cont .gdprBlockItem__rt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.gdprBlock.show {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.GDPR__btnArea {
  position: relative;
  text-align: center;
}
.GDPR__btnArea * {
  display: inline-block;
}

.gdprBlock__txt {
  color: #b70000;
  font-weight: 300;
  margin: 10px;
  text-align: left;
  position: relative;
}

.gdprBlockItem__rt a {
  background: transparent;
  border: 1px solid #b70000;
  cursor: pointer;
  color: #b70000;
  border-radius: 5px;
  padding: 7px 10px;
  white-space: nowrap;
}

.gdprBlockItem__rt a:not(:last-of-type) {
  margin-right: 10px;
}

.gdprBlockItem__rt a:hover {
  background: #b70000;
  color: #fff;
}

@media (max-width: 768px) {
  .gdprBlock_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
  }
  .gdprBlockItem__rt a {
    margin-bottom: 10px;
  }
}
.memberContent .blockTitle span {
  font-weight: bold;
}

.fast_loginBtn a {
  margin-top: 0;
  margin-right: 15px;
}
.fast_loginBtn a:last-child {
  margin-right: 0;
}

.SignUp_now button {
  margin-top: 0;
}

.checkout_now button {
  margin-top: 0;
  margin-right: 15px;
}

.noticepay_list {
  padding: 10px 15px;
  margin-bottom: 50px;
  background-color: #FFFFCC;
}
.noticepay_list ul li {
  color: #5c5e5d;
  margin-bottom: 5px;
}
.noticepay_list ul li:last-child {
  margin-bottom: 0;
}
.noticepay_list ul li span {
  color: #000000;
  font-weight: bold;
}

.mbm_payInfo {
  border: 1px solid #000000;
  padding: 25px;
}
.mbm_payInfo .mbmPayInfo_title {
  color: #5c5e5d;
}
.mbm_payInfo .mbmPayInfo_title span {
  color: #000000;
  font-weight: bold;
}
.mbm_payInfo img {
  margin-bottom: 15px;
}
.mbm_payInfo img:last-child {
  margin-bottom: 0;
}

.mbm_orderProItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.mbm_orderProItem > div:nth-child(1) {
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  -webkit-flex: 0 0 70px;
}
.mbm_orderProItem > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  white-space: normal;
}

.checkOutStep {
  margin: 90px 0;
}
.checkOutStep ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}
.checkOutStep ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  text-align: center;
}
.checkOutStep ul li .icon {
  display: inline-block;
  width: 100%;
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100%;
  text-align: center;
  padding: 0;
  border: 1px solid #ababab;
  background: #ababab;
  font-size: 19px;
  position: relative;
  z-index: 1;
  color: #fff;
  background: #B3B3B3;
  border-color: #B3B3B3;
}
.checkOutStep ul li .txt {
  display: inline-block;
  width: 100%;
  margin-top: -31px;
  padding-top: 40px;
  position: relative;
  border-top: 2px solid #B3B3B3;
  z-index: 0;
  text-align: center;
}
.checkOutStep ul li .txt .stepTitle {
  color: #808080;
  font-size: 20px;
  font-weight: bold;
}
.checkOutStep ul li .txt .stepTxt {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.checkOutStep ul li.active .icon {
  background: #b70000;
  border-color: #b70000;
}
.checkOutStep ul li.active .txt {
  border-color: #b70000;
}
.checkOutStep ul li.active .txt .stepTitle {
  color: #b70000;
}

@media (max-width: 768px) {
  .checkOutStep {
    position: relative;
    padding-bottom: 110px;
  }
  .checkOutStep ul li .txt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
  }
  .checkOutStep ul li:not(.active) .txt {
    display: none;
  }
}
.checkCoupon {
  margin-top: 30px;
}

.thankyouBlk {
  margin-bottom: 30px;
}
.thankyouBlk p {
  margin-top: 10px;
}

.invoiceInfo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.twzipcode_form_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.twzipcode_form_2 select {
  color: #4d4d4d;
  font-size: 16px;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  font-family: "微軟正黑體", "Microsoft JhengHei";
  margin-right: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images_v4/icon/arrow_down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) center;
}
.twzipcode_form_2 select, .twzipcode_form_2 input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  max-width: 153px;
}

@media (max-width: 768px) {
  .twzipcode_form_2 {
    display: block;
  }
  .twzipcode_form_2 select, .twzipcode_form_2 input {
    display: inline-block;
    margin-bottom: 15px;
  }
  .twzipcode_form_2 select {
    margin-right: 15px;
  }
  .twzipcode_form_2 input:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 370px) {
  .twzipcode_form_2 select, .twzipcode_form_2 input {
    max-width: 100%;
    margin-right: 0;
  }
}
.sitemapList {
  width: 100%;
  padding-left: 20px;
}
.sitemapList .moreMenu ul {
  padding-left: 20px;
}
.sitemapList .moreMenu ul li {
  list-style-type: circle;
}
.sitemapList a:link {
  color: #333333;
  text-decoration: none;
}
.sitemapList a:visited {
  color: #333333;
}

/*捐款表單(複製宏恩樣式)*/
/*線上捐款 步驟 */
.stepProcess {
  margin-bottom: 30px;
}

.stepProcessArea {
  position: relative;
  max-width: 715px;
  margin: 0 auto;
  padding-right: 60px;
}

.stepProcessArea::after {
  content: "";
  width: 100%;
  display: table;
  clear: both;
}

.stepProcessArea > section,
.stepProcessArea > article,
.stepProcessArea > div,
.stepProcessArea > li,
.stepProcessArea > span,
.stepProcessArea > a {
  float: left;
}

@media screen and (min-width: 768px) {
  .stepProcessArea {
    padding-right: 88px;
  }
}
.stepProcess__Item {
  position: relative;
  width: 33.33%;
  padding-left: 60px;
}

.stepProcess__Item::before {
  z-index: 1;
  content: "";
  height: 5px;
  background-color: #E6E6E6;
  display: block;
  width: 100%;
  position: absolute;
  top: 28px;
  left: 0;
}

.stepProcess__Item:last-child {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}

.stepProcess__Item.active::before {
  background-color: #cfa1b0;
}

.stepProcess__Item.active .stepProcess__Circle {
  border-color: #cfa1b0;
}

@media screen and (min-width: 768px) {
  .stepProcess__Item {
    padding-left: 88px;
  }
  .stepProcess__Item::before {
    top: 41px;
  }
  .stepProcess__Item:last-child {
    width: 88px;
  }
}
.stepProcess__ItemArea {
  display: block;
  position: relative;
  width: 60px;
  margin-left: -60px;
}

@media screen and (min-width: 768px) {
  .stepProcess__ItemArea {
    width: 88px;
    margin-left: -88px;
  }
}
.stepProcess__Circle {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-style: solid;
  border-color: #E6E6E6;
  border-width: 4px;
  background-color: #FFFFFF;
  position: relative;
}

@media screen and (min-width: 768px) {
  .stepProcess__Circle {
    border-width: 8px;
    width: 88px;
    height: 88px;
  }
}
.stepProcess__stepText {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .stepProcess__stepText {
    font-size: 16px;
  }
}
.stepProcess__Title {
  text-align: center;
}

@media (max-width: 767px) {
  .stepProcess__Title {
    font-size: 15px;
  }
}
/*線上捐款 表單 */
.donationForm {
  margin: 0 0 80px;
}

.donationForm .must {
  color: #ED1C24;
  font-weight: bold;
}

.donationForm .remark {
  color: #aa8358;
  font-size: 18px;
}

.donationForm .remark.IRS {
  margin-left: 209px;
}

@media (max-width: 991px) {
  .donationForm .remark.IRS {
    margin-left: 0;
  }
}
.donationForm .formTitle h2 {
  font-weight: bold;
}

@media (max-width: 768px) {
  .donationForm .formTitle h2 {
    font-size: 26px;
  }
}
.donationForm .formItem {
  margin: 0;
}

.donationForm .formItem label {
  display: inline-block;
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: 300;
}

.donationForm .formItem label.checkbox {
  font-size: 18px;
  cursor: pointer;
}

.donationForm .formItem span:not(.must) {
  color: #aa8358;
}

.donationForm .formItem input[type=text],
.donationForm .formItem input[type=password],
.donationForm .formItem select {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #4d4d4d;
  height: 34px;
  font-size: 18px;
  line-height: 45px;
  padding: 0 1em;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.donationForm .formItem input[type=radio] {
  height: unset;
  line-height: unset;
  margin: 0 6px;
}

.donationForm .formItem input[type=checkbox] {
  margin: 0 6px 0 0;
}

@media (max-width: 768px) {
  .donationForm .formItem label {
    display: block;
    font-size: 18px;
  }
  .donationForm .formItem:not(.money) input[type=text] {
    width: 100%;
  }
}
.donationForm .formItem.password > div {
  margin-left: 136px;
}

.donationForm .formItem.money > div {
  margin-left: 120px;
  line-height: 2;
}

@media (max-width: 768px) {
  .donationForm .formItem.password > div,
  .donationForm .formItem.money > div {
    margin-left: 0;
  }
}
.donationForm .b2e {
  background: #b3b3b3;
  border-color: #b3b3b3;
}

.donationForm .b2e:hover {
  background: #cccccc;
  border-color: #cccccc;
}

.donationForm button {
  color: #fff;
  padding: 5px 20px;
  background: #cfa1b0;
  cursor: pointer;
}

.joinus {
  margin-bottom: 70px;
}

.joinus .joinus_form {
  margin: 40px 0;
}

.joinus .joinus_form .form_group .birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.joinus .joinus_form .form_group .birth > p {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0 10px 0 0;
}

.joinus .joinus_form .form_group .birth > input {
  width: 60px;
  margin-right: 10px;
}

.joinus .joinus_form .form_group .birth > select {
  width: 60px;
  margin-right: 10px;
}

.joinus .joinus_form .form_group .radio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.joinus .joinus_form .form_group .radio_list > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  cursor: pointer;
}

.joinus .joinus_form .form_group .radio_list > label > input[type=text] {
  width: 120px;
  margin: 0 15px 0 -10px;
}

.joinus .joinus_form .form_group .radio_list > label > input[type=radio],
.joinus .joinus_form .form_group .radio_list > label > input[type=checkbox] {
  width: 15px;
  min-width: 15px;
  height: 15px;
}

.joinus .joinus_form .form_group .radio_list > label > p {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0 15px 0 5px;
}

.joinus .joinus_form .form_group input[type=number]::-webkit-outer-spin-button,
.joinus .joinus_form .form_group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.joinus .joinus_form .form_group input[type=number] {
  -moz-appearance: textfield;
}

.about2_2 .sectionBlock .row > div, .innerBlock .row > div {
  margin-bottom: 0;
}

.about2_2 .sectionBlock .btn-cis1 {
  width: 100%;
  min-width: unset;
}

@media (max-width: 767px) {
  .about2_2 #section1 .row,
  .about2_2 #section3 .row,
  .about2_2 #section5 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/*上方連結按鈕*/
.topLinkBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  margin-top: 50px;
  margin-bottom: 50px;
}

.topLinkBlock a {
  display: block;
  width: 178px;
  text-align: center;
  padding: 5px 15px;
  margin: 0 17px 20px 17px;
  border: 1px #b70000 solid;
  color: #a68509;
}

.topLinkBlock a.active, .topLinkBlock a:hover {
  border: 1px solid #b70000;
  background-color: #b70000;
  color: #fff;
}

.supportCheckbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.supportCheckbox .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2em;
}

.supportCheckbox .item span {
  margin-left: 5px;
}

.donationForm .supportCheckbox .item span {
  color: #333;
}

.noteList {
  padding-left: 20px;
}

.noteList li {
  list-style-type: decimal;
}

.noteList2 {
  padding-left: 20px;
}

.noteList2 li {
  list-style-type: square;
}

.noteList2 li > span {
  display: inline-block;
}

.noteList2 .red {
  color: red;
}

.transferBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.transferInfo {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 50px auto;
}

.transferInfo span {
  display: inline-block;
}

.transferInfo span:first-child {
  width: 100px;
}

.templeInfo .title {
  font-size: 24px;
  font-weight: bold;
}

.templeInfo span {
  display: inline-block;
}

.templeInfo span:first-child {
  width: 118px;
}

.transferInfo .item, .templeInfo .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.donationForm .formTitle h2 {
  font-size: 24px;
}

.donationForm .memo {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .transferInfo span:first-child {
    width: 80px;
  }
  .templeInfo span:first-child {
    width: 94px;
  }
  .templeInfo span:nth-child(2) {
    width: calc(100% - 94px);
  }
}
.donationForm .formItem .donation_radio_area .radioBox_group label {
  margin: 0;
  font-weight: 400;
  color: #333;
}
.donationForm .formItem .donation_radio_area .radioBox_group label.dropped-lines-label {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.donation_radio_area .radioBox_group .signIcon::before {
  border: 1px solid #333;
}

.radio_inb {
  display: inline-block;
}
.radio_inb .radioBox_group {
  display: inline-block;
  margin-left: 6px;
}
.radio_inb.dropped-lines-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*****************************/
/* location / list-2 */
/*****************************/
.locationContent_2 .dist-wrap {
  padding-top: 50px;
  padding-bottom: 60px;
}
.locationContent_2 .dist-item {
  border-bottom: 1px solid #d4d4d4;
}
.locationContent_2 .dist-item .dist-header {
  line-height: 70px;
  position: relative;
  cursor: pointer;
}
.locationContent_2 .dist-item .dist-header::after {
  font-family: FontAwesome;
  content: "\f067";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 24px;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.locationContent_2 .dist-item .dist-header .fz-C {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.locationContent_2 .dist-item .dist-header:hover .fz-C {
  color: #b70000;
}
.locationContent_2 .dist-item .dist-header:hover::after {
  color: #b70000;
}
.locationContent_2 .dist-item ul {
  padding: 0 50px;
  display: block;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  position: relative;
  -webkit-box-shadow: 0px 17px 29px -3px rgba(0, 0, 0, 0);
          box-shadow: 0px 17px 29px -3px rgba(0, 0, 0, 0);
}
.locationContent_2 .dist-item ul::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #b70000;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.locationContent_2 .dist-item li {
  border-bottom: 1px solid #d4d4d4;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5c5e5d;
}
.locationContent_2 .dist-item li .field {
  min-width: 80px;
  color: #333333;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.locationContent_2 .dist-item li .value {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: calc(100% - 80px);
  word-wrap: break-word;
}
.locationContent_2 .dist-item li .link {
  color: #b70000;
  font-size: 18px;
  font-weight: bold;
  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;
}
.locationContent_2 .dist-item li .link .link_content {
  margin-right: 2.5em;
}
.locationContent_2 .dist-item li .link .link_mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 900;
  width: 24px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.locationContent_2 .dist-item li .link .link_mark .link_arrow_1 {
  width: 0px;
  color: #2c2c2c;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
}
.locationContent_2 .dist-item li .link .link_mark .link_arrow_2 {
  width: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.locationContent_2 .dist-item li .link:hover .link_arrow_1 {
  width: 24px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.locationContent_2 .dist-item li .link:hover .link_arrow_2 {
  width: 0px;
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
}
.locationContent_2 .dist-item.active .dist-header::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(405deg);
          transform: translateY(-50%) rotate(405deg);
}
.locationContent_2 .dist-item.active ul {
  -webkit-box-shadow: 0px 17px 29px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 17px 29px -3px rgba(0, 0, 0, 0.2);
  max-height: 600px;
}
.locationContent_2 .dist-item.active ul::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 576px) {
  .locationContent_2 .dist-item .dist-header {
    padding: 0 15px;
  }
  .locationContent_2 .dist-item .dist-header .fz-C {
    font-size: 18px;
  }
  .locationContent_2 .dist-item .dist-header::after {
    right: 5%;
  }
  .locationContent_2 .dist-item ul {
    padding: 0 15px;
  }
  .locationContent_2 .dist-item.active ul {
    font-size: 16px;
    line-height: 20px;
  }
  .locationContent_2 .dist-item li .link {
    font-size: 14px;
  }
}

.investor_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.investor_download a.item {
  border: solid 1px #b70000;
  padding: 15px 0px 15px 25px;
  background-color: #fafafa;
  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;
  position: relative;
  margin: 15px 0;
  cursor: default;
  min-height: 74px;
}
.investor_download a.item:hover .download_btn {
  width: 150px;
}
.investor_download a.item:hover .download_btn .investor_split span {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.investor_download a.item h3 {
  font-size: 20px;
}
.investor_download a.item img {
  width: 18px;
  position: absolute;
  right: 0px;
  margin: 10px 12px;
}
.investor_download a.item .download_btn {
  font-size: 16px;
  background-color: #b70000;
  color: #fff;
  width: 42px;
  height: 42px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.investor_download a.item .download_btn .investor_split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}
.investor_download a.item .download_btn .investor_split span {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hr_thin {
  border: none;
  border-bottom: solid 1px #e3e3e3;
}

.investor_block_1 {
  background: url(/images_v4/investor/investor_bg.jpg) no-repeat bottom;
  background-size: cover;
  padding-bottom: 380px;
}
.investor_block_1 .container .innerBlock.investor_top .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.investor_block_1 .container .innerBlock.investor_top .row .counterList .col-12 .subBlockTitle {
  color: #000;
  font-size: 18px;
}
.investor_block_1 .container .innerBlock.investor_top .row .counterList .col-12 .numberBox {
  color: #b70000;
}
.investor_block_1 .container .innerBlock.investor_top .row .counterList .col-12:first-child {
  border-right: solid 1px #e3e3e3;
}
.investor_block_1 .container .innerBlock.investor_report .counterList {
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.investor_block_1 .container .innerBlock.investor_report .counterList .col-12 {
  border: solid 1px #aaa;
}
.investor_block_1 .container .innerBlock.investor_report .counterList .col-lg-3 {
  -ms-flex: 0 0 24%;
  -webkit-box-flex: 0;
          flex: 0 0 24%;
  max-width: 24%;
}
.investor_block_1 .container .innerBlock.investor_report .counterList .subBlockTitle {
  color: #000;
  font-size: 18px;
}
.investor_block_1 .container .innerBlock.investor_report .counterList .numberBox {
  color: rgb(182, 0, 0);
}
.investor_block_1 .container .innerBlock.investor_report .counterList .numberBox .countup {
  font-size: 40px;
}

@media only screen and (max-width: 991px) {
  .investor_block_1 .container .innerBlock.investor_report .counterList .col-md-6 {
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
            flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }
  .investor_block_1 .container .innerBlock.investor_report .counterList .numberBox .countup {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .investor_block_1 .container .innerBlock.investor_top .row .counterList .col-12:first-child {
    border-right: none;
  }
  .investor_block_1 .container .innerBlock.investor_report .counterList .col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.investor_block_2 .container .spaceList .row .subBlockTitle {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.investor_block_2 .container .spaceList .row .investor_nav {
  font-size: 16px;
}
.investor_block_2 .container .spaceList .row .investor_nav li {
  padding: 2px 0;
}

.investor_sidebar {
  margin-top: 50px;
}
.investor_sidebar .info_title {
  font-size: 18px;
  font-weight: bold;
}
.investor_sidebar .info_title span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #b70000;
}
.investor_sidebar .sidebar_ul {
  padding-left: 15px;
  margin-top: 25px;
}
.investor_sidebar .sidebar_ul li .item {
  margin-bottom: 20px;
}
.investor_sidebar .sidebar_ul li .item h3.title {
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
  color: #b70000;
}
.investor_sidebar .sidebar_ul li .item h3.title::before {
  content: "\f0da";
  position: absolute;
  left: -20px;
  top: -2px;
  font-family: FontAwesome;
  font-size: 18px;
}
.investor_sidebar .sidebar_ul li .Txt {
  font-size: 14px;
}
.investor_sidebar .sidebar_ul li .Txt .text a {
  font-weight: bold;
}

@media (max-width: 1024px) {
  .hamburger_hide {
    display: block !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .hamburger_hide > .boxTitle {
    display: none;
  }
  .hamburger_hide > .menuListStyle_1 {
    display: none;
  }
}
.investor_block_3 {
  margin-bottom: 0px;
  background-color: #edf2f4;
}
.investor_block_3 .container .large-btn-group .col-md-6 a.large-btn {
  width: 100%;
  background-color: #edf2f4;
  color: #000;
  font-size: 22px;
  padding: 2.8vw 3vw;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.investor_block_3 .container .large-btn-group .col-md-6 a.large-btn > span {
  text-align: left;
}
.investor_block_3 .container .large-btn-group .col-md-6 a.large-btn:hover {
  background: #d0dadf !important;
}
.investor_block_3 .container .large-btn-group .col-md-6 a.large-btn .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-left: 15px;
}
.investor_block_3 .container .large-btn-group .col-md-6 a.large-btn .btn-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.investor_block_3 .container .large-btn-group .col-md-6 a.large-btn .btn-txt:hover {
  color: #000;
}
.investor_block_3 .container .large-btn-group .col-md-6 a.large-btn .btn-txt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.investor_block_3 .container .large-btn-group .col-md-6 a.large-btn .btn-txt span > span {
  font-size: 20px;
}
.investor_block_3 .container .large-btn-group .col-md-6 a.large-btn .btn-txt span > small {
  font-size: 16px;
}

.relation .select_year {
  max-width: 200px;
}
.relation .select_year select {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
  width: 100%;
  padding: 10px 15px;
  border: 1px #ccc solid;
  font-size: 18px;
  margin-bottom: 30px;
}

.relationTableBlock {
  overflow-x: auto;
}
.relationTableBlock .relation_tbl {
  width: 100%;
  text-align: center;
}
.relationTableBlock .relation_tbl tbody > tr:nth-child(odd) {
  background-color: #eeeeee;
}
.relationTableBlock .relation_tbl tbody > tr:nth-child(even) {
  background-color: #fff;
}
.relationTableBlock .relation_tbl tbody > tr:first-child {
  background-color: #b70000;
  color: #fff;
}
.relationTableBlock .relation_tbl tbody > tr {
  border-bottom: solid #eeeeee 1px;
  height: 75px;
}
.relationTableBlock .relation_tbl tbody > tr:not(:first-child):hover {
  color: #000;
}
.relationTableBlock .relation_tbl td {
  padding: 16px 15px 8px 15px;
}
.relationTableBlock .relation_tbl td img {
  min-width: 40px;
}

.hamburger_hide ol {
  list-style: auto;
  padding-left: 15px;
}

.relatedPro .related-products-title {
  color: #b70000;
  font-size: 26px;
  font-weight: bold;
}
.relatedPro .related-products-title.hrTitle span {
  color: inherit;
}
.relatedPro .proList .itemList .item {
  margin: 0 15px;
}
@media (max-width: 576px) {
  .relatedPro .proList .itemList .item {
    margin: 0 10px;
  }
}
.relatedPro .itemTitle span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .relatedPro .itemTitle {
    font-size: 18px;
  }
}
.relatedPro .shopCart .itemPrice {
  font-weight: normal;
  color: #ff5353;
}
.relatedPro .shopCart .itemPrice.del {
  font-size: 16px;
  text-decoration: line-through;
  color: #aaaaaa;
}
@media (max-width: 576px) {
  .relatedPro .shopCart .itemPrice.del {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .relatedPro .shopCart {
    font-size: 16px;
  }
}

/*****************************/
/* body.phototype */
/*****************************/
.phototype .subBlockTitle {
  color: #333333;
}

/*****************************/
/* phototype / photo-type3 */
/*****************************/
.photo-type3:has(.photo-mark-type3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 90px;
}
.photo-type3:has(.photo-mark-type3) .Bbox_flexBetween, .photo-type3:has(.photo-mark-type3) .pageControl {
  display: none;
}
.photo-type3:has(.photo-mark-type3) .itemImg {
  padding-bottom: 0;
  height: auto;
  aspect-ratio: 4/3;
}
.photo-type3:has(.photo-mark-type3) .itemImg img {
  left: 0;
  top: 0;
  position: relative;
  -webkit-transform: none;
          transform: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-type3:has(.photo-mark-type3):hover .subBlockTitle {
  bottom: -10%;
}
.photo-type3:has(.photo-mark-type3) .subBlockTitle {
  position: absolute;
  width: 72%;
  text-align: center;
  max-width: 100%;
  background-color: #f6f5f5;
  left: 50%;
  bottom: -15%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 25px 0;
  border-bottom: 1px solid #d6d6d6;
  z-index: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photo-type3:has(.photo-mark-type3) .subBlockTitle span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #8c8c8c;
}
@media (min-width: 1200px) {
  .photo-type3:has(.photo-mark-type3) .subBlockTitle {
    width: 64%;
  }
}
@media (max-width: 992px) {
  .photo-type3:has(.photo-mark-type3) .subBlockTitle {
    padding: 15px 0;
  }
}

/*****************************/
/* phototype / photo-type4 */
/*****************************/
.photo-type4 {
  width: 90%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 30px auto 45px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 0px;
  border-radius: 5px;
  overflow: hidden;
}
.photo-type4 a {
  display: block;
  position: relative;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.photo-type4 .text {
  background: #ffffff;
  height: 175px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photo-type4 .text-box {
  margin: 0 auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.photo-type4 .text .title {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  overflow: hidden;
  text-align: left;
  color: #333333;
  font-weight: normal;
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.photo-type4 .text .subTitle {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  line-height: 1.3em;
  color: #8c8c8c;
  width: 100%;
  margin-left: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.photo-type4 .text .subTitle span {
  display: inline-block;
  padding-right: 15px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.photo-type4 .text .subTitle i {
  position: absolute;
  right: 5px;
  top: 50%;
  font-size: 20px;
  color: #111;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.photo-type4 .text .subTitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: #d6d6d6;
}
.photo-type4:hover {
  top: -20px;
}
.photo-type4:hover .text .subTitle i {
  opacity: 1;
}

.spaceList .photo-list4.row > [class*=col-] {
  margin-bottom: 0;
}

.photo-list4 [class^=item] {
  display: none;
  margin-bottom: 30px;
}
.photo-list4 .subBlockTitle {
  margin-top: 0;
}

.lightgallery-container {
  margin-left: 15px;
  margin-right: 15px;
}

/*****************************/
/* about / html_3.php / data-block="22" */
/*****************************/
.aboutUs22 {
  margin-top: 32px;
  margin-bottom: 32px;
}

/* 標題 */
.aboutUs22_top {
  margin: 24px 0;
}

.aboutUs22_top-secondMark {
  color: #333333;
  font-size: 24px;
  position: relative;
  letter-spacing: 2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 30px;
  padding: 0 70px;
  /* 文字旁符號 */
}
.aboutUs22_top-secondMark::after, .aboutUs22_top-secondMark::before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 40px;
  height: 1px;
  margin-top: -1px;
  border-top: 1px solid #1c1e21;
  border-bottom: 1px solid #1c1e21;
  pointer-events: none;
}

/* 麵包屑 */
.breadCrumbs_link {
  text-align: left;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  line-height: 170%;
  border-width: 0;
  font-size: 1rem;
  word-wrap: break-word;
  word-break: normal;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.breadCrumbs_link ol li {
  display: inline-block;
  letter-spacing: 0;
  color: #b70000;
  font-weight: 400;
  font-size: 1rem;
}
.breadCrumbs_link ol li a {
  color: inherit;
}
.breadCrumbs_link ol li:not(:last-child)::after {
  margin: 0 10px;
  font-weight: 300;
  font-size: 1rem;
  vertical-align: top;
  content: "/";
}

/* 方向 */
.aboutUs22_top-secondMark::before {
  left: 0;
}
.aboutUs22_top-secondMark::after {
  right: 0;
}

/* 內文 */
.aboutUs22_content {
  margin: 40px 0;
}

.aboutUs22_content-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 32px;
  padding-bottom: 40px;
  position: relative;
  font-weight: 800;
  line-height: 150%;
}
.aboutUs22_content-title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 70%;
  bottom: 0;
  background-color: #cccccc;
  margin-left: -0.5px;
  width: 1px;
  height: 40px;
}

.aboutUs22_content-content {
  width: 80%;
  margin: auto;
  text-align: center;
  word-break: break-all;
  padding: 0px 20px;
}

/* 圖文列 */
.aboutUs22_imgContent {
  z-index: 4;
  position: relative;
  width: 100%;
  padding: 48px 0;
  background-color: #ffffff;
}

.aboutUs22_imgContent-img ul {
  overflow: hidden;
}
.aboutUs22_imgContent-img ul li img {
  width: 100%;
  max-width: 100%;
}

.aboutUs22_imgContent-text {
  z-index: 4;
  position: relative;
  width: 70%;
  padding: 48px 64px;
  margin-top: -240px;
  margin-left: 112px;
  background-color: #ffffff;
  /* 文字 */
}
.aboutUs22_imgContent-text .describe h3 {
  font-size: 24px;
  color: #383737;
  font-weight: 600;
  padding-left: 32px;
  margin-bottom: 20px;
  border-left: 3px solid #076dd3;
}
.aboutUs22_imgContent-text .describe_list strong {
  font-size: 1.2rem;
  font-weight: 900;
  margin-top: 20px;
  display: inline-block;
  letter-spacing: 0.5px;
}
.aboutUs22_imgContent-text .describe_list p {
  font-size: inherit;
  line-height: 180%;
  word-break: break-all;
}

@media (max-width: 1200px) {
  .aboutUs22_imgContent {
    margin-left: 0;
  }
  .aboutUs22_imgContent-text {
    width: 80%;
    margin: -160px auto 0;
  }
}
@media (max-width: 992px) {
  .aboutUs22_imgContent-text {
    margin: -96px auto 0;
  }
  .aboutUs22_imgContent-text .describe h3 {
    font-size: 1.2rem;
    line-height: 150%;
    margin-bottom: 10px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .aboutUs22_content-title {
    font-size: 28px;
    margin-bottom: 10px;
    padding-bottom: 45px;
  }
}
@media (max-width: 576px) {
  .aboutUs22_content {
    margin: 24px 0;
  }
  .aboutUs22_content-content {
    width: 100%;
    padding: 0;
  }
  .aboutUs22_imgContent {
    padding: 16px 0;
  }
  .aboutUs22_imgContent-text {
    width: 100%;
    padding: 0;
    margin: 16px auto 0;
  }
}
/*****************************/
/* about / html_3.php / data-block="23" */
/*****************************/
.sectionBlock_aboutUs23 {
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.78);
  text-align: center;
  margin-top: 75px;
}
.sectionBlock_aboutUs23 .sectionBlock_aboutUs23_container {
  width: 905px;
  display: inline-block;
  margin: 104px auto;
}
.sectionBlock_aboutUs23 .sectionBlock_aboutUs23_container h2 {
  font-size: 42px;
  color: white;
  font-weight: 100;
  display: block;
  opacity: 1;
}
.sectionBlock_aboutUs23 .block {
  display: block;
  font-size: 32px;
  color: white;
  padding-top: 110px;
}
.sectionBlock_aboutUs23 .block .box {
  display: inline-block;
  width: 100%;
  opacity: 0;
  padding-left: 50%;
  margin-bottom: 15px;
  position: relative;
}
.sectionBlock_aboutUs23 .block .box .imgs {
  width: 260px;
  height: 260px;
  float: left;
  display: block;
  background-repeat: no-repeat;
  background-color: #b70000;
  border-radius: 50%;
  background-position: bottom;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.sectionBlock_aboutUs23 .block .box.white .imgs {
  background-color: white;
}
.sectionBlock_aboutUs23 .block .box.active {
  opacity: 1;
}
.sectionBlock_aboutUs23 .block .box.active .imgs {
  background-position: center;
}
.sectionBlock_aboutUs23 .block .box .text {
  position: absolute;
  right: -43px;
  text-align: left;
  display: table;
  height: 260px;
  width: 225px;
  line-height: 31px;
  letter-spacing: 2px;
  padding-left: 30px;
}
.sectionBlock_aboutUs23 .block .box .text .ta {
  display: table-cell;
  vertical-align: middle;
}
.sectionBlock_aboutUs23 .block .box .text .ta em {
  font-size: 24px;
  font-style: inherit;
  margin-bottom: 19px;
  display: block;
}
.sectionBlock_aboutUs23 .block .box span {
  position: absolute;
  width: 7px;
  height: 0;
  background-image: url("../images_v4/about/aboutUs23/dotted.png");
  background-size: 4px;
  background-repeat: repeat-y;
  background-position: center;
  left: 56%;
  top: 69%;
  -webkit-transform: rotate(56deg);
          transform: rotate(56deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.sectionBlock_aboutUs23 .block .box.hhh:first-child span {
  height: 276px;
}
.sectionBlock_aboutUs23 .block .box:nth-child(even) {
  padding-left: 0;
  padding-right: 50%;
}
.sectionBlock_aboutUs23 .block .box:nth-child(even) .text {
  right: auto;
  left: 260px;
}
.sectionBlock_aboutUs23 .block .box:nth-child(even) span {
  height: 0;
  left: 28%;
  z-index: 5;
  top: 88%;
  -webkit-transform: rotate(-57deg);
          transform: rotate(-57deg);
}
.sectionBlock_aboutUs23 .block .box:nth-child(even).hhh span {
  height: 250px;
}
.sectionBlock_aboutUs23 .block .box:nth-child(odd) span {
  left: 50%;
  z-index: 5;
  top: 82%;
  height: 0;
}
.sectionBlock_aboutUs23 .block .box:nth-child(odd).hhh span {
  height: 256px;
}
.sectionBlock_aboutUs23 .block .box:last-child span {
  display: none;
}
@media (max-width: 1024px) {
  .sectionBlock_aboutUs23 .sectionBlock_aboutUs23_container {
    width: 90%;
    max-width: 790px;
  }
  .sectionBlock_aboutUs23 .block .box .imgs {
    width: 26vw;
    height: 26vw;
    max-width: 210px;
    max-height: 210px;
  }
  .sectionBlock_aboutUs23 .block .box .text {
    height: 26vw;
    max-height: 210px;
    width: 24%;
    font-size: 23px;
    line-height: 27px;
    right: 0;
  }
  .sectionBlock_aboutUs23 .block .box:nth-child(even) .text {
    left: 25%;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs23 .sectionBlock_aboutUs23_container {
    margin: 70px 0 20px;
  }
  .sectionBlock_aboutUs23 .block {
    padding-top: 65px;
  }
  .sectionBlock_aboutUs23 .block .box {
    padding-left: 0;
    max-width: 395px;
    margin-bottom: 55px;
  }
  .sectionBlock_aboutUs23 .block .box.hhh:nth-child(even) span, .sectionBlock_aboutUs23 .block .box.hhh:nth-child(odd) span {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    height: 58px;
    bottom: -59px;
    top: auto;
    left: 72px;
  }
  .sectionBlock_aboutUs23 .block .box .text {
    width: 200px;
  }
  .sectionBlock_aboutUs23 .block .box:nth-child(even) {
    padding-right: 0;
  }
  .sectionBlock_aboutUs23 .block .box:nth-child(even) .text {
    left: auto;
    right: 0;
  }
}
@media (max-width: 500px) {
  .sectionBlock_aboutUs23 .sectionBlock_aboutUs23_container {
    margin: 70px 0 20px;
  }
  .sectionBlock_aboutUs23 .sectionBlock_aboutUs23_container h2 {
    font-size: 32px;
  }
  .sectionBlock_aboutUs23 .block .box {
    margin-bottom: 35px;
  }
  .sectionBlock_aboutUs23 .block .box .imgs {
    width: 70vw;
    height: 70vw;
    max-width: 200px;
    max-height: 200px;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .sectionBlock_aboutUs23 .block .box .text {
    padding-left: 0;
    max-height: 100%;
    height: auto;
    margin: 20px 0;
    position: relative;
    width: 100%;
  }
  .sectionBlock_aboutUs23 .block .box .text .ta em {
    display: none;
  }
  .sectionBlock_aboutUs23 .block .box .text .ta div {
    width: 100%;
    font-size: 19px;
    text-align: center;
    max-width: 183px;
    margin-left: auto;
    margin-right: auto;
  }
  .sectionBlock_aboutUs23 .block .box.hhh:nth-child(even) span, .sectionBlock_aboutUs23 .block .box.hhh:nth-child(odd) span {
    left: 50%;
    z-index: 55;
    margin-left: -3.5px;
  }
}

/*****************************/
/* about / html_3.php / data-block="24" */
/*****************************/
.sectionBlock_aboutUs24 .imgContent {
  margin-top: 80px;
  position: relative;
}
.sectionBlock_aboutUs24 .imgContent .service_slogan {
  margin: 0 auto 100px auto;
}
.sectionBlock_aboutUs24 .imgContent .service_slogan .slogan_pic {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sectionBlock_aboutUs24 .imgContent .service_slogan .slogan_text {
  position: absolute;
  right: 0px;
  bottom: -100px;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 36px;
  -webkit-box-shadow: -3px 3px 8px -4px rgba(0, 0, 0, 0.12);
          box-shadow: -3px 3px 8px -4px rgba(0, 0, 0, 0.12);
  font-weight: 100;
}
.sectionBlock_aboutUs24 .imgContent .service_slogan .orange_slogan {
  padding: 40px;
  background: #ff9100;
  color: #fff;
  letter-spacing: 2px;
  line-height: 44px;
  font-weight: 100;
  font-size: 32px;
}
.sectionBlock_aboutUs24 .imgContent .service_slogan .white_slogan {
  padding: 40px;
  background: #fff;
  font-size: 24px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sectionBlock_aboutUs24 .txtContent {
  margin-top: 80px;
}
.sectionBlock_aboutUs24 .txtContent .tech_service {
  width: 100%;
  font-size: 1rem;
}
.sectionBlock_aboutUs24 .txtContent .tech_service .tech_service_list {
  padding-left: 0;
  list-style: none;
  font-size: inherit;
  letter-spacing: 1px;
  line-height: 30px;
}
.sectionBlock_aboutUs24 .txtContent .tech_service .tech_service_list h3 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.sectionBlock_aboutUs24 .txtContent .tech_service .tech_service_list h3 .icon_fix {
  font-size: 32px;
}
.sectionBlock_aboutUs24 .txtContent .tech_service .tech_service_list h3 .icon_fix img {
  height: 30px;
  width: 23px;
}
.sectionBlock_aboutUs24 .txtContent .tech_service .tech_service_list > li {
  margin-bottom: 80px;
  font-size: inherit;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 100;
}
.sectionBlock_aboutUs24 .txtContent .tech_service .tech_service_list ol {
  padding-left: 22px;
  margin-top: 10px;
  list-style-type: auto;
}
.sectionBlock_aboutUs24 .txtContent .tech_service .tech_service_list ol li {
  color: #666;
}
@media (max-width: 850px) {
  .sectionBlock_aboutUs24 .imgContent .service_slogan .slogan_text {
    position: relative;
    width: 100%;
    bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs24 .imgContent .service_slogan {
    margin: 0 auto;
  }
  .sectionBlock_aboutUs24 .imgContent .service_slogan .white_slogan {
    font-size: 1rem;
  }
  .sectionBlock_aboutUs24 .txtContent {
    margin-top: 20px;
  }
  .sectionBlock_aboutUs24 .txtContent .tech_service {
    font-size: 16px;
  }
}

/*****************************/
/* about / html_3.php / data-block="25" */
/*****************************/
.sectionBlock_aboutUs25_container .main_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}
.sectionBlock_aboutUs25_container .main_title .title_main {
  font-size: 48px;
  font-weight: 700;
}
.sectionBlock_aboutUs25_container .main_title .title_second {
  display: table;
}
.sectionBlock_aboutUs25_container .main_title .title_second span {
  position: relative;
  padding-left: 165px;
  font-size: 20px;
  color: #999999;
  font-weight: 700;
}
.sectionBlock_aboutUs25_container .main_title .title_second span::before {
  content: "";
  display: block;
  width: 124px;
  height: 1px;
  background: #949494;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0.3;
}
.sectionBlock_aboutUs25_container .main_title .btnLink {
  display: none;
}
.sectionBlock_aboutUs25_container .main_title .btnLink a {
  width: 200px;
  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;
  background: rgb(255, 213, 48);
  margin-right: auto;
  margin-left: auto;
  color: inherit;
}
.sectionBlock_aboutUs25_container .main_title .btnLink a:hover {
  background: #fedf44;
}
.sectionBlock_aboutUs25_container .main_content {
  margin-top: -60px;
  color: #999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionBlock_aboutUs25_container .main_content .item {
  border: 0;
  background: transparent;
  letter-spacing: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sectionBlock_aboutUs25_container .main_content .item:not(:disabled) {
  cursor: pointer;
}
.sectionBlock_aboutUs25_container .main_content .item:hover .text_box {
  color: #333333;
}
.sectionBlock_aboutUs25_container .main_content .item .text_box {
  padding: 0 27px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionBlock_aboutUs25_container .main_content .item .text_box span {
  display: block;
  text-align: center;
}
.sectionBlock_aboutUs25_container .main_content .item .text_box span:nth-child(1) {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-right: 0.5rem;
}
.sectionBlock_aboutUs25_container .main_content .item .text_box span:nth-child(2) {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 1rem;
}
.sectionBlock_aboutUs25_container .main_content .item .text_box span:nth-child(3) {
  font-size: 18px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 6px;
  font-weight: 700;
}
.sectionBlock_aboutUs25_container .main_content .item .img_box {
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  z-index: 1;
  padding-top: 0.5rem;
}
.sectionBlock_aboutUs25_container .main_content .item .img_box .img_inner {
  margin-right: 30px;
  position: relative;
}
.sectionBlock_aboutUs25_container .main_content .item .img_box .img_inner::after {
  content: "";
  display: block;
  position: absolute;
  top: -10%;
  left: -5%;
  width: 95%;
  height: 66%;
  background: #ffd530;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.sectionBlock_aboutUs25_container .main_content .active .text_box {
  color: black;
}
.sectionBlock_aboutUs25_container .main_content .active .img_box {
  opacity: 1;
  width: 100%;
  position: relative;
}
.sectionBlock_aboutUs25_container .main_content .active .img_box .img_inner::after {
  top: 10%;
  left: 5%;
  opacity: 1;
}
.sectionBlock_aboutUs25_container .main_content .icon {
  font-size: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.sectionBlock_aboutUs25_container .mb_btn {
  padding-top: 1rem;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  display: table;
}
.sectionBlock_aboutUs25_container .mb_btn .more {
  background: rgb(255, 213, 48);
  width: 180px;
  height: 45px;
  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: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sectionBlock_aboutUs25_container .mb_btn .more:hover {
  background: #fedf44;
}
@media (min-width: 768px) {
  .sectionBlock_aboutUs25_container .main_title .title_main {
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
  .sectionBlock_aboutUs25_container .main_title .title_second {
    padding-left: 3rem;
    margin-left: 1.5rem;
  }
  .sectionBlock_aboutUs25_container .main_title .btnLink {
    display: block;
  }
  .sectionBlock_aboutUs25_container .main_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sectionBlock_aboutUs25_container .main_content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sectionBlock_aboutUs25_container .main_content .item .text_box {
    display: block;
  }
  .sectionBlock_aboutUs25_container .main_content .item .text_box span:nth-child(1) {
    margin-right: 0;
  }
  .sectionBlock_aboutUs25_container .main_content .item .text_box span:nth-child(2) {
    margin-bottom: 0;
    margin-right: 0;
  }
  .sectionBlock_aboutUs25_container .main_content .item .text_box span:nth-child(3) {
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
  }
  .sectionBlock_aboutUs25_container .main_content .item .img_box .img_inner {
    margin-top: 3rem;
  }
  .sectionBlock_aboutUs25_container .main_content .icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    display: inline;
  }
  .sectionBlock_aboutUs25_container .mb_btn {
    display: none;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_aboutUs25_container .main_title .title_main {
    font-size: 42px;
  }
  .sectionBlock_aboutUs25_container .main_content {
    margin-top: 0;
  }
  .sectionBlock_aboutUs25_container .main_content .item {
    width: auto;
  }
  .sectionBlock_aboutUs25_container .main_content .item .text_box {
    padding: 0 10px;
  }
  .sectionBlock_aboutUs25_container .main_content .item .text_box span:nth-child(2) {
    font-size: 36px;
    margin-bottom: 0;
  }
  .sectionBlock_aboutUs25_container .icon {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs25_container .main_title .title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sectionBlock_aboutUs25_container .main_title .title_main {
    font-size: 30px;
  }
  .sectionBlock_aboutUs25_container .main_title .title_second {
    margin-left: auto;
  }
  .sectionBlock_aboutUs25_container .main_title .title_second div {
    margin-left: auto;
  }
  .sectionBlock_aboutUs25_container .main_title .title_second span {
    padding-left: 130px;
    font-size: 16px;
  }
  .sectionBlock_aboutUs25_container .main_title .title_second span::before {
    width: 108px;
  }
  .sectionBlock_aboutUs25_container .main_content .item {
    width: 100%;
  }
  .sectionBlock_aboutUs25_container .main_content .item .text_box span:nth-child(2) {
    font-size: 30px;
  }
  .sectionBlock_aboutUs25_container .main_content .item .text_box span:nth-child(3) {
    letter-spacing: 1px;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .sectionBlock_aboutUs25_container .main_content .item .img_box {
    height: 0px;
  }
  .sectionBlock_aboutUs25_container .main_content .item .img_box .img_inner {
    margin-right: 0;
  }
  .sectionBlock_aboutUs25_container .main_content .active .img_box {
    height: 300px;
  }
  .sectionBlock_aboutUs25_container .icon {
    font-size: 24px;
    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;
  }
  .sectionBlock_aboutUs25_container .icon::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs25_container .main_content .active .img_box {
    height: 50vw;
  }
}

/*****************************/
/* about / html_3.php / data-block="26" */
/*****************************/
.sectionBlock_aboutUs26 {
  margin-bottom: 0;
}
.sectionBlock_aboutUs26 .title {
  color: #5d3919;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 0.9;
  display: block;
  margin-top: 36px;
  margin-bottom: 36px;
  border-style: solid;
  border-width: 0 0 0 2px;
  border-color: #aa8358;
  padding-left: 0.5em;
}
.sectionBlock_aboutUs26 .title span {
  line-height: 0.9;
  display: inline-block;
  vertical-align: middle;
}
.sectionBlock_aboutUs26 .title small {
  font-size: 21px;
  color: #b3b3b3;
  padding-left: 12px;
  vertical-align: middle;
}
.sectionBlock_aboutUs26 .content .p-18 {
  padding: 18px;
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs26 .content .row {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.sectionBlock_aboutUs26 .content .blockTitle {
  margin-bottom: 18px;
  font-weight: 300;
  font-size: 33px;
  color: #333;
}
.sectionBlock_aboutUs26 .content .blockTitle span.secondTitle {
  line-height: 1.35;
  font-weight: 300;
  font-size: 33px;
  color: #333;
}
.sectionBlock_aboutUs26 .content .blockTitle small {
  display: block;
  font-size: 21px;
  color: #999;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.35;
}
.sectionBlock_aboutUs26 .content .blockTitle::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #aa8358;
  margin-top: 18px;
}
.sectionBlock_aboutUs26 .content .content_txt .txt {
  font-weight: 400;
  color: #333;
  font-size: 18px;
  line-height: 1.8;
  font-weight: initial;
  margin: 1em 0;
}
.sectionBlock_aboutUs26 .aboutUs26-bg {
  background: url("../images_v4/about/aboutUs26/company2.png") left bottom no-repeat;
}

/*****************************/
/* about / html_3.php / data-block="27" */
/*****************************/
.sectionBlock_aboutUs27 .blockTitle {
  margin-bottom: 80px;
  margin-left: 0.9375rem;
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs27 .blockTitle {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.sectionBlock_aboutUs27 .global-text-block {
  margin-left: 0.9375rem;
  margin-right: 3.9375rem;
  margin-bottom: 5rem;
  padding-right: 3.125rem;
  font-size: 0.875rem;
  width: 100%;
  padding-right: 0;
}
.sectionBlock_aboutUs27 .global-text-block .cont {
  padding-right: 1.5rem;
  border-top: 1px solid #7d7d7d;
  line-height: 20px;
  padding-top: 1.5rem;
}
.sectionBlock_aboutUs27 .global-text-block .cont p {
  padding-right: 20px;
  text-align: justify;
  line-height: 2.1;
}
.sectionBlock_aboutUs27 .global-text-block .block-title {
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 2.1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs27 .global-text-block {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs27 .global-text-block {
    margin-bottom: 3rem;
  }
}
.sectionBlock_aboutUs27 .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs27 .imgBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*****************************/
/* about / html_3.php / data-block="29" */
/*****************************/
.sectionBlock_aboutUs29 {
  background: url(../images_v4/index/Hospital.webp) rgba(0, 0, 0, 0.3) no-repeat center/cover;
  background-blend-mode: multiply;
  height: 950px;
  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;
}
.sectionBlock_aboutUs29 .boxArea {
  max-width: 1400px;
  padding: 60px 15px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
}
.sectionBlock_aboutUs29 .boxInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sectionBlock_aboutUs29 .boxInner > div {
  width: 50%;
}
.sectionBlock_aboutUs29 .boxInner .left {
  padding: 0 45px 100px;
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs29 .boxInner .left {
    padding: 0 45px 20px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs29 .boxInner .left {
    padding: 0 0 20px;
  }
}
.sectionBlock_aboutUs29 .boxInner .left .title {
  position: relative;
  line-height: 1;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding-bottom: 40px;
}
.sectionBlock_aboutUs29 .boxInner .left .title::after {
  content: "";
  display: block;
  width: 130px;
  height: 5px;
  background: #b70000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sectionBlock_aboutUs29 .boxInner .left .Txt {
  padding: 40px 0 85px;
}
@media (max-width: 1080px) {
  .sectionBlock_aboutUs29 .boxInner .left .Txt {
    padding: 40px 0 25px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs29 .boxInner .left .Txt {
    padding: 40px 0 0px;
  }
}
.sectionBlock_aboutUs29 .boxInner .right {
  padding: 0 45px 20px;
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs29 .boxInner .right {
    padding: 0 0 20px;
  }
}
.sectionBlock_aboutUs29 .boxInner .right .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 20px;
}
@media (max-width: 1080px) {
  .sectionBlock_aboutUs29 {
    height: auto;
  }
  .sectionBlock_aboutUs29 .boxInner > div {
    width: 100%;
  }
}

/*****************************/
/* about / html_3.php / data-block="30" */
/*****************************/
.sectionBlock_aboutUs30 {
  background: url(../images_v4/about/aboutUs30/01.png) no-repeat center/cover;
  background-color: #f2f7fa;
  height: auto;
  width: 100%;
}
.sectionBlock_aboutUs30 .area {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}
.sectionBlock_aboutUs30 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12% 0 10%;
}
.sectionBlock_aboutUs30 .inner > div {
  position: relative;
  width: 100%;
}
.sectionBlock_aboutUs30 .inner .left {
  max-width: 900px;
}
.sectionBlock_aboutUs30 .inner .left .title {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.sectionBlock_aboutUs30 .inner .left .title::after {
  content: "";
  display: block;
  width: 110px;
  height: 6px;
  background-color: #b70000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sectionBlock_aboutUs30 .inner .left .tilteOne {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
}
.sectionBlock_aboutUs30 .inner .left .tilteTwo {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  margin-top: 30px;
}
.sectionBlock_aboutUs30 .inner .right {
  max-width: 340px;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .sectionBlock_aboutUs30 .inner .right {
    max-width: 280px;
  }
}
.sectionBlock_aboutUs30 .inner .right .numList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sectionBlock_aboutUs30 .inner .right .numList .item {
  padding-bottom: 65px;
}
.sectionBlock_aboutUs30 .inner .right .numList .item:last-of-type {
  padding-bottom: 0;
}
.sectionBlock_aboutUs30 .inner .right .numList .num {
  color: #b70000;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
.sectionBlock_aboutUs30 .inner .right .numList sup {
  font-size: 24px;
  vertical-align: baseline;
}
.sectionBlock_aboutUs30 .inner .right .numList sup.plus {
  font-size: 48px;
  vertical-align: top;
}
.sectionBlock_aboutUs30 .inner .right .numList .txt {
  font-size: 18px;
  font-weight: bold;
  padding-top: 18px;
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs30 .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px 0;
  }
  .sectionBlock_aboutUs30 .inner .left .title {
    padding-bottom: 30px;
  }
  .sectionBlock_aboutUs30 .inner .right {
    max-width: 100%;
    padding-left: 0;
  }
  .sectionBlock_aboutUs30 .inner .right .numList {
    -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;
  }
  .sectionBlock_aboutUs30 .inner .right .numList .item {
    padding: 20px;
  }
}

/*****************************/
/* about / html_3.php / data-block="31" */
/*****************************/
.sectionBlock_aboutUs31 {
  background-color: #F7F4EF;
}
.sectionBlock_aboutUs31 .area {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4% 15px;
}
.sectionBlock_aboutUs31 .title p {
  margin-bottom: 0;
}
.sectionBlock_aboutUs31 .titleOne {
  color: #b70000;
  font-size: 20px;
}
.sectionBlock_aboutUs31 .titleTwo {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.sectionBlock_aboutUs31 .titleTwo span {
  padding: 0 6px;
}
.sectionBlock_aboutUs31 .titleTxt {
  margin-top: 20px;
  letter-spacing: 0.01em;
}
@media (min-width: 1000px) {
  .sectionBlock_aboutUs31 .titleTxt {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sectionBlock_aboutUs31 .imgArea {
  position: relative;
  max-width: 1000px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 70px 30px 30px;
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs31 .imgArea {
    padding: 12px;
    margin-top: 40px;
  }
}
.sectionBlock_aboutUs31 .imgArea::before {
  content: "";
  width: 1px;
  height: 100px;
  background: #b70000;
  position: absolute;
  top: -50px;
  left: 50%;
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs31 .imgArea::before {
    height: 50px;
    top: -30px;
  }
}
.sectionBlock_aboutUs31 .imgArea::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 100%;
  height: 100%;
  border: #b70000 1px solid;
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs31 .imgArea::after {
    top: 0;
    left: 0;
  }
}
.sectionBlock_aboutUs31 .imgAreaInner {
  position: relative;
  z-index: 1;
}
.sectionBlock_aboutUs31 .imgAreaInner > img {
  width: 100%;
  max-width: 1000px;
}
.sectionBlock_aboutUs31 .imgAreaInner .imgTxt {
  position: absolute;
  top: 55%;
  left: 5%;
  font-size: 4rem;
  font-size: 3.3vw;
  color: #FFF;
  line-height: 1em;
  font-style: italic;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sectionBlock_aboutUs31 .imgAreaInner .imgTxt {
    font-size: 6vw;
  }
}
.sectionBlock_aboutUs31 .moreArea {
  text-align: right;
}
.sectionBlock_aboutUs31 .moreArea .moreLink {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sectionBlock_aboutUs31 .moreArea .moreLink:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs31 .moreArea .moreLink {
    font-size: 16px;
  }
}
.sectionBlock_aboutUs31 .moreArea .moreLink em {
  color: #b70000;
  font-size: 14px;
  font-style: italic;
  margin-right: 10px;
}
.sectionBlock_aboutUs31 .moreArea .moreLink img {
  width: 60px;
  margin-left: 10px;
}

/*****************************/
/* about / html_3.php / data-block="32" */
/*****************************/
.sectionBlock_aboutUs32 .row-revise {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionBlock_aboutUs32 .dist-item {
  border-bottom: 1px solid #d4d4d4;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.sectionBlock_aboutUs32 .dist-item:first-child {
  border-top: 1px solid #d4d4d4;
}
.sectionBlock_aboutUs32 .dist-item .dist-header {
  position: relative;
  cursor: pointer;
  padding: 20px 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.sectionBlock_aboutUs32 .dist-item .dist-header::after {
  font-family: FontAwesome;
  content: "\f067";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 24px;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.sectionBlock_aboutUs32 .dist-item .dist-header .title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.sectionBlock_aboutUs32 .dist-item .dist-header:hover .title-C {
  color: #b70000;
}
.sectionBlock_aboutUs32 .dist-item .dist-header:hover::after {
  color: #b70000;
}
.sectionBlock_aboutUs32 .dist-item ul {
  padding: 0 50px;
  display: none;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  list-style: disc;
}
.sectionBlock_aboutUs32 .dist-item ul::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs32 .dist-item ul {
    padding: 0 20px;
  }
}
.sectionBlock_aboutUs32 .dist-item li {
  padding: 15px 0;
  color: #5c5e5d;
}
.sectionBlock_aboutUs32 .dist-item li .field {
  min-width: 80px;
  color: #333333;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.sectionBlock_aboutUs32 .dist-item.active .dist-header::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(405deg);
          transform: translateY(-50%) rotate(405deg);
}
.sectionBlock_aboutUs32 .dist-item.active ul::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs32 .dist-item .dist-header .title {
    font-size: 18px;
  }
  .sectionBlock_aboutUs32 .dist-item.active ul {
    font-size: 14px;
    line-height: 20px;
  }
  .sectionBlock_aboutUs32 .dist-item li .link {
    font-size: 14px;
  }
}
.sectionBlock_aboutUs32 .btn-group .btn-cis1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sectionBlock_aboutUs32 .btn-group .btn-cis1:hover {
  border: 1px solid #b70000;
  background-color: transparent;
  color: #b70000;
}

/*****************************/
/* about / html_3.php / data-block="33" */
/*****************************/
.sectionBlock_aboutUs33 {
  position: relative;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 8vw;
  overflow: hidden;
}
.sectionBlock_aboutUs33::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  z-index: -2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url("../images_v4/about/aboutUs33/pointBg1.png");
}
.sectionBlock_aboutUs33::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.2)), to(rgb(238, 238, 238)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.2) 50%, rgb(238, 238, 238) 100%);
}
.sectionBlock_aboutUs33 .block {
  position: relative;
  padding-top: 40vh;
  z-index: 2;
}
.sectionBlock_aboutUs33 .about_banner {
  background-image: url("../images_v4/capability-bg2.jpg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 72vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sectionBlock_aboutUs33 .content {
  padding-right: 8vw;
}
.sectionBlock_aboutUs33 .titleBox {
  padding-top: 40vh;
}
.sectionBlock_aboutUs33 .titleBox .title {
  position: relative;
  z-index: 2;
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: clamp(26px, 2.2vw, 36px);
  font-weight: 600;
  padding: 12px 0;
  margin-bottom: 5vh;
}
.sectionBlock_aboutUs33 .titleBox .title span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  color: rgba(103, 194, 224, 0.2);
  font-weight: bold;
  line-height: 40px;
  font-size: clamp(50px, 6vw, 100px);
}
.sectionBlock_aboutUs33 .titleBox p {
  color: #8b8b8c;
  margin-bottom: 5vh;
}
.sectionBlock_aboutUs33 .btn {
  color: #fff;
  background: #b70000;
  border-color: #b70000;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  display: inline-block;
  padding: 7px 50px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sectionBlock_aboutUs33 .btn:hover {
  opacity: 0.8;
}
.sectionBlock_aboutUs33 .iconBox .iconList {
  padding: 0;
}
.sectionBlock_aboutUs33 .iconBox .iconList:first-of-type {
  margin-top: 60px;
}
.sectionBlock_aboutUs33 .iconBox .icon {
  padding: 15px;
}
.sectionBlock_aboutUs33 .iconBox .icon .iconInner {
  padding: 30px 15px;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.sectionBlock_aboutUs33 .iconBox .icon .iconInner .imgBox {
  margin-bottom: 10px;
}
.sectionBlock_aboutUs33 .iconBox .icon .iconInner .numBox {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 12px;
}
.sectionBlock_aboutUs33 .iconBox .icon .iconInner .numBox span {
  font-size: 40px;
  line-height: 40px;
}
.sectionBlock_aboutUs33 .iconBox .icon .iconInner p {
  margin-bottom: 0;
  color: #b70000;
  letter-spacing: 1px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .sectionBlock_aboutUs33 {
    padding-left: 0;
    padding-top: 5vh;
  }
  .sectionBlock_aboutUs33::after {
    display: none;
  }
  .sectionBlock_aboutUs33 .block {
    padding-top: 0;
  }
  .sectionBlock_aboutUs33 .content {
    padding: 15px;
  }
  .sectionBlock_aboutUs33 .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sectionBlock_aboutUs33 .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sectionBlock_aboutUs33 .titleBox {
    padding-top: 0;
    margin-top: 30px;
  }
  .sectionBlock_aboutUs33 .titleBox .title {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }
  .sectionBlock_aboutUs33 .titleBox .title span {
    font-size: 50px;
    line-height: 55px;
  }
  .sectionBlock_aboutUs33 .titleBox .btnGroup {
    text-align: center;
  }
  .sectionBlock_aboutUs33 .iconBox {
    padding-top: 50vh;
  }
  .sectionBlock_aboutUs33 .iconBox .iconList {
    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-bottom: 0;
  }
  .sectionBlock_aboutUs33 .iconBox .iconList:first-of-type {
    margin-top: 0;
  }
  .sectionBlock_aboutUs33 .iconBox .iconList .icon {
    width: 50%;
    height: 100%;
    display: inline-block;
    padding: 10px;
  }
  .sectionBlock_aboutUs33 .iconBox .iconList .icon .iconInner {
    padding: 15px;
    height: 100%;
  }
}

/*****************************/
/* about / html_3.php / data-block="34" */
/*****************************/
.sectionBlock_aboutUs34 .aboutUs34_container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.sectionBlock_aboutUs34 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .sectionBlock_aboutUs34 .content {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sectionBlock_aboutUs34 .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sectionBlock_aboutUs34 .content > div {
  width: 50%;
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs34 .content > div {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .sectionBlock_aboutUs34 .txtBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sectionBlock_aboutUs34 .txtBox .title {
  font-size: 24px;
  font-weight: bold;
  margin: 50px 0;
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs34 .txtBox .title {
    margin: 20px 0;
  }
}
.sectionBlock_aboutUs34 .txtBox .ulList {
  margin-left: 1em;
}
.sectionBlock_aboutUs34 .txtBox .ulList li {
  list-style: decimal;
  margin-bottom: 1.5em;
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs34 .txtBox .ulList li {
    margin-bottom: 10px;
  }
}
.sectionBlock_aboutUs34 .txtBox .tabList {
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sectionBlock_aboutUs34 .txtBox .tabList > a {
  display: inline-block;
  width: 50%;
  padding: 0 10px 0 45px;
  background: url(../images_v4/about/aboutUs34/completed-tasks.svg) no-repeat;
  background-size: 30px;
  line-height: 30px;
  vertical-align: top;
  margin: 0 0 20px 0;
  opacity: 0.3;
}
@media (min-width: 769px) and (max-width: 991px) {
  .sectionBlock_aboutUs34 .txtBox .tabList > a {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs34 .txtBox .tabList > a {
    width: 100%;
  }
}
.sectionBlock_aboutUs34 .txtBox .tabList > a.active {
  opacity: 1;
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs34 .imgBox {
    margin-top: 20px;
  }
}
.sectionBlock_aboutUs34 .imgBox .tabBox {
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0;
  display: none;
}
@media (min-width: 769px) and (max-width: 991px) {
  .sectionBlock_aboutUs34 .imgBox .tabBox {
    width: 80%;
  }
}
.sectionBlock_aboutUs34 .imgBox .tabBox img {
  aspect-ratio: 415/583;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
  -webkit-box-shadow: 0 0 30px #7e7e7e;
          box-shadow: 0 0 30px #7e7e7e;
}
.sectionBlock_aboutUs34 .imgBox .tabBox.active {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*****************************/
/* about / html_3.php / data-block="35" */
/*****************************/
.sectionBlock_aboutUs35 .box-constainer {
  width: calc(100% - 206px);
  margin: 0px 0 0 206px;
  overflow: hidden;
  padding-top: 70px;
}
.sectionBlock_aboutUs35 .box-constainer .explanation-box {
  width: 100%;
  max-width: 1705px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 490px;
}
@media (max-width: 1200px) {
  .sectionBlock_aboutUs35 .box-constainer .explanation-box {
    padding-left: 35px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 65px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs35 .box-constainer .explanation-box {
    padding-left: 0px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs35 .box-constainer .explanation-box {
    margin-top: 35px;
  }
}
.sectionBlock_aboutUs35 .box-constainer .text-box {
  width: 44%;
  max-width: 755px;
  padding: 0 20px 0 5px;
}
@media (max-width: 1200px) {
  .sectionBlock_aboutUs35 .box-constainer .text-box {
    width: 100%;
  }
}
.sectionBlock_aboutUs35 .box-constainer .title-box {
  width: 100%;
  max-width: 755px;
}
.sectionBlock_aboutUs35 .box-constainer .title-box .title {
  line-height: 1em;
  letter-spacing: 0.03em;
  font-size: 35px;
}
.sectionBlock_aboutUs35 .box-constainer .title-box .text {
  line-height: 26px;
  padding-top: 15px;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.sectionBlock_aboutUs35 .box-constainer .slider-list {
  width: 100%;
  max-width: 755px;
  padding: 15px 0 0 0;
  position: relative;
}
.sectionBlock_aboutUs35 .box-constainer .slider-list .title {
  color: #cf1032;
  line-height: 1em;
  font-weight: bold;
  font-size: 28px;
  display: block;
}
.sectionBlock_aboutUs35 .box-constainer .slider-list .text {
  line-height: 28px;
  padding: 0;
  padding-top: 10px;
  font-weight: 300;
}
.sectionBlock_aboutUs35 .box-constainer .slider-nav {
  width: 100%;
  max-width: 1115px;
  margin-left: 55px;
  overflow: inherit;
}
.sectionBlock_aboutUs35 .box-constainer .slider-nav li {
  list-style: none;
  width: 100%;
  padding: 0 10px;
  max-width: 556px;
  position: relative;
}
.sectionBlock_aboutUs35 .box-constainer .slider-nav li .label {
  position: absolute;
  color: #fff;
  bottom: 0;
}
.sectionBlock_aboutUs35 .box-constainer .slider-nav li .label::before {
  content: "";
  display: block;
  height: 0;
  width: 98px;
  border-bottom: 40px solid #00063d;
  border-left: 0 solid transparent;
  border-right: 18px solid transparent;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.sectionBlock_aboutUs35 .box-constainer .slider-nav li .label span {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: -40px;
  line-height: 40px;
  width: 80px;
  text-align: center;
  font-style: italic;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .sectionBlock_aboutUs35 .box-constainer .slider-nav {
    width: 100%;
    margin-left: -10px;
    margin-top: 35px;
    margin-bottom: 60px;
  }
}
.sectionBlock_aboutUs35 .box-constainer .slick-slider .slick-arrow {
  width: 30px;
  height: 30px;
  border: solid #b70000 2px;
  border-radius: 50%;
  background: none;
  z-index: 10;
  bottom: -35px;
  top: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  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;
  opacity: 1;
}
.sectionBlock_aboutUs35 .box-constainer .slick-slider .slick-arrow i {
  color: #b70000;
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
}
.sectionBlock_aboutUs35 .box-constainer .slick-slider .slick-prev {
  left: 55px;
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs35 .box-constainer .slick-slider .slick-prev {
    left: calc(50% - 80px);
  }
}
.sectionBlock_aboutUs35 .box-constainer .slick-slider .slick-next {
  left: 185px;
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs35 .box-constainer .slick-slider .slick-next {
    right: calc(50% - 80px);
    left: auto;
  }
}
.sectionBlock_aboutUs35 .box-constainer .slick-dots {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 105px;
  bottom: -20px;
  position: relative;
}
.sectionBlock_aboutUs35 .box-constainer .slick-dots li {
  width: 8px;
  height: 8px;
  max-width: 8px;
  padding: 0;
  margin: 0 6px;
}
.sectionBlock_aboutUs35 .box-constainer .slick-dots li button {
  width: 8px;
  height: 8px;
  border: 2px solid #b70000;
  border-radius: 50%;
  background: none;
  padding: 0;
}
.sectionBlock_aboutUs35 .box-constainer .slick-dots li button::after {
  background: transparent;
}
.sectionBlock_aboutUs35 .box-constainer .slick-dots li.slick-active button::after {
  background: #b70000;
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs35 .box-constainer .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}
@media (max-width: 1500px) {
  .sectionBlock_aboutUs35 .box-constainer {
    margin: 0px 0 0 200px;
  }
}
@media (max-width: 1500px) and (max-width: 1300px) {
  .sectionBlock_aboutUs35 .box-constainer {
    margin: 100px 0 0 175px;
    width: calc(100% - 175px);
  }
}
@media (max-width: 1200px) {
  .sectionBlock_aboutUs35 .box-constainer .explanation-box {
    padding-left: 0px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs35 .box-constainer {
    margin: 30px 0 0 0;
    width: 100%;
    padding: 0 20px;
    padding-top: 70px;
  }
  .sectionBlock_aboutUs35 .box-constainer .explanation-box {
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs35 .box-constainer {
    margin: 0;
    padding-top: 50px;
  }
  .sectionBlock_aboutUs35 .box-constainer .explanation-box {
    margin-top: 35px;
  }
}

/*****************************/
/* about / html_3.php / data-block="36" */
/*****************************/
.sectionBlock_aboutUs36 .titleBox {
  padding-bottom: 60px;
  border-bottom: 3px solid #747474;
}
.sectionBlock_aboutUs36 .titleBox .title {
  font-size: 68px;
  font-weight: 800;
  color: #2f2f2f;
  font-weight: 800;
  line-height: 1;
  display: block;
  padding-bottom: 20px;
}
@media (max-width: 1440px) {
  .sectionBlock_aboutUs36 .titleBox .title {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs36 .titleBox .title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs36 .titleBox .title {
    font-size: 35px;
  }
}
.sectionBlock_aboutUs36 .titleBox .subTitle {
  font-size: 21px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs36 .titleBox .subTitle {
    font-size: 18px;
  }
}
.sectionBlock_aboutUs36 .historyBox {
  max-width: 1110px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 45px;
  position: relative;
  z-index: 1;
}
.sectionBlock_aboutUs36 .historyBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  margin-bottom: 50px;
  border-bottom: 1px solid #626262;
}
.sectionBlock_aboutUs36 .historyBox .item .content {
  width: calc(100% - 306px);
  padding-right: 40px;
}
.sectionBlock_aboutUs36 .historyBox .item .itemBox {
  position: relative;
  margin-bottom: 30px;
}
.sectionBlock_aboutUs36 .historyBox .item .itemBox .title {
  color: #2f2f2f;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  display: block;
  padding-bottom: 20px;
}
.sectionBlock_aboutUs36 .historyBox .item .itemBox .second-title {
  font-size: 19px;
  font-weight: bold;
}
.sectionBlock_aboutUs36 .historyBox .item .itemBox p {
  font-size: 16px;
  line-height: 25px;
  padding-top: 10px;
  color: #cdcdcd;
}
.sectionBlock_aboutUs36 .historyBox .item .Img {
  width: 306px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  line-height: 0;
}
.sectionBlock_aboutUs36 .historyBox .item .Img::before {
  content: "";
  width: 300px;
  height: 300px;
  display: block;
  background-image: url("../images_v4/about/aboutUs36/circle_line.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  -webkit-animation: runRound 5s linear infinite;
          animation: runRound 5s linear infinite;
}
.sectionBlock_aboutUs36 .historyBox .item .iconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0px;
  padding-top: 5px;
  margin-left: -50px;
}
.sectionBlock_aboutUs36 .historyBox .item .iconList li {
  max-width: 155px;
  width: 25%;
  text-align: center;
}
.sectionBlock_aboutUs36 .historyBox .item .iconList li img {
  display: inline-block;
}
.sectionBlock_aboutUs36 .historyBox .item .iconList li .txt {
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px;
  position: relative;
}
.sectionBlock_aboutUs36 .historyBox .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs36 .historyBox .item .itemBox .title {
    font-size: 35px;
  }
}
@media (max-width: 910px) {
  .sectionBlock_aboutUs36 .historyBox .item .iconList {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs36 .historyBox .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .sectionBlock_aboutUs36 .historyBox .item .content {
    width: 100%;
    padding-right: 0;
    padding-top: 50px;
  }
  .sectionBlock_aboutUs36 .historyBox .item .itemBox {
    margin-bottom: 20px;
  }
  .sectionBlock_aboutUs36 .historyBox .item .itemBox .title {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .sectionBlock_aboutUs36 .historyBox .item .itemBox .title .second-title {
    font-size: 16px;
  }
  .sectionBlock_aboutUs36 .historyBox .item .Img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 15px;
    max-width: 300px;
  }
  .sectionBlock_aboutUs36 .historyBox .item .Img::before {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes runRound {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes runRound {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*****************************/
/* about / html_3.php / data-block="37" */
/*****************************/
.sectionBlock_aboutUs37 .imgContent {
  z-index: 4;
  position: relative;
  width: 100%;
  padding: 48px 0;
}
.sectionBlock_aboutUs37 .imgContent ul {
  overflow: hidden;
}
.sectionBlock_aboutUs37 .imgContent ul li img {
  width: 100%;
  max-width: 100%;
}
.sectionBlock_aboutUs37 .space-box {
  z-index: 4;
  position: relative;
  width: 70%;
  padding: 48px 64px;
  margin-top: -240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs37 .space-box {
    width: 80%;
    padding: 48px 32px;
    margin-top: -120px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs37 .space-box {
    padding: 30px 15px;
    width: 95%;
    margin-top: -60px;
  }
}
.sectionBlock_aboutUs37 .content-box {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .sectionBlock_aboutUs37 .content-box {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .sectionBlock_aboutUs37 .content-box {
    margin-bottom: 64px;
  }
}
.sectionBlock_aboutUs37 .content-box .title {
  padding: 1.5rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #b70000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sectionBlock_aboutUs37 .content-box .txt {
  max-width: 640px;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #484848;
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs37 .content-box .txt {
    line-height: 1.5;
  }
}
.sectionBlock_aboutUs37 .content-box ul {
  padding: 1.5rem 0;
}
.sectionBlock_aboutUs37 .content-box ul li {
  margin-bottom: 1rem;
  color: #484848;
}
.sectionBlock_aboutUs37 .qa-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sectionBlock_aboutUs37 .qa-list > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sectionBlock_aboutUs37 .qa-list .qa-list-title {
  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;
  padding: 1.5rem 0;
  cursor: pointer;
}
@media (min-width: 576px) {
  .sectionBlock_aboutUs37 .qa-list .qa-list-title {
    padding: 1.5rem;
  }
}
.sectionBlock_aboutUs37 .qa-list .qa-list-title .title {
  font-size: 1.125rem;
  font-weight: 600;
}
.sectionBlock_aboutUs37 .qa-list .qa-list-title .accordion-btn {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.sectionBlock_aboutUs37 .qa-list .qa-list-title .accordion-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: #b70000;
}
.sectionBlock_aboutUs37 .qa-list .qa-list-title .accordion-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 16px;
  height: 2px;
  background-color: #b70000;
}
.sectionBlock_aboutUs37 .qa-list .qa-list-title.active .accordion-btn {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.sectionBlock_aboutUs37 .qa-list .qa-list-content {
  padding: 0 0 1.5rem;
  display: none;
  width: 100% !important;
}
.sectionBlock_aboutUs37 .qa-list .qa-list-content h4 {
  display: block;
  color: #b70000;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
.sectionBlock_aboutUs37 .qa-list .qa-list-content p {
  color: #7b7b7b;
  margin-bottom: 1.5rem;
}
.sectionBlock_aboutUs37 .qa-list .qa-list-content p:last-child {
  margin-bottom: 0;
}
.sectionBlock_aboutUs37 .qa-list .qa-list-content ul {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.sectionBlock_aboutUs37 .qa-list .qa-list-content ul li {
  margin-bottom: 0.75rem;
}
.sectionBlock_aboutUs37 .qa-list .qa-list-content ul li span {
  color: #484848;
}
.sectionBlock_aboutUs37 .qa-list .qa-list-content ul li:last-child {
  border-bottom: 0;
}
@media (min-width: 576px) {
  .sectionBlock_aboutUs37 .qa-list .qa-list-content {
    padding: 0 1.5rem 1.5rem;
  }
}
.sectionBlock_aboutUs37 .qa-list .qa-list-content.active {
  display: block;
}

/*****************************/
/* about / html_3.php / data-block="38" */
/*****************************/
@media (max-width: 992px) {
  .sectionBlock_aboutUs38 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sectionBlock_aboutUs38 .content .content-title {
  font-size: calc(2.35vw + 0.305rem);
  margin-top: -0.25em;
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: 1.15;
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs38 .content .content-title {
    font-size: 1.75rem;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs38 .content .content-title {
    font-size: 24px;
  }
}
.sectionBlock_aboutUs38 .content .txt {
  line-height: 1.75;
  font-weight: 500;
  color: #999;
}
.sectionBlock_aboutUs38 .content .info-list-box {
  font-weight: 800;
  font-size: 16px;
  margin-top: 1.5rem;
}
.sectionBlock_aboutUs38 .content .info-list-box .info-list {
  padding-left: 0;
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs38 .content .info-list-box .info-list {
    margin-bottom: 60px;
  }
}
.sectionBlock_aboutUs38 .content .info-list-box .list-item {
  border-top: 1px solid rgba(50, 50, 50, 0.1);
  padding: 10px 0;
}
.sectionBlock_aboutUs38 .content .info-list-box .list-item:last-child {
  border-bottom: 1px solid rgba(50, 50, 50, 0.1);
}
@media (min-width: 576px) {
  .sectionBlock_aboutUs38 .content .info-list-box .list-item {
    padding: 15px 0;
  }
}
.sectionBlock_aboutUs38 .content .info-list-box .list-item .mark {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #b70000;
  text-transform: uppercase;
}
.sectionBlock_aboutUs38 .content .info-list-box .list-item .mark::before {
  content: "";
  position: absolute;
  top: calc(0.75rem - 1px);
  left: 0;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #b70000;
}

/*****************************/
/* about / html_3.php / data-block="39" */
/*****************************/
.sectionBlock_aboutUs39 .aboutUs39_container {
  width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1800px) {
  .sectionBlock_aboutUs39 .aboutUs39_container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  .sectionBlock_aboutUs39 .aboutUs39_container {
    width: 1200px;
  }
}
@media (max-width: 1300px) {
  .sectionBlock_aboutUs39 .aboutUs39_container {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs39 .aboutUs39_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sectionBlock_aboutUs39 .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ECECEC;
  border-radius: 40px 0 40px 0;
}
@media (max-width: 700px) {
  .sectionBlock_aboutUs39 .aboutBox {
    background: transparent;
    border-radius: 0;
  }
}
.sectionBlock_aboutUs39 .aboutTxt {
  width: 50%;
  padding: 3rem;
}
@media (max-width: 1200px) {
  .sectionBlock_aboutUs39 .aboutTxt {
    padding: 2rem;
  }
}
@media (max-width: 1024px) {
  .sectionBlock_aboutUs39 .aboutTxt {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .sectionBlock_aboutUs39 .aboutTxt {
    padding: 0rem 0rem 2rem;
  }
}
.sectionBlock_aboutUs39 .aboutTxt .title {
  font-size: 36px;
  letter-spacing: 3px;
  border-bottom: 1px solid #a0a0a0;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1500px) {
  .sectionBlock_aboutUs39 .aboutTxt .title {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 700px) {
  .sectionBlock_aboutUs39 .aboutTxt .title {
    text-align: center;
  }
}
.sectionBlock_aboutUs39 .aboutTxt p {
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .sectionBlock_aboutUs39 .aboutTxt p {
    font-size: 16px;
  }
}
.sectionBlock_aboutUs39 .aboutImg {
  width: 50%;
}
@media (max-width: 1024px) {
  .sectionBlock_aboutUs39 .aboutImg {
    width: 100%;
  }
}
.sectionBlock_aboutUs39 .aboutImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 835/510;
}
.sectionBlock_aboutUs39 .aboutCore {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem;
  background: #F4F4F4;
  border-radius: 0px 0px 40px 0px;
}
@media (max-width: 700px) {
  .sectionBlock_aboutUs39 .aboutCore {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
}
.sectionBlock_aboutUs39 .aboutCore .list {
  width: calc(33.3333333333% - 60px);
  margin-right: 60px;
  padding-right: 15px;
  border-right: 1px dashed #ccc;
}
@media (max-width: 1200px) {
  .sectionBlock_aboutUs39 .aboutCore .list {
    width: calc(33.3333333333% - 30px);
    margin-right: 30px;
  }
}
@media (max-width: 700px) {
  .sectionBlock_aboutUs39 .aboutCore .list {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
  }
  .sectionBlock_aboutUs39 .aboutCore .list:first-child {
    border-top: none;
  }
}
.sectionBlock_aboutUs39 .aboutCore .list:last-child {
  border-right: none;
}
.sectionBlock_aboutUs39 .aboutCore .list .titleEn {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1500px) {
  .sectionBlock_aboutUs39 .aboutCore .list .titleEn {
    font-size: 24px;
  }
}
@media (max-width: 700px) {
  .sectionBlock_aboutUs39 .aboutCore .list .titleEn {
    float: left;
    margin-right: 10px;
  }
}
.sectionBlock_aboutUs39 .aboutCore .list span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #b70000;
  margin-top: 10px;
}
@media (max-width: 700px) {
  .sectionBlock_aboutUs39 .aboutCore .list span {
    display: block;
    margin-top: 0;
  }
}
.sectionBlock_aboutUs39 .aboutCore .list span::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #b70000;
  display: block;
  position: relative;
  margin: 10px 0 30px;
}
@media (max-width: 1300px) {
  .sectionBlock_aboutUs39 .aboutCore .list span::after {
    margin: 10px 0;
  }
}
.sectionBlock_aboutUs39 .aboutCore .list p {
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .sectionBlock_aboutUs39 .aboutCore .list p {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .sectionBlock_aboutUs39 .aboutCore .list p br {
    display: none;
  }
}

/*****************************/
/* productOverview / productOverview_1 / data-block="1" */
/*****************************/
.productOverview_1 .blockTitle {
  margin-bottom: 30px;
}
.productOverview_1 .blockTitle.proTitle:before {
  content: "";
  display: block;
  width: 12px;
  height: 85px;
  background: url("../images_v4/product_Overview/test1/titleDeco.jpg") no-repeat;
  position: absolute;
  top: 6%;
}
@media (max-width: 1440px) {
  .productOverview_1 .blockTitle.proTitle:before {
    height: 70px;
  }
}
@media (max-width: 992px) {
  .productOverview_1 .blockTitle.proTitle:before {
    height: 60px;
  }
}
@media (max-width: 576px) {
  .productOverview_1 .blockTitle.proTitle:before {
    height: 40px;
  }
}
.productOverview_1 .blockTitle span,
.productOverview_1 .blockTitle small {
  margin-left: 22px;
}
@media (max-width: 1200px) {
  .productOverview_1 .blockTitle span,
  .productOverview_1 .blockTitle small {
    top: -5px;
  }
}
@media (max-width: 992px) {
  .productOverview_1 .blockTitle span,
  .productOverview_1 .blockTitle small {
    top: -10px;
  }
}
.productOverview_1 .blockTitle span {
  color: #333333;
  font-size: 38.4px;
  display: block;
  font-weight: 700;
}
.productOverview_1 .blockTitle small {
  color: #333333;
  font-size: 22px;
  position: relative;
}
@media (max-width: 768px) {
  .productOverview_1 .blockTitle {
    margin-bottom: 15px;
  }
  .productOverview_1 .blockTitle span {
    font-size: 22px;
  }
  .productOverview_1 .blockTitle small {
    font-size: 15px;
    top: 0;
  }
}
.productOverview_1 .slidBlock2 .slidItem {
  border: 1px solid #c9c9c9;
}
.productOverview_1 .slidBlock2 .slidItem .itemImg img {
  height: auto;
}
.productOverview_1 .slidBlock2 .slidItem a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.productOverview_1 .slidBlock2 .slidItem a:hover .seriesBox {
  background: #000000;
}
.productOverview_1 .slidBlock2 .slidItem a:hover .seriesBox:after {
  content: "";
  display: block;
  border-width: 40px 40px 0 0;
  border-color: transparent #b70000 transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: 0;
  right: 0;
}
.productOverview_1 .slidBlock2 .slidItem a:hover img {
  width: 120%;
}
.productOverview_1 .slidBlock2 .seriesBox {
  background: #b70000;
  color: #fff;
  padding: 12px 24px;
  position: relative;
}
.productOverview_1 .slidBlock2 .seriesBox:after {
  content: "";
  display: block;
  border-width: 40px 40px 0 0;
  border-color: transparent #000000 transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: 0;
  right: 0;
}
.productOverview_1 .slidBlock2 .seriesBox .seriesBlockTitle {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.productOverview_1 .slidBlock2 .seriesBox .seriesBlockTitle .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.productOverview_1 .slidBlock2 .seriesBox .subBlockTitle {
  color: #fff;
  font-size: 19px;
  margin-top: 0;
}

/*****************************/
/* productOverview / productOverview_2 / data-block="2" */
/*****************************/
.productOverview_2 .over-view-item {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.productOverview_2 .over-view-item:not(:last-child) {
  margin-bottom: 25px;
}
.productOverview_2 .over-view-box {
  border-bottom: 1px solid #eee;
}
.productOverview_2 .over-view-box .itemTitle {
  padding: 0.4em 0.6em;
  font-weight: 600;
  text-align: left;
  font-size: 24px;
  color: #333;
}
.productOverview_2 .over-view-box span {
  border-left: solid #b70000 2px;
  padding-left: 0.6em;
}
.productOverview_2 .over-view-text {
  padding: 25px 25px;
}
@media (min-width: 1024px) {
  .productOverview_2 .over-view-text {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .productOverview_2 .over-view-text {
    padding: 25px 45px;
  }
}
@media (max-width: 576px) {
  .productOverview_2 .over-view-text {
    padding: 25px 30px;
  }
}
.productOverview_2 .over-view-innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productOverview_2 .over-view-innerbox .over-view-detail {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.productOverview_2 .over-view-itemImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productOverview_2 .over-view-itemImg img {
  width: 100%;
}
.productOverview_2 .over-view-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.productOverview_2 .over-view-button {
  border: 1px solid #ddd;
  width: 33.3333%;
}
.productOverview_2 .over-view-button .txt {
  padding: 8px 15px;
  background-color: #ecf9ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#d1eeff), color-stop(50%, #fff), color-stop(50%, #ffffff), color-stop(150%, #d1eeff));
  background: linear-gradient(to bottom, #d1eeff, #fff 50%, #ffffff 50%, #d1eeff 150%);
  background-size: 100% 200%;
  background-position: bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productOverview_2 .over-view-button .txt .txt-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.productOverview_2 .over-view-button .txt i {
  color: #2ea7e0;
  font-size: 22px;
  vertical-align: text-top;
}
@media (max-width: 576px) {
  .productOverview_2 .over-view-button .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -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;
    gap: 5px;
  }
}
.productOverview_2 .over-view-button:hover .txt {
  background: -webkit-gradient(linear, left top, left bottom, from(#d1eeff), color-stop(50%, #fff), color-stop(50%, #ffffff), to(#d1eeff));
  background: linear-gradient(to bottom, #d1eeff, #fff 50%, #ffffff 50%, #d1eeff);
  background-size: 100% 200%;
  background-position: top;
  color: #b70000;
}
.productOverview_2 hr {
  border-top: solid #d3d3d3 1px;
  margin: 25px 0 20px;
}
.productOverview_2 .over-view-subtype-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productOverview_2 .over-view-subtype-box .over-view-subtype {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
.productOverview_2 .over-view-subtype-box .over-view-subtype .text {
  border-left: solid #bbb 2px;
  padding-left: 0.6em;
  line-height: 18px;
  margin: 0.7em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 95%;
}
@media (max-width: 767px) {
  .productOverview_2 .over-view-subtype-box .over-view-subtype {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 576px) {
  .productOverview_2 .over-view-subtype-box .over-view-subtype .text {
    font-size: 14px;
  }
}

/*****************************/
/* productOverview / productOverview_3 / data-block="3" */
/*****************************/
.productOverview_3 .wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}
.productOverview_3 .wrap-item:nth-child(2n) {
  background-color: #f6f6f6;
}
.productOverview_3 .wrap-item:nth-child(2n) .wrap-item-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .productOverview_3 .wrap-item:nth-child(2n) .wrap-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.productOverview_3 .wrap-item:nth-child(2n) .classContent {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1180px) {
  .productOverview_3 .wrap-item:nth-child(2n) .classContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.productOverview_3 .wrap-item:nth-child(2n) .productContent {
  padding-left: 0;
  padding-right: 50px;
}
.productOverview_3 .wrap-item:nth-child(2n) .productContent::before {
  background-color: #e6e6e6;
  left: auto;
  right: 0;
}
@media (max-width: 1440px) {
  .productOverview_3 .wrap-item:nth-child(2n) .productContent {
    padding-right: 30px;
  }
}
.productOverview_3 .wrap-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .productOverview_3 .wrap-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.productOverview_3 .classContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
}
.productOverview_3 .classContent .Img {
  width: 600px;
}
.productOverview_3 .classContent .Txt {
  width: calc(100% - 600px);
  padding-left: 35px;
  padding-right: 55px;
}
.productOverview_3 .classContent .Txt .title {
  color: #3a3a3a;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productOverview_3 .classContent .Txt .content {
  padding-top: 25px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
@media (max-width: 1440px) {
  .productOverview_3 .classContent .Img {
    width: 500px;
  }
  .productOverview_3 .classContent .Txt {
    width: calc(100% - 500px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1180px) {
  .productOverview_3 .classContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .productOverview_3 .classContent .Img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .productOverview_3 .classContent .Txt {
    width: calc(100% - 400px);
    padding-right: 0;
  }
  .productOverview_3 .classContent .Txt .content {
    padding-top: 15px;
  }
}
@media (max-width: 992px) {
  .productOverview_3 .classContent .Txt {
    width: 100%;
    padding: 20px 0 0;
  }
}
.productOverview_3 .productContent {
  width: 30%;
  position: relative;
  padding-left: 50px;
}
.productOverview_3 .productContent::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.productOverview_3 .productContent .Txt {
  width: calc(100% - 60px);
  padding-bottom: 15px;
}
.productOverview_3 .productContent .text {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  padding-bottom: 12px;
}
.productOverview_3 .productContent .productItem {
  width: 100%;
}
.productOverview_3 .productContent .productItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  position: relative;
}
.productOverview_3 .productContent .productItem .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
.productOverview_3 .productContent .productItem .item::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #b70000;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.productOverview_3 .productContent .productItem .Txt {
  width: calc(100% - 60px);
  padding-bottom: 15px;
}
.productOverview_3 .productContent .productItem .Txt .title {
  color: #3a3a3a;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.productOverview_3 .productContent .productItem .Txt .exp {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productOverview_3 .productContent .productItem .arrow {
  background-color: #dfdfdf;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  position: relative;
  margin-right: 10px;
  margin-left: auto;
  margin-top: 0.2em;
}
.productOverview_3 .productContent .productItem .arrow::before {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 2px);
  bottom: auto;
  right: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.productOverview_3 .productContent .productItem .arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 1.5px);
  left: calc(50% - 2px);
  bottom: auto;
  right: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.productOverview_3 .productContent .productItem .linkWrap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
@media (min-width: 1201px) {
  .productOverview_3 .productContent .productItem .item:hover .arrow {
    -webkit-animation: arrowMove 0.8s infinite ease-out;
            animation: arrowMove 0.8s infinite ease-out;
    background-color: #b70000;
  }
  .productOverview_3 .productContent .productItem .item:hover::after {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .productOverview_3 .productContent {
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
    padding-top: 20px;
  }
  .productOverview_3 .productContent::before {
    width: 100%;
    height: 1px;
  }
}
.productOverview_3.horizontal-version .wrap-item:nth-child(2n) .wrap-item-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productOverview_3.horizontal-version .wrap-item-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productOverview_3.horizontal-version .classContent {
  width: 100%;
}
.productOverview_3.horizontal-version .productContent {
  width: 100%;
  margin-top: 10px;
}
.productOverview_3.horizontal-version .productContent .productItem {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.productOverview_3.horizontal-version .productContent .productItem .Txt {
  padding-left: 15px;
}
@media (max-width: 992px) {
  .productOverview_3.horizontal-version .productContent .productItem {
    width: 100%;
    max-width: 100%;
  }
}
@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*各樣板樣式======================================*/
/*w6====================================*/
.v4_k06 .circleDeco:before {
  border-color: #3d261e;
}
.v4_k06 .circleDeco:after {
  border-color: rgba(61, 38, 30, 0.5);
}
.v4_k06 .subBlockTitle {
  font-weight: 300;
  font-size: 24px;
  color: #333;
}
.v4_k06 .underLine {
  background: #3d261e;
}
.v4_k06 .slick-slider .slick-arrow {
  background-color: #3d261e;
}
.v4_k06 .itemImgHover:before {
  background-color: rgba(61, 38, 30, 0.5);
}
.v4_k06 .itemImgHover:after {
  background-color: #3d261e;
}
.v4_k06 .footerStyle10 {
  background-color: #3d261e;
}
.v4_k06 .footerStyle10 > div:last-child {
  background-color: #db6636;
}
.v4_k06 section:last-child {
  margin-bottom: 3px;
}
.v4_k06 section:last-child .underLine {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*w12======================================*/
.v4_k12 {
  font-family: "Cormorant", "sans-serif", "MingLiU", "PMingLiU", "細明體", "新細明體";
}
.v4_k12 .headerStyle01 .topLink {
  background-color: #3e7775;
}
.v4_k12 .headerStyle01 .navBar {
  background-color: #000;
}
.v4_k12 .headerStyle01 .navBar .navMenu > li > a {
  color: #fff;
}
.v4_k12 .headerStyle01 .navBar .navMenu.hoverEffect_01 > li > a > span:after {
  display: none;
}
.v4_k12 header .navBar .navMenu.navMenuStyle_line > li:first-child > a:before, .v4_k12 header .navBar .navMenu.navMenuStyle_line > li > a:after {
  display: none;
}
.v4_k12 .slick-slider .slick-arrow {
  background-color: #3e7775;
}
.v4_k12 .titleDot span {
  background: #3e7775;
}
.v4_k12 .circleBlock2 .imgBorderLine::before {
  border-color: #3e7775;
}
.v4_k12 .circleBlock2 .subBlockTitle {
  font-size: 32px;
  color: gray;
}
.v4_k12 .circleBlock2 p {
  font-size: 15px;
  color: #666;
}
.v4_k12 .btn-cis1 {
  background: #3e7775;
  border-color: #3e7775;
}
.v4_k12 .footerStyle10 {
  background-color: #3e7775;
}
.v4_k12 .footerStyle10 > div:last-child {
  background-color: #333;
}
.v4_k12 footer a:hover {
  color: #999;
}

/*w14==================================*/
.v4_k14 .headerStyle01 .topLink {
  background-color: #ff5b51;
}
.v4_k14 .headerStyle01 .navBar {
  background-color: #000;
}
.v4_k14 .headerStyle01 .navBar .navMenu > li > a {
  color: #fff;
}
.v4_k14 .headerStyle01 .navBar .navMenu.hoverEffect_01 > li > a > span:after {
  background-color: #ff5b51;
}
.v4_k14 header .navBar .navMenu.navMenuStyle_line > li:first-child > a:before, .v4_k14 header .navBar .navMenu.navMenuStyle_line > li > a:after {
  display: none;
}
.v4_k14 .slick-slider .slick-arrow {
  background-color: #ff5b51;
}
.v4_k14 .footerStyle11 {
  background: #ff5b51;
}