@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/css?family=Oswald:500");
@import url("https://fonts.googleapis.com/css?family=Muli:200,300,400,700,900");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
.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;
}

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

/*因為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: #fa2223;
}

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

.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: #fa2223;
}
a.a_link {
  color: #fa2223;
}

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

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

p {
  margin-bottom: 1em;
}

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

/* 2023-12-06 因為在寫table時很常出現iphone會字體變大情形。 
詳細說明：https://blog.csdn.net/qq_38865642/article/details/129820996 */
table * {
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.faqItemStyle-3 .faqItem .faqItem_head i, .faqItemStyle-3 .faqItem .faqItem_head, .faqItemStyle-2_2 .faqItem .faqItem_head i, .faqItemStyle-2_2 .faqItem .faqItem_head, .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: #fa2223;
}
.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: #fa2223;
}
.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: #fa2223;
  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: "Lato", arial, "Heiti TC", "微軟正黑體", "Microsoft JhengHei";
  line-height: 1.8;
  font-weight: inherit;
}

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: #fa2223;
}

.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;
}

/*****************************/
/* home / fourBox / fourBox-27-5  */
/*****************************/
@-webkit-keyframes fadeinDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeinDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*****************************/
/* home / special / special-16 / */
/*****************************/
.change-color {
  -webkit-animation: change_color 10000ms infinite;
          animation: change_color 10000ms infinite;
}

@-webkit-keyframes change_color {
  0% {
    color: #fa2223;
  }
  20% {
    color: #e60012;
  }
  40% {
    color: #1a1b1b;
  }
  60% {
    color: #162b7c;
  }
  80% {
    color: #fff;
  }
  100% {
    color: #fa2223;
  }
}

@keyframes change_color {
  0% {
    color: #fa2223;
  }
  20% {
    color: #e60012;
  }
  40% {
    color: #1a1b1b;
  }
  60% {
    color: #162b7c;
  }
  80% {
    color: #fff;
  }
  100% {
    color: #fa2223;
  }
}
@-webkit-keyframes photoTopMove {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes photoTopMove {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes secPhotoTopMove {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes secPhotoTopMove {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@-webkit-keyframes push_LR {
  0% {
    margin: 0 14px;
  }
  50% {
    margin: 0 4px;
  }
  100% {
    margin: 0 14px;
  }
}
@keyframes push_LR {
  0% {
    margin: 0 14px;
  }
  50% {
    margin: 0 4px;
  }
  100% {
    margin: 0 14px;
  }
}
/*****************************/
/* home / textAnimate / */
/*****************************/
.textAnimate span {
  font-weight: 800;
  display: inline-block;
}

.textAnimate01 span {
  -webkit-animation: textAnimate01 1.4s infinite alternate;
          animation: textAnimate01 1.4s infinite alternate;
}
.textAnimate01 span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.textAnimate01 span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.textAnimate01 span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.textAnimate01 span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.textAnimate01 span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.textAnimate01 span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.textAnimate01 span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes textAnimate01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes textAnimate01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.textAnimate02 span {
  -webkit-animation: textAnimate02 0.8s infinite alternate;
          animation: textAnimate02 0.8s infinite alternate;
}
.textAnimate02 span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.textAnimate02 span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.textAnimate02 span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.textAnimate02 span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.textAnimate02 span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.textAnimate02 span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.textAnimate02 span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes textAnimate02 {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0.2;
  }
}

@keyframes textAnimate02 {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0.2;
  }
}
.textAnimate03 span {
  margin: 0 -0.075em;
  -webkit-animation: textAnimate03 0.7s infinite alternate;
          animation: textAnimate03 0.7s infinite alternate;
}
.textAnimate03 span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.textAnimate03 span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.textAnimate03 span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.textAnimate03 span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.textAnimate03 span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.textAnimate03 span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.textAnimate03 span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes textAnimate03 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes textAnimate03 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.textAnimate04 span {
  -webkit-animation: textAnimate04 0.7s infinite alternate;
          animation: textAnimate04 0.7s infinite alternate;
}
.textAnimate04 span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.textAnimate04 span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.textAnimate04 span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.textAnimate04 span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.textAnimate04 span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.textAnimate04 span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.textAnimate04 span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes textAnimate04 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes textAnimate04 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
.textAnimate05 {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.textAnimate05 span {
  -webkit-transform-origin: 50% 50% -10px;
          transform-origin: 50% 50% -10px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: textAnimate05 1.6s infinite;
          animation: textAnimate05 1.6s infinite;
}
.textAnimate05 span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.textAnimate05 span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.textAnimate05 span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.textAnimate05 span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.textAnimate05 span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.textAnimate05 span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.textAnimate05 span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes textAnimate05 {
  0% {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
  70% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}

@keyframes textAnimate05 {
  0% {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
  70% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}
.textAnimate06 span {
  position: relative;
  color: rgba(0, 0, 0, 0.2);
}
.textAnimate06 span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #fa2223;
  opacity: 0;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-animation: textAnimate06 3s infinite;
          animation: textAnimate06 3s infinite;
}
.textAnimate06 span:nth-child(2)::after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.textAnimate06 span:nth-child(3)::after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.textAnimate06 span:nth-child(4)::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.textAnimate06 span:nth-child(5)::after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.textAnimate06 span:nth-child(6)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.textAnimate06 span:nth-child(7)::after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes textAnimate06 {
  0%, 75%, 100% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    opacity: 0;
  }
  25%, 50% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes textAnimate06 {
  0%, 75%, 100% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    opacity: 0;
  }
  25%, 50% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
.textAnimate07 span {
  position: relative;
  color: rgba(0, 0, 0, 0.2);
}
.textAnimate07 span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #fa2223;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-animation: textAnimate07 3s infinite;
          animation: textAnimate07 3s infinite;
}
.textAnimate07 span:nth-child(2)::after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.textAnimate07 span:nth-child(3)::after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.textAnimate07 span:nth-child(4)::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.textAnimate07 span:nth-child(5)::after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.textAnimate07 span:nth-child(6)::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.textAnimate07 span:nth-child(7)::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes textAnimate07 {
  0%, 75%, 100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  25%, 50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes textAnimate07 {
  0%, 75%, 100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  25%, 50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.textAnimate08 span {
  position: relative;
  color: rgba(0, 0, 0, 0.2);
  -webkit-animation: textAnimate08-parent 4s infinite;
          animation: textAnimate08-parent 4s infinite;
}
.textAnimate08 span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #fa2223;
  opacity: 0;
  -webkit-animation: textAnimate08-child 4s infinite;
          animation: textAnimate08-child 4s infinite;
}
.textAnimate08 span:nth-child(2)::after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.textAnimate08 span:nth-child(3)::after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.textAnimate08 span:nth-child(4)::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.textAnimate08 span:nth-child(5)::after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.textAnimate08 span:nth-child(6)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.textAnimate08 span:nth-child(7)::after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes textAnimate08-parent {
  0%, 35%, 100% {
    color: rgba(0, 0, 0, 0.2);
  }
  60%, 80% {
    color: #fa2223;
  }
}

@keyframes textAnimate08-parent {
  0%, 35%, 100% {
    color: rgba(0, 0, 0, 0.2);
  }
  60%, 80% {
    color: #fa2223;
  }
}
@-webkit-keyframes textAnimate08-child {
  0% {
    opacity: 1;
  }
  25%, 100% {
    opacity: 0;
  }
}
@keyframes textAnimate08-child {
  0% {
    opacity: 1;
  }
  25%, 100% {
    opacity: 0;
  }
}
.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: #fa2223;
  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(250, 34, 35, 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: 0;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #fa2223;
  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: #fa2223;
}
.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;
}
.itemImgHover.hoverEffect5 img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.itemImgHover.hoverEffect5::before {
  display: none;
}
.itemImgHover.hoverEffect5::after {
  display: none;
}
.itemImgHover.hoverEffect5:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.itemImgHover.hoverEffect6:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.itemImgHover.hoverEffect6::after {
  content: "\f0c1";
  background-color: transparent;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.itemImgHover.hoverEffect6 img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.itemImgHover.hoverEffect6 .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fa2223;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.itemImgHover.hoverEffect6:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.itemImgHover.hoverEffect6:hover .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 1;
}
.itemImgHover.hoverEffect7 {
  padding-bottom: 100%;
}
.itemImgHover.hoverEffect7::before, .itemImgHover.hoverEffect7::after {
  display: none;
}
.itemImgHover.hoverEffect7 .itemImgHoverInfo {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 20px 0;
  background-color: rgba(242, 248, 249, 0.95);
  color: #5c5e5d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.itemImgHover.hoverEffect7 .itemImgHoverInfo-title {
  margin-bottom: 20px;
}
.itemImgHover.hoverEffect7 .itemImgHoverInfo-title * {
  display: block;
}
.itemImgHover.hoverEffect7 .itemImgHoverInfo-title span {
  color: #333333;
  line-height: 1.2;
}
.itemImgHover.hoverEffect7 .itemImgHoverInfo-Content span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.itemImgHover.hoverEffect7 .itemImgHoverInfo-button {
  display: inline-block;
  padding: 0 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 32px;
  color: #ffffff;
  background: #333333;
  border: 1px solid transparent;
  border-radius: 7px;
  margin-top: 10%;
  position: relative;
  z-index: 2;
}
.itemImgHover.hoverEffect7 .itemImgHoverInfo-button:hover {
  background: #fa2223;
}
.itemImgHover.hoverEffect7:hover .itemImgHoverInfo {
  top: 0;
  opacity: 1;
}

/*.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: #333333;
  border-color: #333333;
}

.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;
}

.hoverEffect8 {
  position: relative;
}
.hoverEffect8 .cardBefore,
.hoverEffect8 .cardAfter {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hoverEffect8 .cardBefore {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.hoverEffect8 .cardBefore .img-circle {
  width: 13em;
  height: 13em;
  border: 2px solid #fa2223;
  overflow: hidden;
  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;
  margin: 0px auto 15px;
}
.hoverEffect8 .cardBefore .img-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hoverEffect8 .cardBefore .title {
  margin: 15px 0;
  padding-bottom: 5px;
  border-bottom: solid 2px #cccccc;
}
.hoverEffect8 .cardBefore .title .subBlockTitle {
  color: #333333;
  font-weight: bold;
}
.hoverEffect8 .cardBefore .textBox {
  text-align: center;
}
.hoverEffect8 .cardBefore .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hoverEffect8 .cardBefore .socialList li a {
  width: 35px;
  height: 35px;
  border: solid 1px #333333;
  border-radius: 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;
}
.hoverEffect8 .cardAfter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 12%;
  background: #333333;
  color: #fff;
  min-height: 400px;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
.hoverEffect8 .cardAfter .textBox {
  max-height: 260px;
  overflow-y: auto;
}
.hoverEffect8 .cardAfter .textBox::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
.hoverEffect8 .cardAfter .textBox::-webkit-scrollbar-track {
  width: 4px;
  background-color: #F5F5F5;
}
.hoverEffect8 .cardAfter .textBox::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #fa2223;
}
.hoverEffect8 .cardAfter .iconQuote {
  margin-bottom: 5px;
}
.hoverEffect8.show .cardBefore {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.hoverEffect8.show .cardAfter {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}

.sectionBlock {
  margin: 50px 0;
  overflow: hidden;
}
.sectionBlock.no-hidden {
  overflow: inherit;
}
.sectionBlock.title-example {
  margin-bottom: 100px;
}

.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: #fa2223;
}
.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 #fa2223;
  border-width: 0 1px;
}
.circleBlock2 .subBlockTitle {
  margin-top: 0;
}
.circleBlock2 .btn-cis1 {
  border-radius: 3px;
  border: 1px #fa2223 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-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.8;
  margin-bottom: 0;
  color: #8c8c8c;
}
.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 .btn {
  display: block;
  width: 100%;
  max-width: 152px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  text-align: center;
  background-color: #fa2223;
  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 #fa2223 solid;
  border-right: 2px #fa2223 solid;
  border-bottom: 2px #fa2223 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: #fa2223;
  position: absolute;
  top: 0;
  left: 0;
}
.counterList2 .item::after {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background-color: #fa2223;
  position: absolute;
  top: 0;
  right: 0;
}
.counterList2 .item .iconBox {
  font-size: 36px;
  line-height: 36px;
  color: #fa2223;
  -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: #fff;
  background: transparent;
  border: 1px #333333 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%;
  width: 105%;
  right: auto;
  left: 0;
  background: linear-gradient(135deg, #fa2223 0%, #333333 100%);
  z-index: -1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.listBlock .moreBtn:hover {
  color: #fa2223;
}
.listBlock .moreBtn:hover::before {
  left: auto;
  right: 0;
  width: 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: #fa2223;
  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: #333333;
  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: 576px) {
  .listBlock3 .listFlexBox .item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 576px) {
  .listBlock3 .listFlexBox {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.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: #333333;
}
.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: #fa2223;
}
.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: #fa2223;
  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: #fa2223;
  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 #fa2223 solid;
}
.editTab .tabList a {
  display: inline-block;
  width: 100%;
  max-width: 330px;
  background-color: #fa2223;
  color: #fff;
  padding: 20px 15px;
  text-align: center;
}
.editTab .tabList a.active {
  background-color: #333333;
}
.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: #fa2223;
  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 #fa2223 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: #fa2223;
  margin-right: 5px;
}
.icon-link:hover {
  color: #fa2223;
}
@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;
}
.btn-gray2 i[class*=right], .btn-gray i[class*=right], .btn-white2 i[class*=right], .btn-white i[class*=right], .btn-cis1 i[class*=right], .btn-pink i[class*=right], .btn-orange i[class*=right] {
  margin-right: 0;
  margin-left: 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: #fa2223;
  background-color: #fa2223;
}
.btn-cis1:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.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,
.moreBtn4 {
  min-width: 140px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 1px #fa2223 solid;
  background-color: #fa2223;
  color: #fff;
}
.moreBtn1:hover,
.moreBtn2:hover,
.moreBtn4:hover {
  color: #fff;
}

.moreBtn2 {
  border-radius: 23px;
}
.moreBtn2:not(.moreBtn9):hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.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);
}

.moreBtn4 {
  color: inherit;
  background-color: transparent;
  border-radius: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.moreBtn4:hover {
  background-color: #fa2223;
}

.moreBtn5 {
  width: 225px;
  height: 45px;
  background: #fa2223;
  color: #fff;
  text-align: center;
  line-height: 45px;
  letter-spacing: 1.5px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.moreBtn5::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;
}
.moreBtn5::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;
}
.moreBtn5:hover {
  color: #fff;
  background-color: #333333;
  letter-spacing: 3.5px;
}
.moreBtn5:hover::before {
  opacity: 1;
}
.moreBtn5:hover::after {
  opacity: 1;
  right: 22px;
}

.moreBtn6 {
  color: #ffffff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: clamp(50px, 3vw, 55px);
  max-width: clamp(165px, 9vw, 180px);
  padding: 0 15px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fa2223;
  border-radius: 0 50px 50px 0;
}
.moreBtn6:focus {
  color: #ffffff;
}
@media (min-width: 991px) {
  .moreBtn6.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .moreBtn6.mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .moreBtn6.desktop {
    display: none;
  }
  .moreBtn6.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 0;
  }
}
.moreBtn6:hover::before {
  -webkit-transform: translateY(-50%) scale(2);
          transform: translateY(-50%) scale(2);
}
.moreBtn6:hover .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}
.moreBtn6::before {
  content: "";
  left: -100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  width: 100%;
  height: 100%;
  background: #333333;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.moreBtn6 .title {
  position: relative;
  z-index: 2;
}
.moreBtn6 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(30px, 2vw, 40px);
  height: clamp(30px, 2vw, 40px);
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.moreBtn6 .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(10px, 0.8vw, 15px);
  height: clamp(10px, 0.8vw, 15px);
  background-color: #fa2223;
  -webkit-mask-image: url(../images_v4/home/fourBox-27-5/btn-arrow.svg);
  -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);
}

.moreBtn7 {
  text-decoration: none;
  color: #fff;
  height: 50px;
  width: 100%;
  max-width: 200px;
  padding: 0 0 0 5px;
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.moreBtn7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fa2223;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.moreBtn7 span {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  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;
  color: #fff;
  margin: 0 0 0 25px;
  line-height: 1;
}
.moreBtn7:hover::before {
  background: #333333;
}
@media (max-width: 990px) {
  .moreBtn7 {
    left: 50%;
  }
}

.moreBtn8 {
  position: relative;
  color: #fa2223;
  font-weight: bold;
  width: 200px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  -webkit-transition: padding 0.2s linear 0.8s;
  transition: padding 0.2s linear 0.8s;
}
.moreBtn8 i {
  font-weight: bold;
}
.moreBtn8::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fa2223;
  bottom: -2px;
  left: 0;
  right: 0;
  -webkit-transition: right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s;
  transition: right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s;
  transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
  transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.moreBtn8 .line {
  background: #fa2223;
  position: absolute;
}
.moreBtn8 .right {
  width: 2px;
  bottom: 0;
  top: -2px;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  right: -2px;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.33s;
  transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.33s;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.33s;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.33s, -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.33s;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.moreBtn8 .top {
  height: 2px;
  left: -2px;
  right: -2px;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  top: -2px;
  -webkit-transition: -webkit-transform 0.1s linear 0.53s;
  transition: -webkit-transform 0.1s linear 0.53s;
  transition: transform 0.1s linear 0.53s;
  transition: transform 0.1s linear 0.53s, -webkit-transform 0.1s linear 0.53s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.moreBtn8 .left {
  width: 2px;
  bottom: 0;
  top: -2px;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  left: -2px;
  -webkit-transition: -webkit-transform 0.1s linear 0.61s;
  transition: -webkit-transform 0.1s linear 0.61s;
  transition: transform 0.1s linear 0.61s;
  transition: transform 0.1s linear 0.61s, -webkit-transform 0.1s linear 0.61s;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.moreBtn8 .bottom {
  height: 2px;
  left: -2px;
  right: -2px;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  bottom: -2px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0.65, 1.01) 0.1s;
  transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0.65, 1.01) 0.1s;
  transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01) 0.1s;
  transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01) 0.1s, -webkit-transform 0.3s cubic-bezier(1, 0, 0.65, 1.01) 0.1s;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.moreBtn8:hover {
  padding: 1em;
  -webkit-transition: padding 0.2s linear 0s;
  transition: padding 0.2s linear 0s;
}
.moreBtn8:hover .line {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.moreBtn8:hover .right {
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.3s;
  transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.3s;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.3s;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.3s, -webkit-transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.3s;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.moreBtn8:hover .top {
  -webkit-transition: -webkit-transform 0.1s linear 0.5s;
  transition: -webkit-transform 0.1s linear 0.5s;
  transition: transform 0.1s linear 0.5s;
  transition: transform 0.1s linear 0.5s, -webkit-transform 0.1s linear 0.5s;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.moreBtn8:hover .left {
  -webkit-transition: -webkit-transform 0.1s linear 0.58s;
  transition: -webkit-transform 0.1s linear 0.58s;
  transition: transform 0.1s linear 0.58s;
  transition: transform 0.1s linear 0.58s, -webkit-transform 0.1s linear 0.58s;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.moreBtn8:hover .bottom {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.66s;
  transition: -webkit-transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.66s;
  transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.66s;
  transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.66s, -webkit-transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.66s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.moreBtn8:hover::after {
  right: -2px;
  left: -2px;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s, -webkit-transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s;
  transition: right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s, -webkit-transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s;
  transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
  transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s, -webkit-transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s;
}

.moreBtn9 {
  overflow: hidden;
}
.moreBtn9 span {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.moreBtn9:hover .subWord {
  margin-top: -46px;
}

.moreBtn10 {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
.moreBtn10::before, .moreBtn10::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #cccccc;
}
.moreBtn10::after {
  background-color: #fa2223;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  transition: transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85), -webkit-transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.moreBtn10:hover::after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.moreBtn11 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #333;
  border-radius: 50px;
  min-height: 50px;
  padding: 10px 45px 10px 0;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.moreBtn11 .line {
  position: relative;
  margin-right: 15px;
  width: 35px;
  height: 1px;
  overflow: hidden;
}
.moreBtn11 .line::before, .moreBtn11 .line:after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  content: "";
}
.moreBtn11 .line::before {
  background-color: #fa2223;
}
.moreBtn11 .line::after {
  background-color: #ffffff;
  -webkit-transform: translate3d(-150%, 0, 0);
          transform: translate3d(-150%, 0, 0);
}
.moreBtn11:hover {
  background: #333333;
}
@media (min-width: 1200px) {
  .moreBtn11:hover .line::before {
    -webkit-transform: translate3d(150%, 0, 0);
            transform: translate3d(150%, 0, 0);
  }
}
.moreBtn11:hover .line::after {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.moreBtn12 {
  position: relative;
  margin: 0 auto;
  text-decoration: none;
  display: block;
  background: #222324;
  border-radius: 40px;
  width: 100%;
  max-width: 230px;
  overflow: hidden;
  color: #fff;
  padding: 13px 25px;
  text-align: center;
}
.moreBtn12 span {
  position: relative;
}
.moreBtn12::before {
  content: "";
  display: block;
  background: #434547;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.moreBtn12::after {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
}
.moreBtn12:hover {
  color: #fff;
}
.moreBtn12:hover::before {
  width: 100%;
}
@media (max-width: 768px) {
  .moreBtn12 {
    padding: 15px;
    width: 250px;
  }
}

.moreBtn13 {
  color: #fa2223;
  position: relative;
  display: inline-block;
}
.moreBtn13 span {
  padding-left: 10px;
}
.moreBtn13 .icon {
  position: absolute;
  left: 0;
  bottom: -10px;
}
.moreBtn13 .arrow {
  stroke-dasharray: 179 181;
  stroke-dashoffset: 180;
  -webkit-animation: arrowSlide 2000ms ease 0ms infinite, arrowOpacity 2000ms linear 0ms infinite;
          animation: arrowSlide 2000ms ease 0ms infinite, arrowOpacity 2000ms linear 0ms infinite;
}

@-webkit-keyframes arrowSlide {
  25% {
    stroke-dashoffset: 180;
  }
  55% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes arrowSlide {
  25% {
    stroke-dashoffset: 180;
  }
  55% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes arrowOpacity {
  0% {
    stroke-opacity: 1;
  }
  80% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
@keyframes arrowOpacity {
  0% {
    stroke-opacity: 1;
  }
  80% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
a.large-btn {
  width: 100%;
  background-color: #fa2223;
  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: #333333 !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;
  }
}

.btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .btnGroup {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.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: #333333;
  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: #333333;
}

@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: #fa2223;
}
.bgParallax4 .phone a {
  color: #fa2223;
}
.bgParallax4 .phone a:hover {
  text-decoration: underline;
}
.bgParallax4 .btn {
  width: 225px;
  height: 45px;
  background: #fa2223;
  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: #333333;
  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: #fa2223;
}
.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: 576px) {
  .pageControl .btn-prev,
  .pageControl .btn-next {
    min-width: auto;
    width: 30vw;
  }
}

.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: #fa2223;
}
.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 {
  max-width: 800px;
  border: 7px #fff solid;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .coverAd .adBox {
    max-width: 80vw;
  }
}
.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;
  max-height: 80vh;
}

@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%;
  }
}
.pageNumber .pageselected {
  background: #fa2223;
  border-color: #fa2223;
  color: #fff;
}

.translated-ltr header,
.translated-ltr .cmpTop {
  top: 40px;
}

.translated-ltr .cmpContent {
  top: 90px;
}

.breadcrumbStyle02 {
  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;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 1em 40px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .breadcrumbStyle02 {
    top: -50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .breadcrumbStyle02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -7.46vw;
    margin-bottom: max(30px, 7vw);
  }
}
.breadcrumbStyle02 .pageTitleStyle-2 {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.breadcrumbStyle02 .pageTitleStyle-2 span {
  border-left: 1px solid #fa2223;
  border-right: 1px solid #fa2223;
  padding: 0 max(20px, 1.85vw);
}
@media (max-width: 576px) {
  .breadcrumbStyle02 .pageTitleStyle-2 span {
    font-size: 1.444444rem;
  }
}
.breadcrumbStyle02 .txtBox {
  padding-left: max(20px, 1.85vw);
}
@media (max-width: 991px) {
  .breadcrumbStyle02 .txtBox {
    padding-left: 0;
    text-align: center;
  }
}
.breadcrumbStyle02 .txtBox > div {
  line-height: 1.5;
}
.breadcrumbStyle02 .txtBox .subBlockTitle {
  color: #fa2223;
}
@media (min-width: 992px) {
  .breadcrumbStyle02 .txtBox .subBlockTitle {
    margin-top: 0;
  }
}
.breadcrumbStyle02 .breadcrumb {
  display: block;
  padding: 0;
}
@media (max-width: 991px) {
  .breadcrumbStyle02 .breadcrumb {
    text-align: center;
  }
}
.breadcrumbStyle02 .breadcrumb li:last-child a {
  color: #333333;
}
.breadcrumbStyle02 .breadcrumb li + li:before {
  content: "\f105";
  font-family: "FontAwesome";
}

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

.pageTitleStyle-1 {
  position: relative;
  margin-bottom: 15px;
}
.pageTitleStyle-1 span,
.pageTitleStyle-1 h2 {
  color: #fa2223;
  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: #fa2223;
  z-index: 1;
}
.pageTitleStyle-1:after {
  width: 100%;
  background-color: #e5e5e5;
}

.pageTitleStyle-2 {
  margin-bottom: 15px;
}
.pageTitleStyle-2 span,
.pageTitleStyle-2 h2 {
  color: #fa2223;
  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: #fa2223;
  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;
  position: relative;
}
.blockTitle.blockTitle-dot {
  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;
}
.blockTitle span {
  color: #fa2223;
  font-size: 1.777778rem;
  display: block;
}
.blockTitle span span {
  color: #cccccc;
  display: inline-block;
  margin-left: 5px;
}
.blockTitle span.deco-dot {
  position: relative;
  display: inline-block;
}
.blockTitle span.deco-dot::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #333333;
  position: absolute;
  bottom: 20%;
  z-index: -1;
  left: -0.4%;
}
.blockTitle small {
  color: #858585;
  font-size: 1.222222rem;
}
.blockTitle small.float-title {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 800;
  color: #f5f5f5;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 576px) {
  .blockTitle small.float-title {
    font-size: 1.777778rem;
    top: -20px;
  }
}
.blockTitle small.subtitle-bold {
  color: #fa2223;
  font-weight: 600;
}
.blockTitle .titleDot {
  width: 100%;
}
.blockTitle .titleDot span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fa2223;
  margin: 3px;
}

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

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

.subBlockTitle-small {
  color: #fa2223;
  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: #fa2223;
  font-size: 1.222222rem;
  font-weight: bold;
}

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

.underLine {
  display: block;
  width: 30px;
  height: 3px;
  background: #fa2223;
  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;
}

.blockTitleStyle03 {
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
.blockTitleStyle03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #fa2223;
}
.blockTitleStyle03 span {
  color: #333333;
}
.blockTitleStyle03 small {
  color: #fa2223;
  display: inline-block;
  margin-top: 10px;
}

.blockTitleStyle04 span {
  font-weight: bold;
}
.blockTitleStyle04 .line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 380px;
  margin: 10px auto 0;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.blockTitleStyle04 .line img {
  width: 15px;
}
.blockTitleStyle04 .line::before, .blockTitleStyle04 .line::after {
  content: "";
  height: 2px;
  background: #333333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blockTitleStyle05 span {
  color: #333333;
  display: inline-block;
  font-weight: bolder;
  letter-spacing: 1px;
  line-height: 1.1;
  font-style: italic;
  text-transform: uppercase;
}
.blockTitleStyle05 span:last-of-type {
  color: transparent;
  -webkit-text-stroke: 1.5px #333333;
}
.blockTitleStyle05 span + span {
  margin-left: 10px;
}
.blockTitleStyle05 small {
  color: #fa2223;
  display: block;
  font-weight: bold;
}

.blockTitleStyle06 {
  position: relative;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding-left: 45px;
}
.blockTitleStyle06 span {
  font-style: italic;
  font-weight: bolder;
}
.blockTitleStyle06 small {
  position: absolute;
  bottom: 0;
  right: 0;
}
.blockTitleStyle06::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #fa2223;
}
.blockTitleStyle06::after {
  content: "";
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 70%;
  height: 1px;
  background-color: #fa2223;
}

.blockTitleStyle07 {
  position: relative;
  padding-top: 30px;
}
.blockTitleStyle07 .bigTxt {
  color: #f1f1f1;
  font-size: 90px;
  font-weight: bolder;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  letter-spacing: 0.3em;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
@media (max-width: 1440px) {
  .blockTitleStyle07 .bigTxt {
    font-size: 78px;
  }
}
@media (max-width: 768px) {
  .blockTitleStyle07 .bigTxt {
    font-size: 60px;
  }
}
.blockTitleStyle07 span {
  font-weight: bold;
  position: relative;
  color: #333333;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.blockTitleStyle07 span b {
  color: #fa2223;
}
.blockTitleStyle07 small {
  display: inline-block;
  position: relative;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.blockTitleStyle07.aos-animate .bigTxt {
  letter-spacing: 0;
}
.blockTitleStyle07.aos-animate span {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.blockTitleStyle07.aos-animate small {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blockTitleStyle08.title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}
.blockTitleStyle08.title-box .num {
  font-size: 8rem;
  color: #fa2223;
  padding-right: 20px;
  line-height: 1.2;
}
@media (max-width: 850px) {
  .blockTitleStyle08.title-box .num {
    font-size: 4rem;
    position: absolute;
    top: -115px;
    right: 80%;
  }
}
@media (max-width: 740px) {
  .blockTitleStyle08.title-box .num {
    font-size: 2.6rem;
    top: -50px;
    left: 20px;
    right: auto;
  }
}
.blockTitleStyle08 .title-content {
  position: relative;
}
.blockTitleStyle08 .en-title {
  position: absolute;
  top: -60px;
  white-space: nowrap;
  font-size: 40px;
  color: #454545;
}
@media (max-width: 1180px) {
  .blockTitleStyle08 .en-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .blockTitleStyle08 .en-title {
    position: static;
    white-space: normal;
    line-height: 1;
  }
}
.blockTitleStyle08 .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.blockTitleStyle08 .sub-title .tc-title {
  font-size: 33px;
  color: #454545;
  letter-spacing: 3px;
}
.blockTitleStyle08 .sub-title .tc-title::after {
  content: "";
  position: relative;
  bottom: 5px;
  display: inline-block;
  width: 140px;
  height: 2px;
  background: #e1e1e1;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .blockTitleStyle08 .sub-title .tc-title {
    margin-bottom: 15px;
  }
  .blockTitleStyle08 .sub-title .tc-title::after {
    display: none;
  }
}
.blockTitleStyle08 .sub-title .mark-label ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blockTitleStyle08 .sub-title .mark-label ul li {
  position: relative;
  min-width: 110px;
  padding: 3px 10px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.blockTitleStyle08 .sub-title .mark-label ul li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-20px);
          transform: translateX(-50%) translateY(-20px);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #fa2223 transparent transparent transparent;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blockTitleStyle08 .sub-title .mark-label ul li.current {
  background: #fa2223;
  border: 1px solid transparent;
}
.blockTitleStyle08 .sub-title .mark-label ul li.current::after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
}
@media (max-width: 768px) {
  .blockTitleStyle08 .sub-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;
  }
}

.blockTitleStyle09 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 768px) {
  .blockTitleStyle09 {
    line-height: 1.5;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.blockTitleStyle09 .leftBox {
  width: 100px;
  height: 100px;
  color: #fff;
  background-color: #fa2223;
  letter-spacing: 1px;
  font-weight: bold;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .blockTitleStyle09 .leftBox {
    min-width: 68px;
    width: 68px;
    height: 68px;
  }
}
.blockTitleStyle09 .leftBox span {
  color: #fff;
  font-size: initial;
}
@media (max-width: 768px) {
  .blockTitleStyle09 .leftBox span {
    font-size: 12px;
  }
}
.blockTitleStyle09 .leftBox b {
  line-height: 1;
  font-size: 50px;
}
@media (max-width: 768px) {
  .blockTitleStyle09 .leftBox b {
    font-size: 32px;
  }
}

.blockTitleStyle10 {
  font-weight: bold;
}
.blockTitleStyle10 span {
  border-bottom: solid 1px #fa2223;
  margin-bottom: 5px;
}

.blockTitleStyle11 {
  font-weight: bold;
}
.blockTitleStyle11 .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fa2223;
  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;
}
@media (max-width: 768px) {
  .blockTitleStyle11 .circle {
    width: 40px;
    height: 40px;
  }
}
.blockTitleStyle11 .txtStraight {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
}
.blockTitleStyle11 .txtStraight span {
  color: #333333;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.3em;
}
.blockTitleStyle11 .txtStraight span:first-child {
  border-left: 1px solid #333333;
  padding-left: 17px;
  padding-top: 1.1em;
}
.blockTitleStyle11 .txtStraight span:last-child {
  border-right: 1px solid #333333;
  padding-right: 17px;
  text-align: center;
}

.blockTitleStyle12 {
  margin-bottom: 15px;
}
.blockTitleStyle12 .iconTitRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  color: #fa2223;
}
.blockTitleStyle12 .iconTitRow .small {
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px #fa2223;
}
.blockTitleStyle12 .blockTitle {
  font-weight: bold;
  margin-bottom: 0;
}
.blockTitleStyle12 .blockTitle span {
  color: #333333;
  line-height: 1.2;
  text-transform: uppercase;
}
.blockTitleStyle12 .blockTitle small {
  display: block;
  color: #333333;
  margin-top: 0.4em;
}

.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: #fa2223;
}
.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:not(.topSideMenuStyle05) {
  margin: 30px 0;
}
.classification_menu:not(.topSideMenuStyle05) 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:not(.topSideMenuStyle05) ul li {
  padding: 0 15px;
}
.classification_menu:not(.topSideMenuStyle05) ul li a {
  display: block;
  margin: 5px 50px;
  padding: 5px 0;
  position: relative;
  color: #fa2223;
}
.classification_menu:not(.topSideMenuStyle05) 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:not(.topSideMenuStyle05) ul li a:hover {
  border-color: #fa2223;
}
.classification_menu:not(.topSideMenuStyle05) ul li a:hover:after {
  background-color: #fa2223;
}
.classification_menu:not(.topSideMenuStyle05) ul li.active a {
  border-color: #fa2223;
}
.classification_menu:not(.topSideMenuStyle05) ul li.active a:after {
  background-color: #fa2223;
}
@media screen and (max-width: 768px) {
  .classification_menu:not(.topSideMenuStyle05) ul li a {
    margin-left: 15px;
    margin-right: 15px;
  }
}

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

.classification_menu.topSideMenuStyle03 {
  width: 100%;
}
@media (max-width: 576px) {
  .classification_menu.topSideMenuStyle03 ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.classification_menu.topSideMenuStyle03 ul li {
  border: 1px #333 solid;
  border-radius: 10px;
  padding: 0;
  margin: 0 17px 20px 17px;
}
@media (max-width: 576px) {
  .classification_menu.topSideMenuStyle03 ul li {
    margin: 0;
  }
}
.classification_menu.topSideMenuStyle03 ul li a {
  margin: 0;
  padding: 5px 50px;
}
@media (max-width: 576px) {
  .classification_menu.topSideMenuStyle03 ul li a {
    padding: 5px 0;
    text-align: center;
  }
}
.classification_menu.topSideMenuStyle03 ul li.active, .classification_menu.topSideMenuStyle03 ul li:hover {
  background-color: #fa2223;
  border: 1px solid #fa2223;
}
.classification_menu.topSideMenuStyle03 ul li.active a, .classification_menu.topSideMenuStyle03 ul li:hover a {
  color: #fff;
}
.classification_menu.topSideMenuStyle03 ul li.active a::after, .classification_menu.topSideMenuStyle03 ul li:hover a::after {
  display: none;
}

.classification_menu.topSideMenuStyle04 {
  border-bottom: 3px solid #fa2223;
}
.classification_menu.topSideMenuStyle04 ul li {
  padding: 0;
}
.classification_menu.topSideMenuStyle04 ul li a {
  margin: 0;
  padding: 10px 50px;
}
.classification_menu.topSideMenuStyle04 ul li.active,
.classification_menu.topSideMenuStyle04 ul li:hover {
  background-color: #fa2223;
}
.classification_menu.topSideMenuStyle04 ul li.active a,
.classification_menu.topSideMenuStyle04 ul li:hover a {
  color: #fff;
}
.classification_menu.topSideMenuStyle04 ul li.active a:after,
.classification_menu.topSideMenuStyle04 ul li:hover a:after {
  display: none;
}

.XXXContent:has(.topSideMenuStyle05) {
  position: relative;
}
@media (min-width: 992px) {
  .XXXContent:has(.topSideMenuStyle05) .slideArea {
    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;
  }
  .XXXContent:has(.topSideMenuStyle05) .slideArea li {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 150px;
            flex: 1 1 150px;
  }
}
@media (max-width: 991px) {
  .XXXContent:has(.topSideMenuStyle05) {
    padding-top: 70px;
  }
}

.topSideMenuStyle05 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media (max-width: 991px) {
  .topSideMenuStyle05 {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-width: 767px) {
  .topSideMenuStyle05 {
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.topSideMenuStyle05 .slideArea {
  overflow: visible;
}
.topSideMenuStyle05 .slideArea li {
  margin-right: 1px;
}
.topSideMenuStyle05 .slideArea li.active a, .topSideMenuStyle05 .slideArea li.active a:hover {
  color: #fff;
  background-color: rgba(19, 109, 209, 0.8);
}
.topSideMenuStyle05 .slideArea li a {
  display: block;
  padding: 10px;
  min-height: 70px;
  text-align: center;
  color: #fff;
  background-color: rgba(250, 34, 35, 0.6);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topSideMenuStyle05 .slideArea li a:hover {
  color: #fff;
  background-color: rgba(0, 76, 159, 0.8);
}
.topSideMenuStyle05 .slideArea .slick-arrow {
  width: 15px;
  height: 100%;
  border: 1px solid #dedede;
}
@media (max-width: 767px) {
  .topSideMenuStyle05 .slideArea .slick-arrow {
    width: 30px;
  }
}
.topSideMenuStyle05 .slideArea .slick-arrow.slick-prev {
  left: -15px;
}
@media (max-width: 767px) {
  .topSideMenuStyle05 .slideArea .slick-arrow.slick-prev {
    left: -30px;
  }
}
.topSideMenuStyle05 .slideArea .slick-arrow.slick-next {
  right: -15px;
}
@media (max-width: 767px) {
  .topSideMenuStyle05 .slideArea .slick-arrow.slick-next {
    right: -30px;
  }
}
.topSideMenuStyle05 .slideArea .slick-arrow:hover, .topSideMenuStyle05 .slideArea .slick-arrow:focus, .topSideMenuStyle05 .slideArea .slick-arrow:active {
  background-color: #fa2223;
  color: #fff;
}
.topSideMenuStyle05 .slideArea .slick-arrow:hover.slick-disabled, .topSideMenuStyle05 .slideArea .slick-arrow:focus.slick-disabled, .topSideMenuStyle05 .slideArea .slick-arrow:active.slick-disabled {
  background-color: transparent;
  color: #dedede;
}
.topSideMenuStyle05 .slideArea .slick-arrow i {
  font-size: 10px;
  font-weight: bold;
}
.topSideMenuStyle05 .slideArea:hover .slick-arrow.slick-prev {
  left: -15px;
}
@media (max-width: 767px) {
  .topSideMenuStyle05 .slideArea:hover .slick-arrow.slick-prev {
    left: -30px;
  }
}
.topSideMenuStyle05 .slideArea:hover .slick-arrow.slick-next {
  right: -15px;
}
@media (max-width: 767px) {
  .topSideMenuStyle05 .slideArea:hover .slick-arrow.slick-next {
    right: -30px;
  }
}

.proList ul[class^=cowboySidemenu] ul li,
.proList ul.togglearea ul li {
  padding: 8px 15px;
  line-height: 1.6;
}
.proList ul[class^=cowboySidemenu] ul > li > a,
.proList ul.togglearea ul > li > a {
  font-size: 17px;
  font-weight: normal;
}
@media (max-width: 1440px) {
  .proList ul[class^=cowboySidemenu] ul > li > a,
  .proList ul.togglearea ul > li > a {
    font-size: 15px;
  }
}

.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: #fa2223;
  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: #333333;
}
.menuListStyle_1 .active > a {
  color: #fa2223;
}
.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: #fa2223;
  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: #fa2223;
}
.menuListStyle_5 a:hover::before {
  margin-right: 10px;
}
.menuListStyle_5 li.active > a {
  color: #fa2223;
}

.menuListStyle_6_title span {
  display: block;
  background: #fa2223;
  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;
  font-weight: bold;
}
.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: #fa2223;
}

.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: #fa2223;
  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: #fa2223;
  -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: 13px;
  }
}
@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: #fa2223;
  margin-right: 5px;
}
.authenticateCode a:hover {
  color: #fa2223;
}
.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: #fa2223;
}
.radioBox_group input:checked ~ label .signIcon:after, .checkBox_group input:checked ~ label .signIcon:after {
  color: #fa2223;
}
.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: #fa2223;
  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;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: block;
  -webkit-appearance: none;
  margin: 0;
}

.formDateIcon {
  position: relative;
}
.formDateIcon::after {
  content: "\f133";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.formDateIcon input {
  position: relative;
  z-index: 1;
  background: transparent;
}

.passwordEyeBox,
.passwordEyeAgainBox {
  position: relative;
}
.passwordEyeBox input,
.passwordEyeAgainBox input {
  padding-right: 23px;
}
.passwordEyeBox i,
.passwordEyeAgainBox i {
  position: absolute;
  right: 3px;
  top: 0;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
}

.contact-box-b2b_3 {
  position: relative;
  background: url("../images_v4/contact/contact_bg.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 70px 0;
}
.contact-box-b2b_3 .main-box {
  position: relative;
}
.contact-box-b2b_3 .left-box {
  width: 55%;
  background: #f2f2f2;
  padding: 50px;
}
.contact-box-b2b_3 .left-box form .must {
  position: relative;
}
.contact-box-b2b_3 .left-box form .must::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .contact-box-b2b_3 .left-box form .must::before {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.contact-box-b2b_3 .left-box form .form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.contact-box-b2b_3 .left-box form .form_group.form_group-remark {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.contact-box-b2b_3 .left-box form .form_group.verification-area-code {
  display: block;
}
@media (max-width: 576px) {
  .contact-box-b2b_3 .left-box form .form_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.contact-box-b2b_3 .left-box form label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
@media (max-width: 1200px) {
  .contact-box-b2b_3 .left-box form label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media (max-width: 576px) {
  .contact-box-b2b_3 .left-box form label {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.contact-box-b2b_3 .left-box form .icon-link {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .contact-box-b2b_3 .left-box {
    width: 100%;
    padding: 50px 15px;
  }
}
@media (max-width: 992px) {
  .contact-box-b2b_3 .left-box {
    width: 100%;
    padding: 50px 15px;
  }
}
.contact-box-b2b_3 .right-box {
  position: absolute;
  background: rgba(50, 50, 50, 0.9);
  color: #fff;
  top: 50%;
  left: 53%;
  padding: 130px 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-box-b2b_3 .right-box .title {
  color: inherit;
  margin-bottom: 15px;
}
.contact-box-b2b_3 .right-box a {
  color: inherit;
}
.contact-box-b2b_3 .right-box a:hover {
  color: #fa2223;
}
.contact-box-b2b_3 .right-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.contact-box-b2b_3 .right-box .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-box-b2b_3 .right-box .info li i {
  font-size: 20px;
}
@media (max-width: 992px) {
  .contact-box-b2b_3 .right-box {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    padding: 20px 15px;
    position: relative;
    left: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 992px) {
  .contact-box-b2b_3 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact-box-b2b_3 .main-box {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 576px) {
  .contact-box-b2b_3 .authenticateCode input {
    max-width: none;
  }
}

.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: #fa2223;
  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: #fa2223;
}
.tableList tr td .tips_details {
  color: #5c5e5d;
}
.tableList tr td .tips_details i {
  color: #fa2223;
  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: #fa2223;
  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: #fa2223;
}
.tableListType1 tr td .tips_details {
  color: #5c5e5d;
}
.tableListType1 tr td .tips_details i {
  color: #fa2223;
  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: #fa2223;
  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: #fa2223;
}
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.hoverEffect_04 > li {
  position: relative;
}
header .navBar .navMenu.hoverEffect_04 > li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #fa2223;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: -webkit-transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85), -webkit-transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
header .navBar .navMenu.hoverEffect_04 > li:hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
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 > li > a > span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
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 #fa2223;
}
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.language > li > a > span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
}
header .navBar .navMenu > li > a > span {
  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;
}
header .navBar .navMenu > li > a > span.language {
  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: #fa2223;
  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: #fa2223;
  border-bottom: 1px #fa2223 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: #fa2223;
  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: #fa2223;
  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 #fa2223 solid;
  border-radius: 33px;
  padding: 0 10px;
}
header .navBar .navMenu.navMenuStyle_downArrow > li.moreMenu > a {
  padding-right: 1.5em;
}
header .navBar .navMenu.navMenuStyle_downArrow > li.moreMenu > a > span::before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  left: 100%;
  height: 100%;
  color: #000000;
  font-size: 12px;
  margin-left: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
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.current > a span {
  background-color: #fa2223;
  color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
}
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.current > a > span {
  color: #fff;
  padding: 5px 10px;
}
header .navBar .navMenu.currentStyle02 > li.current > 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);
  background-color: #fa2223;
}
header .navBar .navMenu.currentStyle03 > li.current > a span {
  padding: 6px 12px;
  color: #fa2223;
  border-bottom: solid 2px #fa2223;
}
header .navBar .navMenu.currentStyle04 > li > a > span {
  padding: 2px 12px;
}
header .navBar .navMenu.currentStyle04 > li.current > a > span::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #fa2223;
  opacity: 0.2;
}
header .navBar .navMenu.currentStyle05 > li {
  position: relative;
}
header .navBar .navMenu.currentStyle05 > li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: auto;
  left: 0;
  bottom: 0;
  background-color: #fa2223;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  transition: transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85), -webkit-transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
header .navBar .navMenu.currentStyle05 > li.current::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
header .navBar .navMenu.currentStyle05 > li.current > a {
  color: #fa2223;
}
header .navBar .navMenu-flip a {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
header .navBar .navMenu-flip a .main-title span:last-child {
  display: none;
}
header .navBar .navMenu-flip > li > a {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .navBar .navMenu-flip > li > a i {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 10px;
}
header .navBar .navMenu-flip > li > a .main-title {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  height: 1.3em;
}
header .navBar .navMenu-flip > li > a .main-title span {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .navBar .navMenu-flip > li > a .main-title span:last-child {
  display: inline-block;
}
header .navBar .navMenu-flip > li > a:hover i {
  color: #333333;
}
header .navBar .navMenu-flip > li > a:hover .main-title span {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

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

header .navBar .navMenu .moreMenu:hover > ul ul {
  left: 100%;
  top: 0;
}

.navMenu .overEdge {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
}

.moreMenu ul.overEdge:hover::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.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: #fa2223;
}
.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: auto;
  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: #fff;
  border-top: 5px solid #fa2223;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.headerStyle10 .navigationPC .logo {
  height: 70px;
  padding-left: 15px;
  padding-right: 15px;
}
.headerStyle10 .navigationPC .logo img {
  width: auto;
  height: 100%;
}
.headerStyle10 .navBar {
  width: 100%;
}
.headerStyle10 .navBar .navMenu {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.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: #fa2223;
  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: #333333;
}
.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 #fa2223;
}
.headerStyle13 .logo {
  width: calc(100% - 80px);
  height: 119.13px;
  background-color: #fa2223;
  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: #333333;
}
.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;
}

.headerStyle04-1 {
  background: transparent;
  color: #ffffff;
}
.headerStyle04-1 .container-box {
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.headerStyle04-1 .items-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
}
.headerStyle04-1 .items-group .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerStyle04-1 .items-group .item a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}
.headerStyle04-1 .items-group .item a:hover {
  opacity: 0.8;
}
.headerStyle04-1 .items-group .item .btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.3);
}
.headerStyle04-1 .items-group .lanMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.headerStyle04-1 .items-group .lanMenu li {
  position: relative;
}
.headerStyle04-1 .items-group .lanMenu a {
  padding: 2.5px 5px;
  color: #ffffff;
}
.headerStyle04-1 .items-group .lanMenu a.active {
  border: 2px solid #ffffff;
}
.headerStyle04-1 .navBar .navBarContent {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.headerStyle04-1 .navBar .navBarContent > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
.headerStyle04-1 .navBar .navBarContent > div:first-child .topLink .topLinkMenu {
  text-align: left;
}
.headerStyle04-1 .navBar .navBarContent > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.headerStyle04-1 .navBar .navBarContent .navMenuContent {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.headerStyle04-1 .navBar .navBarContent .navMenuContent .navMenu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.headerStyle04-1 .navBar .navBarContent .navMenuContent .navMenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerStyle04-1 .navBar .navBarContent .navMenuContent .navMenu > li > a {
  color: #ffffff;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .headerStyle04-1 .navBar .navBarContent .navMenuContent .navMenu > li > a {
    height: auto !important;
    line-height: inherit !important;
  }
}
.headerStyle04-1 .navBar .navBarContent .navMenuContent .navMenu.hoverEffect_01 > li > a > span:after {
  bottom: -16px;
  background-color: #fa2223;
}
.headerStyle04-1.scroll .topLink {
  height: auto;
  opacity: 1;
}
.headerStyle04-1.scroll .topLink .topLinkMenu > li > a {
  color: #000000;
}
.headerStyle04-1.scroll .navBar .navBarContent > div:first-child, .headerStyle04-1.scroll .navBar .navBarContent > div:nth-child(2) {
  display: none;
}
.headerStyle04-1.scroll .navBar .navBarContent > div.logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.headerStyle04-1.scroll .navBar .navBarContent > div.navMenuContent {
  padding-left: 30px;
}
.headerStyle04-1.scroll .navBar .navBarContent > div.navMenuContent .navMenu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerStyle04-1.scroll .navBar .navBarContent > div.navMenuContent .navMenu > li > a {
  color: #000000;
}

.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 #fa2223;
}
.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;
}

.headerStyle06-1 .navBar .navMenu.hoverEffect_01 > li > a > span:after {
  bottom: -100%;
  background-color: #333333;
}
.headerStyle06-1 .navBar .navBarContent > div {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headerStyle06-1 .navBar .navBarContent .navMenuContent {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-top: 1px solid #fa2223;
}
.headerStyle06-1 .navBar .navBarContent .navMenuContent .navMenu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headerStyle06-1 .navBar .navBarContent .topLink .topLinkMenu > li > a {
  color: #666666;
}
.headerStyle06-1 .navBar .navBar-bottom {
  position: relative;
}
.headerStyle06-1 .navBar .navBar-bottom .logo {
  display: none;
  padding-right: 30px;
}
.headerStyle06-1 .navBar .navBar-bottom .logo img {
  height: 90px;
}
.headerStyle06-1 .navBar .navBar-bottom .navMenu > li > a {
  color: #ffffff;
  padding-right: 1.5em;
}
.headerStyle06-1 .top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.headerStyle06-1 .top-links .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.headerStyle06-1 .top-links .link .icon {
  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;
}
.headerStyle06-1 .top-links .link .icon i {
  font-size: 24px;
  color: #333333;
}
.headerStyle06-1 .top-links .link .icon svg {
  fill: #333333;
}
.headerStyle06-1 .top-links .link .link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}
.headerStyle06-1 .top-links .link .link-content a {
  color: #fa2223;
}
.headerStyle06-1 .top-links .link .link-content span:last-child {
  color: #fa2223;
  font-weight: 600;
}
.headerStyle06-1 .top-links .link-btn {
  background: #fa2223;
  border-radius: 10px;
}
.headerStyle06-1 .top-links .link-btn:hover {
  opacity: 0.8;
}
.headerStyle06-1 .top-links .link-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 8px 16px;
}
.headerStyle06-1 .top-links .link-btn .icon {
  padding: 2px;
  border-radius: 50%;
  background: #ffffff;
  height: 25px;
  width: 25px;
  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;
}
.headerStyle06-1 .top-links .link-btn .icon i {
  font-size: 18px;
  color: #fa2223;
}
.headerStyle06-1 .top-links .link-btn .link-content {
  color: #ffffff;
}
.headerStyle06-1 .navBar-bottom {
  background: #fa2223;
}
.headerStyle06-1 .navBar-bottom .navMenuContent-box {
  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;
}
.headerStyle06-1 .navBar-bottom .function-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerStyle06-1 .navBar-bottom .function-column .navMenu {
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.headerStyle06-1 .navBar-bottom .function-column .navMenu.language > li > a i {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .headerStyle06-1 .navBar-bottom .function-column .navMenu.language > li > a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
}
.headerStyle06-1 .navBar-bottom .function-column .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerStyle06-1 .navBar-bottom .function-column .search-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.headerStyle06-1 .navBar-bottom .function-column .search-box form input {
  border: none;
  background: transparent;
  color: #ffffff;
}
.headerStyle06-1 .navBar-bottom .function-column .search-box form input::-webkit-input-placeholder {
  color: #ffffff;
}
.headerStyle06-1 .navBar-bottom .function-column .search-box form input::-moz-placeholder {
  color: #ffffff;
}
.headerStyle06-1 .navBar-bottom .function-column .search-box form input:-ms-input-placeholder {
  color: #ffffff;
}
.headerStyle06-1 .navBar-bottom .function-column .search-box form input::-ms-input-placeholder {
  color: #ffffff;
}
.headerStyle06-1 .navBar-bottom .function-column .search-box form input::placeholder {
  color: #ffffff;
}
.headerStyle06-1 .navBar-bottom .function-column .search-box form button {
  background: transparent;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  cursor: pointer;
}
.headerStyle06-1.scroll .navBar .navBarContent > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerStyle06-1.scroll .navBar .navBarContent > div.logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 241px;
          flex: 0 0 241px;
  /*20210416開會取消logo捲動後效果*/
}
.headerStyle06-1.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-1.scroll .navBar .navBarContent > div.navMenuContent .navMenu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerStyle06-1.scroll .navBar .navBarContent-top {
  display: none;
}
.headerStyle06-1.scroll .navBar .navBar-bottom .logo {
  display: block;
}
@media (max-width: 1440px) {
  .headerStyle06-1.scroll .navBar .navBar-bottom {
    display: none;
  }
}
.headerStyle06-1.scroll .topLink {
  opacity: 1;
  height: auto;
}
@media (max-width: 1200px) {
  .headerStyle06-1 .navBar .navMenu {
    border-right: none;
  }
  .headerStyle06-1 .top-links .link:nth-child(3) {
    display: none;
  }
  .headerStyle06-1 .navBar-bottom .navMenuContent-box .navMenu > li > a span {
    line-height: 1.2;
  }
  .headerStyle06-1 .top-links {
    margin-bottom: 15px;
  }
  .headerStyle06-1 .topLink {
    padding: 10px;
  }
}

.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: #fa2223;
}
.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(250, 34, 35, 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 .header-main-nav-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 .search-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 .search-form input[type=text]:focus {
  outline-offset: 0px;
}
.headerStyle02_02 .search-form input[type=text]:focus-visible {
  border: 2px solid #000;
}
.headerStyle02_02 .search-form button {
  background-color: #ff0000;
  width: 80px;
  height: 54px;
  background-image: url("../images_v4/header/header2_2/search_icon.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 .search-form input[type=text] {
    min-height: 60px;
    padding: 14px 65px 14px 22px;
    border-radius: 30px;
    font-size: clamp(10px, 3.8647342995vw, 16px);
  }
  .headerStyle02_02 .search-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 .btnList {
  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 .btnList .search-menu-control {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.headerStyle02_02 .btnList .search-menu-control i {
  font-size: 30px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  color: #ff0000;
}
.headerStyle02_02 .btnList:has(.main-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-box {
  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-box:has(.js-menu-open) {
    height: 110vh;
  }
}
@media (max-width: 1440px) {
  .headerStyle02_02 .header_inner .fullMenu .fullMenu-box:has(.js-menu-open) {
    height: 130vh;
  }
}
@media (max-width: 992px) {
  .headerStyle02_02 .header_inner .fullMenu .fullMenu-box:has(.js-menu-open) {
    height: 100vh;
  }
}
.headerStyle02_02 .header-main-nav {
  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 .header-main-nav ul {
  font-size: 0;
  line-height: 1;
  position: relative;
}
.headerStyle02_02 .header-main-nav ul li {
  display: inline-block;
}
.headerStyle02_02 .header-main-nav 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 .header-main-nav ul li.js-nav-mouseover a, .headerStyle02_02 .header-main-nav ul li.js-nav-mouseHover a {
  color: #fff;
}
@media (max-width: 992px) {
  .headerStyle02_02 .header-main-nav {
    display: none;
  }
}
.headerStyle02_02 .header-main-nav-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 .header-main-nav-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 .nav-search-container {
  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 .nav-search-container::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 .nav-search-container .nav-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 .nav-search-container .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 .nav-search-container .l-nav_full-search-keywords ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 9px;
}
.headerStyle02_02 .nav-search-container .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 .nav-search-container .l-nav_full-search-keywords li:not(:last-child)::before {
  content: "/";
  color: #888;
  position: absolute;
  top: 0;
  right: 0;
}
.headerStyle02_02 .nav-search-container .l-nav_full-search-keywords a {
  color: #ff0000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.headerStyle02_02 .nav-search-container .l-nav_full-search-keywords a:hover {
  opacity: 0.8;
}
.headerStyle02_02 .nav-search-container .l-nav_full-search-keywords-ttl {
  position: relative;
  width: clamp(172px, 14.8093841642vw, 202px);
  padding-left: 22px;
}
.headerStyle02_02 .nav-search-container .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 .nav-search-container .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 .full-list-box {
  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 .full-list-box::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 .full-list-box .full-list-wrap .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 .full-list-box .full-list-wrap .full-list-01 ul {
  width: 25%;
  font-size: 22px;
  line-height: 1.1818181818;
  letter-spacing: 0.03em;
}
.headerStyle02_02 .full-list-box .full-list-wrap .full-list-01 ul li {
  padding-bottom: 0.9em;
}
.headerStyle02_02 .full-list-box .full-list-wrap .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 .full-list-box .full-list-wrap .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 .full-list-box .full-list-wrap .full-list-01 ul li.global i {
  font-size: 20px;
}
.headerStyle02_02 .full-list-box .full-list-wrap .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 .full-list-box .full-list-wrap .full-list-01 ul li .sns a::before {
  display: none;
}
.headerStyle02_02 .full-list-box .full-list-wrap .full-list-01 ul li a {
  display: table;
  position: relative;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  padding-left: 18px;
}
.headerStyle02_02 .full-list-box .full-list-wrap .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 .full-list-box .full-list-wrap .full-list-01 ul li ul li {
  padding-bottom: 0.5em;
}
.headerStyle02_02 .full-list-box .full-list-wrap .full-list-01 ul li ul li.sponly {
  display: none;
}
.headerStyle02_02 .full-list-box .full-list-wrap .full-list-01 ul li ul li a {
  color: #888;
}
.headerStyle02_02 .full-list-box .full-list-wrap .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 .full-list-box .full-list-wrap .full-list-01 ul a:hover {
  color: #ff0000;
}
.headerStyle02_02 .full-list-box .full-list-wrap .full-list-01 ul a:hover::before {
  opacity: 1;
}
.headerStyle02_02 .full-list-box .full-list-wrap .full-list-01 ul .c_font-n {
  width: 40%;
}
.headerStyle02_02 .full-list-box .full-list-wrap .full-list-01 ul .c_font-n a::before {
  width: 0;
}
.headerStyle02_02 .full-list-box .full-list-wrap .full-list-01 ul .global a::before {
  width: 0;
}
.headerStyle02_02 .full-list-box .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 .full-list-box .full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-ttl {
  position: relative;
  width: 19.7214076246vw;
  padding-left: 22px;
}
.headerStyle02_02 .full-list-box .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 .full-list-box .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 .full-list-box .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 .full-list-box .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 .full-list-box .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 .full-list-box .full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li a {
  display: block;
}
.headerStyle02_02 .full-list-box .full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li a:hover, .headerStyle02_02 .full-list-box .full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li a:focus {
  color: #333;
}
.headerStyle02_02 .full-list-box .full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li a:hover .fig img, .headerStyle02_02 .full-list-box .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 .full-list-box .full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li a:hover .text, .headerStyle02_02 .full-list-box .full-list-wrap .l-nav_full-list-02 .l-nav_full-list-02-lists li a:focus .text {
  color: inherit;
}
.headerStyle02_02 .full-list-box .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 .full-list-box .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 .full-list-box .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 .btnList {
    margin-left: 0;
  }
  .headerStyle02_02 .btnList {
    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 .nav-search-container {
    margin: 14px;
    padding: 80px 20px 28px 20px;
    border-radius: 30px;
  }
  .headerStyle02_02 .nav-search-container::before {
    border-radius: 30px;
  }
  .headerStyle02_02 .nav-search-container .l-nav_full-search-keywords-ttl {
    width: auto;
    padding-left: 18px;
  }
  .headerStyle02_02 .nav-search-container .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 .nav-search-container .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 .nav-search-container .l-nav_full-search-keywords ul {
    padding-left: 18px;
    margin-bottom: 14px;
  }
  .headerStyle02_02 .nav-search-container .l-nav_full-search-keywords li {
    padding: 0 calc(7px + 1em) 0 0;
    margin-right: calc(-3px + 1em);
  }
  .headerStyle02_02 .full-list-box {
    height: calc(100% - 28px);
    margin: 14px 14px 14px 16.6666666667vw;
    padding: 73px 4.1062801932vw 48px 10.8695652174vw;
    border-radius: 30px;
  }
  .headerStyle02_02 .full-list-box::before {
    border-radius: 30px;
  }
  .headerStyle02_02 .full-list-box .full-list-wrap .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 .full-list-box .full-list-wrap .full-list-01 ul {
    width: auto;
  }
  .headerStyle02_02 .full-list-box .full-list-wrap .full-list-01 ul:nth-of-type(3), .headerStyle02_02 .full-list-box .full-list-wrap .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 .full-list-box .full-list-wrap .full-list-01 ul .c_font-n {
    width: 100%;
  }
  .headerStyle02_02 .full-list-box .full-list-wrap .full-list-01 ul li {
    padding-bottom: 0;
    position: relative;
  }
  .headerStyle02_02 .full-list-box .full-list-wrap .full-list-01 ul li.js-open ul {
    margin: 0.8em 0 0 0.6em;
  }
  .headerStyle02_02 .full-list-box .full-list-wrap .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 .full-list-box .full-list-wrap .full-list-01 ul li .sns {
    margin-top: 0;
    margin-left: 10px;
    gap: 10px;
  }
  .headerStyle02_02 .full-list-box .full-list-wrap .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 .full-list-box .full-list-wrap .full-list-01 ul li ul li {
    padding-bottom: 0.75em;
  }
  .headerStyle02_02 .full-list-box .full-list-wrap .full-list-01 ul li ul li.sponly {
    display: block;
  }
  .headerStyle02_02 .full-list-box .full-list-wrap .full-list-01 ul .nav_full-list-item.js-open::after {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .headerStyle02_02 .full-list-box .full-list-wrap .full-list-01 a::before {
    display: none;
  }
  .headerStyle02_02 .full-list-box .full-list-wrap .l-nav_full-list-02 {
    display: none;
  }
  .headerStyle02_02 .nav_full-list-item {
    display: block;
    background-image: url("../images_v4/header/header2_2/round.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 1px) 0px;
    background-repeat: no-repeat;
    background-size: 34px 24px;
    overflow: hidden;
  }
  .headerStyle02_02 .nav_full-list-item::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 .nav_full-list-item::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 .nav_full-list-box {
    position: relative;
    cursor: pointer;
  }
  .headerStyle02_02 .nav_full-list-box::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 .header-main-nav {
  opacity: 0;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .btnList {
  background-color: transparent;
  top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .btnList.closedBtn.close {
  position: relative;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .btnList:has(.search-menu-control) {
  display: none;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .btnList .search-menu-control {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 996px) {
  .open_menu:has(.headerStyle02_02) .headerStyle02_02 .btnList {
    top: 10px;
  }
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .header_inner .logo {
  z-index: -1;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .header_inner .header-main-nav {
  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 .nav-search-container {
  display: block;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .js-search-open .nav-search-container::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 .nav-search-container .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 .nav-search-container .nav-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 .full-list-box {
  display: block;
}
.open_menu:has(.headerStyle02_02) .headerStyle02_02 .js-menu-open .full-list-box::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 .full-list-box .full-list-wrap .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 .full-list-box .full-list-wrap .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 .full-list-box .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) .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: #333333;
}
.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: #fa2223;
}
.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: #333333;
}
.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: #333333;
  -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: #333333;
  -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: #6B7FD7;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03 .subNavMenu li:nth-child(2) ul.language_area {
  background-color: #6B7FD7;
  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(#333333), to(#fa2223));
  background: linear-gradient(to right, #333333 0%, #fa2223 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: #fa2223;
  margin-left: 0;
}
.headerStyle03_02 .navBar .container_full .navBarContent .navBarContent_03.open {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background-color: #333333;
}

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

.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: #333333; /* 更改顏色 */
}
.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: #333333;
}

@-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: #fa2223;
}
@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: #fa2223;
}
.headerStyle16 .nav_up,
.headerStyle16 .nav_down {
  border-bottom: 1px solid #333333;
}
.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: #fa2223;
}
.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: #fa2223;
}
.headerStyle16 .navBar .navMenu > li > a {
  height: 60px;
  padding: 0 40px;
  font-size: 18px;
}
.headerStyle16 .navBar .navMenu > li > a:hover {
  background-color: #333333;
  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 #fa2223;
}
.headerStyle16 .navBar .navMenu > li.moreMenu > ul li:hover > a {
  background-color: #333333;
  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: #fa2223;
  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_menu9 */
/*****************************/
header .navBar .navMenu.nav_menu9 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_menu9 .drop-down-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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 / nav_menu10 */
/*****************************/
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: #fa2223;
}

.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: #fa2223;
  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: #fa2223;
}
.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: #fa2223;
}
.nav_menu10 .wrap .m1LinkList > li.current > a::after {
  border-top: 1px solid #fa2223;
  border-right: 1px solid #fa2223;
}
.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: #fa2223;
}
.nav_menu10 .wrap .m1LinkList > li .m2LinkList.m2show > li.current a::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: block;
  background-color: #fa2223;
  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: #fa2223;
  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: #fa2223;
  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: #333333;
}
.nav_menu10 .wrap .rightClass > li .box .txt .btn a:hover .crossBox::after {
  background-color: #333333;
}
.nav_menu10 .wrap .rightClass > li.rightShow {
  display: block;
}

/*****************************/
/* header / .headerStyle03_4
/*****************************/
.headerStyle03_4 {
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.headerStyle03_4 .logo a {
  height: 90px;
  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;
}
.headerStyle03_4 .logo img {
  height: auto;
}
.headerStyle03_4 .navBar .navMenu > li > a span {
  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;
  line-height: 1.3;
}
.headerStyle03_4 .navBar .navMenu li a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.headerStyle03_4 .navBar .navMenu li > ul li a {
  color: #000000;
}
.headerStyle03_4 .navBar .navBarContent > div:first-child {
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.headerStyle03_4 .navBar .navBarContent > div:nth-child(2) .navMenu {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.headerStyle03_4 .subNavMenu li:nth-child(odd) a {
  background-color: #fa2223;
}
.headerStyle03_4 .subNavMenu li:nth-child(2n) a {
  background-color: #606363;
}
.headerStyle03_4 .subNavMenu .arrow-item a {
  width: clamp(150px, 10.5vw, 220px);
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
}
.headerStyle03_4 .subNavMenu .arrow-item a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 135%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(-30deg) translate(-112%, 0);
          transform: skew(-30deg) translate(-112%, 0);
  transition: -webkit-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.headerStyle03_4 .subNavMenu .arrow-item a .inner-container {
  position: relative;
  z-index: 2;
  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%;
  gap: 10px;
}
.headerStyle03_4 .subNavMenu .arrow-item a .inner-container .arrow {
  position: relative;
  z-index: 2;
  width: 0px;
  height: 4px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%224%22%20viewBox%3D%220%200%2053%204%22%20width%3D%2253%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m1912.479%2046.844-13-4v4z%22%20transform%3D%22translate(-1859.479%20-42.844)%22%2F%3E%3Cpath%20d%3D%22m40%20.5h-40v-1h40z%22%20transform%3D%22translate(0%203.5)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  will-change: width;
  background-position-x: 100%;
}
.headerStyle03_4 .subNavMenu .arrow-item a .inner-container .arrow-2 {
  width: 54px;
}
@media (max-width: 1440px) {
  .headerStyle03_4 .subNavMenu .arrow-item a .inner-container .arrow-2 {
    width: 40px;
  }
}
.headerStyle03_4 .subNavMenu .arrow-item a .inner-container .inner-box span {
  font-weight: 600;
}
.headerStyle03_4 .subNavMenu .arrow-item a:hover .arrow-1 {
  width: 54px;
}
@media (max-width: 1440px) {
  .headerStyle03_4 .subNavMenu .arrow-item a:hover .arrow-1 {
    width: 40px;
  }
}
.headerStyle03_4 .subNavMenu .arrow-item a:hover .arrow-2 {
  width: 0;
}
.headerStyle03_4 .subNavMenu .arrow-item a:hover::after {
  -webkit-transform: skew(-30deg) translate(-12%, 0);
          transform: skew(-30deg) translate(-12%, 0);
}
.headerStyle03_4 .subNavMenu .arrow-item .lanMenu a {
  font-size: 15px;
}
.headerStyle03_4.scroll .navBar .navMenu li a {
  color: #000000;
}
@media (max-width: 1024px) {
  .headerStyle03_4 {
    display: none;
  }
}

/*****************************/
/* header / .headerStyle03_5
/*****************************/
.headerStyle03_5 {
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.headerStyle03_5 .navBar {
  border-bottom: rgba(255, 255, 255, 0.15) solid 1px;
}
.headerStyle03_5 .navBar .navMenu li {
  border-right: rgba(255, 255, 255, 0.15) solid 1px;
}
.headerStyle03_5 .navBar .navMenu li:nth-child(1) {
  border-left: rgba(255, 255, 255, 0.15) solid 1px;
}
.headerStyle03_5 .navBar .navMenu li a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  padding-left: 1.8em;
  padding-right: 1.8em;
}
@media (max-width: 1440px) {
  .headerStyle03_5 .navBar .navMenu li a {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}
.headerStyle03_5 .navBar .navMenu li > ul li a {
  color: #000000;
}
.headerStyle03_5 .navBar .navMenu > li > a span {
  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;
  line-height: 1.3;
}
.headerStyle03_5 .navBar .navBarContent > div:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.headerStyle03_5 .navBar .navBarContent .language-box {
  height: 45px;
  margin-left: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.headerStyle03_5 .navBar .navBarContent .header-language-switcher {
  border: 5px solid #fff;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerStyle03_5 .navBar .navBarContent .header-language-switcher li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #ffffff;
}
.headerStyle03_5 .navBar .navBarContent .header-language-switcher li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  font-size: 1.3rem;
  color: #ffffff;
  margin: 0 8px;
}
.headerStyle03_5 .navBar .navBarContent .header-language-switcher a {
  color: #ffffff;
}
.headerStyle03_5.scroll .navBar .navMenu li a {
  color: #000000;
}
.headerStyle03_5.scroll .navBar .navBarContent .header-language-switcher {
  border-color: #000000;
}
.headerStyle03_5.scroll .navBar .navBarContent .header-language-switcher li {
  color: #000000;
}
.headerStyle03_5.scroll .navBar .navBarContent .header-language-switcher li:not(:last-child)::after {
  color: #000000;
}
.headerStyle03_5.scroll .navBar .navBarContent a {
  color: #000000;
}
@media (max-width: 1024px) {
  .headerStyle03_5 {
    display: none;
  }
}

.headerStyle17 {
  background: #232323;
  color: #fff;
}
.headerStyle17.scroll {
  background-color: #232323;
  -webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.17);
}
.headerStyle17 a {
  color: #fff;
}
.headerStyle17 a:hover {
  color: #fa2223;
}
.headerStyle17 .topLink {
  background-color: #232323;
}
.headerStyle17 .topLink ul a {
  color: initial;
}
.headerStyle17 .navBar .navBarContent .logo img {
  height: 50px;
}
.headerStyle17 .navBar .navMenu > li > a {
  color: #fff;
}
.headerStyle17 .subNavMenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerStyle17 .subNavMenu::before {
  content: "";
  position: relative;
  height: 30px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2470588235);
  margin-right: 12px;
}
.headerStyle17 .subNavMenu li + li {
  margin-left: 20px;
}
.headerStyle17 .subNavMenu .cart a {
  position: relative;
}
.headerStyle17 .subNavMenu .cart a span {
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-color: #fa2223;
  border-radius: 3px;
}
.headerStyle17 .subNavMenu .phone {
  font-weight: bold;
}
.headerStyle17 .subNavMenu .phone i {
  color: #fa2223;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fa2223;
  display: inline-block;
  margin-right: 5px;
}

.nav_menu11 > li.moreMenu > ul {
  -webkit-transition: all 0.5s ease-out !important;
  transition: all 0.5s ease-out !important;
}
.nav_menu11 > li.moreMenu ul {
  visibility: hidden;
  -webkit-box-shadow: 0 3px 25px 0px rgba(43, 52, 59, 0.1), 0 0 0 rgba(43, 52, 59, 0.1) inset;
          box-shadow: 0 3px 25px 0px rgba(43, 52, 59, 0.1), 0 0 0 rgba(43, 52, 59, 0.1) inset;
  opacity: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_menu11 > li.moreMenu:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

header .navBar .navMenu.nav_menu11 > li:hover > a {
  color: #fa2223;
}
header .navBar .navMenu.nav_menu11 > li.moreMenu {
  overflow: initial;
}
header .navBar .navMenu.nav_menu11 > li.moreMenu:hover {
  overflow: initial;
}
header .navBar .navMenu.nav_menu11 > li.moreMenu > ul {
  border-top: 3px solid #fa2223;
  margin-top: -3px;
}
header .navBar .navMenu.nav_menu11 > li.moreMenu > ul li:last-child {
  border-bottom: none;
}
header .navBar .navMenu.nav_menu11 > li.moreMenu ul li {
  border-bottom: none;
  padding: 0 25px;
}
header .navBar .navMenu.nav_menu11 > li.moreMenu ul li a {
  padding-left: 0;
  padding-right: 0;
}
header .navBar .navMenu.nav_menu11 > li.moreMenu ul li a:hover {
  color: #fa2223;
}
header .navBar .navMenu.nav_menu11 > li.moreMenu ul li:not(:last-child) > a {
  position: relative;
  border-bottom: 1px solid #eee;
}
header .navBar .navMenu.nav_menu11 > li.moreMenu ul li:not(:last-child) > a::before {
  content: "";
  background-color: #fa2223;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -1px;
}
header .navBar .navMenu.nav_menu11 > li.moreMenu ul li:not(:last-child) > a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .navBar .navMenu.nav_menu11 > li.moreMenu ul li:hover a {
  background-color: inherit;
}

.headerStyle18 {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #bbb;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.headerStyle18:hover {
  background-color: #333333;
}
.headerStyle18 .topLink .topLinkMenu > li > a {
  color: #333333;
}
.headerStyle18 .subNavMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerStyle18 .subNavMenu li + li {
  margin-left: 15px;
}
.headerStyle18 .subNavMenu li {
  font-weight: bold;
  width: 35px;
  height: 35px;
  border: 1px solid #bbb;
  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;
}
.headerStyle18 .navMenuBox {
  width: 100%;
}
.headerStyle18 .navMenuBox .navMenu.nav_menu12 > li > a {
  height: 50px;
}

.navBarContent:has(.nav_menu12) {
  position: initial !important;
}

.nav_menu12 .container > li {
  display: inline-block;
  margin: 0 1em;
}
.nav_menu12 .container > li + li {
  margin-left: 2em;
}

header .navBar .navMenu.nav_menu12 > li + li {
  margin-left: 1em;
}

header .navBar .navMenu.nav_menu12 > li.moreMenu:hover {
  position: initial;
}
header .navBar .navMenu.nav_menu12 > li.moreMenu ul {
  width: 100% !important;
  background-color: #333333 !important;
  border-bottom: 1px solid #bbb;
}
header .navBar .navMenu.nav_menu12 > li.moreMenu > ul li.moreMenu {
  position: initial;
}
header .navBar .navMenu.nav_menu12 > li.moreMenu > ul li.moreMenu > a::after {
  content: "\f107";
  margin-left: 5px;
}
header .navBar .navMenu.nav_menu12 > li.moreMenu > ul li.moreMenu > ul {
  top: 100%;
  left: 0 !important;
  right: auto !important;
}
header .navBar .navMenu.nav_menu12 > li.moreMenu > ul li {
  background: initial;
  border-bottom: none;
}
header .navBar .navMenu.nav_menu12 > li.moreMenu > ul li:last-child {
  border-bottom: none;
}
header .navBar .navMenu.nav_menu12 > li.moreMenu > ul li > a {
  border-bottom: solid 3px transparent;
  padding-left: 0;
  padding-right: 0;
}
header .navBar .navMenu.nav_menu12 > li.moreMenu > ul li:hover > a {
  background-color: transparent;
  border-bottom: solid 3px #fa2223;
}

/*****************************/
/* header / nav_menu13 */
/*****************************/
header .navBar .navMenu.nav_menu13 li .main-nav-list a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header .navBar .navMenu.nav_menu13 li .main-nav-list a span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header .navBar .navMenu.nav_menu13 li .main-nav-list a i {
  color: #333333;
}
header .navBar .navMenu.nav_menu13 li .main-nav-list a:hover {
  color: #333333;
}
header .navBar .navMenu.nav_menu13 li .main-nav-list a:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
header .navBar .navMenu.nav_menu13 li .sub-nav-box a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .navBar .navMenu.nav_menu13 li .sub-nav-box a i {
  color: #333333;
}
header .navBar .navMenu.nav_menu13 li .sub-nav-box a:hover {
  color: #333333;
}
header .navBar .navMenu.nav_menu13 li .sub-nav-box a:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
header .navBar .navMenu.nav_menu13 li .sub-nav-box .sub-nav {
  display: none;
}
header .navBar .navMenu.nav_menu13 li .sub-nav-box .sub-nav ul a {
  color: rgba(255, 255, 255, 0.8);
}
header .navBar .navMenu.nav_menu13 li .sub-nav-box .sub-nav ul a:hover {
  color: #333333;
}

.nav_menu13 .drop-down-menu-box {
  position: absolute;
  top: 100%;
  min-width: 40vw;
  padding: 2.5rem;
  background-color: rgba(21, 20, 41, 0.8);
  color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  inset-inline-end: -30vw;
}
@media (min-width: 1100px) {
  .nav_menu13 .drop-down-menu-box {
    border-bottom-right-radius: 3.5rem;
    border-bottom-left-radius: 3.5rem;
  }
}
@media (max-width: 1440px) {
  .nav_menu13 .drop-down-menu-box {
    inset-inline-end: -40vw;
  }
}
.nav_menu13 .drop-down-menu-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  padding: 0 2px 2px;
  -webkit-transform: translatex(-2px);
          transform: translatex(-2px);
  width: calc(100% + 4px);
  inset: 0;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, from(#151429), to(#fa2223));
  background: linear-gradient(to bottom, #151429 var(--grad-start, 10.88%), #fa2223 var(--grad-end, 49.71%));
  border-radius: 0 0 var(--radius, 60px) var(--radius, 60px);
  -webkit-mask-composite: xor;
}
.nav_menu13 .main-nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  z-index: 1;
  position: relative;
}
.nav_menu13 .main-nav-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
}
.nav_menu13 .main-nav-list::after {
  content: "";
  background-image: radial-gradient(circle, rgb(91, 166, 220), transparent 100%);
  position: absolute;
  inset-inline-end: -1.5rem;
  top: 0px;
  display: none;
  height: 100%;
  width: 1px;
}
@media (min-width: 1100px) {
  .nav_menu13 .main-nav-list::after {
    display: block;
  }
}
.nav_menu13 .main-nav-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_menu13 .main-nav-list li span {
  -webkit-margin-end: 2rem;
          margin-inline-end: 2rem;
}
@media (min-width: 1100px) {
  .nav_menu13 .sub-nav-box {
    width: 500px;
  }
  .nav_menu13 .sub-nav-box .sub-nav ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .nav_menu13 .sub-nav-box .sub-nav ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

header .navBar .navBarContent:has(.nav_menu14) {
  position: initial;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide {
  top: 100%;
  padding: 0 30px 15px;
  display: block;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide .colList {
  padding: 0 30px 0;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide .menuTitle {
  color: initial;
  border-bottom: none;
  padding-right: 0;
  cursor: pointer;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide .menuTitle:hover {
  color: #fa2223;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide .menuTitle span {
  border-left: 3px solid #fa2223;
  padding-left: 15px;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide .colList > li {
  padding: 0;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide .colList > li > li + li {
  border-top: solid 1px #ccc;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide .colList > li:has(ul) > a {
  position: relative;
  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;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide .colList > li:has(ul) > a::after {
  content: "\f107";
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  font-family: FontAwesome;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide .colList > li ul {
  display: none;
  -webkit-transition: auto !important;
  transition: auto !important;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide .colList > li ul li {
  border-bottom: none;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide .colList > li ul li a {
  line-height: 1.8;
  padding: 0;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide .colList > li > ul {
  margin-left: 50px;
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide .colList > li > ul li.moreMenu > a::after {
  content: "\f107";
}
header .navBar .navMenu.nav_menu14 > li.multiMenu .inner.wide .colList > li > ul li.moreMenu ul {
  position: relative;
  min-width: auto;
  opacity: 1;
  left: 0 !important;
  right: auto !important;
  margin-left: 1em;
}

.nav_menu15 * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_menu15 li.menuStyle {
  overflow: hidden;
}
.nav_menu15 li.menuStyle:hover {
  overflow: visible;
  position: initial !important;
}
.nav_menu15 li.menuStyle:hover .inner {
  opacity: 1;
  pointer-events: auto;
}
.nav_menu15 li.menuStyle .inner {
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  z-index: 100;
  width: 100%;
  padding: 0 15px;
  background-color: #f1f5f8;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
}
.nav_menu15 li.menuStyle .inner .title {
  border-bottom: 5px solid #fa2223;
  font-weight: bold;
  margin-bottom: 30px;
}
.nav_menu15 li.menuStyle .left,
.nav_menu15 li.menuStyle .right {
  padding: 30px 40px;
}
.nav_menu15 li.menuStyle .left {
  border-right: solid 1px #ccc;
}
.nav_menu15 li.menuStyle .cardBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav_menu15 li.menuStyle .cardBox a.card {
  width: 50%;
  display: block;
  padding: 40px 40px 30px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.nav_menu15 li.menuStyle .cardBox a.card:nth-child(2n) {
  border-right: none;
}
.nav_menu15 li.menuStyle .cardBox a.card:nth-last-child(-n+2) {
  border-bottom: none;
}
.nav_menu15 li.menuStyle .cardBox a.card .itemImg {
  margin-bottom: 10px;
}
.nav_menu15 li.menuStyle .cardBox a.card p {
  text-align: center;
  margin-bottom: 0;
}
.nav_menu15 li.menuStyle .cardBox a.card:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#68aee4), color-stop(53%, #96c8ed), to(#c3e2f6));
  background: linear-gradient(-180deg, #68aee4, #96c8ed 53%, #c3e2f6);
}
.nav_menu15 li.menuStyle .listBox li {
  border-bottom: solid 1px #ccc;
}
.nav_menu15 li.menuStyle .listBox li a {
  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: 20px 30px 20px 15px;
}
.nav_menu15 li.menuStyle .listBox li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#68aee4), color-stop(53%, #96c8ed), to(#c3e2f6));
  background: linear-gradient(-180deg, #68aee4, #96c8ed 53%, #c3e2f6);
}
.nav_menu15 li.menuStyle .listBox li a i {
  font-weight: bold;
  font-size: 22px;
  color: #fa2223;
}

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

.nav_menu16 li.menuStyle {
  overflow: hidden;
}
.nav_menu16 li.menuStyle:hover {
  overflow: visible;
  position: initial !important;
}
.nav_menu16 li.menuStyle:hover .inner {
  opacity: 1;
}
.nav_menu16 li.menuStyle .inner {
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  z-index: 100;
  width: 100%;
  padding: 30px 5%;
  background-color: #ffffff;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav_menu16 li.menuStyle .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1400px) {
  .nav_menu16 li.menuStyle .row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.nav_menu16 li.menuStyle a.item {
  position: relative;
  border-bottom: solid 1px #eee;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav_menu16 li.menuStyle a.item:hover {
  color: #ffffff;
  background-color: #fa2223;
}
.nav_menu16 li.menuStyle a.item .iconNew {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 9px;
  line-height: 1;
  color: #ffffff;
  background-color: #db0632;
  border-radius: 3px;
  padding: 3px;
  z-index: 1;
}
.nav_menu16 li.menuStyle a.item .imgBox {
  width: 30%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav_menu16 li.menuStyle a.item .imgBox img {
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav_menu16 li.menuStyle a.item .textBox {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_menu16 li.menuStyle a.item .textBox span {
  padding: 0 10px 0 15px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1499px) {
  .nav_menu16 li.menuStyle a.item .textBox span {
    font-size: 14px;
  }
}

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

.nav_menu17 li.menuStyle {
  overflow: hidden;
}
.nav_menu17 li.menuStyle:hover {
  overflow: visible;
  position: initial !important;
}
.nav_menu17 li.menuStyle:hover .inner {
  opacity: 1;
  pointer-events: auto;
}
.nav_menu17 li.menuStyle .inner {
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  z-index: 100;
  width: 100%;
  background-color: #F6F6F6;
  height: 550px;
  max-height: calc(100vh - 120px);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  pointer-events: none;
}
.nav_menu17 li.menuStyle .innerArea {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
}
.nav_menu17 li.menuStyle .left {
  width: 30.77%;
  padding: 60px 0;
}
.nav_menu17 li.menuStyle .left .border {
  padding-right: 60px;
  border-right: solid 1px #DDDDDD;
  height: 100%;
}
.nav_menu17 li.menuStyle .left .picBox img {
  display: block;
}
.nav_menu17 li.menuStyle .left ul.btnRow li a {
  line-height: 1.2;
}
.nav_menu17 li.menuStyle .right {
  width: 69.23%;
  padding: 60px 0 60px 60px;
}
.nav_menu17 li.menuStyle .right .scroll {
  height: 100%;
  overflow-y: auto;
  padding-right: 60px;
}
.nav_menu17 li.menuStyle .right .scroll::-webkit-scrollbar {
  width: 7px;
  border-radius: 5px;
  background-color: #CECECE;
}
.nav_menu17 li.menuStyle .right .scroll::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background-color: #fa2223;
}
.nav_menu17 li.menuStyle .right .item:not(:first-of-type) {
  border-top: solid 1px #DDDDDD;
  padding-top: 20px;
  margin-top: 15px;
}
.nav_menu17 li.menuStyle .right .item .tit {
  font-size: 18px;
  color: #fa2223;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 15px;
}
.nav_menu17 li.menuStyle .right .item .selectRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.38vw;
     -moz-column-gap: 3.38vw;
          column-gap: 3.38vw;
}
.nav_menu17 li.menuStyle .right .item .selectRow a {
  position: relative;
  color: #666;
  margin-bottom: 15px;
  padding: 0;
  padding-bottom: 5px;
}
.nav_menu17 li.menuStyle .right .item .selectRow a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fa2223;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_menu17 li.menuStyle .right .item .selectRow a:hover::after {
  width: 100%;
}
.nav_menu17 li.menuStyle ul.btnRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-left: -10px;
  margin-right: -10px;
}
.nav_menu17 li.menuStyle ul.btnRow li {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}
.nav_menu17 li.menuStyle ul.btnRow li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 5px 15px;
  border-radius: 30px;
  background-color: #fa2223;
  color: #fff;
  overflow: hidden;
}
.nav_menu17 li.menuStyle ul.btnRow li a:hover {
  background-color: #333333;
  color: #fa2223;
}

.nav_menu17_2 li.menuStyle .inner {
  height: auto;
}
.nav_menu17_2 li.menuStyle ul.btnRow {
  width: calc(100% + 20px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  overflow-x: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav_menu17_2 li.menuStyle ul.btnRow li {
  width: auto;
}
.nav_menu17_2 li.menuStyle ul.btnRow li a {
  color: #fa2223;
  font-weight: bold;
  border: solid 1px #fa2223;
  padding: 0.6em 1.5em;
  background-color: transparent;
}
.nav_menu17_2 li.menuStyle ul.btnRow li a:hover, .nav_menu17_2 li.menuStyle ul.btnRow li a.active {
  background-color: #fa2223;
  color: #fff;
}
.nav_menu17_2 li.menuStyle .innerArea02 {
  margin: 25px auto 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.nav_menu17_2 li.menuStyle .left {
  padding-top: 0;
  padding-bottom: 0;
  width: 23.08%;
}
.nav_menu17_2 li.menuStyle .left .border {
  padding-right: 0;
  border: none;
}
.nav_menu17_2 li.menuStyle .right {
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav_menu17_2 li.menuStyle .right .item:not(:first-of-type) {
  border-top: none;
}
.nav_menu17_2 li.menuStyle .right .item .tit a {
  font-size: 18px;
  color: #fa2223;
  position: relative;
  display: inline-block;
}
.nav_menu17_2 li.menuStyle .right .item .tit a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fa2223;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_menu17_2 li.menuStyle .right .item .tit a:hover::after {
  width: 100%;
}

.headerStyle19 .topLink {
  font-size: 14px;
  background: rgba(42, 42, 42, 0.9);
}
.headerStyle19 .topLinkContent {
  padding: 5px 0;
}
.headerStyle19 .topLinkContent a {
  color: #fff;
}
.headerStyle19 .topLinkContent a:hover {
  color: #fa2223;
}
.headerStyle19 .navBar {
  width: 100%;
  padding: 0 30px;
}
.headerStyle19 .navBarL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerStyle19 .navBarL .logo {
  margin-right: 60px;
}
.headerStyle19 .navBarR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
.headerStyle19 .navBarR > div + div {
  margin-left: 1em;
}
.headerStyle19 .navBarR i {
  font-size: 20px;
}

@media (min-width: 1025px) {
  body.index:has(.headerStyle19) {
    padding-top: 0 !important;
  }
}
body.index .headerStyle19 {
  background: transparent;
}
body.index .headerStyle19 .topLink {
  background: rgba(42, 42, 42, 0.4);
}
body.index .headerStyle19 .navBar {
  padding-top: 25px;
}
body.index .headerStyle19 .navMenu > li > a {
  color: #fff;
}
body.index .headerStyle19 .navBarR a {
  color: #ffffff;
}
body.index .headerStyle19 .navBarR a:hover {
  color: #fa2223;
}
body.index .headerStyle19.scroll {
  background: #fff;
}
body.index .headerStyle19.scroll .navBar {
  padding-top: 0;
}
body.index .headerStyle19.scroll .navMenu > li > a {
  color: #333333;
}
body.index .headerStyle19.scroll .navMenu > li > a:hover {
  color: #fa2223;
}
body.index .headerStyle19.scroll .navBarR a {
  color: #333333;
}
body.index .headerStyle19.scroll .navBarR a:hover {
  color: #fa2223;
}

.headerStyle20 {
  background-color: transparent;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
.headerStyle20:not(.scroll) .leftBox ul.navMenu > li > a {
  color: #fff;
}
.headerStyle20:not(.scroll) .leftBox ul.navMenu > li > a span::before {
  color: #fff !important;
}
.headerStyle20:not(.scroll) .rightBox .subNavMenu > li > a {
  color: #fff;
}
.headerStyle20 .topLink {
  padding: 0 30px;
}
.headerStyle20 .container_full {
  padding-left: 0;
  padding-right: 0;
}
.headerStyle20 .navBar .navBarContent .centerBox {
  padding: 0 5px;
  text-align: center;
}
.headerStyle20 .navBar .navBarContent .leftBox, .headerStyle20 .navBar .navBarContent .rightBox {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.headerStyle20 .navBar .navBarContent .logo img {
  height: auto;
}
.headerStyle20 .leftBox .navMenu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .headerStyle20 .leftBox .navMenu > li > a {
    padding: 0 0.8em;
  }
}
.headerStyle20 .rightBox .subNavMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}
@media (min-width: 1500px) {
  .headerStyle20 .rightBox .subNavMenu {
    gap: 30px;
  }
}
.headerStyle20 .rightBox .subNavMenu > li:last-child {
  padding-right: 31px;
}
@media (max-width: 1200px) {
  .headerStyle20 .rightBox .subNavMenu > li:last-child {
    padding-right: 27.8px;
  }
}
.headerStyle20 .rightBox .subNavMenu > li > a {
  font-size: 16px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerStyle20 .rightBox .subNavMenu li i {
  margin-right: 5px;
}
.headerStyle20 .rightBox .lanBox {
  position: relative;
}
.headerStyle20 .rightBox .lanBox a {
  display: block;
}
.headerStyle20 .rightBox .lanBox .lanMenu {
  font-size: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 25px 0px rgba(43, 52, 59, 0.1), 0 0 0 rgba(43, 52, 59, 0.1) inset;
          box-shadow: 0 3px 25px 0px rgba(43, 52, 59, 0.1), 0 0 0 rgba(43, 52, 59, 0.1) inset;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  border-top: 3px solid #0050A3;
  margin-top: -3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.headerStyle20 .rightBox .lanBox .lanMenu li {
  background-color: #fff;
  padding: 0 15px;
}
.headerStyle20 .rightBox .lanBox .lanMenu li:hover {
  background-color: rgba(170, 170, 170, 0.2);
}
.headerStyle20 .rightBox .lanBox .lanMenu li + li {
  border-top: 1px solid #eee;
}
.headerStyle20 .rightBox .lanBox .lanMenu li a {
  text-align: center;
}
.headerStyle20 .rightBox .lanBox:hover .lanMenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

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

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

.bannerBlock a[href="javascript:;"] {
  cursor: default;
}

#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;
}

@media (min-width: 1400px) {
  .bannerBlock:has(.videoBanner) .bannerStyle01_1 .swiper-slide {
    padding-bottom: 44%;
  }
}
.bannerStyle01_1 .videoBanner {
  height: 100%;
  width: 100%;
  position: absolute;
}
.bannerStyle01_1 .videoBanner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.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: #fff;
}
.bannerBlock .scrollDown.scrollDownStyle05 .scrollDown_line::after {
  width: 3px;
  height: 40px;
  background-color: #fa2223;
  -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;
}

.bannerStyle02_1 img.pc, .bannerStyle02_1 img.mb {
  -o-object-fit: cover;
     object-fit: cover;
}

.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;
  z-index: -1;
}
@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 .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;
    width: 100%;
  }
  .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;
  line-height: 1.3em;
}
.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;
}
.pageBanner img {
  width: 100%;
}

.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,
.bannerStyle18 .swiper-button-prev,
.bannerStyle18 .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,
.bannerStyle18 .swiper-button-prev i,
.bannerStyle18 .swiper-button-next i {
  font-size: 52px;
  color: #fff;
}

@media (max-width: 1024px) {
  .bannerBlock .scrollDown img {
    width: 30px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .bannerBlock .swiper-button-prev,
  .bannerBlock .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .bannerBlock .swiper-button-prev i,
  .bannerBlock .swiper-button-next i {
    font-size: 25px;
  }
  .bannerBlock .scrollDown img {
    width: 20px;
  }
}
.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: #fa2223;
    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: #fa2223;
  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;
  }
}

.bannerStyle14 .banner-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
  max-height: 450px;
}
.bannerStyle14 .banner-slide a:hover {
  opacity: 0.9;
}
@media (min-width: 992px) {
  .bannerStyle14 {
    margin: 2.5rem 0;
  }
  .bannerStyle14 .banner-slide {
    max-width: 62.5rem;
    margin: 0 1.5rem;
  }
}
.bannerStyle14 .banner-slide-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}
.bannerStyle14 .banner-slide-content {
  -webkit-transition: 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition: 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -webkit-transition-delay: 0.3s;
          transition-delay: 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;
  color: #fff;
}
.bannerStyle14 .banner-slide-content .pageTitleStyle-2 span {
  color: #fff;
}
.bannerStyle14 .banner-slider-arrows {
  display: none;
}
@media (min-width: 992px) {
  .bannerStyle14 .banner-slider-arrows {
    display: block;
  }
}
.bannerStyle14 .banner-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 4.375rem 1.625rem;
  border-radius: 16px;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  background-color: rgba(255, 255, 255, 0.3019607843);
  color: #fff;
  border: none;
}
.bannerStyle14 .banner-arrow-left {
  left: 1.25rem;
}
.bannerStyle14 .banner-arrow-right {
  right: 1.25rem;
}

.bannerStyle15 .bgBox {
  width: 100%;
  min-height: 66vw;
  background-repeat: no-repeat;
  background-size: auto, 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;
}
@media (min-width: 1024px) {
  .bannerStyle15 .bgBox {
    background-attachment: fixed;
  }
}
.bannerStyle15 .txtBox {
  display: none;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .bannerStyle15 .txtBox {
    margin-top: 7.5%;
  }
}
@media (min-width: 577px) {
  .bannerStyle15 .txtBox {
    display: block;
  }
}
.bannerStyle15 .txtBox > div {
  line-height: 1.3;
}
.bannerStyle15 .txtBox .oneTxt {
  display: inline-block;
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 1440px) {
  .bannerStyle15 .txtBox .oneTxt {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .bannerStyle15 .txtBox .oneTxt {
    font-size: 32px;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.bannerStyle15 .txtBox .twoTxt {
  display: block;
  color: #fff;
}
.bannerStyle15 .txtBoxMBshow {
  display: block;
  background-color: #fff;
  padding: 2rem 15px;
}
@media (min-width: 577px) {
  .bannerStyle15 .txtBoxMBshow {
    display: none;
  }
}
.bannerStyle15 .txtBoxMBshow .oneTxt, .bannerStyle15 .txtBoxMBshow .twoTxt {
  color: #333333;
}
@media (max-width: 576px) {
  .bannerStyle15 .scrollDown {
    display: none;
  }
}

.bannerStyle16 {
  position: relative;
}
.bannerStyle16::before {
  content: "";
  background: url(../images_v4/banner/banner16/bgTop.png) center top/100% no-repeat;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 30%;
  z-index: 2;
}
.bannerStyle16::after {
  content: "";
  background: url(../images_v4/banner/banner16/bgBottom.png) center bottom/100% no-repeat;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 30%;
  z-index: 2;
}

.bannerStyle17 {
  min-height: 650px;
}
@media (max-width: 1024px) {
  .bannerStyle17 {
    height: 560px !important;
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .bannerStyle17 {
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bannerStyle17 .slickContent {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .bannerStyle17 .slickContent {
    width: max(550px, 146vw);
    height: max(550px, 146vw);
    padding: 0 0 0 0;
    border-radius: 0 0 50% 50%;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
}
.bannerStyle17 .bgSlick {
  width: 100%;
  height: 100%;
  background-color: #333333;
  overflow: hidden;
}
.bannerStyle17 .bgSlick .slick-list, .bannerStyle17 .bgSlick .slick-track, .bannerStyle17 .bgSlick .slideItem {
  height: 100%;
}
.bannerStyle17 .bgSlick .slideItem a {
  display: block;
  height: 100%;
}
.bannerStyle17 .bgSlick .slideItem a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.bannerStyle17 .bgSlick .slideItem a video, .bannerStyle17 .bgSlick .slideItem a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerStyle17 .txtSlick {
  position: absolute;
  left: max(5.7vw, 40px);
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 90%;
  max-width: 1000px;
  z-index: 2;
  color: #fff;
}
@media (max-width: 576px) {
  .bannerStyle17 .txtSlick {
    left: 50%;
    bottom: 120px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: calc(100vw - 40px);
    text-align: center;
  }
}
.bannerStyle17 .txtSlick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bannerStyle17 .txtSlick a {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.bannerStyle17 .txtSlick .txt01 {
  font-size: 72px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .bannerStyle17 .txtSlick .txt01 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .bannerStyle17 .txtSlick .txt01 {
    font-size: 35px;
  }
}
.bannerStyle17 .txtSlick .txt02.subBlockTitle-big {
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .bannerStyle17 .txtSlick .txt02.subBlockTitle-big {
    margin-top: 10px;
  }
}
.bannerStyle17 .txtSlick .txt03 {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .bannerStyle17 .txtSlick .txt03 {
    margin-top: 2px;
  }
}
.bannerStyle17 .txtSlick .slick-dots {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .bannerStyle17 .txtSlick .slick-dots {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .bannerStyle17 .txtSlick .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bannerStyle17 .txtSlick .slick-dots li {
  position: relative;
  width: 40px;
  height: 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;
  cursor: pointer;
}
.bannerStyle17 .txtSlick .slick-dots li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images_v4/banner/banner17/dotsBg.svg) no-repeat center/95% auto;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 1s 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 1s 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 1s 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 1s 0.5s ease-in-out, -webkit-transform 1s 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
}
.bannerStyle17 .txtSlick .slick-dots li button {
  width: 7px;
  height: 7px;
  border: none;
  background-color: #fff;
  opacity: 0.4;
}
.bannerStyle17 .txtSlick .slick-dots li button::after {
  display: none;
}
.bannerStyle17 .txtSlick .slick-dots li.slick-active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0.7;
}
.bannerStyle17 .txtSlick .slick-dots li.slick-active button {
  opacity: 1;
}
.bannerStyle17 .roundPcBox {
  position: absolute;
  bottom: min(-150px, -11.35vw);
  right: min(-150px, -16.35vw);
  display: block;
  width: 59vw;
  height: 59vw;
  min-width: 750px;
  min-height: 750px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .bannerStyle17 .roundPcBox {
    bottom: -156px;
    right: -128px;
    width: 550px;
    height: 550px;
    min-width: 0;
    min-height: 0;
  }
}
@media (max-width: 576px) {
  .bannerStyle17 .roundPcBox {
    display: none;
  }
}
.bannerStyle17 .roundGroupPc {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../images_v4/banner/banner17/round_border.png) center no-repeat, url(../images_v4/banner/banner17/round_out_border.png) center no-repeat;
  background-size: calc(100% - 30px) auto, calc(100% - 10px) auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  overflow: visible;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.bannerStyle17 .roundGroupPc::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  background: url(../images_v4/banner/banner17/round_bg.svg) center/contain no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  overflow: hidden;
  z-index: -10;
}
.bannerStyle17 .roundGroupPc.scroll::before {
  -webkit-transform: rotate(480deg);
          transform: rotate(480deg);
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.bannerStyle17 .roundSlick {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  overflow: hidden;
  background: #333333;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.bannerStyle17 .roundSlick .slick-list, .bannerStyle17 .roundSlick .slick-track, .bannerStyle17 .roundSlick .slideItem, .bannerStyle17 .roundSlick a {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerStyle17 .roundSlick .slideItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerStyle17 .roundGroupMb {
  display: none;
  position: absolute;
  bottom: 0;
  left: min(50% - 335px, 50% - 73vw - 60px);
  width: max(670px, 146vw + 120px);
  height: max(670px, 146vw + 120px);
  border-radius: 50%;
  background: url(../images_v4/banner/banner17/round_border.png) center no-repeat, url(../images_v4/banner/banner17/round_out_border.png) center no-repeat;
  background-size: calc(100% - 30px) auto, calc(100% - 10px) auto;
  overflow: hidden;
}
@media (max-width: 576px) {
  .bannerStyle17 .roundGroupMb {
    display: block;
  }
}
.bannerStyle17 .roundGroupMb::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  background: url(../images_v4/banner/banner17/round_bg.svg) center/contain no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center;
  overflow: hidden;
  z-index: -10;
}
.bannerStyle17 .roundGroupMb.scroll::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.wrapper:has(.bannerStyle17) {
  overflow-x: hidden;
}

@media (max-width: 576px) {
  body:has(.bannerStyle17) .scrollDown {
    display: none;
  }
}

.bannerStyle18 .swiper-container {
  height: 100%;
}
.bannerStyle18 .swiper-slide {
  overflow: hidden;
}
.bannerStyle18 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerStyle18 .bg, .bannerStyle18 .area {
  opacity: 0;
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.bannerStyle18 .bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.bannerStyle18 .area .in {
  position: relative;
}
.bannerStyle18 .area1, .bannerStyle18 .area2 {
  position: absolute;
  top: 0;
  left: -600px;
}
.bannerStyle18 .area1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 576px) {
  .bannerStyle18 .area1 {
    display: none;
  }
}
.bannerStyle18 .area1 .in {
  width: 1000px;
  border-style: solid;
  border-width: 0 680px 100vh 0;
  border-color: transparent transparent #fa2223 transparent;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .bannerStyle18 .area1 .in {
    left: -180px;
  }
}
@media (max-width: 768px) {
  .bannerStyle18 .area1 .in {
    left: -280px;
  }
}
.bannerStyle18 .area2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.bannerStyle18 .area2 .in {
  width: 850px;
  border-style: solid;
  border-width: 0 680px 100vh 0;
  border-color: transparent transparent #fa2223 transparent;
  opacity: 0.77;
}
@media (max-width: 1199px) {
  .bannerStyle18 .area2 .in {
    left: -180px;
  }
}
@media (max-width: 768px) {
  .bannerStyle18 .area2 .in {
    left: -280px;
  }
}
.bannerStyle18 .area3 {
  position: absolute;
  top: 0;
  right: -600px;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.bannerStyle18 .area3 .in {
  border-style: solid;
  border-width: 35vh 0 0 250px;
  border-color: #fa2223 transparent transparent transparent;
  opacity: 0.77;
}
@media (max-width: 1199px) {
  .bannerStyle18 .area3 .in {
    right: -50px;
  }
}
@media (max-width: 768px) {
  .bannerStyle18 .area3 .in {
    right: -120px;
  }
}
.bannerStyle18 .bgTxtBox {
  position: absolute;
  min-width: 25%;
  max-width: 330px;
  bottom: 50px;
  left: 0;
  margin: 0 60px 50px;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .bannerStyle18 .bgTxtBox {
    margin: 0 20px 30px;
  }
}
.bannerStyle18 .bgTxtBox .blockTitle span {
  color: #fff;
}
.bannerStyle18 .bgTxtBox .bgTit, .bannerStyle18 .bgTxtBox .bgTxt {
  position: relative;
  left: -100px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.bannerStyle18 .bgTxtBox .bgTit {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.bannerStyle18 .bgTxtBox .bgTxt {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.bannerStyle18 .swiper-slide-active .bg {
  opacity: 1;
}
.bannerStyle18 .swiper-slide-active .area1, .bannerStyle18 .swiper-slide-active .area2 {
  left: 0;
  opacity: 1;
}
.bannerStyle18 .swiper-slide-active .area3 {
  right: 0;
  opacity: 1;
}
.bannerStyle18 .swiper-slide-active .bgTit, .bannerStyle18 .swiper-slide-active .bgTxt {
  opacity: 1;
  left: 0;
}
.bannerStyle18 .swiper-container .swiper-pagination {
  bottom: 30px;
}
.bannerStyle18 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.8em;
  height: 0.8em;
  border: solid 1px #fff;
  margin: 0 0.5em;
}

.cowboyPageBanner01 {
  position: relative;
}
.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;
}

.bannerMoveStyle01 {
  position: relative;
}
.bannerMoveStyle01::before, .bannerMoveStyle01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-animation: move 15s linear infinite;
          animation: move 15s linear infinite;
}
@media (max-width: 1024px) {
  .bannerMoveStyle01::before, .bannerMoveStyle01::after {
    -webkit-animation: move_mb 15s linear infinite;
            animation: move_mb 15s linear infinite;
  }
}
.bannerMoveStyle01::before {
  background: url(../images_v4/pageBanner/bannerMove01.png);
  height: 194px;
}
@media (max-width: 1024px) {
  .bannerMoveStyle01::before {
    background: url(../images_v4/pageBanner/bannerMove01_mb.png);
    height: 92px;
  }
}
.bannerMoveStyle01::after {
  background: url(../images_v4/pageBanner/bannerMove02.png);
  height: 215px;
}
@media (max-width: 1024px) {
  .bannerMoveStyle01::after {
    background: url(../images_v4/pageBanner/bannerMove02_mb.png);
    height: 102px;
  }
}

@-webkit-keyframes move {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2150px 0;
  }
}

@keyframes move {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2150px 0;
  }
}
@-webkit-keyframes move_mb {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1024px 0;
  }
}
@keyframes move_mb {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1024px 0;
  }
}
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;
}
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 .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: #fa2223;
}
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;
  position: relative;
}
footer .ft_info ul li a {
  display: inline-block;
}
footer .ft_info ul li i {
  margin-right: 5px;
  position: absolute;
  left: auto;
  top: 0.3em;
}
footer .ft_info ul li span {
  display: inline-block;
  padding-left: 1.4em;
}
footer .ft_info ul li:last-child {
  margin-right: 0;
}
footer .ft_info ul li.ftInfo_addr a {
  color: #fa2223;
  border-bottom: 1px solid #fa2223;
}
footer .ft_info ul li.ftInfo_addr span {
  margin-right: 10px;
}
footer .ft_info ul li.ftInfo_addr i {
  margin-right: 0;
}
footer .ft_info2 li {
  position: relative;
}
footer .ft_info2 li i {
  margin-right: 10px;
  position: absolute;
  left: auto;
  top: 0;
}
footer .ft_info2 li span {
  display: inline-block;
  padding-left: 1.4em;
}
footer .ft_social ul li {
  display: inline-block;
  margin-right: 15px;
}
footer .ft_social ul li a {
  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: #333333;
  background-color: #333333;
}
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;
}
@media (max-width: 1024px) {
  footer {
    padding-bottom: 50px;
  }
}

.ftCollapseSiteMap {
  font-size: 16px;
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
}
.ftCollapseSiteMap .ftCollapseBtn {
  position: absolute;
  left: 50%;
  top: -1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f2f2f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ftCollapseSiteMap .collapseSiteMap {
  display: none;
  padding: 1.5em 0 1em;
}
.ftCollapseSiteMap .siteMapMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .ftCollapseSiteMap .siteMapMenu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ftCollapseSiteMap .siteMapMenu > li {
  padding: 15px;
}
@media (max-width: 991px) {
  .ftCollapseSiteMap .siteMapMenu > li {
    width: 25%;
  }
}
@media (max-width: 700px) {
  .ftCollapseSiteMap .siteMapMenu > li {
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  .ftCollapseSiteMap .siteMapMenu > li {
    width: 50%;
  }
}
.ftCollapseSiteMap .siteMapMenu li {
  margin-bottom: 5px;
}
.ftCollapseSiteMap .siteMapMenu .tit {
  display: inline-block;
  font-weight: bold;
  color: #fa2223;
  margin-bottom: 10px;
}
.ftCollapseSiteMap .siteMapMenu a:hover {
  text-decoration: underline;
}
.ftCollapseSiteMap .ftCollapseBtnStyle01 {
  border-radius: 50px;
  border: 1px solid #fa2223;
  padding: 2px 1em;
}
.ftCollapseSiteMap .ftCollapseBtnStyle01::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.ftCollapseSiteMap .ftCollapseBtnStyle01.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ftCollapseSiteMap .ftCollapseBtnStyle02 {
  border-radius: 50%;
  background-color: #979797;
  width: 56px;
  height: 56px;
  top: -28px;
  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;
}
.ftCollapseSiteMap .ftCollapseBtnStyle02::after {
  content: "\f107";
  font-family: "FontAwesome";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
}
.ftCollapseSiteMap .ftCollapseBtnStyle02:hover, .ftCollapseSiteMap .ftCollapseBtnStyle02.open {
  -webkit-box-shadow: 0 0 0 5px #fa2223;
          box-shadow: 0 0 0 5px #fa2223;
}
.ftCollapseSiteMap .ftCollapseBtnStyle02:hover::after, .ftCollapseSiteMap .ftCollapseBtnStyle02.open::after {
  color: #fa2223;
}
.ftCollapseSiteMap .ftCollapseBtnStyle02.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.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 .ft_blk a:hover {
  color: #fa2223;
}

.footerStyle02 {
  padding: 70px 0 20px;
}
.footerStyle02 .ft_logo {
  margin-bottom: 40px;
}
.footerStyle02 .copyRight {
  color: #93aecf;
}
.footerStyle02 .copyRight .copyrightTxt {
  color: #93aecf;
}
.footerStyle02 .ft_social a {
  color: #fff;
}
.footerStyle02 .ft_social a:hover {
  color: #fa2223;
}

.footerStyle03 {
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 22px;
  border-top: 1px solid #e6e6e6;
  background-color: #fa2223;
}
.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;
}
.footerStyle03 .ft_info ul li a {
  color: #ffffff;
}
.footerStyle03 .ft_info ul li a:hover {
  color: #cccccc;
}
@media (max-width: 576px) {
  .footerStyle03 .ft_info {
    text-align: center;
  }
  .footerStyle03 .ft_info ul li span {
    display: initial;
  }
}
.footerStyle03 .ft_social ul li a {
  color: #ffffff;
}
.footerStyle03 .ft_social ul li a:hover {
  color: #cccccc;
}
@media (max-width: 576px) {
  .footerStyle03 .ft_social {
    text-align: center;
  }
}
.footerStyle03 .copyRight {
  color: #ffffff;
}
.footerStyle03 .copyRight_content a {
  color: #ffffff;
}
.footerStyle03 .certiBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  row-gap: 1em;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .footerStyle03 .certiBlock {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 576px) {
  .footerStyle03 .certiBlock {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footerStyle03 .footerUpR {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.footerStyle04 {
  background-color: #fa2223;
  color: #ffffff;
}
.footerStyle04 a {
  color: #ffffff;
}
.footerStyle04 a:hover {
  color: #cccccc;
}
.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 .ftMenu_list li a:hover {
  color: #cccccc;
}
.footerStyle04 .ft_mid {
  text-align: center;
  padding-bottom: 25px;
}
.footerStyle04 .ft_mid .ft_info ul li span {
  display: initial;
}
.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 a {
  color: #ffffff;
}
.footerStyle05 a:hover {
  color: #fa2223;
}
.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;
}
.footerStyle05 .ft_info ul li span {
  display: initial;
}

.footerStyle06 {
  padding: 50px 0;
  background-color: #fa2223;
  color: #ffffff;
}
.footerStyle06 a {
  color: #ffffff;
}
.footerStyle06 a:hover {
  color: #cccccc;
}
.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;
}

.footerStyle06-1 {
  padding: 50px 0;
  background-color: #fa2223;
  color: #ffffff;
}
.footerStyle06-1 a {
  color: #ffffff;
}
.footerStyle06-1 .ftMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerStyle06-1 .ftMenu_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footerStyle06-1 .ftMenu_list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  opacity: 0;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footerStyle06-1 .ftMenu_list li:hover {
  padding-left: 15px;
}
.footerStyle06-1 .ftMenu_list li:hover::before {
  opacity: 1;
}
.footerStyle06-1 .ftMenu_list li a {
  color: #333333;
}
.footerStyle06-1 .ftMenu_list li a:hover {
  color: #333333;
}
.footerStyle06-1 .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.footerStyle06-1 .info-box:not(:nth-child(1)) {
  margin-top: 15px;
}
.footerStyle06-1 .info-box span {
  color: #333333;
}
.footerStyle06-1 .info-box a {
  color: #ffffff;
}
.footerStyle06-1 .info-box a:hover {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 992px) {
  .footerStyle06-1 .info-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerStyle06-1 .info-box:last-child {
    margin-bottom: 30px;
  }
}
.footerStyle06-1 .ft_info ul li {
  display: block;
}
.footerStyle06-1 .ft_social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .footerStyle06-1 .ft_social {
    margin: 20px 0;
  }
}
.footerStyle06-1 .ft_social::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footerStyle06-1 .ft_social ul {
  background: #fa2223;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  padding: 0 15px;
}
.footerStyle06-1 .ft_social ul li {
  margin-right: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 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;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footerStyle06-1 .ft_social ul li:hover {
  border: 1px solid #333333;
  background: #333333;
}
.footerStyle06-1 .copyRight {
  margin-top: 10px;
}
.footerStyle06-1 .footer_bottom {
  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;
}
.footerStyle06-1 .footer_bottom .creditImg {
  height: 40px;
}
@media (max-width: 992px) {
  .footerStyle06-1 .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 992px) {
  .footerStyle06-1 .box-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footerStyle06-1 .box-1.footer_up {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  .footerStyle06-1 .box-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footerStyle06-1 .box-2.footer_up-3 {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
}

.footerStyle06-2 {
  background-color: #fa2223;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  padding: 120px 0 0px;
}
.footerStyle06-2 a {
  color: #ffffff;
}
.footerStyle06-2 a:hover {
  color: #6B7FD7;
}
.footerStyle06-2 .footer-logo {
  height: 50px;
  margin-bottom: 30px;
}
.footerStyle06-2 .footer-content {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .footerStyle06-2 .footer-content-1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .footerStyle06-2 {
    padding: 60px 0 0px;
  }
  .footerStyle06-2 .footer-content-1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .footerStyle06-2 {
    padding: 30px 0 0px;
  }
  .footerStyle06-2 .footer-content-2 {
    margin-bottom: 30px;
  }
}
.footerStyle06-2 .title {
  position: relative;
  color: #ffffff;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.footerStyle06-2 .title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 40px;
  background: #333333;
  content: "";
}
@media (max-width: 576px) {
  .footerStyle06-2 .title {
    margin-bottom: 15px;
  }
}
.footerStyle06-2 .link-box {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .footerStyle06-2 .link-box {
    padding: 0;
  }
}
.footerStyle06-2 .ftMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerStyle06-2 .ftMenu_list li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 15px;
}
.footerStyle06-2 .ftMenu_list li a {
  position: relative;
  display: block;
  line-height: 30px;
  font-weight: 400;
  padding: 0 15px;
  border-left: 1px solid #333333;
}
.footerStyle06-2 .ftMenu_list li a:hover {
  color: #6B7FD7;
}
.footerStyle06-2 .ft_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footerStyle06-2 .ft_info ul li {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: rgba(51, 51, 51, 0.6);
  width: 100%;
}
.footerStyle06-2 .ft_info ul li i {
  top: calc(0.3em + 10px);
}
.footerStyle06-2 .ft_info a:hover {
  color: #fa2223;
}
.footerStyle06-2 .footer_bottom {
  background: #333333;
  padding: 30px 0;
}
.footerStyle06-2 .footer_bottom-info {
  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;
}
@media (max-width: 576px) {
  .footerStyle06-2 .footer_bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footerStyle06-2 .footer_bottom a {
  color: #ffffff;
}
.footerStyle06-2 .certiBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  row-gap: 1em;
}

.footerStyle06-3 {
  background-color: #fa2223;
  position: relative;
}
.footerStyle06-3 a {
  color: #ffffff;
}
.footerStyle06-3 a:hover {
  color: #333333;
}
@media (min-width: 992px) {
  .footerStyle06-3 .footer-content {
    padding-top: 2.5rem;
  }
}
@media (max-width: 992px) {
  .footerStyle06-3 .footer-content-2 {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .footerStyle06-3 .footer-logo {
    display: none;
  }
}
.footerStyle06-3 .ft_info {
  color: #ffffff;
}
.footerStyle06-3 .ft_info .company-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.footerStyle06-3 .ft_info ul li {
  margin-right: 0;
}
@media (max-width: 992px) {
  .footerStyle06-3 .ft_info ul {
    margin: 1.25rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
}
.footerStyle06-3 .footer-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images_v4/footer/footer6_3/footer-bg-mobile.svg");
  z-index: 0;
  width: 100vw;
  height: 94px;
  background-position: 100% -7px;
  left: 0;
}
@media (min-width: 576px) {
  .footerStyle06-3 .footer-bg {
    left: 120px;
    width: 85%;
  }
}
@media (min-width: 992px) {
  .footerStyle06-3 .footer-bg {
    background-image: url("../images_v4/footer/footer6_3/footer-bg.svg");
    height: 208px;
    width: 500px;
    top: -1px;
    left: 120px;
    background-position: 100% 0;
  }
}
@media (min-width: 1100px) {
  .footerStyle06-3 .footer-bg {
    left: 0px;
  }
}
@media (min-width: 1440px) {
  .footerStyle06-3 .footer-bg {
    width: 600px;
  }
}
@media (min-width: 1680px) {
  .footerStyle06-3 .footer-bg {
    left: 200px;
  }
}
.footerStyle06-3 .footer-bg:after {
  height: calc(100% - 0px);
  top: -1px;
  pointer-events: none;
  content: "";
  position: absolute;
  background: rgb(242, 248, 248);
  width: 100%;
  right: 50%;
}
@media (min-width: 992px) {
  .footerStyle06-3 .footer-bg:after {
    width: 50vw;
    right: 100%;
  }
}
@media (max-width: 576px) {
  .footerStyle06-3 .footer-bg:after {
    top: 0;
  }
}
.footerStyle06-3 .ft_social {
  color: #fa2223;
}
@media (max-width: 992px) {
  .footerStyle06-3 .ft_social ul {
    padding: 20px 15px;
  }
}
@media (max-width: 576px) {
  .footerStyle06-3 .ft_social ul {
    padding: 30px 15px 0;
  }
}
.footerStyle06-3 .ft_social ul li {
  margin-right: 30px;
}
.footerStyle06-3 .ft_social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footerStyle06-3 .ft_social ul li a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footerStyle06-3 .ft_social ul li a:hover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.footerStyle06-3 .ftMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerStyle06-3 .ftMenu_list li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 10px;
}
.footerStyle06-3 .ftMenu_list li a {
  position: relative;
  line-height: 30px;
  font-weight: 400;
  padding: 0 15px;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footerStyle06-3 .ftMenu_list li a:hover {
  color: #333333;
}
@media (max-width: 992px) {
  .footerStyle06-3 .ftMenu_list {
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-bottom: 1rem;
  }
}
.footerStyle06-3 .footer_bottom-info {
  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;
  border-top: 1px solid rgb(204, 204, 204);
  color: #ffffff;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .footerStyle06-3 .footer_bottom-info {
    padding-top: 0.625rem;
  }
}
@media (max-width: 576px) {
  .footerStyle06-3 .footer_bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footerStyle06-3 .footer_bottom-info a {
  color: #ffffff;
}

.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;
}
@media (max-width: 1024px) {
  .footerStyle09 {
    padding-bottom: 0 !important;
  }
}
.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;
}
@media (max-width: 1024px) {
  .footerStyle09 .copyRight_bg {
    padding: 25px 0 50px;
  }
}

.footerStyle10 {
  background-color: #fa2223;
  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 .ftMenu_list li a:hover {
  color: #333333;
}
.footerStyle10 a {
  color: #fff;
}
.footerStyle10 a:hover {
  color: #333333;
}
.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;
}
.footerStyle10 .copyright p {
  margin: 0;
}
.footerStyle10 > div:last-child {
  background-color: #fa2223;
}
.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: #fa2223;
  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: #fa2223;
  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: #fa2223;
    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;
  }
  .footerStyle06 .ft_info ul li span {
    display: initial;
  }
  .footerStyle08 {
    padding: 30px 0 50px;
    text-align: center;
  }
  .footerStyle08 .ft_info ul li span {
    display: initial;
  }
  .footerStyle09 {
    margin-top: 30px;
    text-align: center;
  }
  .footerStyle09 .ft_logo {
    margin-bottom: 10px;
  }
  .footerStyle09 .ft_top,
  .footerStyle09 .ft_mid {
    margin-bottom: 20px;
  }
  .footerStyle09 .ft_info ul li span {
    display: initial;
  }
  .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_] p:nth-child(2) a:hover {
  color: #cccccc;
}
.footerStyle12 [class^=ft_] span {
  color: #fff;
  font-size: 14px;
}
@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 {
  width: 100%;
  color: #fff;
  font-size: 14px;
}
@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: #fa2223;
}

/* cowboy */
.footerStyle13 {
  padding-bottom: 15px;
  background-color: #fa2223;
}
.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: white;
}
.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: white;
}
.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 a:hover {
  color: white;
}
.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 {
  font-size: 16px;
}
.footerStyle13 .ft_copyright .copyRight > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footerStyle13 .ft_copyright-link {
  color: inherit;
}
.footerStyle13 .ft_copyright-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footerStyle14 {
  padding-top: 50px;
  background: #fa2223;
  color: #fff;
}
.footerStyle14 > .footerContent:first-child {
  padding: 16px 0 25px;
}
@media (min-width: 992px) {
  .footerStyle14 > .footerContent:first-child .row [class^=col-] + [class^=col-] {
    padding-left: 40px;
  }
}
.footerStyle14 .ft_logo img {
  max-height: 60px;
}
.footerStyle14 .ft_info ul li {
  display: block;
  margin-right: 0;
}
.footerStyle14 .ft_info ul li.ftInfo_addr a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footerStyle14 .ft_info ul li.ftInfo_addr a:hover {
  color: #333333;
  border-bottom: 1px solid #333333;
}
.footerStyle14 .footer_underLine {
  border-bottom: solid 1px #fff;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
.footerStyle14 .sitMapTitle {
  padding-top: 30px;
}
.footerStyle14 .sitMapTitle .tw {
  font-size: 22px;
  font-weight: 900;
}
.footerStyle14 .sitMapTitle .en {
  color: #333333;
}
.footerStyle14 .ftMenu_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerStyle14 .ftMenu_list li {
  display: inline-block;
  width: 50%;
  padding-left: 20px;
}
.footerStyle14 .ftMenu_list li::before {
  margin-left: -20px;
  width: 20px;
  font-size: 14px;
  display: inline-block;
  content: "►";
  color: #333333;
  vertical-align: top;
}
.footerStyle14 .ftMenu_list li a {
  display: inline-block;
}
.footerStyle14 .ftMenu_list li a:hover {
  color: #333333;
}
.footerStyle14 .copyrightBox {
  padding: 0.6rem 0;
}
.footerStyle14 .copyrightBox .row .copyRight {
  color: #333333;
}
@media (min-width: 768px) {
  .footerStyle14 .copyrightBox .row > div:last-child {
    text-align: right;
  }
}
.footerStyle14 a {
  color: #fff;
}
.footerStyle14 a:hover {
  color: #333333;
}

.footerStyle15 {
  position: relative;
  padding: 60px 0 30px;
  background-color: #232323;
  color: #fff;
}
.footerStyle15 a {
  color: #fff;
}
.footerStyle15 a:hover {
  color: #fa2223;
}
.footerStyle15 .footerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .footerStyle15 .footerContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footerStyle15 .footerContentTop {
  border-bottom: 1px solid #4e4d4d;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.footerStyle15 .socialBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .footerStyle15 .socialBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .footerStyle15 .socialBox {
    -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;
  }
}
.footerStyle15 .socialBox .title {
  margin-right: 20px;
  letter-spacing: 3px;
}
.footerStyle15 .socialBox .ft_social.ftSocial_circle ul li a {
  background-color: transparent;
}
.footerStyle15 .ft_logo img {
  display: block;
}
.footerStyle15 .footerContentBottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 991px) {
  .footerStyle15 .footerContentBottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footerStyle15 .infoBox .title {
  font-size: 18px;
  margin-bottom: 20px;
}
.footerStyle15 .infoBox .ft_info ul li {
  display: block;
  margin-right: 0;
}
.footerStyle15 .ftMenu_list {
  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;
  max-width: 380px;
  margin-left: auto;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .footerStyle15 .ftMenu_list {
    margin-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footerStyle15 .ftMenu_list li {
  position: relative;
  width: 25%;
  text-align: center;
}

.footerStyle16 {
  background: #e6e7e8;
  border-radius: 17vw 0 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .footerStyle16 {
    border-radius: 12vw 0 0 0;
  }
}
@media (max-width: 1024px) {
  .footerStyle16 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .footerStyle16 {
    border-radius: 0;
  }
}
.footerStyle16 .images-area {
  padding-left: 22vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1366px) {
  .footerStyle16 .images-area {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footerStyle16 .images-slick .image-box {
  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;
}
.footerStyle16 .images-slick .image-box img {
  width: 110px;
}
@media (max-width: 768px) {
  .footerStyle16 .images-slick .image-box img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .footerStyle16 .images-slick {
    padding: 20px 0 30px;
  }
  .footerStyle16 .images-slick.slick-slider .slick-arrow {
    opacity: 1;
    top: unset;
    bottom: 4px;
    color: #fa2223;
    font-size: 24px;
    padding: 0 7px;
    -webkit-transform: unset;
            transform: unset;
    background-color: transparent;
  }
  .footerStyle16 .images-slick.slick-slider .slick-arrow i {
    padding: 0;
  }
  .footerStyle16 .images-slick.slick-slider .item-nav-prev {
    left: unset;
    right: calc(50% + 7.5px);
  }
  .footerStyle16 .images-slick.slick-slider .item-nav-next {
    right: unset;
    left: calc(50% + 7.5px);
  }
}
.footerStyle16 .content-area {
  padding: 7vw 0 0;
  background: #333333;
  border-radius: 17vw 0 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .footerStyle16 .content-area {
    border-radius: 12.5vw 0 0 0;
  }
}
@media (max-width: 1024px) {
  .footerStyle16 .content-area {
    padding: 7vw 60px 0;
  }
}
@media (max-width: 768px) {
  .footerStyle16 .content-area {
    border-radius: 0;
    padding: 7vw 0px 0;
  }
}
.footerStyle16 .content-area a {
  color: #fff;
}
.footerStyle16 .content-area a:hover {
  color: #fa2223;
}
.footerStyle16 .content-area p {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.footerStyle16 .content-area p span {
  font-weight: 600;
}
.footerStyle16 .footer-info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .footerStyle16 .footer-info-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footerStyle16 .footer-info-area .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerStyle16 .footer-info-area .company-info .title {
  color: #fa2223;
  font-weight: 600;
  margin-bottom: 24px;
}
.footerStyle16 .footer-info-area .company-info .title small {
  color: inherit;
}
.footerStyle16 .footer-info-area .company-info .divider {
  width: 1px;
  margin: 0 45px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 254px;
}
@media (max-width: 1440px) {
  .footerStyle16 .footer-info-area .company-info .divider {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .footerStyle16 .footer-info-area .company-info .divider {
    width: 100%;
    height: 1px;
    margin: 15px 0 20px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .footerStyle16 .footer-info-area .company-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footerStyle16 .footer-info-area .link-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 550px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.footerStyle16 .footer-info-area .link-info ul li {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footerStyle16 .footer-info-area .link-info ul li {
    margin-left: 55px;
    margin-bottom: 22px;
  }
}
@media (max-width: 1024px) {
  .footerStyle16 .footer-info-area .link-info ul li {
    margin-top: 10px;
  }
  .footerStyle16 .footer-info-area .link-info ul li:not(:last-child) {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .footerStyle16 .footer-info-area .link-info ul li:not(:last-child) {
    margin-right: 15px;
  }
}
.footerStyle16 .footer-info-area .link-info ul li a {
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footerStyle16 .footer-info-area .link-info ul li a:hover {
  color: #fa2223;
}
@media (max-width: 1024px) {
  .footerStyle16 .footer-info-area .link-info ul {
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footerStyle16 .footer-bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 45px;
}
@media (max-width: 1024px) {
  .footerStyle16 .footer-bottom-area {
    padding-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .footerStyle16 .footer-bottom-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.footerStyle16 .footer-bottom-area .copyRight {
  color: #fff;
}
.footerStyle16 .footer-bottom-area .ft_social a {
  width: 40px;
  height: 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;
  border-radius: 50%;
  border: 1px solid #fff;
}
.footerStyle16 .footer-bottom-area .ft_social a:hover {
  background-color: #fff;
  color: #333;
}
@media (max-width: 768px) {
  .footerStyle16 .footer-bottom-area .ft_social a {
    background-color: #fff;
    color: #333;
  }
}

.footerStyle17 {
  position: relative;
  background: url("../images_v4/footer/footer17/footer_bg.jpg") 0 50%/cover no-repeat;
  padding-top: 80px;
  min-height: 380px;
  margin: 80px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 992px) {
  .footerStyle17 {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .footerStyle17 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footerStyle17 .footer-info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .footerStyle17 .footer-info-area {
    -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;
  }
}
.footerStyle17 .footer-info-area .title {
  border-bottom: 1px solid #fa2223;
  padding: 0 0 10px 4px;
}
.footerStyle17 .footer-info-area .info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .footerStyle17 .footer-info-area .info-area {
    width: 100%;
    text-align: center;
    gap: 0;
  }
}
.footerStyle17 .footer-info-area .link-info {
  width: 420px;
  padding: 0 30px;
  color: #787878;
}
.footerStyle17 .footer-info-area .link-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 25px;
}
.footerStyle17 .footer-info-area .link-info ul li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 8px 0;
  margin-bottom: 0;
}
.footerStyle17 .footer-info-area .link-info ul li a {
  line-height: 1.2;
}
.footerStyle17 .footer-info-area .link-info ul li a:before {
  content: "-";
  margin: 0 6px 6px 0;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1440px) {
  .footerStyle17 .footer-info-area .link-info {
    width: 360px;
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .footerStyle17 .footer-info-area .link-info {
    width: 290px;
  }
  .footerStyle17 .footer-info-area .link-info ul {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .footerStyle17 .footer-info-area .link-info {
    display: none;
  }
}
.footerStyle17 .footer-info-area .company-info {
  width: 400px;
}
@media (max-width: 1440px) {
  .footerStyle17 .footer-info-area .company-info {
    width: 360px;
  }
}
@media (max-width: 768px) {
  .footerStyle17 .footer-info-area .company-info {
    width: 100%;
  }
}
.footerStyle17 .footer-info-area .company-info-box .info-list {
  padding: 10px 10px 10px 20px;
}
.footerStyle17 .footer-info-area .company-info-box .info-list li {
  line-height: 1.6;
}
.footerStyle17 .footer-info-area .company-info-box .info-list li + li {
  border-top: 1px solid #d8d8d8;
}
@media (max-width: 576px) {
  .footerStyle17 .footer-info-area .company-info-box .info-list li {
    padding: 10px 0;
  }
}
.footerStyle17 .footer-info-area .company-info-box .info-list label {
  display: block;
  color: #00544d;
  font-size: 14px;
  position: relative;
  margin: 5px 0;
}
.footerStyle17 .footer-info-area .company-info-box .info-list label::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #565853;
  border-radius: 5px;
  position: absolute;
  left: -15px;
  top: 8px;
}
@media (max-width: 768px) {
  .footerStyle17 .footer-info-area .company-info-box .info-list label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.footerStyle17 .footer-info-area .company-info-box .info-list b {
  font-size: 20px;
  color: #333333;
}
.footerStyle17 .footer-info-area .company-info-box .info-list b a {
  color: inherit;
}
.footerStyle17 .footer-info-area .company-info-box .info-list b a:hover {
  color: #fa2223;
}
@media (max-width: 576px) {
  .footerStyle17 .footer-info-area .company-info-box .info-list {
    padding: 0;
  }
}
.footerStyle17 .footer-info-area .media-area {
  margin: 90px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
}
@media (max-width: 768px) {
  .footerStyle17 .footer-info-area .media-area {
    margin: 25px 0 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footerStyle17 .footer-info-area .media-area .subBlockTitle {
    display: none;
  }
  .footerStyle17 .footer-info-area .media-area .ft_social {
    display: none;
  }
  .footerStyle17 .footer-info-area .media-area-box {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .footerStyle17 .footer-info-area .media-area {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footerStyle17 .footer-info-area .media-area-box {
  text-align: right;
}
.footerStyle17 .footer-info-area .media-area .copyRight {
  max-width: 360px;
  line-height: 1.4;
}
@media (max-width: 1440px) {
  .footerStyle17 .footer-info-area .media-area .copyRight {
    max-width: 320px;
  }
}
@media (max-width: 992px) {
  .footerStyle17 .footer-info-area .media-area .copyRight {
    max-width: 250px;
  }
}
.footerStyle17 .footer-info-area .media-area .qrcode img {
  margin-top: 1.3em;
  width: 110px;
  height: 110px;
}
@media (max-width: 768px) {
  .footerStyle17 .footer-info-area .media-area .qrcode img {
    margin-top: 0;
  }
}

.footerStyle18 {
  background-color: #f8f8f8;
  padding-top: max(50px, 3.9vw);
}
@media (min-width: 992px) {
  .footerStyle18 .lgHide {
    display: none;
  }
}
.footerStyle18 .box01 {
  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;
}
@media (max-width: 991px) {
  .footerStyle18 .box01 .ftLogo {
    display: none;
  }
}
.footerStyle18 .box01 .ft_info2 {
  margin-top: 25px;
}
.footerStyle18 .box02 ul.ftMenu_list {
  max-width: 300px;
}
.footerStyle18 .box02 ul.ftMenu_list li {
  margin-bottom: 0;
  padding: 13px 0;
}
.footerStyle18 .box02 ul.ftMenu_list li + li {
  border-top: solid 1px #dfdfdf;
}
@media (max-width: 991px) {
  .footerStyle18 .box02 ul.ftMenu_list {
    margin-top: 25px;
    max-width: 50%;
  }
  .footerStyle18 .box02 ul.ftMenu_list li {
    padding: 10px 0;
  }
}
@media (max-width: 576px) {
  .footerStyle18 .box02 ul.ftMenu_list {
    max-width: 100%;
  }
}
.footerStyle18 .box03 {
  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;
}
@media (max-width: 991px) {
  .footerStyle18 .box03 {
    margin-top: 25px;
  }
}
.footerStyle18 .box03 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.footerStyle18 .box03 .lgHide {
  width: 100%;
}
.footerStyle18 .box03 input {
  height: max(55px, 3.8vw);
  background-color: #fff;
  padding: 0 5px 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footerStyle18 .box03 button {
  height: max(55px, 3.8vw);
  background-color: #333333;
  color: #fff;
  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-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 0 1.4vw;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footerStyle18 .box03 button i {
  font-size: 2em;
  line-height: 1;
  color: #fa2223;
}
.footerStyle18 .box03 button:hover {
  background-color: #fa2223;
}
.footerStyle18 .box03 button:hover i {
  color: #fff;
}
.footerStyle18 .box03 .ft_social {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footerStyle18 .box03 .lgHide {
    display: block;
  }
  .footerStyle18 .box03 button {
    width: 55px;
  }
  .footerStyle18 .box03 button span {
    display: none;
  }
}
@media (max-width: 576px) {
  .footerStyle18 .box03 button {
    width: 55px;
  }
  .footerStyle18 .box03 button span {
    display: none;
  }
}
.footerStyle18 .copyRight {
  border-top: 1px solid #dfdfdf;
  margin-top: max(35px, 2.5vw);
  padding-top: max(30px, 2vw);
  padding-bottom: max(50px, 2.5vw);
}
@media (max-width: 1024px) {
  .footerStyle18 .copyRight {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footerStyle18 .copyRight {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footerStyle18 .box01,
  .footerStyle18 .box03 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (max-width: 991px) {
  .footerStyle18 .box02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footerStyle18 .box01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footerStyle18 .box03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.footerStyle19 {
  background-color: #2b2c2e;
  color: #dedede;
  padding-top: max(50px, 4.2vw);
}
@media (max-width: 1024px) {
  .footerStyle19 {
    padding-bottom: 0 !important;
  }
}
.footerStyle19 a {
  color: #dedede;
}
.footerStyle19 a:hover {
  color: #fa2223;
}
.footerStyle19 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .footerStyle19 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footerStyle19 .inner > div:not(:first-child) {
    margin-top: 30px;
  }
  .footerStyle19 .inner .box02 {
    display: none;
  }
  .footerStyle19 .inner .title {
    display: none;
  }
}
@media (min-width: 992px) {
  .footerStyle19 .box01 {
    width: 30%;
  }
  .footerStyle19 .box02 {
    width: 40%;
  }
  .footerStyle19 .box03 {
    width: 30%;
    text-align: right;
    margin-top: 33px;
  }
}
.footerStyle19 .title {
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: solid 1px #66686c;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .footerStyle19 .ftInfo {
    padding-right: 15px;
  }
}
.footerStyle19 .ftInfo li + li {
  margin-top: 26px;
}
.footerStyle19 .ftInfo i {
  font-size: 18px;
  padding: 0 10px;
}
.footerStyle19 a.bigTxt {
  font-size: 36px;
  color: #333333;
  line-height: 1.2;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footerStyle19 a.bigTxt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  transition: transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85), -webkit-transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.footerStyle19 a.bigTxt:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.footerStyle19 .ftMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 280px;
}
.footerStyle19 .ftMenu_list li {
  width: 50%;
  margin-bottom: 15px;
}
.footerStyle19 .ftMenu_list li a {
  display: inline-block;
}
.footerStyle19 .shareArea * {
  display: inline-block;
}
.footerStyle19 .shareArea img {
  max-width: 90px;
  vertical-align: middle;
}
.footerStyle19 .shareArea .right {
  margin-left: 10px;
}
.footerStyle19 .ft_social {
  margin-top: 20px;
}
.footerStyle19 .ft_social.ftSocial_circle ul li a {
  background-color: transparent;
}
.footerStyle19 .footerBottom {
  background-color: #222224;
}
@media (max-width: 1024px) {
  .footerStyle19 .footerBottom {
    padding-bottom: 50px;
  }
}
.footerStyle19 .footerBottom .copyRight {
  padding: 11px 0;
}

.footerStyle20 {
  background-color: #2b2c2e;
  color: #fff;
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .footerStyle20 {
    text-align: center;
  }
}
.footerStyle20 a {
  color: #fff;
}
.footerStyle20 a:hover {
  color: #fa2223;
}
.footerStyle20 .inner {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .footerStyle20 .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .footerStyle20 .left {
    width: 70%;
  }
  .footerStyle20 .left > div {
    max-width: 330px;
  }
}
@media (min-width: 769px) {
  .footerStyle20 .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footerStyle20 .left > div + div {
    border-left: 1px solid #66686c;
    margin-left: 20px;
    padding-left: 40px;
  }
}
.footerStyle20 .left .title {
  font-size: 18px;
  margin-bottom: 20px;
}
.footerStyle20 .left .ftMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 280px;
}
.footerStyle20 .left .ftMenu_list li {
  width: 50%;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .footerStyle20 .left .sitemapBox {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .footerStyle20 .left > div {
    max-width: 50%;
  }
  .footerStyle20 .left > div + div {
    margin-left: 40px;
    max-width: calc(50% + 1px);
  }
}
@media (max-width: 768px) {
  .footerStyle20 .left > div + div {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #66686c;
  }
  .footerStyle20 .left .title {
    margin-bottom: 7px;
  }
}
.footerStyle20 .right {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .footerStyle20 .right {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .footerStyle20 .right {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}
.footerStyle20 .btnArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (min-width: 1200px) {
  .footerStyle20 .btnArea {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .footerStyle20 .btnArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footerStyle20 .btnArea a {
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #7a7a7a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .footerStyle20 .btnArea a {
    max-width: 220px;
  }
}
.footerStyle20 .btnArea a:hover {
  background-color: #333333;
  color: #fff;
}
.footerStyle20 .btnArea a i {
  margin-left: 1em;
}
.footerStyle20 .ft_social {
  margin-top: 30px;
}
.footerStyle20 .ft_social.ftSocial_circle ul li a {
  background-color: transparent;
}
.footerStyle20 .footerBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #66686c;
  margin-top: 50px;
  padding-top: 1em;
}
@media (max-width: 1199px) {
  .footerStyle20 .footerBottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.footerStyle20 .footerBottom .ftMenu_list {
  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;
  -webkit-column-gap: max(15px, 1.56vw);
     -moz-column-gap: max(15px, 1.56vw);
          column-gap: max(15px, 1.56vw);
}
@media (max-width: 1199px) {
  .footerStyle20 .footerBottom .ftMenu_list {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .footerStyle20 .footerBottom .ftMenu_list {
    display: none;
  }
}

.footerStyle21 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#014163), color-stop(#00517e), to(#014163));
  background: linear-gradient(to right, #014163, #00517e, #014163);
  padding-top: 80px;
  min-height: 380px;
  margin: 80px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 992px) {
  .footerStyle21 {
    padding-bottom: 60px;
  }
}
.footerStyle21 .footer-info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .footerStyle21 .footer-info-area {
    -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;
  }
}
.footerStyle21 .footer-info-area .title {
  color: #fff;
  border-bottom: 1px solid #333333;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.6;
}
.footerStyle21 .footer-info-area .title::before {
  content: "";
  background: #59a2c8;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 576px) {
  .footerStyle21 .footer-info-area .title {
    color: #d8dadc;
    border-bottom: 1px solid #d8d8d8;
  }
  .footerStyle21 .footer-info-area .title::before {
    height: 0;
  }
}
.footerStyle21 .footer-info-area .link-info {
  width: 460px;
  padding: 0 30px;
  color: #787878;
}
.footerStyle21 .footer-info-area .link-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerStyle21 .footer-info-area .link-info ul li {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  padding: 8px 0;
  margin-bottom: 0;
}
.footerStyle21 .footer-info-area .link-info ul li a {
  line-height: 1.2;
  color: #fff;
}
.footerStyle21 .footer-info-area .link-info ul li a:hover {
  color: #333333;
}
@media (max-width: 1440px) {
  .footerStyle21 .footer-info-area .link-info {
    width: 35%;
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .footerStyle21 .footer-info-area .link-info {
    display: none;
  }
}
.footerStyle21 .footer-info-area .company-info {
  padding: 0 30px;
  width: 460px;
}
@media (max-width: 1440px) {
  .footerStyle21 .footer-info-area .company-info {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .footerStyle21 .footer-info-area .company-info {
    width: 100%;
    text-align: center;
  }
}
.footerStyle21 .footer-info-area .company-info-box .info-list li {
  line-height: 1.6;
  color: #d8dadc;
  padding: 10px 10px 10px 20px;
}
.footerStyle21 .footer-info-area .company-info-box .info-list label {
  display: block;
  color: #333333;
  font-size: 14px;
  position: relative;
  margin-right: 10px;
}
.footerStyle21 .footer-info-area .company-info-box .info-list label::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #333333;
  border-radius: 5px;
  position: absolute;
  left: -15px;
  top: 8px;
}
@media (max-width: 992px) {
  .footerStyle21 .footer-info-area .company-info-box .info-list label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.footerStyle21 .footer-info-area .company-info-box .info-list a {
  color: inherit;
}
.footerStyle21 .footer-info-area .company-info-box .info-list a.email {
  color: #333333;
}
.footerStyle21 .footer-info-area .company-info-box .info-list a:hover {
  color: #fff;
}
.footerStyle21 .footer-info-area .company-info-box .info-list li + li {
  border-top: 1px solid #d8d8d8;
}
.footerStyle21 .footer-info-area .media-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.footerStyle21 .footer-info-area .media-area .side-media {
  letter-spacing: 10px;
  width: 95px;
  vertical-align: top;
}
.footerStyle21 .footer-info-area .media-area .side-media .btn-fb {
  background-image: url("../images_v4/footer/footer21/fb_page.png");
  width: 95px;
  height: 95px;
  position: relative;
  display: inline-block;
}
.footerStyle21 .footer-info-area .media-area .side-media .btn-fb::before {
  content: "";
  background-image: url("../images_v4/footer/footer21/fb_icon.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 95px;
  height: 95px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  display: inline-block;
}
.footerStyle21 .footer-info-area .media-area .side-media .btn-fb:hover::before {
  opacity: 1;
}
.footerStyle21 .footer-info-area .media-area .media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerStyle21 .footer-info-area .media-area .media-list li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 10px;
  margin-bottom: 0;
}
.footerStyle21 .footer-info-area .media-area .media-list li .btn {
  color: #fff;
  font-size: 28px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  background: #337498;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
.footerStyle21 .footer-info-area .media-area .media-list li .btn:hover {
  color: #00517e;
  background: #fff;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .footerStyle21 .footer-info-area .media-area {
    margin-right: auto;
    margin-bottom: 15px;
  }
  .footerStyle21 .footer-info-area .media-area .side-media {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .footerStyle21 .footer-info-area .media-area .side-media .qrcode {
    width: 95px;
    height: 95px;
    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;
  }
  .footerStyle21 .footer-info-area .media-area .media-list {
    display: none;
  }
}
.footerStyle21 .copyright-box {
  text-align: center;
  color: #fff;
  padding: 15px 0;
  color: #529bc5;
  text-align: center;
  border-top: 1px solid #337498;
}

.footerStyle22 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .footerStyle22 {
    padding-bottom: 0 !important;
  }
}
.footerStyle22 .ftL {
  width: 62%;
  padding: 60px 15px 60px max(50px, 7%);
  background-color: #fa2223;
  color: #333333;
}
.footerStyle22 .ftL a {
  color: #333333;
}
.footerStyle22 .ftL .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(20px, 9%);
}
@media (max-width: 1199px) {
  .footerStyle22 .ftL .in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .footerStyle22 .ftL .ft_logo {
    width: 21%;
  }
}
.footerStyle22 .ftL .ftMenu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(15px, 8%);
}
.footerStyle22 .ftL .ftMenu > div {
  width: 15%;
}
.footerStyle22 .ftL .ftMenu > .sitemapBox {
  width: 40%;
}
.footerStyle22 .ftL .ftMenu_title {
  font-size: 18px;
  border-bottom: solid 1px #333333;
  padding-bottom: 10px;
}
.footerStyle22 .ftL .sitemapBox ul.ftMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.footerStyle22 .ftL .sitemapBox ul.ftMenu_list li {
  width: calc((100% - 1em) / 2);
}
.footerStyle22 .ftL li a:hover {
  color: #6B7FD7;
}
.footerStyle22 .ftR {
  width: 38%;
  padding: 60px max(50px, 7%) 60px max(30px, 3%);
  background-color: #333333;
  color: #fa2223;
}
.footerStyle22 .ftR a {
  color: #fa2223;
}
.footerStyle22 .ftR a:hover {
  color: #6B7FD7;
}
.footerStyle22 .ftR .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1199px) {
  .footerStyle22 .ftR .in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footerStyle22 .ftR .in .ft_info {
  width: calc(70% - 20px);
}
@media (max-width: 1199px) {
  .footerStyle22 .ftR .in .ft_info {
    width: 100%;
  }
}
.footerStyle22 .ftR .in .ft_info li {
  margin-right: 0;
}
@media (max-width: 992px) {
  .footerStyle22 .ftR .in .ft_info li {
    display: block;
  }
}
.footerStyle22 .ftR .in .ft_social {
  width: 30%;
}
@media (max-width: 1199px) {
  .footerStyle22 .ftR .in .ft_social {
    width: 100%;
  }
}
.footerStyle22 .ftR .in .ft_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 992px) {
  .footerStyle22 .ftR .in .ft_social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footerStyle22 .ftR .in .ft_social ul li {
  width: calc((100% - 20px) / 2);
  margin-right: 0;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .footerStyle22 .ftR .in .ft_social ul li {
    width: auto;
    margin-bottom: 0;
  }
}
.footerStyle22 .ftR .in .ft_social ul li a {
  background-color: transparent;
}
@media (min-width: 1400px) {
  .footerStyle22 .ftR .in .ft_social ul li a.firstSocial {
    border: 0;
    font-size: 36px;
  }
}
@media (min-width: 1400px) {
  .footerStyle22 .ftR .in .ft_social ul li a {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.footerStyle22 .ftR .in .ft_social ul li a:hover {
  color: #6B7FD7;
  border-color: #6B7FD7;
}
.footerStyle22 .ftR .ft_infoTit {
  margin-top: 0;
  margin-bottom: 1em;
  color: #fa2223;
}
@media (max-width: 992px) {
  .footerStyle22 .ftL, .footerStyle22 .ftR {
    width: 100%;
    padding: 40px 20px;
    background-color: #fa2223;
    color: #333333;
    text-align: center;
  }
  .footerStyle22 .ftL a, .footerStyle22 .ftR a {
    color: #333333;
  }
  .footerStyle22 .ftL .ftMenu {
    display: none;
  }
  .footerStyle22 .ftR {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .footerStyle22 .ftR .ft_infoTit {
    color: #333333;
  }
  .footerStyle22 .ft_info ul li span {
    display: initial;
  }
}

.footerStyle23 {
  position: relative;
  background: url(../images_v4/footer/footer23/bg.png) no-repeat left center;
  background-color: #fa2223;
  color: #fff;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .footerStyle23 {
    padding: 50px 0 70px;
  }
}
.footerStyle23 a {
  position: relative;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footerStyle23 a::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footerStyle23 a:hover::after {
  width: 100%;
  left: 0;
}
.footerStyle23 .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.footerStyle23 .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
@media (max-width: 768px) {
  .footerStyle23 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footerStyle23 .inner .ftL {
  width: 100%;
  max-width: 1030px;
}
.footerStyle23 .inner .ftR {
  max-width: 270px;
}
@media (max-width: 768px) {
  .footerStyle23 .inner .ftR {
    max-width: 100%;
    width: 90%;
    margin: 60px auto 0;
  }
}
.footerStyle23 .ftMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin: 0 -5px;
}
.footerStyle23 .ftMenu_list li {
  padding: 5px;
}
@media (max-width: 768px) {
  .footerStyle23 .ftMenu_list li {
    text-align: center;
  }
}
.footerStyle23 .ftMenu_list li a {
  display: inline-block;
}
.footerStyle23 .ftMenu_list li a:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  .footerStyle23 .ftMenu_list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .footerStyle23 .ftMenu_list li {
    width: 25%;
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .footerStyle23 .ftMenu_list li {
    width: 33.33%;
  }
}
.footerStyle23 .infoList {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
@media (max-width: 1024px) {
  .footerStyle23 .infoList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 580px;
    margin-top: 30px;
  }
  .footerStyle23 .infoList .item .tit {
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 12px 0;
    margin-bottom: 0;
  }
  .footerStyle23 .infoList .item .tit::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footerStyle23 .infoList .item ul {
    display: none;
    margin-top: 15px;
  }
  .footerStyle23 .infoList .item.current .tit::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media (max-width: 768px) {
  .footerStyle23 .infoList {
    max-width: 100%;
    width: 90%;
    margin: 30px auto 0;
  }
}
.footerStyle23 .emailBox a {
  font-size: 22px;
  font-weight: bold;
}
.footerStyle23 .ft_social {
  margin-top: 15px;
}
.footerStyle23 .ft_social a::after {
  display: none;
}
.footerStyle23 .ft_social a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.footerStyle23 .copyRight {
  margin-top: 15px;
  font-size: 14px;
}

.footerStyle24 {
  background-color: #F6F6F6;
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .footerStyle24 {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 991px) {
  .footerStyle24 .leftBox {
    text-align: center;
  }
}
.footerStyle24 .copyRight {
  font-size: 14px;
  margin-top: 20px;
}
.footerStyle24 .subBlockTitle {
  margin-top: 0;
  margin-bottom: 1em;
}
.footerStyle24 .topRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .footerStyle24 .topRow {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.footerStyle24 .topRow .linkBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footerStyle24 .topRow .followBox {
  width: 100%;
  max-width: 350px;
}
@media (min-width: 992px) {
  .footerStyle24 .topRow .followBox {
    max-width: max(250px, 15.625vw);
  }
}
.footerStyle24 .ftMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.footerStyle24 .ftMenu_list li {
  width: 16.66%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footerStyle24 .ftMenu_list li {
    width: 20%;
  }
}
@media (max-width: 576px) {
  .footerStyle24 .ftMenu_list li {
    width: calc((100% - 30px) / 4);
  }
}
.footerStyle24 .ft_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerStyle24 .ft_social ul li {
  width: 25%;
  text-align: center;
  margin-right: 0;
  position: relative;
}
.footerStyle24 .ft_social ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  height: 65%;
  width: 1px;
  background-color: #ddd;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footerStyle24 .ft_social ul li a {
  font-size: 26px;
  line-height: 1.4;
}
.footerStyle24 .ft_social ul li a:hover {
  color: #fa2223;
}
.footerStyle24 .ft_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 1199px) {
  .footerStyle24 .ft_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footerStyle24 .ft_info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .footerStyle24 .ft_info > div {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 576px) {
  .footerStyle24 .ft_info > div {
    width: 100%;
  }
}
.footerStyle24 .ft_info .round {
  min-width: 45px;
  min-height: 45px;
  background-color: #fa2223;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
.footerStyle24 .ft_info a, .footerStyle24 .ft_info small {
  font-size: 14px;
}

.footerStyle25 {
  color: #fff;
}
@media (max-width: 1024px) {
  .footerStyle25 {
    padding-bottom: 0 !important;
  }
}
.footerStyle25 a {
  color: #fff;
}
.footerStyle25 a:hover {
  color: #fa2223;
}
.footerStyle25 .ftTop {
  background-color: #000;
}
.footerStyle25 .ftInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.footerStyle25 .ftInfo li {
  width: 33.333%;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .footerStyle25 .ftInfo li {
    padding: 20px 5px;
  }
}
@media (max-width: 767px) {
  .footerStyle25 .ftInfo li {
    width: 50%;
  }
  .footerStyle25 .ftInfo li:first-child {
    border-right: solid 1px rgba(255, 255, 255, 0.3);
  }
  .footerStyle25 .ftInfo li:last-child {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 768px) {
  .footerStyle25 .ftInfo li + li {
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
}
.footerStyle25 .ftInfo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .footerStyle25 .ftInfo a {
    font-size: 16px;
  }
  .footerStyle25 .ftInfo a > div {
    word-break: break-word;
  }
}
@media (min-width: 992px) {
  .footerStyle25 .ftInfo a.row02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerStyle25 .ftInfo a.row03 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .footerStyle25 .ftInfo a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footerStyle25 .ftInfo a i {
  font-size: 2em;
  color: #fa2223;
}
@media (max-width: 767px) {
  .footerStyle25 .ftInfo a i {
    font-size: 1.5em;
  }
}
.footerStyle25 .ftInfo a span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.footerStyle25 .ftCenter {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .footerStyle25 .ftCenter {
    padding: 30px 0;
  }
  .footerStyle25 .ftCenter .row {
    gap: 1.5em;
  }
  .footerStyle25 .ftCenter .ft_logo {
    text-align: center;
  }
}
.footerStyle25 .logoTxt {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .footerStyle25 .logoTxt {
    width: 90%;
  }
}
.footerStyle25 .ftMenu_title {
  font-size: 19px;
  margin-bottom: max(10px, 1vw);
}
.footerStyle25 .ftMenu_list li {
  position: relative;
}
@media (max-width: 991px) {
  .footerStyle25 .ftMenu_list li {
    display: inline-block;
    margin-right: 5.2941176471%;
  }
}
.footerStyle25 .ftMenu_list li::before {
  content: "\f14a";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fa2223;
}
.footerStyle25 .ftMenu_list li a {
  padding-left: 1.7em;
}
.footerStyle25 form input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
}
.footerStyle25 form button {
  width: 100%;
  margin-top: 15px;
}
.footerStyle25 form button.moreBtn11 {
  border-radius: 0;
  background-color: #333333;
}
.footerStyle25 form button.moreBtn11 .line {
  width: max(35px, 3.6458vw);
}
.footerStyle25 form button.moreBtn11 span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footerStyle25 form button.moreBtn11:hover {
  background-color: #fa2223;
}
.footerStyle25 .ftBottom {
  background-color: #fa2223;
  padding: 15px 0;
}
@media (max-width: 1024px) {
  .footerStyle25 .ftBottom {
    padding: 30px 0 60px;
  }
}
@media (max-width: 991px) {
  .footerStyle25 .ftBottom .row {
    text-align: center;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .footerStyle25 .ftBottom .ft_social {
    text-align: right;
  }
}
.footerStyle25 .ftBottom .ft_social.ftSocial_circle ul li a {
  color: #333333;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.footerStyle25 .ftBottom .ft_social a:hover {
  color: #333333;
}
.footerStyle25 .copyRight a:hover {
  color: #333333;
}

.footerStyle26 {
  background-color: #f2f2f2;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .footerStyle26 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .footerStyle26 .ftHide {
    display: none;
  }
}
.footerStyle26 .ftTop {
  padding: 40px 0;
  border-bottom: solid 1px #fa2223;
}
.footerStyle26 .ftTopRow {
  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;
  gap: 15px;
}
@media (max-width: 1199px) {
  .footerStyle26 .ftTopRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footerStyle26 .ftTopRow form {
  font-size: 18px;
}
@media (max-width: 480px) {
  .footerStyle26 .ftTopRow form {
    text-align: center;
  }
}
.footerStyle26 .ftTopRow form * {
  display: inline-block;
}
.footerStyle26 .ftTopRow form span {
  font-weight: bold;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .footerStyle26 .ftTopRow form span {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footerStyle26 .ftTopRow form input {
  width: max(280px, 18.2vw);
  background-color: #fff;
  border-radius: 20px;
  padding: 6px 30px;
  margin-right: -30px;
}
@media (max-width: 480px) {
  .footerStyle26 .ftTopRow form input {
    width: 100%;
    margin-right: 0;
  }
}
.footerStyle26 .ftTopRow form button {
  width: 180px;
  background-color: #fa2223;
  border-radius: 20px;
  padding: 11px 5px;
  cursor: pointer;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .footerStyle26 .ftTopRow form button {
    margin-top: 10px;
  }
}
.footerStyle26 .ftTopRow form button:hover {
  background-color: #333333;
  -webkit-box-shadow: 2px 2px 15px rgba(51, 51, 51, 0.3);
          box-shadow: 2px 2px 15px rgba(51, 51, 51, 0.3);
}
.footerStyle26 .ftMid {
  padding: 50px 20px;
}
@media (max-width: 767px) {
  .footerStyle26 .ftMid {
    padding: 30px 0;
  }
}
.footerStyle26 .ftMid .ftMenu_tit {
  color: #fa2223;
  font-size: 22px;
  margin-bottom: 10px;
}
.footerStyle26 .ftMid .ftMenu_list {
  margin-bottom: 30px;
}
.footerStyle26 .ftMid .ftMenu_list li {
  margin-bottom: 0;
}
.footerStyle26 .ftMid .ftMenu_list li a {
  display: inline-block;
}
.footerStyle26 .ftMid .ft_info {
  margin-bottom: 30px;
}
.footerStyle26 .ftMid .ft_info ul li a:hover {
  color: #fa2223;
}
@media (max-width: 991px) {
  .footerStyle26 .ftMid .listEnd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
  .footerStyle26 .ftMid .listEnd > .item {
    width: 33.333%;
    padding: 0 15px;
  }
  .footerStyle26 .ftMid .listEnd .ftMenu_list {
    margin-bottom: 0;
  }
  .footerStyle26 .ftMid .listEnd .ft_info {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footerStyle26 .ftMid .listEnd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .footerStyle26 .ftMid .listEnd > .item {
    width: 100%;
  }
}
.footerStyle26 .ftBottom {
  background-color: #fa2223;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .footerStyle26 .ftBottom {
    padding: 30px 0 60px;
  }
}
.footerStyle26 .ftBottom .copyRight {
  font-size: 14px;
  color: #fff;
}
.footerStyle26 .ftBottom .ftBottom_link {
  font-size: 14px;
  font-weight: initial;
  color: #fff;
  margin: 0;
  margin-top: 5px;
}
.footerStyle26 .ftBottom a {
  color: #fff;
}
.footerStyle26 .ftBottom a:hover {
  color: #ccc;
}

.footerStyle27 {
  position: relative;
  padding-bottom: 40px;
  background-color: #1b7bb5;
  color: #fff;
}
.footerStyle27 a {
  color: #fff;
}
.footerStyle27 a:hover {
  color: #fa2223;
}
.footerStyle27 img {
  vertical-align: middle;
}
.footerStyle27 .ftTop {
  padding: 0 50px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #015587), to(#0b6aa4));
  background: linear-gradient(to top, #015587 0, #0b6aa4 100%);
}
@media (min-width: 1025px) {
  .footerStyle27 .ftTop {
    background: url("../images_v4/footer/footer27/topBg.svg") no-repeat center;
    background-position-y: top;
    border-top: 10px solid #0a69a3;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .footerStyle27 .ftTop {
    height: auto;
    padding: 40px;
  }
}
.footerStyle27 .ftTop .in {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .footerStyle27 .ftTop .in {
    max-width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .footerStyle27 .ftTop .in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.footerStyle27 .ftTop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footerStyle27 .ftTop a {
    width: 45%;
  }
}
.footerStyle27 .ftTop a img {
  height: 32px;
  width: auto;
  margin-right: 5px;
}
.footerStyle27 .ftTop a:hover {
  opacity: 0.6;
}
.footerStyle27 .ftBottom {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footerStyle27 .ftBottom {
    width: 80%;
  }
}
.footerStyle27 .ftBottom .in {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerStyle27 .ftBottom .left {
  width: 26%;
  margin-right: 5%;
}
@media (max-width: 1199px) {
  .footerStyle27 .ftBottom .left {
    width: 57%;
    margin-right: 3%;
  }
}
@media (max-width: 768px) {
  .footerStyle27 .ftBottom .left {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.footerStyle27 .ftBottom .center {
  width: 42%;
}
@media (max-width: 1199px) {
  .footerStyle27 .ftBottom .center {
    display: none;
  }
}
.footerStyle27 .ftBottom .right {
  width: 27%;
}
@media (max-width: 1199px) {
  .footerStyle27 .ftBottom .right {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .footerStyle27 .ftBottom .right {
    width: 100%;
  }
}
.footerStyle27 .ftBottom .left .ft_logo {
  margin-bottom: 30px;
}
.footerStyle27 .ftBottom .left .ft_logo img {
  height: 50px;
}
.footerStyle27 .ftBottom .left .ftMenuMb {
  display: none;
  margin-bottom: 1em;
}
@media (max-width: 1199px) {
  .footerStyle27 .ftBottom .left .ftMenuMb {
    display: block;
  }
}
.footerStyle27 .ftBottom .left form {
  width: 100%;
}
@media (max-width: 1199px) {
  .footerStyle27 .ftBottom .left form {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .footerStyle27 .ftBottom .left form {
    width: 100%;
  }
}
.footerStyle27 .ftBottom .left form label {
  margin-bottom: 10px;
  color: #63b2e2;
}
.footerStyle27 .ftBottom .left form .formRow {
  position: relative;
}
.footerStyle27 .ftBottom .left form .formRow input {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0 70px 0 20px;
  background-color: #fff;
}
.footerStyle27 .ftBottom .left form .formRow button {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  height: 50px;
  background-color: transparent;
  cursor: pointer;
}
@-webkit-keyframes bell {
  0%, 100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
}
@keyframes bell {
  0%, 100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
}
.footerStyle27 .ftBottom .left form .formRow:hover input, .footerStyle27 .ftBottom .left form .formRow:focus input {
  background-color: rgba(255, 255, 255, 0.85);
}
.footerStyle27 .ftBottom .left form .formRow:hover button, .footerStyle27 .ftBottom .left form .formRow:focus button {
  -webkit-animation: bell ease-in 1s;
          animation: bell ease-in 1s;
}
.footerStyle27 .ftBottom .left .copyRight {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .footerStyle27 .ftBottom .left .copyRight {
    display: none;
  }
}
.footerStyle27 .ftBottom .center {
  margin-top: 80px;
}
@media (min-width: 1200px) {
  .footerStyle27 .ftBottom .center {
    padding-right: 15px;
  }
}
.footerStyle27 .ftBottom .right {
  text-align: right;
}
@media (max-width: 768px) {
  .footerStyle27 .ftBottom .right {
    text-align: center;
  }
}
.footerStyle27 .ftBottom .right .ft_social {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footerStyle27 .ftBottom .right .ft_social {
    margin: 10px 0;
  }
}
.footerStyle27 .ftBottom .right .ft_social a {
  color: #63b2e2;
}
.footerStyle27 .ftBottom .right .ft_social a:hover {
  opacity: 1;
  color: #fa2223;
}
.footerStyle27 .ftBottom .right .ftInfo {
  line-height: initial;
}
.footerStyle27 .ftBottom .right .ftInfo li + li {
  margin-top: 13px;
}
.footerStyle27 .ftBottom .right .bigTel {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .footerStyle27 .ftBottom .right .bigTel {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .footerStyle27 .ftBottom .right .bigTel {
    font-size: 18px;
  }
}
.footerStyle27 .ftBottom .right .email {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .footerStyle27 .ftBottom .right .email {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .footerStyle27 .ftBottom .right .email {
    font-size: 18px;
  }
}
.footerStyle27 .ftBottom .right .address a {
  color: #63b2e2;
}
.footerStyle27 .ftBottom .right .address a:hover {
  color: #fa2223;
}
.footerStyle27 .ftBottom .right .copyRightMb {
  display: none;
}
@media (max-width: 768px) {
  .footerStyle27 .ftBottom .right .copyRightMb {
    display: block;
    margin-top: 5px;
  }
}
.footerStyle27 .ftBottom .ftMenu_list {
  font-size: 22px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: max(1.5625vw, 15px);
     -moz-column-gap: max(1.5625vw, 15px);
          column-gap: max(1.5625vw, 15px);
}
@media (max-width: 768px) {
  .footerStyle27 .ftBottom .ftMenu_list {
    font-size: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footerStyle27 .ftBottom .copyRight {
  color: #63b2e2;
}

@media (max-width: 1024px) {
  .footerStyle28 {
    padding-bottom: 0 !important;
  }
  .footerStyle28 .ftPc {
    display: none !important;
  }
}
.footerStyle28 .content {
  width: 98%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.11em;
}
.footerStyle28 .ftTop {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  background-color: #fff;
  padding: 1.875em 0;
}
.footerStyle28 .ftTop .content {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerStyle28 .ftTop .content > div {
  width: 50%;
}
.footerStyle28 .ftTop .ftTopL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3.125vw;
  border-right: solid 1px #333333;
  padding-right: 5.2vw;
}
.footerStyle28 .ftTop .ftTopL .ft_social li {
  margin-right: 2vw;
}
.footerStyle28 .ftTop .ftTopL .ft_social li:last-child {
  margin-right: 0;
}
.footerStyle28 .ftTop .ftTopL .ft_social li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.footerStyle28 .ftTop .ftTopL .ft_social li a:hover {
  border-color: transparent;
}
.footerStyle28 .ftTop .ftTopL .ft_social li a.line:hover {
  background-color: #06C755;
}
.footerStyle28 .ftTop .ftTopL .ft_social li a.fb:hover {
  background-color: #0866FF;
}
.footerStyle28 .ftTop .ftTopL .ft_social li a.ig:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.footerStyle28 .ftTop .ftTopL .ft_social li a.yt:hover {
  background-color: #FF0033;
}
.footerStyle28 .ftTop .ftTopR {
  padding-left: 5.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125vw;
}
.footerStyle28 .ftTop .ftTopR .listBlock {
  width: auto;
}
.footerStyle28 .ftTop .ftTopR .listBlock .moreBtn {
  z-index: 1;
  letter-spacing: 1px;
}
.footerStyle28 .ft_logo img {
  height: 60px;
}
.footerStyle28 .ftBottom {
  background-color: #f5f5f5;
  padding: 30px 0 4.5em;
}
@media (max-width: 1024px) {
  .footerStyle28 .ftBottom {
    text-align: center;
  }
}
.footerStyle28 .ftBottom .ftBottomRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.footerStyle28 .ftBottom .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}
.footerStyle28 .ftBottom .left .lBox {
  margin-right: 5.2vw;
  border-top: solid 1px #333333;
}
.footerStyle28 .ftBottom .left .lBox:first-of-type {
  width: 33.33%;
}
.footerStyle28 .ftBottom .left .lBox:first-of-type .ftMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerStyle28 .ftBottom .left .lBox:first-of-type .ftMenu_list li {
  width: 50%;
}
.footerStyle28 .ftBottom .left .lBox:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footerStyle28 .ftBottom .left .lBox:last-of-type .ftMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footerStyle28 .ftBottom .left .lBox:last-of-type .ftMenu_list li {
  width: 33.33%;
}
.footerStyle28 .ftBottom .left .lBox .tit {
  padding-top: 0.6em;
  padding-bottom: 1em;
}
.footerStyle28 .ftBottom .right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.footerStyle28 .ftBottom .right .rightMenu li {
  display: inline-block;
}
.footerStyle28 .ftBottom .right .rightMenu li:not(:last-child) {
  position: relative;
  padding-right: 0.8em;
  margin-right: 0.8em;
}
.footerStyle28 .ftBottom .right .rightMenu li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background: #ddd;
}
@media (max-width: 1024px) {
  .footerStyle28 .ftBottom .right {
    width: auto;
    margin: 0 auto;
  }
  .footerStyle28 .ftBottom .right > .rightMenu {
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
  }
  .footerStyle28 .ftBottom .right > .rightMenu li:not(:last-child):before {
    width: 0.25em;
    height: 0.25em;
    border-radius: 50%;
    background: #333333;
  }
  .footerStyle28 .ftBottom .right > div .rightMenu {
    margin-bottom: 15px;
  }
}

.footerStyle29 {
  padding: 50px 0 30px;
  background-color: #515151;
  color: #fff;
}
.footerStyle29 a {
  color: #fff;
}
.footerStyle29 a:hover {
  color: #fa2223;
}
.footerStyle29 .content {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .footerStyle29 .oneBox, .footerStyle29 .threeBox {
    padding-top: 2.5em;
  }
}
@media (max-width: 991px) {
  .footerStyle29 .row1 {
    gap: 1em;
  }
  .footerStyle29 .twoBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footerStyle29 .oneBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .footerStyle29 .threeBox {
    display: none;
  }
}
.footerStyle29 .ft_info ul li {
  display: block;
  margin-right: 0;
}
.footerStyle29 .ft_info ul li + li {
  margin-top: 5px;
}
.footerStyle29 .twoBox {
  text-align: center;
}
.footerStyle29 .twoBox .ft_logo img {
  max-height: 90px;
  vertical-align: bottom;
}
.footerStyle29 .twoBox .ft_social {
  margin-top: 1em;
}
.footerStyle29 .threeBox .ftMenu_list {
  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;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.footerStyle29 .threeBox .ftMenu_list li {
  width: calc((100% - 15px) / 4);
}
.footerStyle29 .threeBox .ftMenu_list li a:hover {
  text-decoration: underline;
}
.footerStyle29 .copyRight {
  text-align: center;
  margin-top: 1em;
}

.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;
}

footer.in .footer_up,
footer.in .footer_up-2,
footer.in .footer_up-3,
footer.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: #fa2223;
}
#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;
}

/*****************************/
/*****************************/
.cmpTop-info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
.cmpTop-info.open {
  display: none;
}

.cmpTop-info-box {
  text-align: center;
  background-color: #3F3F3F;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #fff;
}
.cmpTop-info-box a {
  font-size: 12px;
  color: #fff;
}

.cmpTop-bar-box {
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 1.2;
  background: #fff;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmpTop-bar-box.open {
  display: none;
}
.cmpTop-bar-box .cmpTop-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmpTop-bar-box .cmpTop-bar > div {
  line-height: 20px;
  display: inline-block;
  border-left: 1px solid #ddd;
}
.cmpTop-bar-box .cmpTop-bar > div:first-child {
  border-left: none;
}
.cmpTop-bar-box .top-media-share {
  border-left: none !important;
}
.cmpTop-bar-box .top-media-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 0 20px;
}
.cmpTop-bar-box .top-media-share ul a {
  color: #999;
  font-size: 14px;
}
.cmpTop-bar-box .top-media-share ul a:hover {
  color: #333333;
}
.cmpTop-bar-box .lang-sel .nav {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.cmpTop-bar-box .lang-sel .nav::before {
  display: table;
  content: " ";
}
.cmpTop-bar-box .lang-sel .nav > li {
  padding: 0 20px;
  position: relative;
}
.cmpTop-bar-box .lang-sel .nav > li > a {
  padding: 0;
  color: #999;
}
.cmpTop-bar-box .lang-sel .nav > li > a span {
  font-size: 12px;
}
.cmpTop-bar-box .lang-sel .nav > li > a.lang_selted::after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  margin-left: 6px;
  color: #666;
  line-height: 18px;
}
.cmpTop-bar-box .lang-sel .nav > li:hover > ul {
  top: 30px;
  visibility: visible;
  opacity: 1;
}
.cmpTop-bar-box .lang-sel .nav > li:hover > ul li {
  opacity: 1;
}
.cmpTop-bar-box .lang-sel .nav > li > ul {
  border: 1px #dddddd solid;
  left: 0;
  top: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  position: absolute;
  background: #fff;
  width: 125px;
  padding: 10px;
  visibility: hidden;
  opacity: 1;
  margin: 0;
}
.cmpTop-bar-box .lang-sel .nav > li > ul::before {
  content: "";
  display: inline-block;
  background: transparent;
  height: 3px;
  width: 100%;
  position: absolute;
  top: -3px;
  right: 0;
}
.cmpTop-bar-box .lang-sel .nav > li > ul li {
  opacity: 0;
  background: #f6f6f6;
  border: 1px #f6f6f6 solid;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmpTop-bar-box .lang-sel .nav > li > ul li a {
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0 10px;
  line-height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cmpTop-bar-box .lang-sel .nav > li > ul li.active {
  border-color: #222222;
  background: #fff;
}
.cmpTop-bar-box .lang-sel .nav > li > ul li:hover {
  border-color: #222222;
  background: #fff;
}
.cmpTop-bar-box .lang-sel .nav > li > ul li:hover a {
  color: #333333;
}
.cmpTop-bar-box .top-login ul li {
  padding: 0 0 0 20px;
}
.cmpTop-bar-box .top-login ul li a {
  background: #fff;
  width: auto;
  height: auto;
  padding: 0;
  color: #999;
  display: inline-block;
}
.cmpTop-bar-box .top-login ul li a span {
  font-size: 12px;
}
.cmpTop-bar-box .top-login ul li a:hover {
  color: #333333;
}
.cmpTop-bar-box .top-login ul li .space {
  padding: 0 6px;
  color: #999;
}

.cowboyTopStyle01 .cmpTop {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.cowboyTopStyle01 .cmpTop .item {
  padding: 0 8px;
  width: auto;
}
.cowboyTopStyle01 .cmpTop .item:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cowboyTopStyle01 .cmpTop .item a {
  font-size: 16px;
}

.cmpTop {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cmpTop.open {
  top: 0 !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;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cowboy_mbPanel_1 .cmpTop.open {
  background: url("../images_v4/mobile/mb_bg.jpg");
}
.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: 2px;
  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: 20px;
  height: 2px;
  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: 2px;
  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: url("../images_v4/mobile/mb_bg.jpg");
  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: #fa2223;
  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(250, 34, 35, 0.3);
  border-bottom: 0px solid rgba(250, 34, 35, 0.3);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu .cmpNav > li > a.active {
  color: #fa2223;
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu .cmpNav > li > a.open {
  border-bottom: 1px solid #fa2223;
}
.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: #fa2223;
}
.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: #fa2223;
}
.cowboy_mbPanel_1 .cmpContent .cmpMenu .cmpNav > li .submenu li .submenu li .submenu li a {
  padding-left: 111px;
}
.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 #fa2223;
  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: #fa2223;
  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 {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cowboy_mbPanel_2 .cmpTop.open {
  background: url("../images_v4/mobile/mb_bg.jpg");
}
.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: 2px;
  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: 20px;
  height: 2px;
  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: 2px;
  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: url("../images_v4/mobile/mb_bg.jpg");
  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;
}
.cowboy_mbPanel_2 .cmpContent .cmpMenu > p {
  color: #fa2223;
  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(250, 34, 35, 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: #fa2223;
}
.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(250, 34, 35, 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: #fa2223;
}
.cowboy_mbPanel_2 .cmpContent .cmpMenu .cmpNav .moremenu > a {
  position: relative;
}
.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.open span::after {
  height: 0;
}
.cowboy_mbPanel_2 .cmpFooter {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background: #fff;
  border-top: 2px solid #fa2223;
  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: #fa2223;
  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;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cowboy_mbPanel_3 .cmpTop.open {
  background: url("../images_v4/mobile/mb_bg.jpg");
}
.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: 2px;
  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: 20px;
  height: 2px;
  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: 2px;
  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: url("../images_v4/mobile/mb_bg.jpg");
  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: #fa2223;
  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(250, 34, 35, 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: #fa2223;
}
.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: #fa2223;
}
.cowboy_mbPanel_3 .cmpContent .cmpMenu .cmpNav > li .submenu li:first-child a {
  position: relative;
  color: #fa2223;
  border-top: 1px solid #fa2223;
  border-bottom: 1px solid #fa2223;
}
.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 #fa2223;
  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: #fa2223;
  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 {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  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%;
  width: 100%;
}
.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;
}

@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 #fa2223;
  border-bottom: 1px solid #cbcbcb;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cowboy_mbPanel_4 .cmpTop.open {
  background: url("../images_v4/mobile/mb_bg.jpg");
}
.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: 2px;
  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: 20px;
  height: 2px;
  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: 2px;
  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: url("../images_v4/mobile/mb_bg.jpg");
  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: #fa2223;
  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(250, 34, 35, 0.3);
  border-bottom: 0px solid rgba(250, 34, 35, 0.3);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_4 .cmpContent .cmpMenu .cmpNav > li > a.active {
  color: #fa2223;
}
.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: #fa2223;
}
.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: #fa2223;
}
.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 #fa2223;
  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: #fa2223;
  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 {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  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%;
  width: 100%;
}
.cowboy_mbPanel_4 .cmpBottom > div a p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 3px 0 0;
}

@media (min-width: 1025px) {
  .cowboy_mbPanel_5 {
    display: none;
  }
}
.cowboy_mbPanel_5 .cmpTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background: #fa2223;
  z-index: 100;
  padding: 10px 15px 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cowboy_mbPanel_5 .cmpTop.open {
  background: #fa2223;
}
.cowboy_mbPanel_5 .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_5 .cmpTop > div a {
  display: block;
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
.cowboy_mbPanel_5 .cmpTop > div a img {
  display: block;
  max-height: 45px;
}
.cowboy_mbPanel_5 .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: 23px;
}
.cowboy_mbPanel_5 .cmpTop > div a.cmpBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #ffffff;
  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_5 .cmpTop > div a.cmpBtn div {
  width: 20px;
  height: 2px;
  border-radius: 30px;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_5 .cmpTop > div a.cmpBtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #ffffff;
  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_5 .cmpTop > div a.cmpBtn.open::before {
  width: 30.5px;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
}
.cowboy_mbPanel_5 .cmpTop > div a.cmpBtn.open div {
  opacity: 0;
}
.cowboy_mbPanel_5 .cmpTop > div a.cmpBtn.open::after {
  width: 30.5px;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
}
.cowboy_mbPanel_5 .cmpTop .cmpTop_up {
  height: 50px;
}
.cowboy_mbPanel_5 .cmpTop .cmpTop_down {
  padding: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cowboy_mbPanel_5 .cmpNav {
  padding-top: 20px;
  margin: 0 15px;
}
.cowboy_mbPanel_5 .cmpNav > li.btnBox-link {
  margin-bottom: 10px;
}
.cowboy_mbPanel_5 .cmpNav > li:nth-of-type(1) {
  background: rgba(255, 255, 255, 0.5);
}
.cowboy_mbPanel_5 .cmpNav > li:nth-of-type(2) {
  background: rgb(0, 0, 0);
}
.cowboy_mbPanel_5 .cmpNav > li:nth-of-type(3) {
  border: 1px solid #ffffff;
}
.cowboy_mbPanel_5 .nav_icon_area {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cowboy_mbPanel_5 .nav_icon_area a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ffffff;
}
.cowboy_mbPanel_5 .nav_icon_area a img {
  width: 30px;
}
.cowboy_mbPanel_5 .nav_icon_area a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.cowboy_mbPanel_5 .cmpContent {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_5 .cmpContent::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cowboy_mbPanel_5 .cmpContent.open {
  opacity: 1;
  visibility: visible;
  top: 70px;
}
.cowboy_mbPanel_5 .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_5 .cmpContent .cmpLang a {
  color: #333;
  font-size: 16px;
  margin: 0 7.5px;
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu {
  z-index: 20;
  position: relative;
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .btnBox-link a::after {
  content: "\f0c1";
  font-family: FontAwesome;
  position: absolute;
  right: 50px;
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu > p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 30px 0;
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .cmpNav a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .cmpNav > li > a {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 15px 10px;
  padding-left: 30px;
  border-top: 1px solid rgba(250, 34, 35, 0.3);
  border-bottom: 0px solid rgba(250, 34, 35, 0.3);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .cmpNav > li > a.active {
  color: #ffffff;
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .cmpNav > li.moremenu > a::after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .cmpNav > li.moremenu > a.open::after {
  -webkit-transform: none;
          transform: none;
  content: "\f068";
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .cmpNav > li .submenu li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  padding: 12px 15px 10px 47px;
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .cmpNav > li .submenu li a.active {
  color: #333333;
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .cmpNav > li .submenu li .submenu li a {
  padding: 12px 15px 10px 79px;
  border-bottom: 0;
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .cmpNav > li .submenu li .submenu li a.active {
  color: #333333;
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .cmpNav > li .submenu li:not(:last-child) .submenu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .cmpNav > li .submenu li:last-child .submenu {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .cmpNav .moremenu > a i {
  margin-left: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .cmpNav .moremenu > a::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 50px;
}
.cowboy_mbPanel_5 .cmpContent .cmpMenu .cmpNav .moremenu > a.open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cowboy_mbPanel_5 .cmpFooter {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 10px 15px;
  padding-bottom: 0;
  background: #fa2223;
  border-top: 2px solid #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_5 .cmpFooter.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_5 .cmpFooter p {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.cowboy_mbPanel_5 .cmpFooter .nav_icon_area {
  text-align: center;
}
@media (max-width: 992px) {
  .cowboy_mbPanel_5 .cmpFooter .nav_icon_area a {
    width: 45px;
  }
  .cowboy_mbPanel_5 .cmpFooter .nav_icon_area a:not(:last-of-type) {
    margin-right: 20px;
  }
}
.cowboy_mbPanel_5 .cmpBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_5 .cmpBottom.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_5 .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_5 .cmpBottom > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cowboy_mbPanel_5 .cmpBottom > div a p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 3px 0 0;
}

@media (min-width: 1025px) {
  .cowboy_mbPanel_6 {
    display: none;
  }
}
.cowboy_mbPanel_6 .cmpTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background: #fff;
  z-index: 100;
  padding: 10px 15px 10px;
  -webkit-transition: none;
  transition: none;
}
.cowboy_mbPanel_6 .cmpTop.open {
  background: transparent;
  z-index: 105;
}
.cowboy_mbPanel_6 .cmpTop.open .cmpTop_up a {
  color: #ffffff;
}
.cowboy_mbPanel_6 .cmpTop.open.bg {
  background: #333333;
}
.cowboy_mbPanel_6 .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_6 .cmpTop > div a {
  display: block;
  color: #333;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
.cowboy_mbPanel_6 .cmpTop > div a img {
  display: block;
  max-height: 45px;
}
.cowboy_mbPanel_6 .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: 23px;
}
.cowboy_mbPanel_6 .cmpTop > div a.cmpBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  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_6 .cmpTop > div a.cmpBtn div {
  width: 20px;
  height: 2px;
  border-radius: 30px;
  background: #333;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_6 .cmpTop > div a.cmpBtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  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_6 .cmpTop > div a.cmpBtn.open::before {
  width: 30.5px;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
  background: #ffffff;
}
.cowboy_mbPanel_6 .cmpTop > div a.cmpBtn.open div {
  opacity: 0;
}
.cowboy_mbPanel_6 .cmpTop > div a.cmpBtn.open::after {
  width: 30.5px;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
  background: #ffffff;
}
.cowboy_mbPanel_6 .cmpTop .cmpTop_up {
  height: 50px;
}
.cowboy_mbPanel_6 .cmpTop .cmpTop_down {
  padding: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cowboy_mbPanel_6 .cmpContent {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background: url("../images_v4/mobile/cowboy6/mobile_bg.png") no-repeat center center/cover;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 90px;
}
.cowboy_mbPanel_6 .cmpContent::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cowboy_mbPanel_6 .cmpContent.open {
  opacity: 1;
  visibility: visible;
  top: 0px;
}
.cowboy_mbPanel_6 .cmpContent .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 20px;
  position: relative;
  padding: 0 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}
.cowboy_mbPanel_6 .cmpContent .search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 220px;
  padding: 10px 55px 10px 20px;
  border: solid 1px #dfddd5;
  background-color: #fff;
  border-radius: 300px;
}
.cowboy_mbPanel_6 .cmpContent .search .submit {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 22px;
  height: 22px;
  margin: auto;
  background: url("../images_v4/mobile/cowboy6/icon_search.svg") no-repeat center center/contain;
}
.cowboy_mbPanel_6 .cmpContent .search .submit input {
  width: 100%;
  height: 100%;
  background: none;
  padding: 0;
  pointer-events: painted;
  border: none;
  cursor: pointer;
}
.cowboy_mbPanel_6 .cmpContent .btn-introduce {
  margin: auto auto 2em auto;
  text-align: center;
  padding: 0 30px;
}
.cowboy_mbPanel_6 .cmpContent .btn-introduce a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4.5em;
  gap: 0.5em;
}
.cowboy_mbPanel_6 .cmpContent .btn-introduce a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 3em;
  height: 3em;
  margin: auto;
  border: solid 1px white;
  border-radius: 200px;
  background: url("../images_v4/mobile/cowboy6/icon_arrow1.png") no-repeat 50% center/26% auto;
  content: "";
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.cowboy_mbPanel_6 .cmpContent .btn-introduce a:hover {
  opacity: 0.6;
}
.cowboy_mbPanel_6 .cmpContent .btn-introduce img {
  width: 65px;
}
.cowboy_mbPanel_6 .cmpContent .btn-introduce .subBlockTitle-small {
  color: #ffffff;
  text-align: left;
  line-height: 1.41;
}
.cowboy_mbPanel_6 .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_6 .cmpContent .cmpLang a {
  color: #333;
  font-size: 16px;
  margin: 0 7.5px;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu {
  padding: 0 15px;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu > p {
  color: #fa2223;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 30px 0;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav > li {
  overflow: hidden;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav > li > a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 15px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav > li > a.active {
  color: #333333;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav > li .submenu li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  padding: 12px 15px 10px 47px;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav > li .submenu li a.active {
  color: #333333;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav > li .submenu li .submenu li a {
  padding: 12px 15px 10px 79px;
  border-bottom: 0;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav > li .submenu li .submenu li a.active {
  color: #333333;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav > li .submenu li:not(:last-child) .submenu {
  border-bottom: 1px solid #999;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav > li .submenu li:last-child .submenu {
  border-top: 1px solid #999;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav .moremenu {
  overflow: hidden;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav .moremenu > a::after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 30px;
  color: #d7092f;
  font-size: 25px;
  line-height: 25px;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav .moremenu > a::before {
  content: "";
  position: absolute;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  right: 70px;
  height: 30px;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav .moremenu > a.open::after {
  content: "\f068";
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav .moremenu .submenu {
  overflow: hidden;
}
.cowboy_mbPanel_6 .cmpFooter {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 10px 15px;
  padding-bottom: 0;
  background: #fff;
  border-top: 2px solid #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
.cowboy_mbPanel_6 .cmpFooter.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_6 .cmpFooter p {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.cowboy_mbPanel_6 .cmpFooter .nav_icon_area {
  text-align: center;
}
@media (max-width: 992px) {
  .cowboy_mbPanel_6 .cmpFooter .nav_icon_area a {
    width: 45px;
  }
  .cowboy_mbPanel_6 .cmpFooter .nav_icon_area a:not(:last-of-type) {
    margin-right: 20px;
  }
}
.cowboy_mbPanel_6 .cmpBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_6 .cmpBottom.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_6 .cmpBottom.open2 {
  background: transparent;
}
.cowboy_mbPanel_6 .cmpBottom.open2.bg {
  background: #333333;
}
.cowboy_mbPanel_6 .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_6 .cmpBottom > div a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  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: 100%;
  height: 100%;
}
.cowboy_mbPanel_6 .cmpBottom > div a p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 3px 0 0;
}
.cowboy_mbPanel_6 .social_icon_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  gap: 10px;
  padding-bottom: 50px;
}
.cowboy_mbPanel_6 .social_icon_area a {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  font-size: 0;
}
.cowboy_mbPanel_6 .social_icon_area a:hover img {
  opacity: 1;
}
.cowboy_mbPanel_6 .social_icon_area img {
  opacity: 0.6;
  vertical-align: middle;
}

@media (min-width: 1025px) {
  .cowboy_mbPanel_7 {
    display: none;
  }
}
.cowboy_mbPanel_7 .cmpTop-info.open {
  display: none;
}
.cowboy_mbPanel_7 .cmpTop-info a {
  color: inherit;
  font-size: 0.888889rem;
  letter-spacing: 1px;
  font-weight: 300;
}
.cowboy_mbPanel_7 .cmpTop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background: #fff;
  z-index: 9;
  padding: 10px 15px 0;
  border-bottom: 1px solid #cbcbcb;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cowboy_mbPanel_7 .cmpTop.open {
  background: #fa2223;
  top: 0 !important;
}
.cowboy_mbPanel_7 .cmpTop.open a {
  color: #ffffff;
}
.cowboy_mbPanel_7 .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_7 .cmpTop > div a {
  display: block;
  color: #333;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
.cowboy_mbPanel_7 .cmpTop > div a img {
  display: block;
  max-height: 45px;
}
.cowboy_mbPanel_7 .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: 23px;
}
.cowboy_mbPanel_7 .cmpTop > div a.cmpBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  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_7 .cmpTop > div a.cmpBtn div {
  width: 20px;
  height: 2px;
  border-radius: 30px;
  background: #333;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_7 .cmpTop > div a.cmpBtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  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_7 .cmpTop > div a.cmpBtn.open::before {
  width: 30.5px;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
  background: #ffffff;
}
.cowboy_mbPanel_7 .cmpTop > div a.cmpBtn.open div {
  opacity: 0;
  background: #ffffff;
}
.cowboy_mbPanel_7 .cmpTop > div a.cmpBtn.open::after {
  width: 30.5px;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
  background: #ffffff;
}
.cowboy_mbPanel_7 .cmpTop .cmpTop_up {
  height: 50px;
}
.cowboy_mbPanel_7 .cmpTop .cmpTop_down {
  padding: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cowboy_mbPanel_7 .cmpContent {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_7 .cmpContent::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cowboy_mbPanel_7 .cmpContent.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_7 .cmpContent.open .cmpMenu > p span::after {
  width: 100%;
}
.cowboy_mbPanel_7 .cmpContent.open .cmpMenu .cmpNav > li > a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cowboy_mbPanel_7 .cmpContent.open .cmpMenu .cmpNav > li .submenu {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cowboy_mbPanel_7 .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_7 .cmpContent .cmpLang a {
  color: #333;
  font-size: 16px;
  margin: 0 7.5px;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu > p {
  font-weight: 700;
  line-height: 1;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  margin-top: 70px;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu > p span {
  font-size: 1.444444rem;
  color: #ffffff;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu > p span::after {
  content: "";
  height: 2.5px;
  width: 0%;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  bottom: 12px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu .cmpNav > li > a {
  display: block;
  color: #ffffff;
  font-size: 1.444444rem;
  padding: 12px 50px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  line-height: 1.2;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu .cmpNav > li .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu .cmpNav > li .submenu li {
  width: 50%;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu .cmpNav > li .submenu li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  padding: 12px 15px 10px 50px;
  font-weight: bold;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu .cmpNav > li .submenu li a.active {
  color: #333333;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu .cmpNav > li .submenu li .submenu li a {
  padding: 12px 15px 10px 79px;
  border-bottom: 0;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu .cmpNav > li .submenu li .submenu li a.active {
  color: #fa2223;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu .cmpNav > li .submenu li:last-child .submenu {
  border-top: 1px solid #999;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu .cmpNav > .moremenu > a::before {
  content: "";
  height: 1.3px;
  width: 1rem;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 55px;
}
.cowboy_mbPanel_7 .cmpFooter {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 10px 15px;
  padding-bottom: 0;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_7 .cmpFooter.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_7 .cmpFooter p {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.cowboy_mbPanel_7 .cmpFooter .nav_icon_area {
  text-align: center;
}
@media (max-width: 992px) {
  .cowboy_mbPanel_7 .cmpFooter .nav_icon_area a {
    width: 45px;
  }
  .cowboy_mbPanel_7 .cmpFooter .nav_icon_area a:not(:last-of-type) {
    margin-right: 20px;
  }
}
.cowboy_mbPanel_7 .cmpBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_7 .cmpBottom.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_7 .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_7 .cmpBottom > div a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  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%;
  width: 100%;
}
.cowboy_mbPanel_7 .cmpBottom > div a p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 3px 0 0;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu .cmpNav > li .submenu li:last-child .submenu {
  border-top: none;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu .cmpNav ul.submenu > .moremenu ul.submenu {
  display: block;
  padding-left: 65px;
  -webkit-transition: none;
  transition: none;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu .cmpNav ul.submenu > .moremenu ul.submenu li {
  width: 100%;
}
.cowboy_mbPanel_7 .cmpContent .cmpMenu .cmpNav ul.submenu > .moremenu ul.submenu li a {
  padding: 0;
}

@media (min-width: 1025px) {
  .cowboy_mbPanel_8 {
    display: none;
  }
}
.cowboy_mbPanel_8 .cmpTop-info.open {
  display: none;
}
.cowboy_mbPanel_8 .cmpTop-info a {
  color: inherit;
  font-size: 0.888889rem;
  letter-spacing: 1px;
  font-weight: 300;
}
.cowboy_mbPanel_8 .cmpTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background: #ffffff;
  z-index: 9;
  padding: 10px 15px 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cowboy_mbPanel_8 .cmpTop.open {
  background: #fa2223;
  top: 0 !important;
}
.cowboy_mbPanel_8 .cmpTop.open > div a {
  color: #fff;
}
.cowboy_mbPanel_8 .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_8 .cmpTop > div a {
  display: block;
  color: #333;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
.cowboy_mbPanel_8 .cmpTop > div a img {
  display: block;
  max-height: 45px;
}
.cowboy_mbPanel_8 .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: 15px;
}
.cowboy_mbPanel_8 .cmpTop > div a.cmpBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  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_8 .cmpTop > div a.cmpBtn div {
  width: 20px;
  height: 0px;
  border-radius: 30px;
  background: #333;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_8 .cmpTop > div a.cmpBtn div::before {
  content: "";
  position: absolute;
  height: 45px;
  width: 45px;
  border: 1px solid #333;
  border-radius: 50%;
  left: 39%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cowboy_mbPanel_8 .cmpTop > div a.cmpBtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  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_8 .cmpTop > div a.cmpBtn.open {
  height: 23px;
}
.cowboy_mbPanel_8 .cmpTop > div a.cmpBtn.open::before {
  width: 30.5px;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
  z-index: 2;
}
.cowboy_mbPanel_8 .cmpTop > div a.cmpBtn.open div::before {
  left: 34.8%;
  background: #ffffff;
  z-index: -1;
}
.cowboy_mbPanel_8 .cmpTop > div a.cmpBtn.open::after {
  width: 30.5px;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
}
.cowboy_mbPanel_8 .cmpTop .cmpTop_up {
  height: 50px;
}
.cowboy_mbPanel_8 .cmpTop .cmpTop_down {
  padding: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cowboy_mbPanel_8 .cmpNav {
  padding-top: 60px;
  margin: 0 15px;
}
.cowboy_mbPanel_8 .nav_icon_area {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cowboy_mbPanel_8 .nav_icon_area a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ffffff;
}
.cowboy_mbPanel_8 .nav_icon_area a img {
  width: 30px;
}
.cowboy_mbPanel_8 .nav_icon_area a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.cowboy_mbPanel_8 .cmpContent {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_8 .cmpContent::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cowboy_mbPanel_8 .cmpContent.open {
  opacity: 1;
  visibility: visible;
  top: 70px;
}
.cowboy_mbPanel_8 .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_8 .cmpContent .cmpLang a {
  color: #333;
  font-size: 16px;
  margin: 0 7.5px;
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu {
  z-index: 20;
  position: relative;
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .btnBox-link a::after {
  content: "\f0c1";
  font-family: FontAwesome;
  position: absolute;
  right: 50px;
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu > p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 30px 0;
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav > li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav > li > a {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  padding: 32px 15px 32px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav > li > a.active {
  color: #ffffff;
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav > li.moremenu > a::after {
  content: "\f067";
  font-family: FontAwesome;
  color: #fa2223;
  background-color: #ffffff;
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 30px;
  height: 30px;
  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;
  border-radius: 50%;
  font-weight: bold;
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav > li.moremenu > a.open::after {
  -webkit-transform: none;
          transform: none;
  content: "\f068";
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav > li.moremenu > a.active {
  background: rgba(255, 255, 255, 0.4);
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav > li .submenu li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 15px 10px 15px;
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav > li .submenu li a.active {
  color: #333333;
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav > li .submenu li .submenu li a {
  padding: 12px 15px 10px 79px;
  border-bottom: 0;
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav > li .submenu li .submenu li a.active {
  color: #333333;
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav > li .submenu li:not(:last-child) .submenu {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav > li .submenu li:last-child .submenu {
  border-top: 1px solid rgba(153, 153, 153, 0.3);
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav .moremenu > a i {
  margin-left: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav .moremenu > a::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 50px;
}
.cowboy_mbPanel_8 .cmpContent .cmpMenu .cmpNav .moremenu > a.open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cowboy_mbPanel_8 .cmpFooter {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 10px 15px;
  padding-bottom: 0;
  background: #fa2223;
  border-top: 2px solid #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_8 .cmpFooter.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_8 .cmpFooter p {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.cowboy_mbPanel_8 .cmpFooter .nav_icon_area {
  text-align: center;
}
@media (max-width: 992px) {
  .cowboy_mbPanel_8 .cmpFooter .nav_icon_area a {
    width: 45px;
  }
  .cowboy_mbPanel_8 .cmpFooter .nav_icon_area a:not(:last-of-type) {
    margin-right: 20px;
  }
}
.cowboy_mbPanel_8 .cmpBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_8 .cmpBottom.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_8 .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_8 .cmpBottom > div a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  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%;
  width: 100%;
}
.cowboy_mbPanel_8 .cmpBottom > div a p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 3px 0 0;
}

@media (min-width: 1025px) {
  .cowboy_mbPanel_9 {
    display: none;
  }
}
.cowboy_mbPanel_9 .cmpTop-info.open {
  display: none;
}
.cowboy_mbPanel_9 .cmpTop-info a {
  color: inherit;
  font-size: 0.888889rem;
  letter-spacing: 1px;
  font-weight: 300;
}
.cowboy_mbPanel_9 .cmpTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fff;
  z-index: 100;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cowboy_mbPanel_9 .cmpTop.open {
  background: #fa2223;
  top: 0 !important;
}
.cowboy_mbPanel_9 .cmpTop.open > div a {
  color: #ffffff;
}
.cowboy_mbPanel_9 .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_9 .cmpTop > div a {
  display: block;
  color: #333;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
.cowboy_mbPanel_9 .cmpTop > div a img {
  display: block;
  max-height: 45px;
}
.cowboy_mbPanel_9 .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_9 .cmpTop > div a.cmpBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  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_9 .cmpTop > div a.cmpBtn div {
  width: 20px;
  height: 2px;
  border-radius: 30px;
  background: #333;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_9 .cmpTop > div a.cmpBtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  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_9 .cmpTop > div a.cmpBtn.open::before {
  width: 30.5px;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
  background: #ffffff;
}
.cowboy_mbPanel_9 .cmpTop > div a.cmpBtn.open div {
  opacity: 0;
}
.cowboy_mbPanel_9 .cmpTop > div a.cmpBtn.open::after {
  width: 30.5px;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
  background: #ffffff;
}
.cowboy_mbPanel_9 .cmpContent {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_9 .cmpContent::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cowboy_mbPanel_9 .cmpContent.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_9 .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_9 .cmpContent .cmpLang a {
  color: #333;
  font-size: 16px;
  margin: 0 7.5px;
}
.cowboy_mbPanel_9 .cmpContent .cmpMenu {
  padding-top: 15vw;
  width: 75vw;
  margin: 0 auto;
  overflow: hidden;
}
.cowboy_mbPanel_9 .cmpContent .cmpMenu > p {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.cowboy_mbPanel_9 .cmpContent .cmpMenu .cmpNav {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_9 .cmpContent .cmpMenu .cmpNav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.cowboy_mbPanel_9 .cmpContent .cmpMenu .cmpNav > li > a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 4vw 0;
  position: relative;
}
.cowboy_mbPanel_9 .cmpContent .cmpMenu .cmpNav > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5.0666666667vw;
  height: 1.3333333333vw;
  background: url("../images_v4/mobile/cowboy9/mobile_menu_arrw.svg") no-repeat top center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cowboy_mbPanel_9 .cmpContent .cmpMenu .cmpNav > li > a.active {
  color: #333333;
}
.cowboy_mbPanel_9 .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_9 .cmpContent .cmpMenu .cmpNav > li .submenu.show {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cowboy_mbPanel_9 .cmpContent .cmpMenu .cmpNav > li .submenu li a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 12px 30px 10px 15px;
}
.cowboy_mbPanel_9 .cmpContent .cmpMenu .cmpNav > li .submenu li a.active {
  color: #fa2223;
}
.cowboy_mbPanel_9 .cmpContent .cmpMenu .cmpNav > li .submenu li:first-child a {
  position: relative;
  color: #fa2223;
  border-top: 1px solid #fa2223;
  border-bottom: 1px solid #fa2223;
}
.cowboy_mbPanel_9 .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_9 .cmpContent .cmpMenu .cmpNav .moremenu > a {
  position: relative;
}
.cowboy_mbPanel_9 .cmpContent .social_icon_area {
  padding-top: 10vw;
  width: 75vw;
  margin: 0 auto;
}
.cowboy_mbPanel_9 .cmpContent .social_icon_area a:hover {
  opacity: 0.8;
}
.cowboy_mbPanel_9 .cmpContent .social_icon_area img {
  width: 45px;
  height: 45px;
}
.cowboy_mbPanel_9 .cmpFooter {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background: #fff;
  border-top: 2px solid #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_9 .cmpFooter.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_9 .cmpFooter p {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.cowboy_mbPanel_9 .cmpBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_9 .cmpBottom.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_9 .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_9 .cmpBottom > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.cowboy_mbPanel_9 .cmpBottom > div a p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 3px 0 0;
}

@media (min-width: 1025px) {
  .cowboy_mbPanel_9-1 {
    display: none;
  }
}
.cowboy_mbPanel_9-1 .cmpTop-info.open {
  display: none;
}
.cowboy_mbPanel_9-1 .cmpTop-info a {
  color: inherit;
  font-size: 0.888889rem;
  letter-spacing: 1px;
  font-weight: 300;
}
.cowboy_mbPanel_9-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;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cowboy_mbPanel_9-1 .cmpTop.open {
  background: #fa2223;
  top: 0 !important;
}
.cowboy_mbPanel_9-1 .cmpTop.open a {
  color: #fff;
}
.cowboy_mbPanel_9-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_9-1 .cmpTop > div a {
  display: block;
  color: #333;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
.cowboy_mbPanel_9-1 .cmpTop > div a img {
  display: block;
  max-height: 45px;
}
.cowboy_mbPanel_9-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_9-1 .cmpTop > div a.cmpBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  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_9-1 .cmpTop > div a.cmpBtn div {
  width: 20px;
  height: 2px;
  border-radius: 30px;
  background: #333;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_9-1 .cmpTop > div a.cmpBtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  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_9-1 .cmpTop > div a.cmpBtn.open::before {
  width: 30.5px;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
  background: #ffffff;
}
.cowboy_mbPanel_9-1 .cmpTop > div a.cmpBtn.open div {
  opacity: 0;
}
.cowboy_mbPanel_9-1 .cmpTop > div a.cmpBtn.open::after {
  width: 30.5px;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
  background: #ffffff;
}
.cowboy_mbPanel_9-1 .cmpContent {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_9-1 .cmpContent::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cowboy_mbPanel_9-1 .cmpContent.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_9-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_9-1 .cmpContent .cmpLang a {
  color: #333;
  font-size: 16px;
  margin: 0 7.5px;
}
.cowboy_mbPanel_9-1 .cmpContent .cmpMenu {
  padding-top: 15vw;
  width: 75vw;
  margin: 0 auto;
  overflow-x: hidden;
}
.cowboy_mbPanel_9-1 .cmpContent .cmpMenu::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cowboy_mbPanel_9-1 .cmpContent .cmpMenu > p {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.cowboy_mbPanel_9-1 .cmpContent .cmpMenu .cmpNav {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_9-1 .cmpContent .cmpMenu .cmpNav .moremenu > a {
  position: relative;
}
.cowboy_mbPanel_9-1 .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_9-1 .cmpContent .cmpMenu .cmpNav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.cowboy_mbPanel_9-1 .cmpContent .cmpMenu .cmpNav > li.moremenu > a::after {
  content: "";
}
.cowboy_mbPanel_9-1 .cmpContent .cmpMenu .cmpNav > li > a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 4vw 0;
  position: relative;
}
.cowboy_mbPanel_9-1 .cmpContent .cmpMenu .cmpNav > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 5.0666666667vw;
  height: 1.3333333333vw;
  background: url("../images_v4/mobile/cowboy9/mobile_menu_arrw.svg") no-repeat top center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cowboy_mbPanel_9-1 .cmpContent .cmpMenu .cmpNav > li > a.active {
  color: #333333;
}
.cowboy_mbPanel_9-1 .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_9-1 .cmpContent .cmpMenu .cmpNav > li .submenu.show {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cowboy_mbPanel_9-1 .cmpContent .cmpMenu .cmpNav > li .submenu li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 4vw 0;
}
.cowboy_mbPanel_9-1 .cmpContent .cmpMenu .cmpNav > li .submenu li a.active {
  color: #333333;
}
.cowboy_mbPanel_9-1 .cmpContent .cmpMenu .cmpNav > li .submenu li:first-child a {
  position: relative;
  color: #333333;
}
.cowboy_mbPanel_9-1 .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_9-1 .cmpContent .social_icon_area {
  padding-top: 10vw;
  width: 75vw;
  margin: 0 auto;
}
.cowboy_mbPanel_9-1 .cmpContent .social_icon_area a:hover {
  opacity: 0.8;
}
.cowboy_mbPanel_9-1 .cmpContent .social_icon_area img {
  width: 45px;
  height: 45px;
}
.cowboy_mbPanel_9-1 .cmpFooter {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background: #fff;
  border-top: 2px solid #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_9-1 .cmpFooter.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_9-1 .cmpFooter p {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.cowboy_mbPanel_9-1 .cmpBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_9-1 .cmpBottom.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_9-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_9-1 .cmpBottom > div a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.cowboy_mbPanel_9-1 .cmpBottom > div a p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 3px 0 0;
}

@media (min-width: 1025px) {
  .cowboy_mbPanel_9-2 {
    display: none;
  }
}
.cowboy_mbPanel_9-2 .cmpTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  height: 50px;
  background: #fff;
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cowboy_mbPanel_9-2 .cmpTop.open {
  background: #fa2223;
  top: 0 !important;
}
.cowboy_mbPanel_9-2 .cmpTop.open a {
  color: #fff;
}
.cowboy_mbPanel_9-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_9-2 .cmpTop > div a {
  display: block;
  color: #333;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
.cowboy_mbPanel_9-2 .cmpTop > div a img {
  display: block;
  max-height: 45px;
}
.cowboy_mbPanel_9-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_9-2 .cmpTop > div a.cmpBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  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_9-2 .cmpTop > div a.cmpBtn div {
  width: 20px;
  height: 2px;
  border-radius: 30px;
  background: #333;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_9-2 .cmpTop > div a.cmpBtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  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_9-2 .cmpTop > div a.cmpBtn.open::before {
  width: 30.5px;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
  background: #ffffff;
}
.cowboy_mbPanel_9-2 .cmpTop > div a.cmpBtn.open div {
  opacity: 0;
}
.cowboy_mbPanel_9-2 .cmpTop > div a.cmpBtn.open::after {
  width: 30.5px;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
  background: #ffffff;
}
.cowboy_mbPanel_9-2 .cmpContent {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_9-2 .cmpContent::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cowboy_mbPanel_9-2 .cmpContent.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_9-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_9-2 .cmpContent .cmpLang a {
  color: #333;
  font-size: 16px;
  margin: 0 7.5px;
}
.cowboy_mbPanel_9-2 .cmpContent .cmpMenu {
  padding-top: 25vw;
  width: 75vw;
  margin: 0 auto;
  overflow-x: hidden;
}
.cowboy_mbPanel_9-2 .cmpContent .cmpMenu::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cowboy_mbPanel_9-2 .cmpContent .cmpMenu > p {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.cowboy_mbPanel_9-2 .cmpContent .cmpMenu .cmpNav {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_9-2 .cmpContent .cmpMenu .cmpNav .moremenu > a {
  position: relative;
}
.cowboy_mbPanel_9-2 .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_9-2 .cmpContent .cmpMenu .cmpNav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.cowboy_mbPanel_9-2 .cmpContent .cmpMenu .cmpNav > li.moremenu > a::after {
  content: "";
}
.cowboy_mbPanel_9-2 .cmpContent .cmpMenu .cmpNav > li > a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 4vw 0;
  position: relative;
}
.cowboy_mbPanel_9-2 .cmpContent .cmpMenu .cmpNav > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 5.0666666667vw;
  height: 1.3333333333vw;
  background: url("../images_v4/mobile/cowboy9/mobile_menu_arrw.svg") no-repeat top center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cowboy_mbPanel_9-2 .cmpContent .cmpMenu .cmpNav > li > a.active {
  color: #333333;
}
.cowboy_mbPanel_9-2 .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_9-2 .cmpContent .cmpMenu .cmpNav > li .submenu.show {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cowboy_mbPanel_9-2 .cmpContent .cmpMenu .cmpNav > li .submenu li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 4vw 0;
}
.cowboy_mbPanel_9-2 .cmpContent .cmpMenu .cmpNav > li .submenu li a.active {
  color: #333333;
}
.cowboy_mbPanel_9-2 .cmpContent .cmpMenu .cmpNav > li .submenu li:first-child a {
  position: relative;
  color: #333333;
}
.cowboy_mbPanel_9-2 .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_9-2 .cmpContent .social_icon_area {
  padding-top: 10vw;
  width: 75vw;
  margin: 0 auto;
}
.cowboy_mbPanel_9-2 .cmpContent .social_icon_area a:hover {
  opacity: 0.8;
}
.cowboy_mbPanel_9-2 .cmpContent .social_icon_area img {
  width: 45px;
  height: 45px;
}
.cowboy_mbPanel_9-2 .cmpFooter {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background: #fff;
  border-top: 2px solid #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_9-2 .cmpFooter.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_9-2 .cmpFooter p {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.cowboy_mbPanel_9-2 .cmpBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_9-2 .cmpBottom.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_9-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_9-2 .cmpBottom > div a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.cowboy_mbPanel_9-2 .cmpBottom > div a p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 3px 0 0;
}

@media (min-width: 1025px) {
  .cowboy_mbPanel_10 {
    display: none;
  }
}
.cowboy_mbPanel_10 .cmpTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fff;
  z-index: 100;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cowboy_mbPanel_10 .cmpTop.open {
  background: #fa2223;
}
.cowboy_mbPanel_10 .cmpTop.open > div a {
  color: #ffffff;
}
.cowboy_mbPanel_10 .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_10 .cmpTop > div a {
  display: block;
  color: #333;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
.cowboy_mbPanel_10 .cmpTop > div a img {
  display: block;
  max-height: 45px;
}
.cowboy_mbPanel_10 .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_10 .cmpTop > div a.cmpBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  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_10 .cmpTop > div a.cmpBtn div {
  width: 20px;
  height: 2px;
  border-radius: 30px;
  background: #333;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboy_mbPanel_10 .cmpTop > div a.cmpBtn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  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_10 .cmpTop > div a.cmpBtn.open::before {
  width: 30.5px;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
  background: #ffffff;
}
.cowboy_mbPanel_10 .cmpTop > div a.cmpBtn.open div {
  opacity: 0;
}
.cowboy_mbPanel_10 .cmpTop > div a.cmpBtn.open::after {
  width: 30.5px;
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
  background: #ffffff;
}
.cowboy_mbPanel_10 .cmpContent {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_10 .cmpContent::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cowboy_mbPanel_10 .cmpContent.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_10 .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_10 .cmpContent .cmpLang a {
  color: #333;
  font-size: 16px;
  margin: 0 7.5px;
}
.cowboy_mbPanel_10 .cmpContent .cmpMenu {
  padding-top: 25vw;
  width: 75vw;
  margin: 0 auto;
}
.cowboy_mbPanel_10 .cmpContent .cmpMenu > p {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.cowboy_mbPanel_10 .cmpContent .cmpMenu .cmpNav {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.cowboy_mbPanel_10 .cmpContent .cmpMenu .cmpNav > li > a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 2vw 0;
  position: relative;
}
.cowboy_mbPanel_10 .cmpContent .cmpMenu .cmpNav > li > a.active {
  color: #333333;
}
.cowboy_mbPanel_10 .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_10 .cmpContent .cmpMenu .cmpNav > li .submenu.show {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cowboy_mbPanel_10 .cmpContent .cmpMenu .cmpNav > li .submenu li a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 12px 30px 10px 15px;
}
.cowboy_mbPanel_10 .cmpContent .cmpMenu .cmpNav > li .submenu li a.active {
  color: #fa2223;
}
.cowboy_mbPanel_10 .cmpContent .cmpMenu .cmpNav > li .submenu li:first-child a {
  position: relative;
  color: #fa2223;
  border-top: 1px solid #fa2223;
  border-bottom: 1px solid #fa2223;
}
.cowboy_mbPanel_10 .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_10 .cmpContent .cmpMenu .cmpNav .moremenu > a {
  position: relative;
}
.cowboy_mbPanel_10 .cmpContent .contact_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10vw;
  width: 75vw;
  margin: 0 auto;
  gap: 20px;
}
.cowboy_mbPanel_10 .cmpContent .contact_area a {
  width: 100%;
  background: #fff;
  padding: 15px;
  font-size: 24px;
  font-weight: 600;
  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;
  gap: 3vw;
  border-radius: 25px;
}
.cowboy_mbPanel_10 .cmpFooter {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background: #fff;
  border-top: 2px solid #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_10 .cmpFooter.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_10 .cmpFooter p {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.cowboy_mbPanel_10 .cmpBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fa2223;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cowboy_mbPanel_10 .cmpBottom.open {
  opacity: 1;
  visibility: visible;
}
.cowboy_mbPanel_10 .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_10 .cmpBottom > div a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  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%;
  width: 100%;
}
.cowboy_mbPanel_10 .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: #fa2223;
}
.sideCart_content .cartInfo .cartTitle h5 span {
  color: #333333;
}

.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%);
}

/* pageLoading */
.pageLoading {
  background: linear-gradient(45deg, rgb(0, 80, 163) 0%, rgb(92, 143, 196) 35%, rgb(172, 197, 225) 100%);
  height: 100vh;
}

.pageLoading .logo {
  width: 10vw;
  /* 以下為過場動畫 */
  min-width: 190px;
  opacity: 0;
  -webkit-transform: translate(-50%, 40px);
          transform: translate(-50%, 40px);
  transition: all 0.3s, opacity 0.2s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.pageLoading .logo.in {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pageLoadingStyle02 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  background: transparent;
}
.pageLoadingStyle02 > * {
  position: absolute;
}
.pageLoadingStyle02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: gray;
  z-index: 1;
}
.pageLoadingStyle02 .bgUp, .pageLoadingStyle02 .bgDown {
  width: 100%;
  height: 50%;
  background-color: #333333;
  -webkit-transform: none;
          transform: none;
  left: 0;
  top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pageLoadingStyle02 .bgDown {
  top: auto;
  bottom: 0;
}
.pageLoadingStyle02 .textAnimate {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: -40px;
  color: #fff;
  font-size: 1.333333rem;
}
.pageLoadingStyle02 .textAnimate.textAnimate06 span, .pageLoadingStyle02 .textAnimate.textAnimate07 span, .pageLoadingStyle02 .textAnimate.textAnimate08 span {
  color: gray;
}
.pageLoadingStyle02 .textAnimate.textAnimate06 span::after, .pageLoadingStyle02 .textAnimate.textAnimate07 span::after, .pageLoadingStyle02 .textAnimate.textAnimate08 span::after {
  color: #fff;
}
.pageLoadingStyle02 .textAnimate.textAnimate08 span {
  -webkit-animation: textAnimate08-parent-loading 4s infinite;
          animation: textAnimate08-parent-loading 4s infinite;
}
.pageLoadingStyle02 .line {
  height: 1px;
  background-color: #fff;
  z-index: 1;
  top: 50%;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-animation: lineW 1s infinite;
          animation: lineW 1s infinite;
}
.pageLoadingStyle02.loadingEnd::before {
  display: none;
}
.pageLoadingStyle02.loadingEnd .textAnimate {
  display: none;
}
.pageLoadingStyle02.loadingEnd .line {
  display: none;
}
.pageLoadingStyle02.loadingEnd .bgUp, .pageLoadingStyle02.loadingEnd .bgDown {
  height: 0;
}

@-webkit-keyframes lineW {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes lineW {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes textAnimate08-parent-loading {
  0%, 35%, 100% {
    color: gray;
  }
  60%, 80% {
    color: #fff;
  }
}
@keyframes textAnimate08-parent-loading {
  0%, 35%, 100% {
    color: gray;
  }
  60%, 80% {
    color: #fff;
  }
}
.pageLoadingStyle03 {
  background: linear-gradient(120deg, #7bc6cc, #be93c5);
}
.pageLoadingStyle03 .textAnimate {
  width: 100%;
  padding: 0 15px;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 1440px) {
  .pageLoadingStyle03 .textAnimate {
    font-size: 1.666667rem;
  }
}
@media (max-width: 768px) {
  .pageLoadingStyle03 .textAnimate {
    font-size: 1.222222rem;
  }
}

/*側邊浮動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;
  top: 84%;
}

.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: #fa2223;
  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;
  }
}
.noscroll .fixedIcons {
  z-index: 1;
}

.fixedIcons {
  position: fixed;
  top: 55%;
  left: 13px;
  display: block;
  z-index: 9;
}
.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;
}

.fixedIcons-2 {
  position: fixed;
  z-index: 9;
  left: 5px;
  bottom: 50vh;
  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: 70px;
  background-color: #fa2223;
  border-radius: 70px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  -webkit-transition: background-color 0.3s ease, max-height 0.3s ease, min-height 0.3s ease;
  transition: background-color 0.3s ease, max-height 0.3s ease, min-height 0.3s ease;
  max-height: 300px;
  min-height: 200px;
  overflow: hidden;
}
.fixedIcons-2.close {
  max-height: 70px;
  min-height: 70px;
}
.fixedIcons-2.close .links {
  display: none;
}
.fixedIcons-2.close .toggle-btn .dots span::after {
  display: none;
}
.fixedIcons-2 .links {
  padding: 30px 0 20px;
  font-size: 22px;
}
.fixedIcons-2 .links li a {
  display: block;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  color: #fff;
}
.fixedIcons-2 .links li a:hover {
  opacity: 0.7;
}
.fixedIcons-2 .links li + li {
  margin-top: 20px;
}
.fixedIcons-2 .toggle {
  width: 55px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedIcons-2 .toggle-btn {
  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;
  text-decoration: none !important;
  font-size: 0.888889rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  cursor: pointer;
}
.fixedIcons-2 .toggle-btn .dots {
  width: 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;
}
.fixedIcons-2 .toggle-btn .dots span {
  display: block;
}
.fixedIcons-2 .toggle-btn .dots span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}
.fixedIcons-2 .toggle-btn .dots span::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-top: 15px;
}
.fixedIcons-2 .toggle-btn .dots span:nth-child(2)::after {
  display: none;
}
.fixedIcons-2 .toggle-btn .text {
  margin-top: 10px;
  font-size: 0.888889rem;
}

.fixedIcons-3 .toggle-btn {
  display: none;
  background: #fa2223;
  position: fixed;
  padding: 0;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fixedIcons-3 .toggle-btn svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  margin: 0;
  fill: #fff;
}
.fixedIcons-3 .toggle-btn:hover {
  background: #333333;
}
.fixedIcons-3 .fixedIcons-3-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 9;
  font-size: 14px;
  bottom: 20%;
  -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;
  right: 20px;
}
.fixedIcons-3 .fixedIcons-3-menu img {
  height: 98px;
  margin-bottom: -3px;
  position: relative;
  z-index: 5;
}
.fixedIcons-3 .fixedIcons-3-menu .close-btn {
  width: 30px;
  height: 30px;
  top: -30px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  z-index: 10;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  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;
}
.fixedIcons-3 .fixedIcons-3-menu .close-btn:hover {
  background-color: #fa2223;
  color: #fff;
}
.fixedIcons-3 .menu-content {
  border-radius: 4px;
  background: #333333;
  -webkit-box-shadow: 0 2px 14px -1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 14px -1px rgba(0, 0, 0, 0.16);
}
.fixedIcons-3 .menu-content .title {
  background: #333333;
  height: 2px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  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;
}
.fixedIcons-3 .menu-content li {
  background: #fff;
  margin: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 40px;
  width: 130px;
  color: #fa2223;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-weight: 500;
}
.fixedIcons-3 .menu-content li a {
  font-weight: 600;
  color: #4c545a;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixedIcons-3 .menu-content li:hover {
  background-color: #9b6a59;
}
.fixedIcons-3 .menu-content li:hover a {
  color: #fff;
}

.fixedIcons-4 .goTopStyle {
  z-index: 9;
  position: fixed;
  right: 10px;
  bottom: 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .fixedIcons-4 .goTopStyle {
    bottom: 10%;
  }
}
.fixedIcons-4 .goTopStyle span {
  font-size: 18px;
  width: 60px;
  height: 60px;
  background-color: #F8F47B;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  font-weight: bold;
  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;
}
.fixedIcons-4 .goTopStyle:hover {
  color: #333333;
  opacity: 0.9;
}
.fixedIcons-4 .groupFixed {
  z-index: 9;
  position: fixed;
  right: 80px;
  bottom: 0;
}
@media (max-width: 1024px) {
  .fixedIcons-4 .groupFixed {
    display: none;
  }
}
.fixedIcons-4 .groupFixed .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.fixedIcons-4 .groupFixed .list {
  height: 60px;
  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-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 0 20px;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #32AA63;
  color: #fff;
  font-size: 18px;
}
.fixedIcons-4 .groupFixed .list:nth-child(2) {
  background-color: #F2944D;
}
.fixedIcons-4 .groupFixed .list:nth-child(3) {
  background-color: #9BCB60;
}
.fixedIcons-4 .groupFixed .list .icon i {
  font-size: 26px;
  vertical-align: text-bottom;
}
.fixedIcons-4 .groupFixed .list .icon img {
  height: 30px;
  vertical-align: bottom;
}
.fixedIcons-4 .groupFixed .list:hover {
  opacity: 0.9;
}

.coverCommercial {
  position: fixed;
  display: block;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  opacity: 0.8;
}
.coverCommercial:hover {
  opacity: 1;
  color: #fff;
}
.coverCommercial .box {
  text-align: center;
  width: 48px;
}
.coverCommercial .box img {
  display: block;
}
.coverCommercial .box i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background-color: orange;
}

.coverCommercialContent {
  position: fixed;
  top: 0;
  left: 0;
  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;
  z-index: 9999;
}
.coverCommercialContent .bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.coverCommercialContent .contentBox {
  position: relative;
  width: auto;
  max-width: 900px;
  margin: 0 15px;
  z-index: 2;
}
.coverCommercialContent .contentBox .closeBtn {
  position: absolute;
  top: -55px;
  right: 0;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.coverCommercialContent .contentBox .content {
  max-height: 75vh;
  overflow-y: auto;
}
.coverCommercialContent .contentBox .content::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.coverCommercialContent .contentBox .content img {
  display: inline-block;
}
.coverCommercialContent.coverCommercialStyle01 .contentBox {
  width: auto;
}
.coverCommercialContent.coverCommercialStyle02 .bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.coverCommercialContent.coverCommercialStyle02 .contentBox {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 30px;
}
@media (max-width: 1024px) {
  .coverCommercialContent.coverCommercialStyle02 .contentBox {
    width: 90%;
  }
}
.coverCommercialContent.coverCommercialStyle02 .contentBox .closeBtn {
  color: inherit;
  font-size: 30px;
  line-height: 1px;
  top: 15px;
  right: 30px;
}
.coverCommercialContent.coverCommercialStyle02 .contentBox .content {
  padding-top: 10px;
}
.coverCommercialContent.coverCommercialStyle02 .contentBox .blockTitle span {
  color: #333333;
  font-weight: bold;
}
.coverCommercialContent.coverCommercialStyle02 .contentBox .subBlockTitle-big {
  margin-bottom: 10px;
}
.coverCommercialContent.coverCommercialStyle02 .contentBox .subBlockTitle-big a {
  color: #fa2223;
}
.coverCommercialContent.coverCommercialStyle02 .contentBox .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.coverCommercialContent.coverCommercialStyle02 .contentBox .btnBox {
  margin: 40px 0 0;
  text-align: right;
}
@media (max-width: 767px) {
  .coverCommercialContent.coverCommercialStyle02 .contentBox .btnBox {
    margin: 20px 0 0;
  }
}
.coverCommercialContent.coverCommercialStyle02 .contentBox .btnBox [class^=moreBtn] {
  min-width: 200px;
}
@media (max-width: 1024px) {
  .coverCommercialContent.coverCommercialStyle02 .contentBox .btnBox [class^=moreBtn] {
    min-width: 140px;
  }
}
.coverCommercialContent.coverCommercialStyle02 .contentBox .imgBox {
  text-align: center;
}
.coverCommercialContent.coverCommercialStyle02 .contentBox .imgBox a {
  display: block;
}
.coverCommercialContent.coverCommercialStyle02 .contentBox .imgBox a .imgBoxIn {
  display: inline-block;
  overflow: hidden;
}
.coverCommercialContent.coverCommercialStyle02 .contentBox .imgBox a img {
  vertical-align: bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.coverCommercialContent.coverCommercialStyle02 .contentBox .imgBox a:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.coverCommercialContent.coverCommercialStyle02 .align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .coverCommercialContent.coverCommercialStyle02 .row {
    gap: 30px;
  }
  .coverCommercialContent.coverCommercialStyle02 .imgBox {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.coverCommercialContent.coverCommercialStyle02 .coverCommercialSlide .slick-dots {
  margin-top: 15px;
}
.coverCommercialContent.coverCommercialStyle02 .coverCommercialSlide .slick-dots li button {
  cursor: pointer;
}

.gotopStyle-2 {
  position: fixed;
  right: -130px;
  bottom: 115%;
  width: 100px;
  height: 100px;
  z-index: 10;
  -webkit-transition: right 1.2s, bottom 1.2s;
  transition: right 1.2s, bottom 1.2s;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
@media (max-width: 768px) {
  .gotopStyle-2 {
    width: 50px;
    height: 50px;
  }
}
.gotopStyle-2 p {
  position: relative;
  left: 0;
  top: 0;
  -webkit-animation: fly1 3s ease-in-out infinite, fly2 6s ease-in-out 1.5s infinite;
          animation: fly1 3s ease-in-out infinite, fly2 6s ease-in-out 1.5s infinite;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-bottom: 0;
}
@-webkit-keyframes fly1 {
  0% {
    left: 30%;
  }
  50% {
    left: -30%;
  }
  100% {
    left: 30%;
  }
}
@keyframes fly1 {
  0% {
    left: 30%;
  }
  50% {
    left: -30%;
  }
  100% {
    left: 30%;
  }
}
@-webkit-keyframes fly2 {
  0% {
    top: -10%;
  }
  50% {
    top: 10%;
  }
  100% {
    top: -10%;
  }
}
@keyframes fly2 {
  0% {
    top: -10%;
  }
  50% {
    top: 10%;
  }
  100% {
    top: -10%;
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes fly1 {
    0% {
      left: 10%;
    }
    50% {
      left: -10%;
    }
    100% {
      left: 10%;
    }
  }
  @keyframes fly1 {
    0% {
      left: 10%;
    }
    50% {
      left: -10%;
    }
    100% {
      left: 10%;
    }
  }
}
.gotopStyle-2 i {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 768px) {
  .gotopStyle-2 i {
    width: 50px;
    height: 50px;
  }
}
.gotopStyle-2 .bottom {
  background: url(/images_v4/gotop/gotop_bottom.svg) center center/50px auto no-repeat;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 768px) {
  .gotopStyle-2 .bottom {
    background: url(/images_v4/gotop/gotop_bottom.svg) center center/45px auto no-repeat;
  }
}
.gotopStyle-2 .hover {
  background: url(/images_v4/gotop/gotop_hover.svg) center center/50px auto no-repeat;
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.gotopStyle-2 .top {
  background: url(/images_v4/gotop/gotop_top.svg) center center/50px auto no-repeat;
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media (max-width: 768px) {
  .gotopStyle-2 .top {
    background: url(/images_v4/gotop/gotop_top.svg) center center/45px auto no-repeat;
  }
}
.gotopStyle-2 .stop {
  background: url(/images_v4/gotop/gotop_stop.svg) center center/50px auto no-repeat;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.gotopStyle-2.show {
  right: 1.5%;
  bottom: 100px;
}
@media (max-width: 768px) {
  .gotopStyle-2.show {
    bottom: 8% !important;
  }
}
.gotopStyle-2.up .bottom {
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.gotopStyle-2.up .hover {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.gotopStyle-2.up .top {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 768px) {
  .gotopStyle-2.up .bottom, .gotopStyle-2.up .hover, .gotopStyle-2.up .top, .gotopStyle-2.up .stop {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.gotopStyle-2.wait p {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.gotopStyle-2.wait .bottom {
  opacity: 0;
}
.gotopStyle-2.wait .top {
  opacity: 0;
}
.gotopStyle-2.wait .stop {
  opacity: 1;
}
.gotopStyle-2.upTop .stop {
  opacity: 0;
}
.gotopStyle-2.upTop .bottom {
  opacity: 0 !important;
  -webkit-transform: scale(1.3) !important;
          transform: scale(1.3) !important;
  cursor: default !important;
}
.gotopStyle-2.upTop .hover {
  opacity: 0 !important;
  -webkit-transform: scale(0.7) !important;
          transform: scale(0.7) !important;
  cursor: default !important;
}
.gotopStyle-2.upTop .top {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  cursor: default !important;
}
@media (max-width: 768px) {
  .gotopStyle-2.upTop .bottom, .gotopStyle-2.upTop .hover, .gotopStyle-2.upTop .top, .gotopStyle-2.upTop .stop {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.gotopStyle-2.down .bottom {
  opacity: 1;
}
.gotopStyle-2.down .top, .gotopStyle-2.down .stop {
  opacity: 0;
}
.gotopStyle-2.down.up .top {
  opacity: 0 !important;
}
.gotopStyle-2.down.up .bottom {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.gotopStyle-2.down.up .stop {
  opacity: 0;
}
.gotopStyle-2.down:hover .bottom {
  opacity: 0;
}
.gotopStyle-2:hover .bottom, .gotopStyle-2.up:hover .bottom {
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.gotopStyle-2:hover .hover, .gotopStyle-2.up:hover .hover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.gotopStyle-2:hover .top, .gotopStyle-2.up:hover .top {
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.gotopStyle-2:hover .stop, .gotopStyle-2.up:hover .stop {
  opacity: 0 !important;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.fixedIconsGroup {
  position: fixed;
  bottom: 20%;
  right: 10px;
  z-index: 9;
  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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fixedIconsGroup.show {
  opacity: 1;
  pointer-events: initial;
}
@media (max-width: 1024px) {
  .fixedIconsGroup {
    bottom: 10%;
  }
}
.fixedIconsGroup .gotop {
  position: initial;
  top: auto;
  right: auto;
  -webkit-transform: none;
          transform: none;
}
.fixedIconsGroup a {
  display: block;
  margin-bottom: 0.5rem;
}
.fixedIconsGroup a:hover {
  opacity: 0.9;
}
.fixedIconsGroup a.social {
  background-color: #fa2223;
  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;
}
.fixedIconsGroup a.fixedIcons_line {
  background-color: #00c300;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.fixedIconsGroup .fixedIcons a.fixedIcons_fb {
  background-color: #3b5998;
}

.marqueeBlock {
  background-color: #fa2223;
}
.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;
  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: #fa2223;
}
.cowboySidemenu_2 > li > a.active {
  font-weight: 700;
}
.cowboySidemenu_2 > li > a.active::before {
  background: #fa2223;
}
.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: #fa2223;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboySidemenu_2 > li .submenu li a:hover, .cowboySidemenu_2 > li .submenu li a.active {
  color: #fa2223;
}
.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;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cowboySidemenu_3 > li > a:hover {
  color: #fa2223;
  padding: 5px 10px 5px 15px;
}
.cowboySidemenu_3 > li > a.active {
  color: #fff;
  font-weight: 700;
  background: #fa2223;
}
.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: #fa2223;
  padding: 5px 0 5px 5px;
}
.cowboySidemenu_3 > li .submenu li a.active {
  color: #fa2223;
  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: #fa2223;
}
.cowboySidemenu_4 > li > a:hover::before, .cowboySidemenu_4 > li > a.active::before {
  color: #fa2223;
}
.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: #fa2223;
}
.cowboySidemenu_4 > li .submenu li a:hover::before, .cowboySidemenu_4 > li .submenu li a.active::before {
  color: #fa2223;
}
.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: #fa2223;
}
.cowboySidemenu_4-revise > li.active .active > a {
  font-weight: 700;
}

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

@media (max-width: 767px) {
  body.video section.sectionBlock .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*****************************/
/* body.video .subBlockTitle */
/*****************************/
.video .subBlockTitle {
  color: #333333;
}
.video .subBlockTitle:hover {
  color: #fa2223;
}

.video-list1 .itemImgHover::after,
.video-list2 .itemImgHover::after {
  border-radius: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: 1;
  z-index: 2;
  content: "\f04b";
  font-family: "FontAwesome";
  font-size: 25px;
  color: #fff;
  top: 50%;
  opacity: 1;
}
.video-list1 .itemImgHover .iconBg,
.video-list2 .itemImgHover .iconBg {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  opacity: 1;
}
.video-list1 .itemImgHover:hover::after,
.video-list2 .itemImgHover:hover::after {
  color: #fa2223;
}
.video-list1 .itemImgHover:hover .iconBg,
.video-list2 .itemImgHover:hover .iconBg {
  border: 2px solid #fa2223;
}

.video-list1 .itemImgHover:hover::after {
  color: #333333;
}
.video-list1 .itemImgHover:hover .iconBg {
  border: 2px solid #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.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 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-list3 .infoBox .icon.icon-icon_youtube {
  width: 40px;
  height: 40px;
  border: 2px solid #a08177;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-list3 .infoBox .icon.icon-icon_youtube::before {
  content: "\f04b";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #a08177;
}
.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";
}

.video-list4 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .video-list4 .videoBox {
    margin-bottom: 10px !important;
  }
}
.video-list4 .itemImg {
  padding-bottom: 56.25%;
}
@media (max-width: 575px) {
  .video-list4 .itemImg {
    padding-bottom: 75%;
  }
}
.video-list4 .itemImgHover::after,
.video-list4 .itemImgHover .iconBg {
  opacity: 1;
  top: 50%;
}
.video-list4 .itemImgHover::after {
  font-size: 35px;
}
.video-list4 .itemImgHover .iconBg {
  width: 70px;
  height: 70px;
}

.video-list5 {
  margin: 0 15px 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  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%;
}
.video-list5 .img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  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;
  text-align: center;
}
.video-list5 .img-box img {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.video-list5 .img-box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.video-list5 .info-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 15px 30px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.video-list5 .info-box .icon-play {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  border: 6px solid #fff;
  background: #fa2223;
  position: absolute;
  left: 50%;
  top: -30%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 10;
}
.video-list5 .info-box .icon-play i {
  border: 11px solid transparent;
  border-right-width: 0;
  border-left-width: 15px;
  border-left-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -11px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.video-list5 .info-box .icon-play:hover {
  border-color: #fa2223;
  background: #fff;
}
.video-list5 .info-box .icon-play:hover i {
  border-left-color: #fa2223;
}
.video-list5 .text-box {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-list5 .text-box a {
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.video-list5 .text-box a small {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video-list5 .text-box a:hover small {
  color: #fa2223;
}
.video-list5 .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.video-list5 .link-box a {
  color: #fa2223;
}
.video-list5 .link-box a:hover {
  text-decoration: underline;
}

/*****************************/
/* .sideBtn */
/*****************************/
.sideBtn {
  position: fixed;
  left: 10px;
  top: 50%;
  z-index: 10;
}
@media (max-width: 1100px) {
  .sideBtn {
    display: none;
  }
}
.sideBtn label {
  display: block;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 1em;
  position: relative;
  padding-left: 20px;
}
.sideBtn label::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ccc;
  position: absolute;
  left: 2px;
  top: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sideBtn label::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fa2223;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sideBtn label:not(.current)::after {
  border-color: rgba(228, 0, 43, 0);
}
.sideBtn label:not(.current) span {
  color: #ccc;
}
.sideBtn label span {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sideBtn label:hover span {
  color: #fa2223;
  opacity: 1;
}

/*****************************/
/* .specialEffects-1 */
/*****************************/
.specialEffects-1 a.link {
  display: block;
  position: relative;
  font-weight: bold;
  padding: 30px 60px 30px 0;
  border-bottom: solid 1px #cccccc;
}
.specialEffects-1 a.link .subBlockTitle-big {
  color: #333333;
}
.specialEffects-1 a.link::before {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.specialEffects-1 a.link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fa2223;
  height: 4px;
  width: 0;
}
.specialEffects-1 a.link:hover .mini {
  color: #fa2223;
}
.specialEffects-1 a.link:hover::before {
  color: #fa2223;
  -webkit-transform: translate(6px, -50%);
          transform: translate(6px, -50%);
}
.specialEffects-1 a.link:hover::after {
  width: 100%;
}

/*****************************/
/* .specialEffects-2 */
/*****************************/
.specialEffects-2_wrap {
  overflow: hidden;
}

.specialEffects-2 {
  overflow: initial;
}
.specialEffects-2 .anmBox {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .specialEffects-2 .anmBox {
    margin-bottom: 5.5%;
  }
}
.specialEffects-2 .anm {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.4, 0.4, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0.4, 0.4, 1);
  transition: transform 1s cubic-bezier(0, 0.4, 0.4, 1);
  transition: transform 1s cubic-bezier(0, 0.4, 0.4, 1), -webkit-transform 1s cubic-bezier(0, 0.4, 0.4, 1);
}
@media (min-width: 992px) {
  .specialEffects-2 .anm.mouse-out {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
.specialEffects-2 .bg {
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (min-width: 992px) {
  .specialEffects-2 .b3 .bg, .specialEffects-2 .b4 .bg, .specialEffects-2 .b5 .bg {
    padding-bottom: 70%;
  }
}
.specialEffects-2 .imgBox {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.specialEffects-2 .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
}
.specialEffects-2 [class*=ico] {
  position: absolute;
}
.specialEffects-2 [class*=ico] img {
  display: block;
}
.specialEffects-2 .b1 .w13 {
  width: 13.333%;
  top: 45%;
  left: 34%;
}
.specialEffects-2 .b2 .w22 {
  width: 22.667%;
  top: 12.889%;
  left: 11.2%;
}
.specialEffects-2 .b2 .w37 {
  width: 37.333%;
  top: -7.778%;
  left: 28%;
}
.specialEffects-2 .b3 .w58 {
  width: 58%;
  right: 4%;
  bottom: -17.143%;
}
.specialEffects-2 .b4 .w60 {
  width: 60%;
  top: 25.714%;
  left: 31%;
}
.specialEffects-2 .b4 .w33 {
  width: 33%;
  left: 33%;
  bottom: 0;
}
.specialEffects-2 .b4 .w52 {
  width: 52%;
  right: -4%;
  bottom: -10%;
}
.specialEffects-2 .b5 .w11 {
  width: 11%;
  top: 8%;
  left: 30%;
}
.specialEffects-2 .b5 .w10 {
  width: 10%;
  bottom: 50%;
  right: 6%;
}
.specialEffects-2 .b5 .w14 {
  width: 14%;
  right: 10%;
  bottom: 30%;
}
.specialEffects-2 .b5 .w25-1 {
  width: 25%;
  top: -5.714%;
  right: 7.6%;
}
.specialEffects-2 .b5 .w25-2 {
  width: 25%;
  top: 26.286%;
  left: 45%;
}
.specialEffects-2 .textBox {
  position: absolute;
  left: 25px;
  bottom: 20px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .specialEffects-2 .textBox {
    left: 15px;
    bottom: 10px;
    padding-right: 15px;
  }
}
.specialEffects-2 .textBox img {
  display: block;
}
@media (max-width: 1199px) {
  .specialEffects-2 .textBox img {
    width: 60%;
  }
}
.specialEffects-2 .textBox .txt {
  font-weight: bold;
  color: #fff;
  margin-top: 5px;
}

/*****************************/
/* .specialEffects-3 */
/*****************************/
.wrapper:has(.specialEffects-3) {
  overflow-x: hidden;
}

.specialEffects-3 {
  position: relative;
  height: 1px;
  z-index: -1;
}
.specialEffects-3 * {
  display: block;
}
.specialEffects-3 span {
  position: absolute;
  width: 2990px;
  left: -50%;
  right: -50%;
  margin: auto;
}
@media (max-width: 600px) {
  .specialEffects-3 span {
    width: 200vw;
  }
}
.specialEffects-3 small {
  position: absolute;
  width: 0%;
  height: 1500px;
  -webkit-transition: width 1.7s 0.3s;
  transition: width 1.7s 0.3s;
}
.specialEffects-3.ToRight small {
  background: url(../images_v4/home/specialEffects-3/bg01.png) left top no-repeat;
  left: 0;
  top: -500px;
}
@media (max-width: 600px) {
  .specialEffects-3.ToRight small {
    top: -200px;
    height: 700px;
    background-position: left bottom;
    background-size: 2000px auto;
  }
}
.specialEffects-3.ToLeft small {
  background: url(../images_v4/home/specialEffects-3/bg02.png) right top no-repeat;
  right: 0;
  top: -350px;
}
@media (max-width: 600px) {
  .specialEffects-3.ToLeft small {
    top: -500px;
    height: 2000px;
    background-position: right top;
    background-size: 2000px auto;
  }
}
.specialEffects-3.aos-animate small {
  width: 100%;
  -webkit-transition: width 1.7s;
  transition: width 1.7s;
}

/*****************************/
/* .specialEffects-4 */
/*****************************/
.specialEffects-4 .rowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .specialEffects-4 .rowList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.specialEffects-4 .colItem {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .specialEffects-4 .colItem {
    margin-right: 30px;
  }
  .specialEffects-4 .colItem:nth-of-type(2) {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .specialEffects-4 .colItem:nth-of-type(3) {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .specialEffects-4 .colItem:nth-of-type(4) {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
.specialEffects-4 .colItem .cardArea {
  position: relative;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.specialEffects-4 .colItem .cardArea .cardBack {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fa2223;
  border-radius: 5px;
  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: 1;
}
.specialEffects-4 .colItem .cardArea .cardBack img {
  vertical-align: bottom;
  max-width: 60%;
}
.specialEffects-4 .colItem .cardArea .cardBack::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  border-radius: 5px;
  border: solid 1px #fff;
}
.specialEffects-4 .colItem .cardArea .cardFront {
  position: relative;
  background-color: #fff;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.specialEffects-4 .aosArea.aos-animate .rowList {
  -webkit-animation: rowList 1s ease-in-out forwards;
          animation: rowList 1s ease-in-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.specialEffects-4 .aosArea.aos-animate .colItem {
  margin-right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.specialEffects-4 .aosArea.aos-animate .colItem .cardArea {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.specialEffects-4 .aosArea.aos-animate .colItem .cardArea .cardFront {
  -webkit-animation: cardFront 1s ease-in-out forwards;
          animation: cardFront 1s ease-in-out forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes rowList {
  100% {
    flex-wrap: wrap;
  }
}

@keyframes rowList {
  100% {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@-webkit-keyframes cardFront {
  100% {
    z-index: 1;
  }
}
@keyframes cardFront {
  100% {
    z-index: 1;
  }
}
.slick-slider {
  overflow: hidden;
}
.slick-slider, .slick-slider * {
  outline: 0;
}
.slick-slider .slick-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  color: #ffffff;
  border-radius: 5px;
  background-color: #fa2223;
}
.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: #333333;
}
.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;
  cursor: pointer;
  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: #fa2223;
}
.slick-slider .slick-dots li.slick-active button:after {
  background: #fa2223;
}
.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;
  }
}

.arrowDefault .slick-arrow {
  opacity: 1;
  color: #333333;
  background-color: transparent;
  border-radius: 0;
  width: 40px;
  height: 40px;
  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;
}
.arrowDefault .slick-arrow:hover {
  background-color: inherit;
}
.arrowDefault .slick-arrow.slick-disabled {
  cursor: default;
  color: #dedede;
}
.arrowDefault .slick-arrow.slick-prev {
  left: 0;
}
.arrowDefault .slick-arrow.slick-next {
  right: 0;
}
.arrowDefault .slick-arrow i {
  padding: 0;
}

/*****************************/
/* 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: 68px;
  margin-right: 20px;
}
.index_marquee .title-icon i {
  background: #fa2223;
  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: #fa2223;
  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 #fa2223;
  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: #fa2223;
  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 #fa2223;
}
@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: #fa2223;
}
.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: #fa2223;
  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 #fa2223;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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: #fa2223;
  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 #fa2223;
}
@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: #fa2223;
  font-family: "微軟正黑體";
  font-weight: 500;
  display: contents;
}
.index_marquee-3 .marquee a.empty {
  display: inline-block;
}
.index_marquee-3 .marquee a:hover {
  color: #6B7FD7;
}
.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(#333333), to(#fa2223)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #333333 0%, #fa2223 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: #fa2223;
  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: #fa2223;
    margin-top: -1px;
  }
  .newsMarquee .left-block,
  .newsMarquee .right-block {
    width: 100%;
    background: #fa2223;
  }
  .newsMarquee .left-block {
    display: block;
    padding-bottom: 7px;
  }
  .newsMarquee .newsMarquee_swiper {
    width: 100%;
  }
}
.sectionBlock_bg {
  background: url("../images_v4/home/sectionBlock_demo/bg_2.svg"), url("../images_v4/home/sectionBlock_demo/bg_1.jpg");
  padding: clamp(70px, 7.8125vw, 150px) 0;
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: 100%;
}
@media (max-width: 1440px) {
  .sectionBlock_bg {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .sectionBlock_bg {
    background: url("../images_v4/home/sectionBlock_demo/bg_1.jpg");
    background-size: cover;
    background-position: 100%;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="1.5" */
/*****************************/
.sectionBlock_1-5 {
  background-image: url("../images_v4/index/bgParallax.webp");
  min-height: 360px;
  padding: 120px 15px 0;
  margin-bottom: 150px;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  overflow: inherit;
}
.sectionBlock_1-5 .blockTitle span {
  color: #fff;
}
.sectionBlock_1-5 .blockTitle small {
  color: #fff;
}
.sectionBlock_1-5 .imgs-group {
  margin-bottom: 0px;
  position: relative;
  bottom: -80px;
}
@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;
  margin-bottom: 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: #6B7FD7;
  border: 1px solid transparent;
  border-radius: 7px;
  /* button 上方距離 */
  margin-top: 32px;
  position: relative;
  z-index: 10;
  /* 按鈕hover */
}
.sectionBlock_6-2 .itemImgHoverInfo-button:hover {
  background: #fa2223;
}

@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;
  }
}
@media (max-width: 576px) {
  .sectionBlock_6-7 .blockTitle span,
  .sectionBlock_6-7 .blockTitle small {
    top: 20px;
  }
}
.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 #fa2223 solid;
}
.sectionBlock_6-7 .editTab .tabList a {
  display: inline-block;
  width: 100%;
  max-width: 330px;
  background-color: #fa2223;
  color: #fff;
  padding: 20px 15px;
  text-align: center;
}
.sectionBlock_6-7 .editTab .tabList a.active {
  background-color: #333333;
}
.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: #333333;
}
.sectionBlock_6-7 .slidBlock2 .slidItem a:hover .seriesBox:after {
  content: "";
  display: block;
  border-width: 40px 40px 0 0;
  border-color: transparent #fa2223 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: #fa2223;
  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 #333333 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: #333333;
}
.sectionBlock_6-7 .slidBlock2 .slidItem a:hover .seriesBox:after {
  content: "";
  display: block;
  border-width: 40px 40px 0 0;
  border-color: transparent #fa2223 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: #fa2223;
  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 #333333 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 #fa2223;
}

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

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

.listBlock6cowboy .itemList .item .iconBox .title {
  color: #fa2223;
  font-size: 36px;
  font-weight: 600;
  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 #fa2223;
  border-right: 1px solid #fa2223;
  -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 #fa2223;
}

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

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

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

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

/* 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 #fa2223;
}

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

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

.listBlock7cowboy .itemList .item .iconBox .title {
  color: #fa2223;
  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 #fa2223;
  border-right: 1px solid #fa2223;
  -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 #fa2223;
}

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

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

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

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

/* 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 #fa2223;
}

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

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

.listBlock8cowboy .itemList .item .iconBox .title {
  color: #fa2223;
  font-size: 36px;
  font-weight: 600;
  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 #fa2223;
  border-right: 1px solid #fa2223;
  -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 #fa2223;
}

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

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

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

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

/* cowboy 20220222 listBlock8cowboy end */
/*****************************/
/* home / index_content_all.php / data-block="26" */
/*****************************/
.sectionBlock_26 .listBlock2 {
  overflow: hidden;
}

/*****************************/
/* home / index_content_all.php / data-block="27" */
/*****************************/
.sectionBlock_27 .listBlock2 {
  overflow: hidden;
}

/*****************************/
/* home / index_content_all.php / data-block="33.2" */
/*****************************/
/*****************************/
/* 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: #fa2223;
}

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

.cowboyBlock_9 p {
  color: #333333;
}

/* cowboy 20220407 cowboyBlock_9 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="37" */
/*****************************/
.sectionBlock_37 img {
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/*****************************/
/* 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: #fa2223;
}

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

/* cowboy 20211209 cowboyBlock_2 模組新增 end */
/*****************************/
/* home / index_content_all.php / data-block="52" */
/*****************************/
.sectionBlock_52.bgParallax4 .LBox,
.sectionBlock_52.bgParallax4 .RBox {
  position: relative;
  background-color: transparent;
}
.sectionBlock_52.bgParallax4 .LBox::after,
.sectionBlock_52.bgParallax4 .RBox::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1;
}
.sectionBlock_52.bgParallax4 .LBox:hover::after,
.sectionBlock_52.bgParallax4 .RBox:hover::after {
  opacity: 0.8;
}
.sectionBlock_52.bgParallax4 .LBox::after {
  background: url("../images_v4/index/mistcutting.webp");
}
.sectionBlock_52.bgParallax4 .RBox::after {
  background: url("../images_v4/index/automaching.webp");
}

/*****************************/
/* 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: #fa2223;
  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: #fa2223;
  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: #333333;
}

.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: #333333;
  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: #fa2223;
  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 0 0;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .cb7_text .cb7_content {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .cb7_text .cb7_content {
    width: 33.33%;
  }
}
@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: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 35, 108, 0.5);
  background-image: url("../images_v4/cb7.png");
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

.cb7_list .cb7_item a:hover::after {
  top: 5px;
  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: 248px;
  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: #333333;
  -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 #fa2223;
  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: #fa2223;
  -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: #fa2223;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media (max-width: 575px) {
  .cb10_box div {
    border-right: 5px solid #fa2223 !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: #fa2223;
}

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

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

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

/* 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="65" */
/*****************************/
.sectionBlock_65 {
  overflow: hidden;
}

/*****************************/
/* 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: #fa2223;
}

/* 文字 */
.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: #fa2223;
  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;
    padding-bottom: 0;
  }
  /* 降低標題與文字之間的距離 */
  .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: 10px;
}
.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%;
  border-radius: 5px;
}
.overlap1.sectionBlock_67 .overlapBox article p {
  line-height: 2.5;
}

.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: #fa2223;
  margin-top: 60px;
  border: 1px solid #fa2223;
  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: #fa2223;
}
.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 {
    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: #fa2223;
  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: #fa2223;
}

/* 文字第一區塊/標題/內文處理  */
.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: #fa2223;
  /* 內文 */
  /* 文字粗體，文字放大 */
}
.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 #fa2223;
  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: #fa2223;
  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: #fa2223;
  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;
  }
}
.twoBox_1-44 .subBlockTitle.mb {
  font-weight: bold;
  margin: 0;
  margin-bottom: 1em;
}
.twoBox_1-44 .slideArea {
  margin-bottom: 30px;
}
.twoBox_1-44 .slideArea .imgBox {
  width: 90px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-right: 5px;
}
.twoBox_1-44 .slideArea .imgBox img {
  vertical-align: middle;
}
.twoBox_1-44 .slideArea .mini {
  color: #fa2223;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
}
.twoBox_1-44 .slideArea .mini::after {
  content: "";
  display: block;
  background-color: #fa2223;
  width: 40px;
  height: 1px;
}
.twoBox_1-44 .slideArea .small {
  font-weight: bold;
}
.twoBox_1-44 .slideArea .slick-dots {
  margin-top: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.twoBox_1-44 .slideArea .slick-dots li {
  width: 50px;
  position: relative;
  cursor: pointer;
}
.twoBox_1-44 .slideArea .slick-dots li:last-child {
  width: 8px;
}
.twoBox_1-44 .slideArea .slick-dots li::after {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#fa2223), color-stop(60%, #fa2223), color-stop(50%, transparent));
  background: linear-gradient(to right, #fa2223 0%, #fa2223 60%, transparent 50%);
  background-size: 20px 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 0;
}
.twoBox_1-44 .slideArea .slick-dots li button {
  width: 12px;
  height: 12px;
  z-index: 1;
}
.twoBox_1-44 .slideArea .slick-dots li button::after {
  background-color: #fff;
  border: 1px solid #fa2223;
}
.twoBox_1-44 .slideArea .slick-dots li.slick-active button::after {
  background-color: #fa2223;
}

/*****************************/
/* 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 .title {
  margin-bottom: 30px;
}
.sectionBlock_69 .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 .title-subheading {
    padding-left: 0;
    padding-right: 0;
  }
}
.sectionBlock_69 .item-box {
  background: rgba(33, 37, 41, 0.85);
  padding: 15px;
  /* // 設置背景混和模式為相乘模式 */
  background-blend-mode: multiply;
  min-height: 243px;
  /* 控制BOX字體顏色 */
  /* 標題 */
  /* 字體/內文 */
  /* 外框 */
}
.sectionBlock_69 .item-box-2 {
  background: url(https://picsum.photos/id/20/350/260), rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-size: cover;
}
.sectionBlock_69 .item-box .link {
  color: #fff;
  width: inherit;
  /* 外框線條橘色線條 hover設定 */
}
.sectionBlock_69 .item-box .link:hover .border::before, .sectionBlock_69 .item-box .link:hover .border::after {
  width: calc(100% - 60px);
  height: calc(100% - 30px);
}
.sectionBlock_69 .item-box .blockTitle small {
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sectionBlock_69 .item-box .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;
}
.sectionBlock_69 .item-box .border {
  border: 1px dotted rgba(173, 181, 189, 0.3);
  padding: 20px;
  height: auto;
  min-width: 320px;
  min-height: 273px;
  /* 外框線條橘色線條 */
}
.sectionBlock_69 .item-box .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: #fa2223;
  border-left-color: #fa2223;
  top: 15px;
  left: 30px;
}
.sectionBlock_69 .item-box .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: #fa2223;
  border-right-color: #fa2223;
  bottom: 15px;
  right: 30px;
}
@media (max-width: 768px) {
  .sectionBlock_69 .item-box .border {
    min-height: auto;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_69 .sectionBlock_69-container {
    margin: 0 15px;
  }
  .sectionBlock_69 .border {
    min-width: auto;
  }
}
@media (max-width: 992px) {
  .sectionBlock_69 .sectionBlock_69-container {
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_69 .sectionBlock_69-container {
    gap: 16px;
  }
  .sectionBlock_69 .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 .btn {
  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 .btn: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: #333333;
  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: #333333;
  border: 1px solid #333333;
  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: #fa2223;
  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 #fa2223;
  -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: #333333;
}
.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 #333333;
}
.products-area .products-box .products-lists li:hover .item .text a.more::before {
  background: #333333;
}

.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);
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sectionBlock_72 .item-list-frame.demo2 {
    -webkit-transform: translateX(100%) translateX(-1200px);
            transform: translateX(100%) translateX(-1200px);
  }
}

.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;
  margin: 32px 0;
}
@media (max-width: 1680px) {
  .item-list-frame {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
}

.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 a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}
.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;
}
@media (max-width: 1680px) {
  .item-list-frame .item-lists li.slick-current .img img {
    height: 410px;
  }
}
.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: "";
}
@media (max-width: 1680px) {
  .item-list-frame .item-lists li.slick-current {
    margin: 42px 50px 60px 50px;
  }
}
.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;
}
@media (max-width: 1680px) {
  .item-list-frame .item-lists li .img img {
    height: 360px;
  }
}
.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: 485px;
  bottom: 55px;
  background-color: #fa2223;
  position: absolute;
}
@media (max-width: 1680px) {
  .item-list-frame .more {
    left: 370px;
  }
}
.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: 1300px) {
  .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 .btn {
  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 .btn:hover {
  background: #fff;
}
.sectionBlock_73-subBox-right .newsBox .info .more .btn: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;
  pointer-events: none;
}
.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);
  width: 100%;
  padding: 0 15px;
}
.sectionBlock_74 ul.main-lists-bg li .item .Txt .title {
  font-size: 60px;
  color: #fff;
}
@media (max-width: 768px) {
  .sectionBlock_74 ul.main-lists-bg li .item .Txt .title {
    font-size: 1.222222rem;
  }
}
@media (max-width: 576px) {
  .sectionBlock_74 ul.main-lists-bg li .item .Txt .title {
    margin-bottom: 15px;
  }
}
.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: #fa2223;
  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: #fa2223;
  -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: #333333;
}
.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-box .btn {
  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-box .btn: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 .wrap.wrap-1 {
  max-width: 100%;
}
@media (min-width: 992px) {
  .sectionBlock_76_productArea .wrap.wrap-1 {
    max-width: 992px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .sectionBlock_76_productArea .wrap.wrap-1 {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  .sectionBlock_76_productArea .wrap.wrap-1 {
    max-width: 1440px;
  }
}
.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-box {
  padding-top: 40px;
}
.sectionBlock_76_productArea .btn-box .btn {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 45px;
  line-height: 45px;
  background-color: #fa2223;
  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-box .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #6B7FD7;
  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-box .btn::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-box .btn:hover {
  padding-right: 0;
}
.sectionBlock_76_productArea .btn-box .btn:hover::before {
  content: "";
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.sectionBlock_76_productArea .btn-box .btn: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: #333333;
  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: #fa2223;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.9;
    z-index: -1;
  }
}
@media (max-width: 1480px) {
  .sectionBlock_76_productArea::after {
    width: 85%;
    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: #fa2223;
  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 #fa2223;
}
.sectionBlock_77 .menu ul li .smallCircle {
  height: 10px;
  width: 10px;
  border: 1px solid #fa2223;
  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: #fa2223;
  -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 #fa2223;
  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: #fa2223;
  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 #fa2223;
}
.sectionBlock_77-5 .menu ul li .smallCircle {
  height: 10px;
  width: 10px;
  border: 1px solid #fa2223;
  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: #fa2223;
  -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 #fa2223;
  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: #fa2223;
  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: #fa2223;
}

@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: #fa2223;
    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 .sectionBlock_78-container.loaded .idx-num-lists li {
    opacity: 1;
  }
  .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: #fa2223;
  }
  .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;
  z-index: 1;
  position: relative;
}

.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.test {
  max-width: 1440px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sectionBlock_79_container.test {
    max-width: 1200px;
  }
}
.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;
}
@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: 1199px) {
  .sectionBlock_79_container .imageContent .item-link {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .sectionBlock_79_container .imageContent .item-link {
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .sectionBlock_79_container .imageContent .item-link {
    height: 150px;
  }
}
.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: #fa2223;
  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: #fa2223;
  -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: #333333;
}
.sectionBlock_80 .honeycomb-cell:hover::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#fa2223));
  background: linear-gradient(to bottom, #333333, #fa2223);
  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: #fa2223;
  -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: #333333;
}
.sectionBlock_80-5 .honeycomb-cell:hover::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#fa2223));
  background: linear-gradient(to bottom, #333333, #fa2223);
  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: #fa2223;
  -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: #333333;
}
.sectionBlock_80-7 .honeycomb-cell:hover::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#fa2223));
  background: linear-gradient(to bottom, #333333, #fa2223);
  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: #fa2223;
  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: #fa2223;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
  color: #fff;
}
.sectionBlock_81 .btnLink .more:hover {
  background: #fa2223;
  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: #fa2223;
  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: #fa2223;
  position: absolute;
  bottom: 0;
  left: calc(50% - 13px);
}
.sectionBlock_83 .titleBox .title::after {
  content: "";
  width: 14px;
  height: 2px;
  display: block;
  background-color: #fa2223;
  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: hidden;
  overflow-x: 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;
  height: 100%;
}
@media (max-width: 991px) {
  .sectionBlock_83 .productsArea .product-lists .item {
    min-width: 150px;
  }
}
.sectionBlock_83 .productsArea .product-lists .item:hover .iconImg {
  background-color: #fa2223;
}
.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: #fa2223;
}
@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;
  -ms-flex: 1;
      flex: 1;
}
.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: #fa2223;
}
.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: #fa2223;
}
.sectionBlock_83 .productsArea .product-lists .iconTitle {
  letter-spacing: 0;
  padding: 0 0.5em;
  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: #fa2223;
  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: #fa2223;
}
.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: #fa2223;
  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: #fa2223;
  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: #fa2223;
  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 .btn {
  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 .btn:hover {
  background-color: #fa2223;
}
.sectionBlock_84 .sectionBlock_84-container .product-list-txt .Txt .btnLink .btn:hover .crossBox::after {
  background: #fa2223;
}
.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: #fa2223;
}
.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: #fa2223;
  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: #fa2223;
  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: #fa2223;
  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: #fa2223;
  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: #fa2223;
  }
  .sectionBlock_84 .sectionBlock_84-container .product-list-btn .slick-current .num::after {
    background-color: #fa2223;
  }
}
@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 #fa2223;
  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 #fa2223;
}
.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: #fa2223;
  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: #fa2223;
  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: #fa2223;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sectionBlock_85 .newsArea .titleBox .title::after {
  content: "";
  width: 14px;
  height: 2px;
  display: block;
  background-color: #fa2223;
  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 #fa2223;
  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: #fa2223;
  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: #fa2223;
  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: #fa2223;
}
.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 #fa2223;
  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: #fa2223;
  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: #fa2223;
  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: #fa2223;
  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 #fa2223;
  border-left: 1px solid #fa2223;
  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 #fa2223;
  border-right: 1px solid #fa2223;
  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 #fa2223;
  border-bottom: 1px solid #fa2223;
}
.sectionBlock_85 .decoBorder.bottom::after {
  border-top: 1px solid transparent;
  border-right: 1px solid #fa2223;
  border-bottom: 1px solid #fa2223;
}
.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 .dots {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: -1;
}
.sectionBlock_86 .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 .title-text {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.1;
  width: 32%;
}
.sectionBlock_86 .title-text span {
  color: #fff;
}
.sectionBlock_86 .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 .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 .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 .card-img-wrapper {
  max-width: 60px;
  height: auto;
  margin-bottom: 25px;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.sectionBlock_86 .card-img-wrapper img {
  max-width: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sectionBlock_86 .card-img-wrapper .card-img-hover {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  opacity: 0;
}
.sectionBlock_86 .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 .card:hover {
  z-index: 2;
}
.sectionBlock_86 .card:hover .card-gradient {
  opacity: 1;
}
.sectionBlock_86 .card:hover .card-img {
  opacity: 0;
}
.sectionBlock_86 .card:hover .card-img-hover {
  opacity: 1;
}
@media (max-width: 1400px) {
  .sectionBlock_86 .cards-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_86 .title-text {
    width: 38%;
  }
  .sectionBlock_86 .cards-wrapper {
    width: 60%;
  }
  .sectionBlock_86 .card {
    width: calc(33.33333% - 11px);
  }
}
@media (max-width: 1000px) {
  .sectionBlock_86 .title-text {
    width: 100%;
    position: relative;
    max-width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  .sectionBlock_86 .cards-wrapper {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .sectionBlock_86 .features-section {
    margin-bottom: 130px;
  }
}
@media (max-width: 600px) {
  .sectionBlock_86 .features-section {
    margin-bottom: 0px;
  }
  .sectionBlock_86 .card {
    width: calc(50% - 11px);
  }
}
@media (max-width: 576px) {
  .sectionBlock_86 .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: #fa2223;
}
@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: 100%;
  }
  .sectionBlock_87 .mainContent .mainContent-row .rightBox .content {
    padding: 0;
  }
  .sectionBlock_87 .mainContent .mainContent-row .rightBox .content img {
    width: 100%;
    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: #fa2223;
}
@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 #fa2223;
  color: #fa2223;
  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: #fa2223;
}
.sectionBlock_90 .blockTitle .text::after {
  content: "";
  height: 3px;
  width: 90px;
  display: inline-block;
  background-color: #fa2223;
  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: #fa2223;
}
@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: 100px 0;
  /* 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: 1200px) {
  .sectionBlock_92 .accordion-container,
  .sectionBlock_92-5 .accordion-container {
    margin-bottom: 30px;
    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: #fa2223;
  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: 1200px) {
  .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: #fa2223;
  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: #333333;
  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: #333333;
  border: #333333 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: #fa2223;
  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 .container-fluid {
  overflow: hidden;
}
.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;
  white-space: nowrap;
}
.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;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.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: 100%;
  }
}
@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;
  max-width: calc(100% - 25px);
}
@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: #fa2223;
}
@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: #fa2223;
  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: #fa2223;
  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: #fa2223;
  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: #fa2223;
  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%;
  max-height: 500px;
}
.sectionBlock_99 .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.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 .foreground-img {
  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: #fa2223;
  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: #fa2223;
  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: #fa2223;
    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.webp) 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 #fa2223;
          box-shadow: 0 0 8px #fa2223;
  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 #fa2223;
}
.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: #fa2223;
  color: #fff;
}
.sectionBlock_102_bottom .inner_row .link:hover .img_box img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.sectionBlock_102_bottom-1 {
  background: #3a3a3a;
}
.sectionBlock_102_bottom-1 .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sectionBlock_102_bottom-1 .inner {
    max-width: 1200px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sectionBlock_102_bottom-1 .inner {
    max-width: 90%;
    padding: 0 10px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
.sectionBlock_102_bottom-1 .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-1 .inner_row {
    margin: 0 -10px;
  }
}
.sectionBlock_102_bottom-1 .inner_row > .list {
  width: 20%;
  max-width: 300px;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .sectionBlock_102_bottom-1 .inner_row > .list {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .sectionBlock_102_bottom-1 .inner_row > .list:nth-child(2n) {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sectionBlock_102_bottom-1 .inner_row > .list:nth-child(2n) {
    padding-top: 30px;
  }
}
.sectionBlock_102_bottom-1 .inner_row > .list .link {
  display: block;
  position: relative;
}
.sectionBlock_102_bottom-1 .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-1 .inner_row .label .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.sectionBlock_102_bottom-1 .inner_row .label span {
  color: #fff;
  letter-spacing: 5px;
}
@media (min-width: 768px) {
  .sectionBlock_102_bottom-1 .inner_row .label span {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-orientation: upright;
  }
}
.sectionBlock_102_bottom-1 .inner_row .img_box {
  overflow: hidden;
}
.sectionBlock_102_bottom-1 .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-1 .inner_row .link:hover .label {
  background-color: #fa2223;
  color: #fff;
}
.sectionBlock_102_bottom-1 .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: calc(100vh - 90px);
  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 (min-width: 1600px) {
  .sectionBlock_103 {
    height: 100vh;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_103 {
    height: auto;
  }
}
.sectionBlock_103 .box-container {
  height: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1600px) {
  .sectionBlock_103 .box-container {
    height: 100vh;
  }
}
@media (max-width: 1200px) {
  .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 {
    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: #fa2223;
  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 #fa2223;
  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: 1200px) {
  .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: #fa2223;
  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: 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: #fa2223;
  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: #fa2223;
  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: #fa2223;
  opacity: 1;
}
.sectionBlock_104 .swiper-bar li.slick-active {
  height: 40px;
  background-color: #fa2223;
  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: #fa2223;
  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;
}
@media (max-width: 768px) {
  .sectionBlock_105 .item-lists .item-img-box .item {
    background-image: none !important;
  }
}
.sectionBlock_105 .item-lists .item-img-box .item img {
  opacity: 0;
}
@media (max-width: 768px) {
  .sectionBlock_105 .item-lists .item-img-box .item img {
    width: 100%;
    height: 45vh;
    opacity: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.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: -15px;
    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;
    right: -15px;
    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: #fa2223;
  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 #fa2223;
  color: #fa2223;
  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: #fa2223;
  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;
  }
}
.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;
  font-weight: 400;
}
@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;
    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;
    text-align: right;
  }
}
@media (min-width: 993px) {
  .sectionBlock_107 .button-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 30px;
  }
  .sectionBlock_107 .item-nav-next, .sectionBlock_107 .item-nav-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
@media (max-width: 992px) {
  .sectionBlock_107 {
    padding: 8% 0;
  }
  .sectionBlock_107 .main-title {
    margin-bottom: 35px;
  }
  .sectionBlock_107 .button-controls {
    display: none;
  }
  .sectionBlock_107 .content-box {
    position: relative;
  }
  .sectionBlock_107 .slick-arrow:hover {
    background-color: transparent;
  }
  .sectionBlock_107 .slick-slider .slick-arrow i {
    padding: 0;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="108" */
/*****************************/
.sectionBlock_108 .block {
  background: #fa2223;
  padding: 20px 15px;
}
.sectionBlock_108 .list {
  text-align: center;
  margin-bottom: 0 !important;
}
.sectionBlock_108 .list + .list {
  border-left: solid 1px #333333;
}
.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: #333333;
  margin-right: 15px;
}
.sectionBlock_108 a span {
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionBlock_108 a:hover span {
  color: #333333;
}
.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, #fa2223 0%, #333333 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: #fa2223;
  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%;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="110" */
/*****************************/
.sectionBlock_110 .items-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-rows: (405px)[2];
  grid-template-rows: repeat(2, 405px);
}
.sectionBlock_110 .items-group > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sectionBlock_110 .items-group > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.sectionBlock_110 .items-group > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sectionBlock_110 .items-group > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.sectionBlock_110 .items-group > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.sectionBlock_110 .items-group > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media (max-width: 1440px) {
  .sectionBlock_110 .items-group {
    -ms-grid-rows: (390px)[2];
    grid-template-rows: repeat(2, 390px);
  }
}
@media (max-width: 992px) {
  .sectionBlock_110 .items-group {
    -ms-grid-rows: (335px)[2];
    grid-template-rows: repeat(2, 335px);
    -ms-grid-columns: 2fr 1.3fr 1.3fr;
    grid-template-columns: 2fr 1.3fr 1.3fr;
  }
  .sectionBlock_110 .items-group > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sectionBlock_110 .items-group > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .sectionBlock_110 .items-group > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sectionBlock_110 .items-group > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sectionBlock_110 .items-group > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .sectionBlock_110 .items-group > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
@media (max-width: 768px) {
  .sectionBlock_110 .items-group {
    -ms-grid-rows: 270px (280px)[2];
    grid-template-rows: 270px repeat(2, 280px);
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .sectionBlock_110 .items-group > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sectionBlock_110 .items-group > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .sectionBlock_110 .items-group > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sectionBlock_110 .items-group > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .sectionBlock_110 .items-group > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .sectionBlock_110 .items-group > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (max-width: 576px) {
  .sectionBlock_110 .items-group {
    -ms-grid-rows: 270px (250px)[4];
    grid-template-rows: 270px repeat(4, 250px);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .sectionBlock_110 .items-group > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sectionBlock_110 .items-group > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sectionBlock_110 .items-group > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .sectionBlock_110 .items-group > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .sectionBlock_110 .items-group > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.sectionBlock_110 .items-group .item {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sectionBlock_110 .items-group .item a {
  display: block;
  position: relative;
  height: 100%;
  padding: 15px;
}
@media (max-width: 768px) {
  .sectionBlock_110 .items-group .item a {
    padding: 10px;
  }
}
.sectionBlock_110 .items-group .item a:before {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
  bottom: 0px;
}
.sectionBlock_110 .items-group .item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  border-right: solid 1px #e5e5e5;
  right: 0px;
}
@media (max-width: 768px) {
  .sectionBlock_110 .items-group .item a::after {
    display: none;
  }
}
.sectionBlock_110 .items-group .item a .item-box {
  background-color: #eee;
  position: relative;
  padding: 15px 18px;
  height: 100%;
}
@media (max-width: 576px) {
  .sectionBlock_110 .items-group .item a .item-box {
    padding: 15px;
  }
}
.sectionBlock_110 .items-group .item a .text {
  position: relative;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.sectionBlock_110 .items-group .item a .blockTitle {
  text-align: center;
  margin: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.sectionBlock_110 .items-group .item a .blockTitle small {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .sectionBlock_110 .items-group .item a .blockTitle {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@media (max-width: 576px) {
  .sectionBlock_110 .items-group .item a .blockTitle {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.sectionBlock_110 .items-group .item a .txt {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  transition: opacity 0.3s, transform 0.25s, -webkit-transform 0.25s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .sectionBlock_110 .items-group .item a .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 768px) {
  .sectionBlock_110 .items-group .item a .txt {
    display: none;
  }
}
.sectionBlock_110 .items-group .item a .pic {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto 15px;
  bottom: 15px;
  text-align: center;
  display: block;
  overflow: hidden;
}
.sectionBlock_110 .items-group .item a .pic img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 992px) {
  .sectionBlock_110 .items-group .item a .pic {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_110 .items-group .item a .pic img {
    max-height: 100%;
  }
}
@media (max-width: 576px) {
  .sectionBlock_110 .items-group .item a .pic {
    height: 160px;
    bottom: 5px;
  }
}
.sectionBlock_110 .items-group .item:hover {
  color: inherit;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  z-index: 9;
}
.sectionBlock_110 .items-group .item:hover .txt {
  opacity: 1;
}
.sectionBlock_110 .items-group .item:hover .blockTitle {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.sectionBlock_110 .items-group .item:hover .txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.sectionBlock_110 .items-group .item:hover .pic img {
  -webkit-transform: scale(0.97) translateY(3%);
          transform: scale(0.97) translateY(3%);
}
.sectionBlock_110 .items-group .item:hover a:hover {
  color: inherit;
}
.sectionBlock_110 .items-group .item:hover a::before {
  opacity: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  border: solid 1px transparent;
}
.sectionBlock_110 .items-group .item:hover a:after {
  opacity: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  border: solid 1px transparent;
}
.sectionBlock_110 .items-group .item-1 {
  grid-row: 1/-1;
  margin-left: 0;
}
@media (max-width: 768px) {
  .sectionBlock_110 .items-group .item-1 {
    grid-row: inherit;
    grid-column: 1/-1;
  }
}
.sectionBlock_110 .items-group .item-1 a .item-box {
  padding: 42px 40px;
}
@media (max-width: 992px) {
  .sectionBlock_110 .items-group .item-1 a .pic {
    height: 450px;
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_110 .items-group .item-1 a .item-box {
    height: 250px;
    padding: 15px;
  }
  .sectionBlock_110 .items-group .item-1 a .pic {
    height: 160px;
    bottom: 18px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_110 .items-group .item-1 a .pic {
    height: 160px;
    bottom: 5px;
  }
  .sectionBlock_110 .items-group .item-1 a .item-box {
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_110 .items-group .item-1 {
    -ms-grid-row: 1;
    grid-row: 1/1;
  }
}
.sectionBlock_110 .items-group .item-3 a::after {
  display: none;
}
.sectionBlock_110 .items-group .item-4 a::before {
  display: none;
  border-bottom: none;
}
.sectionBlock_110 .items-group .item-5 a::before {
  display: none;
  border-bottom: none;
}
.sectionBlock_110 .items-group .item-5 a::after {
  display: none;
}
.sectionBlock_110 .items-group .item:not(:first-child) a::before {
  display: block;
}
@media (max-width: 768px) {
  .sectionBlock_110 .items-group .item:not(:first-child) a::before {
    display: none;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="111" */
/*****************************/
.sectionBlock_111 {
  padding: 120px 0;
}
@media (max-width: 992px) {
  .sectionBlock_111 {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .sectionBlock_111 {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .sectionBlock_111 .sectionBlock_111-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sectionBlock_111 .title-box {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .sectionBlock_111 .title-box {
    width: 100%;
    max-width: 29.5vw;
    padding: 0 clamp(16px, 5vw, 100px);
  }
}
.sectionBlock_111 .title-box .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0 40px 0;
  font-weight: bold;
  color: #cf1126;
  white-space: nowrap;
}
.sectionBlock_111 .title-box .sub-title::after {
  content: "";
  display: inline-block;
  width: 110px;
  height: 1px;
  margin-left: 24px;
  background: rgba(26, 26, 26, 0.2);
}
@media (min-width: 768px) {
  .sectionBlock_111 .title-box .sub-title {
    padding: 120px 0 80px 0;
  }
  .sectionBlock_111 .title-box .sub-title::after {
    width: 146px;
    width: clamp(110px, 7.6041666667vw, 146px);
  }
}
@media (max-width: 576px) {
  .sectionBlock_111 .title-box .sub-title {
    padding-top: 0;
  }
}
.sectionBlock_111 .title-box .title {
  margin-top: 16px;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 60px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: #fa2223;
}
@media (min-width: 768px) {
  .sectionBlock_111 .title-box .title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100px;
    font-size: clamp(60px, 5.2083333333vw, 100px);
    line-height: 1.2;
  }
}
.sectionBlock_111 .items-box {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 16px;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .sectionBlock_111 .items-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 1354px;
    min-height: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
  }
}
@media (min-width: 1790px) {
  .sectionBlock_111 .items-box {
    max-width: 70.5vw;
  }
}
@media (max-width: 576px) {
  .sectionBlock_111 .items-box {
    min-height: auto;
  }
}
.sectionBlock_111 .items-box .item {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .sectionBlock_111 .items-box .item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 317.95%;
    height: 100%;
    background: #fa2223;
    -webkit-transform: skew(-30deg) translate(-118%, 0);
    transform: skew(-30deg) translate(-118%, 0);
    transition: -webkit-transform 0.2s ease-in;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
}
.sectionBlock_111 .items-box .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .sectionBlock_111 .items-box .item:hover:before {
    -webkit-transform: skew(-30deg) translate(-17%, 0);
            transform: skew(-30deg) translate(-17%, 0);
  }
}
.sectionBlock_111 .items-box .item:hover .item-arror::after {
  background-position: 54px 0;
}
.sectionBlock_111 .items-box .item .item-title {
  position: absolute;
  top: 24px;
  left: 16px;
  z-index: 3;
}
@media (min-width: 768px) {
  .sectionBlock_111 .items-box .item .item-title {
    top: clamp(8px, 2.4vw, 46px);
    left: clamp(8px, 1.67vw, 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.1vw;
  }
}
.sectionBlock_111 .items-box .item .item-title i {
  display: block;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 0.777778rem;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sectionBlock_111 .items-box .item .item-title i {
    margin-bottom: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 16px;
  }
}
.sectionBlock_111 .items-box .item .item-title span {
  display: block;
  font-weight: 500;
  font-size: max(18px, 5.8vw);
  line-height: 2.3181818182;
  color: #fff;
}
@media (min-width: 768px) {
  .sectionBlock_111 .items-box .item .item-title span {
    display: none;
  }
}
.sectionBlock_111 .items-box .item .item-title .main-title {
  display: none;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 0.888889rem;
  letter-spacing: 0.16em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 768px) {
  .sectionBlock_111 .items-box .item .item-title .main-title {
    display: block;
    margin-bottom: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: clamp(16px, 2.1vw, 1.777778rem);
  }
}
.sectionBlock_111 .items-box .item .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.sectionBlock_111 .items-box .item .item-arror {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  inset: 0;
  min-width: 100%;
  margin: auto;
  z-index: 3;
  cursor: pointer;
}
.sectionBlock_111 .items-box .item .item-arror-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sectionBlock_111 .items-box .item .item-arror:after {
  position: absolute;
  bottom: 24px;
  left: 16px;
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2253%22%20height%3D%224%22%20viewBox%3D%220%200%2053%204%22%3E%3Cpath%20d%3D%22M40%2C4H0V3H40V0L53%2C4Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-size: auto;
  background-position: 1px 0;
  background-repeat: repeat-x;
  pointer-events: none;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
}
@media (min-width: 768px) {
  .sectionBlock_111 .items-box .item .item-arror:after {
    bottom: clamp(4px, 2.0833333333vw, 40px);
    left: clamp(4px, 2.0833333333vw, 40px);
  }
}

/*****************************/
/* home / index_content_all.php / data-block="112" */
/*****************************/
.sectionBlock_112 {
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(26, 26, 26, 0.2);
  background: #fff;
  min-height: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(47.2916666667%, #fa2223), color-stop(47.2916666667%, rgb(255, 255, 255)));
  background: linear-gradient(90deg, #fa2223 47.2916666667%, rgb(255, 255, 255) 47.2916666667%);
}
@media (max-width: 768px) {
  .sectionBlock_112::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: calc(100vw - 16px);
    height: 100%;
    background: #fa2223;
  }
}
.sectionBlock_112-container {
  position: relative;
  min-height: 100%;
}
@media (min-width: 768px) {
  .sectionBlock_112-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 120px auto 1fr 120px;
    grid-template-rows: 120px auto 1fr 120px;
    -ms-grid-columns: 36.09375vw 1fr;
    grid-template-columns: 36.09375vw 1fr;
        grid-template-areas: "title-box count-title" "title-box carousel-area" "carousel-text-area carousel-area" "carousel-text-area . ";
  }
}
.sectionBlock_112 .title-box {
  grid-area: title-box;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .sectionBlock_112 .title-box {
    width: 100%;
    padding: 0 clamp(16px, 5.2083333333vw, 100px);
  }
}
.sectionBlock_112 .title-box .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0 40px 0;
  font-weight: bold;
  color: #cf1126;
  white-space: nowrap;
}
.sectionBlock_112 .title-box .sub-title::after {
  content: "";
  display: inline-block;
  width: 110px;
  height: 1px;
  margin-left: 24px;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .sectionBlock_112 .title-box .sub-title {
    padding: 120px 0 80px px 0;
  }
  .sectionBlock_112 .title-box .sub-title::after {
    width: 146px;
    width: clamp(110px, 7.6041666667vw, 146px);
  }
}
.sectionBlock_112 .title-box .main-title {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 8px;
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 60px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: #fff;
}
@media (min-width: 768px) {
  .sectionBlock_112 .title-box .main-title {
    padding-top: 0;
    margin-bottom: 0;
    font-size: 100px;
    font-size: clamp(60px, 5.2083333333vw, 100px);
    line-height: 1.2;
  }
}
.sectionBlock_112 .count-title {
  grid-area: count-title;
  padding: 24px 16px;
  background: #fff;
}
.sectionBlock_112 .count-title .num {
  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;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: left;
  color: #333333;
}
.sectionBlock_112 .count-title .num::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fa2223;
}
@media (min-width: 768px) {
  .sectionBlock_112 .count-title .num::before {
    width: 100px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_112 .count-title .num {
    color: #ffffff;
  }
  .sectionBlock_112 .count-title .num::before {
    background: #ffffff;
  }
}
@media (max-width: 576px) {
  .sectionBlock_112 .count-title .num {
    color: #333333;
  }
  .sectionBlock_112 .count-title .num::before {
    background: #fa2223;
  }
}
.sectionBlock_112 .count-title .num-current {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  min-width: 1em;
  padding: 0 10px 0 0;
}
@media (min-width: 768px) {
  .sectionBlock_112 .count-title .num-current {
    padding-right: 24px;
  }
}
.sectionBlock_112 .count-title .num-total {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-width: 1em;
  padding: 0 0 0 10px;
}
@media (max-width: 768px) {
  .sectionBlock_112 .count-title .num-total {
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .sectionBlock_112 .count-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 5.2083333333vw;
    background: transparent;
  }
}
.sectionBlock_112 .carousel-area {
  overflow: hidden;
  position: relative;
  width: 100%;
  grid-area: carousel-area;
}
.sectionBlock_112 .carousel-area-countainer {
  overflow: hidden;
}
@media (min-width: 768px) {
  .sectionBlock_112 .carousel-area-countainer {
    width: 1394px;
    white-space: nowrap;
    margin-right: 0;
    margin-left: auto;
  }
}
.sectionBlock_112 .carousel-area .swiper-slide {
  width: 100%;
}
@media (min-width: 768px) {
  .sectionBlock_112 .carousel-area .swiper-slide {
    width: 280px;
    will-change: width;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
}
@media (min-width: 768px) {
  .sectionBlock_112 .carousel-area .swiper-slide.swiper-slide-active {
    width: 433px !important;
  }
}
.sectionBlock_112 .carousel-area .swiper-slide.swiper-slide-active-item-pic1 {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  aspect-ratio: 433/570;
}
.sectionBlock_112 .carousel-area .swiper-slide.swiper-slide-active-item-pic1 img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.sectionBlock_112 .carousel-area .swiper-slide-item {
  position: relative;
  padding: 0 16px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .sectionBlock_112 .carousel-area .swiper-slide-item {
    padding: 0;
  }
}
.sectionBlock_112 .carousel-area .swiper-slide-item-pic1 {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 131.6397228637%;
  aspect-ratio: 433/570;
  cursor: pointer;
}
.sectionBlock_112 .carousel-area .swiper-slide-item-pic1 img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.sectionBlock_112 .carousel-area .swiper-slide-item-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.sectionBlock_112 .carousel-area .swiper-slide-item-link:hover .swiper-slide-item-pic1 img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 768px) {
  .sectionBlock_112 .carousel-area .swiper-button-prev {
    overflow: hidden;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 47px;
    left: 476px;
    z-index: 2;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
    background: #cf1126;
    border-radius: 9999px;
    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_112 .carousel-area .swiper-button-prev::before {
    content: "";
    display: block;
    width: 200px;
    height: 26px;
    transition: -webkit-transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%2226%22%20viewBox%3D%220%200%20100%2026%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%22100%22%20height%3D%2226%22%20transform%3D%22translate(1477%203704)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-1477%20-3704)%22%20clip-path%3D%22url(%23a)%22%3E%3Cg%20transform%3D%22translate(3324%203715)%22%3E%3Cpath%20d%3D%22M40%2C.5H0v-1H40Z%22%20transform%3D%22translate(-1887%203.5)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M1899.479%2C46.844l13-4v4Z%22%20transform%3D%22translate(-3799.479%20-42.844)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(3400%203715)%22%3E%3Cpath%20d%3D%22M40%2C.5H0v-1H40Z%22%20transform%3D%22translate(-1887%203.5)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M1899.479%2C46.844l13-4v4Z%22%20transform%3D%22translate(-3799.479%20-42.844)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .sectionBlock_112 .carousel-area .swiper-button-prev:hover::before {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}
@media (max-width: 992px) {
  .sectionBlock_112 .carousel-area .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 768px) {
  .sectionBlock_112 .carousel-area .swiper-button-next {
    overflow: hidden;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 47px;
    left: 616px;
    z-index: 2;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
    background: #cf1126;
    border-radius: 9999px;
    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_112 .carousel-area .swiper-button-next:before {
    content: "";
    display: block;
    width: 200px;
    height: 26px;
    transition: -webkit-transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%2226%22%20viewBox%3D%220%200%20100%2026%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%22100%22%20height%3D%2226%22%20transform%3D%22translate(1477%203704)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-1477%20-3704)%22%20clip-path%3D%22url(%23a)%22%3E%3Cg%20transform%3D%22translate(-359%203670.5)%22%3E%3Cpath%20d%3D%22M1912.479%2C46.844l-13-4v4Z%22%20transform%3D%22translate(0.521%201.656)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M40%2C.5H0v-1H40Z%22%20transform%3D%22translate(1860%2048)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(-436%203670.5)%22%3E%3Cpath%20d%3D%22M1912.479%2C46.844l-13-4v4Z%22%20transform%3D%22translate(0.521%201.656)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M40%2C.5H0v-1H40Z%22%20transform%3D%22translate(1860%2048)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .sectionBlock_112 .carousel-area .swiper-button-next:hover:before {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
}
@media (max-width: 992px) {
  .sectionBlock_112 .carousel-area .swiper-button-next {
    display: none;
  }
}
.sectionBlock_112 .carousel-text-area {
  grid-area: carousel-text-area;
  padding: 24px 16px;
}
@media (min-width: 768px){
  .sectionBlock_112 .title-box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .sectionBlock_112 .count-title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .sectionBlock_112 .carousel-area {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .sectionBlock_112 .carousel-text-area {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
}
@media (min-width: 768px) {
  .sectionBlock_112 .carousel-text-area {
    padding-top: 100px;
    padding-left: 10.4166666667vw;
    padding-bottom: 80px;
  }
}
.sectionBlock_112 .carousel-text-area-lists {
  overflow: hidden;
}
.sectionBlock_112 .carousel-text-area .list-mark {
  display: inline-block;
  padding: 6px 8px;
  font-weight: normal;
  font-size: 0.888889rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-decoration: none;
  color: #8f8ca8;
  border: 1px solid currentColor;
}
.sectionBlock_112 .carousel-text-area .list-title {
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 2.4545454545;
  color: #fff;
}
@media (min-width: 768px) {
  .sectionBlock_112 .carousel-text-area .list-title {
    margin-top: 40px;
    margin-bottom: 24px;
    font-weight: bold;
    line-height: 1.5;
  }
}
.sectionBlock_112 .carousel-text-area .list-text2 {
  font-weight: normal;
  font-size: 0.888889rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #fff;
}
.sectionBlock_112 .carousel-text-area .animated-text {
  opacity: 0;
  -webkit-transform: translate(0, 150%) rotate(45deg);
          transform: translate(0, 150%) rotate(45deg);
  white-space: nowrap;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.3s ease-in, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.3s ease-in;
  transition: transform 0.2s ease-in, opacity 0.3s ease-in, -webkit-transform 0.2s ease-in;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.sectionBlock_112 .carousel-text-area .animated-text-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sectionBlock_112 .carousel-text-area .animated-text-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sectionBlock_112 .carousel-text-area .swiper-slide-active .animated-text {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(0);
  transform: translate(0, 0) rotate(0);
  white-space: normal;
}

/*****************************/
/* home / index_content_all.php / data-block="113" */
/*****************************/
.sectionBlock_113 .item-main-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.sectionBlock_113 .item-main-link img {
  width: 100%;
}
.sectionBlock_113 .item {
  margin-bottom: 20px;
}
.sectionBlock_113 .item-bgBox .itemImg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sectionBlock_113 .item-title .sub-title {
  color: #fa2223;
  font-size: 0.888889rem;
}
.sectionBlock_113 .item-title .main-title {
  position: relative;
  font-size: 18px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  letter-spacing: 1px;
  font-weight: 500;
  height: 5.4;
  font-weight: 700;
}

/*****************************/
/* home / index_content_all.php / data-block="114" */
/*****************************/
.sectionBlock_114 div[class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sectionBlock_114 .title-box,
.sectionBlock_114 .item-box {
  margin-bottom: 30px;
  padding: 0 15px;
}
.sectionBlock_114 .title-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_114 .title-box .sub-title {
  position: relative;
  padding-left: 47px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.888889rem;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #fa2223;
}
.sectionBlock_114 .title-box .sub-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  left: 0;
  background-color: #fa2223;
  top: 50%;
}
.sectionBlock_114 .title-box .blockTitle span {
  font-weight: 700;
  color: #333333;
}
.sectionBlock_114 .title-box .blockTitle span .main-title-sub {
  color: #fa2223;
}
.sectionBlock_114 .title-box .title-box-contact {
  margin-bottom: 30px;
}
.sectionBlock_114 .title-box .btn-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sectionBlock_114 .title-box .btn-box .btn {
  position: relative;
  color: #fa2223;
  border-radius: 0;
  border: 1px solid currentColor;
  padding: 15px 30px;
  font-size: 0.777778rem;
}
.sectionBlock_114 .title-box .btn-box .btn::before {
  position: absolute;
  top: -7px;
  left: -7px;
  content: "";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  border-color: inherit;
}
.sectionBlock_114 .title-box .btn-box .btn::after {
  position: absolute;
  bottom: -7px;
  right: -7px;
  content: "";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border: solid;
  border-width: 1px 0 0 1px;
  display: inline-block;
  padding: 3px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  border-color: inherit;
}
.sectionBlock_114 .title-box .btn-box .btn:hover {
  color: #fff;
  background-color: #fa2223;
}
.sectionBlock_114 .title-box .btn-box .btn:hover::before {
  left: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sectionBlock_114 .title-box .btn-box .btn:hover::after {
  right: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sectionBlock_114 .item-box {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  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;
}
.sectionBlock_114 .item-box::before {
  position: absolute;
  top: -11px;
  left: -11px;
  content: "";
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  border-color: rgba(0, 0, 0, 0.15);
}
.sectionBlock_114 .item-box::after {
  position: absolute;
  bottom: -11px;
  right: -11px;
  content: "";
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border: solid;
  border-width: 1px 0 0 1px;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  border-color: rgba(0, 0, 0, 0.15);
}
.sectionBlock_114 .item-box .item-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out, left 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, left 0.4s ease-in-out;
}
.sectionBlock_114 .item-box .item-box-link {
  padding: 40px 40px 25px;
  display: inline-block;
}
.sectionBlock_114 .item-box .item-box-contact {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sectionBlock_114 .item-box:hover, .sectionBlock_114 .item-box.open {
  background-color: rgba(16, 16, 16, 0.6);
}
.sectionBlock_114 .item-box:hover::before, .sectionBlock_114 .item-box.open::before {
  left: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sectionBlock_114 .item-box:hover::after, .sectionBlock_114 .item-box.open::after {
  right: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sectionBlock_114 .item-box:hover .item-box-bg, .sectionBlock_114 .item-box.open .item-box-bg {
  opacity: 1;
}
.sectionBlock_114 .item-box:hover .item-box-link .blockTitle span, .sectionBlock_114 .item-box.open .item-box-link .blockTitle span {
  color: #ffffff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sectionBlock_114 .item-box:hover .item-box-link .item-box-contact, .sectionBlock_114 .item-box.open .item-box-link .item-box-contact {
  color: #ffffff;
}

/*****************************/
/* home / index_content_all.php / data-block="115" */
/*****************************/
.sectionBlock_115 {
  max-width: 1920px;
}
@media (min-width: 1200px) {
  .sectionBlock_115 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media (max-width: 992px) {
  .sectionBlock_115 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sectionBlock_115 .left-box {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .sectionBlock_115 .left-box .list-item {
    padding-bottom: 70px;
  }
}
.sectionBlock_115 .left-box .list-item .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sectionBlock_115 .left-box .list-item .img-box img {
  width: 100%;
  height: 50vh;
}
@media (min-width: 1200px) {
  .sectionBlock_115 .left-box .list-item .img-box img {
    height: 80vh;
    width: 90%;
  }
}
.sectionBlock_115 .left-box .list-item .contact {
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2), 0 0px 20px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2), 0 0px 20px rgba(0, 0, 0, 0.1) inset;
  background-color: #fa2223;
  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;
  color: #fff;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .sectionBlock_115 .left-box .list-item .contact {
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 260px;
    height: 250px;
  }
}
@media (min-width: 1600px) {
  .sectionBlock_115 .left-box .list-item .contact {
    width: 384px;
    height: 360px;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_115 .left-box .list-item .contact {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .sectionBlock_115 .left-box .list-item .contact {
    gap: 0.5rem;
    margin-bottom: 30px;
  }
}
.sectionBlock_115 .left-box .list-item .contact .more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionBlock_115 .left-box .list-item .contact .more-link::before {
  content: "";
  background-color: #fff;
  width: 40px;
  display: inline-block;
  height: 1px;
  margin: 0 10px;
}
.sectionBlock_115 .left-box .list-item .contact .more-link::after {
  content: "";
  background-color: #fff;
  width: 40px;
  display: inline-block;
  height: 1px;
  margin: 0 10px;
}
@media (min-width: 1200px) {
  .sectionBlock_115 .left-box {
    width: 60%;
    position: relative;
  }
}
.sectionBlock_115 .right-box {
  position: relative;
}
@media (min-width: 1200px) {
  .sectionBlock_115 .right-box {
    width: 40%;
    padding-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_115 .right-box {
    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: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .sectionBlock_115 .right-box .contact {
    padding: 1rem;
  }
}
@media (min-width: 1400px) {
  .sectionBlock_115 .right-box .contact {
    padding: 3rem;
  }
}
@media (min-width: 1600px) {
  .sectionBlock_115 .right-box .contact {
    padding: 3rem 5rem;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_115 .right-box .contact {
    text-align: center;
    max-width: 768px;
    margin: auto;
  }
}
.sectionBlock_115 .right-box .contact .title {
  text-transform: uppercase;
}
.sectionBlock_115 .right-box .contact .title span {
  color: rgb(230, 230, 230);
}
@media (min-width: 1400px) {
  .sectionBlock_115 .right-box .contact .title {
    line-height: 3rem;
  }
}
@media (min-width: 1650px) {
  .sectionBlock_115 .right-box .contact .title {
    width: 80%;
  }
}
.sectionBlock_115 .right-box .more-link {
  position: absolute;
  right: 15px;
  top: 30%;
}
@media (max-width: 1440px) {
  .sectionBlock_115 .right-box .more-link {
    top: 25%;
  }
}
@media (max-width: 992px) {
  .sectionBlock_115 .right-box .more-link {
    display: contents;
  }
}
.sectionBlock_115 .right-box .more-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000000;
  border-radius: 50%;
}
.sectionBlock_115 .right-box .more-link a i {
  border-radius: 50%;
  border: 1px solid #000;
  display: block;
  text-align: center;
  z-index: 1;
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sectionBlock_115 .right-box .more-link a:hover {
  background: #fa2223;
  color: #ffffff;
}
@media (max-width: 992px) {
  .sectionBlock_115 .right-box .more-link {
    position: relative;
  }
}
.sectionBlock_115 .right-box .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sectionBlock_115 .right-box .img-list .item-box {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .sectionBlock_115 .right-box .img-list .item-box {
    height: 250px;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 1600px) {
  .sectionBlock_115 .right-box .img-list .item-box {
    height: 360px;
  }
}
.sectionBlock_115 .right-box .img-list .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .sectionBlock_115 .right-box .img-list .in img {
    height: 120%;
    width: auto;
    max-width: initial;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_115 .right-box .img-list .in img {
    width: 100%;
    height: auto;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="116" */
/*****************************/
.sectionBlock_116 {
  background: url("../images_v4/home/sectionBlock_116/bg.webp");
  overflow: inherit;
}
@media (min-width: 992px) {
  .sectionBlock_116 {
    background-position: center center;
    background-size: cover;
    margin: 100px 0;
  }
}
@media (max-width: 992px) {
  .sectionBlock_116 {
    background: url("../images_v4/home/sectionBlock_116/bg.webp"), #fa2223;
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sectionBlock_116 .sectionBlock_116-container {
  max-width: 100%;
}
@media (min-width: 992px) {
  .sectionBlock_116 .sectionBlock_116-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  .sectionBlock_116 .sectionBlock_116-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .sectionBlock_116 .sectionBlock_116-container {
    margin-right: 0;
    margin-left: 0;
  }
}
.sectionBlock_116 .img-container {
  position: relative;
}
@media (min-width: 992px) {
  .sectionBlock_116 .img-box {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 992px) {
  .sectionBlock_116 .title-container {
    background: #fa2223;
    text-align: center;
  }
}
.sectionBlock_116 .title-container .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
@media (max-width: 1440px) {
  .sectionBlock_116 .title-container .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sectionBlock_116 .title-container .title-box .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.sectionBlock_116 .title-container .title-box .blockTitle span {
  color: #ffffff;
}
.sectionBlock_116 .title-container .title-box .txt {
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .sectionBlock_116 .title-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.sectionBlock_116 .more-btn-box .more-btn {
  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;
}
@media (max-width: 1440px) {
  .sectionBlock_116 .more-btn-box .more-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .sectionBlock_116 .more-btn-box .more-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sectionBlock_116 .more-btn-box .more-btn span {
  background: #213a7d;
  position: relative;
  z-index: 2;
  margin-right: -50px;
  display: inline-block;
  color: #ffffff;
  padding: 10px;
  -webkit-transition: margin-right 0.3s ease-in-out;
  transition: margin-right 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .sectionBlock_116 .more-btn-box .more-btn span {
    margin-right: 0;
    background: transparent;
    font-size: 18px;
  }
}
.sectionBlock_116 .more-btn-box .more-btn i {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  z-index: 1;
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1600px) {
  .sectionBlock_116 .more-btn-box .more-btn i {
    width: 150px;
    height: 150px;
    font-size: 50px;
    line-height: 150px;
    margin-left: 15px;
  }
}
.sectionBlock_116 .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .sectionBlock_116 .product-list {
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_116 .product-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sectionBlock_116 .product-list .img-icon {
  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;
}
.sectionBlock_116 .product-list .img2 {
  display: none;
}
.sectionBlock_116 .product-list a {
  width: 150px;
  height: 150px;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block;
}
.sectionBlock_116 .product-list a:hover {
  background-color: #fff;
  color: #fa2223;
}
.sectionBlock_116 .product-list a:hover .img1 {
  display: none;
}
.sectionBlock_116 .product-list a:hover .img2 {
  display: block;
}
.sectionBlock_116 .product-list a .subBlockTitle {
  color: inherit;
}

/*****************************/
/* home / index_content_all.php / data-block="117" */
/*****************************/
.sectionBlock_117 {
  padding: 100px 0 150px 80px;
}
@media (max-width: 1440px) {
  .sectionBlock_117 {
    padding: 100px 0 120px 50px;
  }
}
@media (max-width: 1330px) {
  .sectionBlock_117 {
    padding: 100px 0 120px 30px;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_117 {
    padding: 100px 30px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_117 {
    padding: 100px 15px;
  }
}
.sectionBlock_117 .items-box-container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .sectionBlock_117 .items-box-container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .sectionBlock_117 .items-box-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .sectionBlock_117 .items-box-container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .sectionBlock_117 .items-box-container {
    width: 90%;
  }
}
.sectionBlock_117 .items-box {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.sectionBlock_117 .items-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(121deg, #000 10%, rgba(0, 0, 0, 0.2));
  top: 0;
  z-index: -2;
}
.sectionBlock_117 .items-box-yt {
  position: absolute;
  background: red;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transform: translate(0px, -30px) scale(1.2);
          transform: translate(0px, -30px) scale(1.2);
}
@media (max-width: 992px) {
  .sectionBlock_117 .items-box-yt {
    -webkit-transform: translate(0px, -30px) scale(1.8);
            transform: translate(0px, -30px) scale(1.8);
  }
}
@media (max-width: 576px) {
  .sectionBlock_117 .items-box-yt {
    -webkit-transform: translate(0px, 0px) scale(9.8);
            transform: translate(0px, 0px) scale(9.8);
  }
}
.sectionBlock_117 .item-box figure {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
.sectionBlock_117 .item-box figure img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionBlock_117 .item-box .item-hover {
  background-color: transparent;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sectionBlock_117 .item-box .item-hover::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: linear-gradient(319deg, rgba(171, 171, 171, 0.2), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sectionBlock_117 .item-box:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}
.sectionBlock_117 .item-box:hover .item-hover {
  opacity: 1;
}
.sectionBlock_117 .item-box:hover .item-hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sectionBlock_117 .item-box .item-box-contact {
  color: #fff;
  padding: 0 10px;
}
.sectionBlock_117 .item-box .item-box-contact .subBlockTitle {
  color: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sectionBlock_117 .item-box .slick-slide {
  -ms-touch-action: auto;
      touch-action: auto;
}
.sectionBlock_117 .item {
  width: calc(33.3333333333% - 100px);
  margin: 0 50px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1440px) {
  .sectionBlock_117 .item {
    width: calc(33.3333333333% - 50px);
    margin: 0 25px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_117 .item {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_117 .item {
    width: 100%;
    padding: 0 30px;
    margin: 0 0 50px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_117 .row > div {
    margin-bottom: 30px;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="118" */
/*****************************/
.sectionBlock_118 {
  overflow: inherit;
}
.sectionBlock_118 .sectionBlock_118-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sectionBlock_118 .title-box-container {
  position: relative;
}
.sectionBlock_118 .title-box {
  margin: 0;
  padding-right: 8%;
  position: sticky;
  top: 0;
  top: 145px;
}
.sectionBlock_118 .title-box .title {
  padding-bottom: 40px;
  margin: 0 0 20px 0;
  font-weight: 700;
}
.sectionBlock_118 .title-box .title-link {
  text-align: center;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-left: 45px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.sectionBlock_118 .title-box .title-link::before {
  content: "";
  width: 75px;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 50%;
  background-color: #fa2223;
  opacity: 0.2;
  position: absolute;
  top: -10px;
  left: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sectionBlock_118 .title-box .title-link::after {
  content: "";
  width: 97.5%;
  height: 1px;
  display: block;
  background-color: #fa2223;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.sectionBlock_118 .title-box .title-link span {
  color: #fa2223;
}
.sectionBlock_118 .title-box .content {
  margin: 10% 0 14% 0;
}
.sectionBlock_118 .items-box .imgs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 576px) {
  .sectionBlock_118 .items-box .imgs-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
  }
}
.sectionBlock_118 .items-box .imgs-list .item-list {
  padding: 0 25px;
  width: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .sectionBlock_118 .items-box .imgs-list .item-list {
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_118 .items-box .imgs-list .item-list {
    width: 100%;
  }
}
.sectionBlock_118 .items-box .imgs-list .item-list:nth-child(odd) {
  margin-top: 80px;
}
@media (max-width: 1440px) {
  .sectionBlock_118 .items-box .imgs-list .item-list:nth-child(odd) {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .sectionBlock_118 .items-box .imgs-list .item-list:nth-child(odd) {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_118 .items-box .imgs-list .item-list:nth-child(odd) {
    margin-top: 0px;
  }
}
.sectionBlock_118 .items-box .imgs-list .item-list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.sectionBlock_118 .items-box .imgs-list .item-list-card .btn-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sectionBlock_118 .items-box .imgs-list .item-list-img {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.sectionBlock_118 .items-box .imgs-list .item-list-img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sectionBlock_118 .items-box .imgs-list .item-list-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sectionBlock_118 .items-box .imgs-list .item-list-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  border-radius: 0 50px 0 50px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sectionBlock_118 .items-box .imgs-list .item-list-content .title-link span {
  font-weight: bold;
}
.sectionBlock_118 .items-box .imgs-list .item-list-content .title-link .subBlockTitle {
  color: inherit;
}
.sectionBlock_118 .items-box .imgs-list .item-list .btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.sectionBlock_118 .items-box .imgs-list .item-list .btn-box .btn-link {
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  min-width: 90px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #fa2223;
  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;
}
@media (max-width: 991px) {
  .sectionBlock_118 .items-box .imgs-list .item-list .btn-box .btn-link {
    min-width: 60px;
  }
}
@media (max-width: 991px) {
  .sectionBlock_118 .items-box .imgs-list .item-list .btn-box {
    top: 40%;
  }
}
@media (max-width: 576px) {
  .sectionBlock_118 .items-box .imgs-list .item-list .btn-box {
    top: 50%;
  }
}
.sectionBlock_118 .items-box .imgs-list .item-list:hover .item-list-img::before {
  background-color: rgba(0, 0, 0, 0);
}
.sectionBlock_118 .items-box .imgs-list .item-list:hover .item-list-img::after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 1;
}
.sectionBlock_118 .items-box .imgs-list .item-list:hover .item-list-content .subBlockTitle {
  color: #fa2223;
}
.sectionBlock_118 .items-box .imgs-list .item-list:hover .btn-box .btn-link {
  -webkit-transform: scale(0);
          transform: scale(0);
}

/*****************************/
/* home / index_content_all.php / data-block="119" */
/*****************************/
.sectionBlock_119 .container-box {
  position: relative;
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 1700px) {
  .sectionBlock_119 .container-box {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 992px) {
  .sectionBlock_119 .container-box {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (max-width: 576px) {
  .sectionBlock_119 .container-box {
    padding-left: 12vw;
    padding-right: 12vw;
  }
}
.sectionBlock_119 .swiperBox {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 576px) {
  .sectionBlock_119 .swiperBox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sectionBlock_119 .swiperBox-item {
  max-width: 350px;
}
@media (max-width: 1700px) {
  .sectionBlock_119 .swiperBox-item {
    width: 17.5vw;
  }
}
@media (max-width: 992px) {
  .sectionBlock_119 .swiperBox-item {
    width: 35vw;
  }
}
@media (max-width: 576px) {
  .sectionBlock_119 .swiperBox-item {
    width: 50vw;
  }
}
.sectionBlock_119 .swiperBox-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 450px;
}
.sectionBlock_119 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sectionBlock_119 .swiper-button-prev,
.sectionBlock_119 .swiper-button-next {
  opacity: 0;
}
.sectionBlock_119 .button-prev,
.sectionBlock_119 .button-next {
  position: absolute;
  border: 1px solid #333;
  border-radius: 50%;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media (max-width: 576px) {
  .sectionBlock_119 .button-prev,
  .sectionBlock_119 .button-next {
    padding: 5px;
  }
}
.sectionBlock_119 .button-prev i,
.sectionBlock_119 .button-next i {
  font-size: 24px;
  color: #333;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.sectionBlock_119 .button-prev:hover,
.sectionBlock_119 .button-next:hover {
  border: 1px solid #333333;
}
.sectionBlock_119 .button-prev:hover i,
.sectionBlock_119 .button-next:hover i {
  color: #fa2223;
}
.sectionBlock_119 .button-prev {
  left: 0;
}
.sectionBlock_119 .button-prev:hover i {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
@media (max-width: 576px) {
  .sectionBlock_119 .button-prev {
    left: 5px;
  }
}
.sectionBlock_119 .button-next {
  right: 0;
}
.sectionBlock_119 .button-next:hover i {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
@media (max-width: 576px) {
  .sectionBlock_119 .button-next {
    right: 5px;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="120" */
/*****************************/
.sectionBlock_120 .item-box-1 {
  padding-top: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .sectionBlock_120 .item-box-1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_120 .item-box-1 {
    padding-top: 60%;
  }
}
.sectionBlock_120 .item-box-1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.sectionBlock_120 .item-box-2,
.sectionBlock_120 .item-box-3 {
  padding-top: calc(50% - 15px);
  position: relative;
}
@media (max-width: 576px) {
  .sectionBlock_120 .item-box-2,
  .sectionBlock_120 .item-box-3 {
    padding-top: 50%;
  }
}
.sectionBlock_120 .item-box-2::after,
.sectionBlock_120 .item-box-3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.sectionBlock_120 .item-box-2 {
  margin-bottom: 30px;
}
.sectionBlock_120 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.sectionBlock_120 .content-box {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  z-index: 3;
}
.sectionBlock_120 .content-box-1 {
  left: 50%;
}
@media (max-width: 576px) {
  .sectionBlock_120 .content-box-1 {
    width: 100%;
  }
}
.sectionBlock_120 .content-box-2 {
  left: auto;
  right: 0%;
}
.sectionBlock_120 .content-box-2 .title-box {
  color: #333;
}
@media (max-width: 576px) {
  .sectionBlock_120 .content-box-2 {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    right: 0;
    width: 50%;
  }
}
.sectionBlock_120 .content-box-3 {
  left: 30%;
}
@media (max-width: 576px) {
  .sectionBlock_120 .content-box-3 {
    width: 70%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.sectionBlock_120 .title-box {
  color: #fff;
}
.sectionBlock_120 .title-box .title {
  color: inherit;
  font-weight: bold;
}
.sectionBlock_120 .title-box .sub-title {
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
.sectionBlock_120 .btn-box {
  text-align: center;
}
.sectionBlock_120 .btn-box > a {
  min-width: 160px;
  border-radius: 0;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sectionBlock_120 .btn-box > a {
    min-width: 130px;
    height: 38px;
    line-height: 38px;
  }
}
.sectionBlock_120 .btn-box .btn-white-revise {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.sectionBlock_120 .btn-box .btn-white-revise:hover {
  background-color: #fff;
  color: #000;
}
.sectionBlock_120 .btn-box .btn-gray-revise {
  border: 1px solid #333;
  background-color: transparent;
  color: #333;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.sectionBlock_120 .btn-box .btn-gray-revise:hover {
  background-color: #333;
  color: #fff;
}

/*****************************/
/* home / index_content_all.php / data-block="121" */
/*****************************/
.sectionBlock_121 .left-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sectionBlock_121 .left-box {
  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: flex-end;
}
@media (max-width: 576px) {
  .sectionBlock_121 .left-box .title-box {
    text-align: center;
  }
}
.sectionBlock_121 .left-box .content-box {
  margin-bottom: 20px;
}
.sectionBlock_121 .left-box .btn-box {
  margin-bottom: 50px;
}
.sectionBlock_121 .left-box .btn-box .btn-gray-revise {
  background-color: transparent;
  color: #333333;
}
.sectionBlock_121 .left-box .btn-box .btn-gray-revise:hover {
  background-color: #858585;
  color: #fff;
}
@media (max-width: 992px) {
  .sectionBlock_121 .left-box .btn-box {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .sectionBlock_121 .left-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
.sectionBlock_121 .right-box img {
  height: 85vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 992px) {
  .sectionBlock_121 .right-box img {
    height: 65vh;
  }
}
@media (max-width: 576px) {
  .sectionBlock_121 .right-box img {
    height: 50vh;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="122" */
/*****************************/
.sectionBlock_122 {
  margin-bottom: 80px;
  position: relative;
  padding-bottom: 50px;
}
.sectionBlock_122-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1800px) {
  .sectionBlock_122-container {
    padding-left: 50px;
  }
}
@media (max-width: 1440px) {
  .sectionBlock_122-container {
    padding-left: 30px;
  }
}
@media (max-width: 1440px) {
  .sectionBlock_122-container {
    padding-left: 0px;
  }
}
@media (max-width: 1024px) {
  .sectionBlock_122-container {
    padding-bottom: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionBlock_122 .left-box {
  width: 44%;
  padding: 0 50px 0 150px;
}
@media (max-width: 1630px) {
  .sectionBlock_122 .left-box {
    padding: 0 30px 0 100px;
  }
}
@media (max-width: 1440px) {
  .sectionBlock_122 .left-box {
    padding: 0 30px 0 80px;
    width: 40%;
  }
}
@media (max-width: 1330px) {
  .sectionBlock_122 .left-box {
    padding: 0 0 0 50px;
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .sectionBlock_122 .left-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media (max-width: 991px) {
  .sectionBlock_122 .left-box {
    padding: 0 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 576px) {
  .sectionBlock_122 .left-box {
    padding: 0 15px;
  }
}
.sectionBlock_122 .left-box .title-box .main-title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.3;
  margin: 20px 0 0;
}
@media (max-width: 1200px) {
  .sectionBlock_122 .left-box .title-box .main-title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_122 .left-box .title-box {
    margin-top: 50px;
    text-align: center;
    border-bottom: 1px solid #fa2223;
    padding-bottom: 30px;
    width: 90%;
  }
}
.sectionBlock_122 .left-box .content-box {
  text-align: center;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .sectionBlock_122 .left-box .content-box {
    gap: 30px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .sectionBlock_122 .left-box .content-box {
    gap: 10px;
  }
}
.sectionBlock_122 .left-box .content-box .count-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  position: relative;
}
.sectionBlock_122 .left-box .content-box .count-item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #bbb;
  left: 0px;
  top: 0;
}
@media (max-width: 992px) {
  .sectionBlock_122 .left-box .content-box .count-item:not(:first-child)::before {
    left: -10px;
  }
}
.sectionBlock_122 .left-box .content-box .count-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5px;
}
.sectionBlock_122 .left-box .content-box .count-item-content .count-num {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0px;
}
@media (max-width: 576px) {
  .sectionBlock_122 .left-box .content-box .count-item-content .count-num {
    font-size: 32px;
  }
}
.sectionBlock_122 .left-box .content-box .count-item-title {
  line-height: 1;
  color: #fa2223;
}
.sectionBlock_122 .left-box .btnBox {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .sectionBlock_122 .left-box .btnBox {
    text-align: center;
    position: absolute;
    margin-top: 30px;
    width: 100%;
    bottom: 0;
    right: 0px;
  }
}
.sectionBlock_122 .left-box .btn {
  background-color: transparent;
  color: #858585;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}
.sectionBlock_122 .left-box .btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #858585;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sectionBlock_122 .left-box .btn:hover {
  color: #ffffff;
}
.sectionBlock_122 .left-box .btn:hover::after {
  width: 100%;
}
.sectionBlock_122 .right-box {
  width: 56%;
}
@media (max-width: 1440px) {
  .sectionBlock_122 .right-box {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .sectionBlock_122 .right-box {
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_122 .right-box {
    padding: 0 15px;
  }
}
.sectionBlock_122 .right-box-container {
  margin-top: 80px;
}
.sectionBlock_122 .right-box .link-box {
  height: auto;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}
@media (max-width: 576px) {
  .sectionBlock_122 .right-box .link-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionBlock_122 .right-box .link-box .link {
  width: 100%;
  padding: 0 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 50vh;
  min-height: 350px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .sectionBlock_122 .right-box .link-box .link {
    min-height: 320px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_122 .right-box .link-box .link {
    height: 30vh;
    min-height: auto;
  }
}
.sectionBlock_122 .right-box .link-box .link:first-child {
  top: 80px;
}
@media (max-width: 1024px) {
  .sectionBlock_122 .right-box .link-box .link:first-child {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .sectionBlock_122 .right-box .link-box .link:hover .link-box-content {
    -webkit-transform: translate3d(0, -2.5rem, 0);
            transform: translate3d(0, -2.5rem, 0);
  }
  .sectionBlock_122 .right-box .link-box .link:hover .more {
    opacity: 1;
    padding-left: 30px;
  }
  .sectionBlock_122 .right-box .link-box .link:hover .more i {
    opacity: 1;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sectionBlock_122 .right-box .link-box .link:hover .bg {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.sectionBlock_122 .right-box .link-box .bg {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: -1;
}
.sectionBlock_122 .right-box .link-box .shadow {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 80%);
}
.sectionBlock_122 .right-box .link-box .link-box-content {
  z-index: 2;
  color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.sectionBlock_122 .right-box .link-box .link-box-content .title {
  color: #ffffff;
  display: inline-block;
}
.sectionBlock_122 .right-box .link-box .link-box-content .sub-title {
  display: inline-block;
}
.sectionBlock_122 .right-box .link-box .text-box .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding-left: 0;
  opacity: 0;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  position: relative;
}
.sectionBlock_122 .right-box .link-box .text-box .more i {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  opacity: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transition: all 0.3s ease 0.6s;
  transition: all 0.3s ease 0.6s;
}
.sectionBlock_122 .suspended-bg {
  position: absolute;
  width: calc(100% - 80px);
  top: 0;
  z-index: 0;
  height: calc(67% - 12px);
  z-index: -2;
}
@media (max-width: 992px) {
  .sectionBlock_122 .suspended-bg {
    width: 100%;
  }
}
.sectionBlock_122 .suspended-bg .bg {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 992px) {
  .sectionBlock_122 .suspended-bg .bg {
    height: 100%;
    opacity: 0.5;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="123" */
/*****************************/
.sectionBlock_123 {
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.sectionBlock_123::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  content: "";
  background: url("../images_v4/home/sectionBlock_123/dot_bg.png") repeat;
}
@media (max-width: 1024px) {
  .sectionBlock_123 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionBlock_123 .leftBlock {
  width: 18%;
  max-width: 360px;
  background: #fa2223;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sectionBlock_123 .leftBlock {
    width: 100%;
    max-width: 100%;
  }
}
.sectionBlock_123 .leftBlock .conBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 40px;
}
@media (max-width: 1500px) {
  .sectionBlock_123 .leftBlock .conBlock {
    padding: 40px 20px;
  }
}
@media (max-width: 1140px) {
  .sectionBlock_123 .leftBlock .conBlock {
    padding: 40px 0px;
  }
}
@media (max-width: 1024px) {
  .sectionBlock_123 .leftBlock .conBlock {
    padding: 30px 0;
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .sectionBlock_123 .leftBlock .conBlock {
    padding: 10px 0;
  }
}
.sectionBlock_123 .leftBlock .conBlock p {
  color: #ffffff;
  margin: 40px 0 60px;
}
@media (max-width: 1024px) {
  .sectionBlock_123 .leftBlock .conBlock p {
    margin: 20px 0;
  }
}
@media (max-width: 576px) {
  .sectionBlock_123 .leftBlock .conBlock p {
    display: none;
  }
}
.sectionBlock_123 .leftBlock .title-box {
  overflow: hidden;
  display: inline-block;
  text-align: right;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .sectionBlock_123 .leftBlock .title-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.sectionBlock_123 .leftBlock .title-box span {
  text-align: left;
  color: #ffffff;
}
.sectionBlock_123 .leftBlock .title-box span::first-letter {
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .sectionBlock_123 .leftBlock .title-box span::first-letter {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_123 .leftBlock .title-box span::first-letter {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  .sectionBlock_123 .leftBlock .title-box span {
    font-size: 2.4rem;
  }
}
.sectionBlock_123 .leftBlock .title-box small {
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.sectionBlock_123 .leftBlock .title-box small::after {
  position: absolute;
  left: auto;
  right: 100%;
  top: 50%;
  content: "";
  display: inline-block;
  width: 500px;
  height: 3px;
  margin-right: 20px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(rgb(82, 195, 241)), to(rgb(1, 64, 153)));
  background: linear-gradient(to right, rgb(82, 195, 241) 0%, rgb(1, 64, 153) 100%);
}
.sectionBlock_123 .leftBlock .readMore {
  text-align: center;
  display: inline-block;
  margin-top: 50px;
}
.sectionBlock_123 .leftBlock .readMore a {
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 15px 40px;
}
@media (max-width: 1440px) {
  .sectionBlock_123 .leftBlock .readMore a {
    padding: 10px 20px;
  }
}
.sectionBlock_123 .leftBlock .readMore a::before {
  position: absolute;
  top: -50px;
  left: 50%;
  content: "";
  width: 1px;
  height: 60px;
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sectionBlock_123 .leftBlock .readMore a:hover::before {
  height: 20px;
  top: -10px;
}
@media (max-width: 576px) {
  .sectionBlock_123 .leftBlock .readMore {
    display: none;
  }
}
.sectionBlock_123 .rightBlock {
  width: 82%;
  padding: 110px 0px 130px 15px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sectionBlock_123 .rightBlock {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
  }
}
.sectionBlock_123 .rightBlock .list .slidItem {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sectionBlock_123 .rightBlock .list .slidItem:nth-child(2n-1) {
  margin-top: 90px;
}
@media (max-width: 1024px) {
  .sectionBlock_123 .rightBlock .list .slidItem {
    padding-left: 0;
  }
  .sectionBlock_123 .rightBlock .list .slidItem:nth-child(2n-1) {
    margin-top: 45px;
  }
}
.sectionBlock_123 .rightBlock .list .slidItem .pic {
  position: relative;
  background: #333333;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.sectionBlock_123 .rightBlock .list .slidItem .pic img {
  width: 100%;
  max-width: 100%;
}
.sectionBlock_123 .rightBlock .list .slidItem .pic::before {
  position: absolute;
  z-index: 2;
  content: attr(data-no);
  left: 15px;
  top: 15px;
  font-size: 5em;
  font-family: Arial;
  color: #fff;
  line-height: 1;
  text-shadow: 2px 3px 5px #717171;
}
@media (max-width: 768px) {
  .sectionBlock_123 .rightBlock .list .slidItem .pic::before {
    left: 0;
    top: 0;
    font-size: 3em;
  }
}
.sectionBlock_123 .rightBlock .list .slidItem .pic::after {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  text-align: center;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 1.5em;
  background: #fa2223;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sectionBlock_123 .rightBlock .list .slidItem:hover .pic {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.sectionBlock_123 .rightBlock .list .slidItem:hover .pic::after {
  opacity: 1;
}
@media (max-width: 768px) {
  .sectionBlock_123 .rightBlock .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    border-color: #fa2223;
  }
  .sectionBlock_123 .rightBlock .slick-dots li button:after {
    background: #fa2223;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="124" */
/*****************************/
.sectionBlock_124 {
  overflow: hidden;
}
.sectionBlock_124 .containerW1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.sectionBlock_124 .row01 {
  margin-left: -4%;
  margin-right: -4%;
}
@media (max-width: 991px) {
  .sectionBlock_124 .row01 {
    margin-left: 0;
    margin-right: 0;
  }
}
.sectionBlock_124 .row01 [class^=col-lg] {
  padding-left: 4%;
  padding-right: 4%;
}
@media (max-width: 991px) {
  .sectionBlock_124 .row01 [class^=col-lg] {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.sectionBlock_124 .row01 .col-lg-5 img {
  aspect-ratio: 630/420;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .sectionBlock_124 .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sectionBlock_124 .slogan {
  display: block;
  color: rgb(230, 230, 230);
  width: 80%;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .sectionBlock_124 .slogan {
    width: 100%;
    margin-bottom: 0;
  }
}
.sectionBlock_124 .row02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.sectionBlock_124 .btn {
  color: #fa2223;
}
@media (max-width: 1199px) {
  .sectionBlock_124 .btn {
    display: inline-block;
  }
}
.sectionBlock_124 .btn small {
  position: relative;
  display: inline-block;
  margin-right: -50px;
  background-color: #fff;
  padding: 10px 0;
  z-index: 2;
}
@media (max-width: 1199px) {
  .sectionBlock_124 .btn small {
    margin-right: 0;
  }
}
.sectionBlock_124 .btn .round {
  position: relative;
  width: 150px;
  height: 150px;
  line-height: 125px;
  font-size: 50px;
  border: 1px solid #fa2223;
  border-radius: 50%;
  margin-left: 15px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .sectionBlock_124 .btn .round {
    width: 60px;
    height: 60px;
    line-height: 35px;
    font-size: 40px;
  }
}
.sectionBlock_124 .btn .round::before {
  content: "…";
  display: block;
  width: 100%;
  height: 100%;
}
.sectionBlock_124 .btn:hover .round {
  margin-left: 25px;
}
.sectionBlock_124 .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sectionBlock_124 .row03 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .sectionBlock_124 .row03 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .sectionBlock_124 .row03 .col-4 {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="125" */
/*****************************/
.sectionBlock_125 {
  position: relative;
  overflow: hidden;
  background: url(../images_v4/home/sectionBlock_125/bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}
.sectionBlock_125 a {
  color: #fff;
}
.sectionBlock_125 .imgRight {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 1100px) {
  .sectionBlock_125 .imgRight {
    display: none;
  }
}
.sectionBlock_125 .itemBox {
  position: relative;
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .sectionBlock_125 .itemBox {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sectionBlock_125 .itemBox {
    width: 100%;
  }
}
.sectionBlock_125 .contentBox {
  padding: 150px 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
@media (max-width: 1440px) {
  .sectionBlock_125 .contentBox {
    padding: 100px 10px;
  }
}
@media (max-width: 1100px) {
  .sectionBlock_125 .contentBox .text {
    text-align: center;
  }
}
.sectionBlock_125 .contentBox .blockTitle {
  margin-bottom: 20px;
}
.sectionBlock_125 .contentBox .blockTitle small {
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
.sectionBlock_125 .contentBox .blockTitle span {
  color: #fff;
}
.sectionBlock_125 .contentBox p {
  margin-bottom: 30px;
}
.sectionBlock_125 .contentBox .btn {
  border: 1px solid #fff;
  display: inline-block;
  min-width: 192px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sectionBlock_125 .contentBox .btn:hover {
  background-color: #fa2223;
  border: 1px solid #fa2223;
}
.sectionBlock_125 .iconBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionBlock_125 .iconBox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(28, 46, 80, 0.7);
  z-index: 1;
}
@media (min-width: 1101px) {
  .sectionBlock_125 .iconBox::after {
    -webkit-transform: translateX(-7%) skewX(20deg);
            transform: translateX(-7%) skewX(20deg);
  }
}
.sectionBlock_125 .iconBox .iconList {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  z-index: 2;
}
.sectionBlock_125 .iconBox .iconList .item {
  display: block;
  width: 40%;
  padding: 30px 4.8%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1100px) {
  .sectionBlock_125 .iconBox .iconList .item {
    width: 50%;
  }
}
@media (min-width: 1101px) {
  .sectionBlock_125 .iconBox .iconList .item:nth-child(3) {
    margin-left: 10%;
  }
}
.sectionBlock_125 .iconBox .iconList .item:hover {
  -webkit-transform: translateY(-23px);
          transform: translateY(-23px);
}
.sectionBlock_125 .iconBox .iconList .item .subBlockTitle-small {
  color: #fff;
  padding: 8px 0;
}
.sectionBlock_125 .iconBox .iconList .item .mini {
  color: #999999;
  display: block;
  line-height: 1.3;
}

/*****************************/
/* home / index_content_all.php / data-block="126" */
/*****************************/
.sectionBlock_126 .content {
  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;
}
.sectionBlock_126 .textBox {
  width: 41.667%;
  z-index: 3;
}
@media (max-width: 767px) {
  .sectionBlock_126 .textBox {
    width: 100%;
  }
}
.sectionBlock_126 .textBox .text {
  padding: 50px 60px;
  background-color: #eaf2f9;
}
@media (max-width: 1024px) {
  .sectionBlock_126 .textBox .text {
    padding: 40px 25px;
  }
}
.sectionBlock_126 .textBox .faqContent {
  border-top: 1px solid #d6d6d6;
}
.sectionBlock_126 .textBox .faqContent .faqItem_head {
  padding-left: 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sectionBlock_126 .textBox .faqContent .faqItem_head body {
    font-size: 0.833333rem;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_126 .textBox .faqContent .faqItem_head body {
    font-size: 0.888889rem;
  }
}
.sectionBlock_126 .textBox .faqContent .faqItem_head::before {
  content: "";
  display: none;
}
.sectionBlock_126 .textBox .faqContent .faqItem_head:hover {
  color: inherit;
  background-color: transparent;
}
.sectionBlock_126 .textBox .faqContent .faqItem_head:hover::after {
  color: #fa2223;
}
.sectionBlock_126 .textBox .faqContent .faqItem_body {
  background-color: transparent;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sectionBlock_126 .textBox .faqContent .faqItem_current .faqItem_head {
  background-color: transparent;
  color: inherit;
}
.sectionBlock_126 .textBox .faqContent .faqItem_current .faqItem_head::after {
  color: #fa2223;
}
.sectionBlock_126 .textBox .faqContent .faqItem_current .faqItem_body {
  padding-left: 0;
  padding-right: 0;
}
.sectionBlock_126 .textBox .btnBox {
  margin-top: 20px;
}
.sectionBlock_126 .textBox .btnBox i {
  margin-right: 5px;
}
.sectionBlock_126 .imgBox01 {
  width: 25%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sectionBlock_126 .imgBox01 {
    right: 230px;
  }
  .sectionBlock_126 .imgBox01::before {
    content: "";
    background: rgba(0, 0, 0, 0.05);
    width: 510px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: -15px;
  }
  .sectionBlock_126 .imgBox01 .inner {
    width: 550px;
    padding-left: 15px;
  }
}
.sectionBlock_126 .imgBox02 {
  width: 33.33%;
  z-index: 2;
}
.sectionBlock_126 .imgBox img {
  display: block;
}
@media (max-width: 767px) {
  .sectionBlock_126 .imgBox {
    width: 50%;
  }
  .sectionBlock_126 .imgBox .inner img {
    aspect-ratio: 3/4;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sectionBlock_126_container {
  width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .sectionBlock_126_container {
    width: 100%;
    max-width: 1230px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .sectionBlock_126_container {
    padding-right: 0;
  }
}

/*****************************/
/* home / index_content_all.php / data-block="127" */
/*****************************/
.sectionBlock_127 {
  overflow: inherit;
}
.sectionBlock_127 .Block_127Row {
  -webkit-column-gap: 7%;
     -moz-column-gap: 7%;
          column-gap: 7%;
}
.sectionBlock_127 .Block_127Row > div {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .sectionBlock_127 .Block_127Row > div {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.sectionBlock_127 .leftBox {
  position: sticky;
  top: 90px;
}
.sectionBlock_127 .leftBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding-top: 20px;
}
.sectionBlock_127 .leftBox .moreBtn4 {
  overflow: hidden;
  background-color: #fa2223;
  color: #fff;
}
.sectionBlock_127 .leftBox .moreBtn4 span {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sectionBlock_127 .leftBox .moreBtn4:hover .subWord {
  margin-top: -46px;
}
.sectionBlock_127 .leftBox .btnLine {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
.sectionBlock_127 .leftBox .btnLine::before, .sectionBlock_127 .leftBox .btnLine::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #cccccc;
}
.sectionBlock_127 .leftBox .btnLine::after {
  background-color: #fa2223;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  transition: transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85), -webkit-transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.sectionBlock_127 .leftBox .btnLine:hover::after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media (max-width: 767px) {
  .sectionBlock_127 .leftBox {
    margin-bottom: 30px;
  }
}
.sectionBlock_127 .rightBox + .rightBox {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .sectionBlock_127 .rightBox + .rightBox {
    margin-top: 50px;
  }
}
.sectionBlock_127 .rightBox .indexnewsList li > * {
  display: inline-block;
  vertical-align: bottom;
}
.sectionBlock_127 .rightBox .indexnewsList .listIcon {
  margin-right: 10px;
  width: 60px;
  height: 40px;
}
.sectionBlock_127 .rightBox .indexnewsList .listIcon img {
  width: 100%;
  height: 100%;
}
.sectionBlock_127 .rightBox .moreBtn {
  display: inline-block;
  margin-top: 30px;
  background-color: #fa2223;
  color: #fff;
}
.sectionBlock_127 .rightBox .moreBtn:hover {
  background-color: #333333;
  border: 1px solid #333333;
}

/*****************************/
/* home / oneBox-4_01 */
/*****************************/
.oneBox-4_01 .commonMenu_box {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #a7000d), color-stop(50%, #f1f1f1)) no-repeat 0% 0%;
  background: linear-gradient(90deg, #a7000d 50%, #f1f1f1 50%) no-repeat 0% 0%;
}
.oneBox-4_01 .commonMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 60px;
}
.oneBox-4_01 .commonMenu .right-block .list {
  padding-left: 70px;
}
.oneBox-4_01 .commonMenu .left-block {
  width: 15%;
  background: -webkit-gradient(linear, left top, right top, from(#a7000d), to(#ed0013)) no-repeat 0% 0%;
  background: linear-gradient(90deg, #a7000d 0%, #ed0013 100%) no-repeat 0% 0%;
  position: relative;
  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;
}
.oneBox-4_01 .commonMenu .left-block span {
  color: #fff;
  font-weight: bold;
  font-weight: 2px;
}
.oneBox-4_01 .commonMenu .left-block::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 60px;
  border-color: transparent transparent transparent #ed0013;
}
.oneBox-4_01 .commonMenu .right-block {
  width: 85%;
  background-color: #f2f2f2;
  line-height: 60px;
}
.oneBox-4_01 .commonMenu .right-block .slick-slider .slidItem {
  padding: 0 1.67vw;
}
@media (max-width: 991px) {
  .oneBox-4_01 .commonMenu .right-block .slick-slider .slidItem {
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .oneBox-4_01 .commonMenu {
    height: 45px;
  }
  .oneBox-4_01 .commonMenu .left-block::after {
    right: -45px;
    border-width: 45px 0 0 45px;
  }
  .oneBox-4_01 .commonMenu .left-block {
    width: 20%;
  }
  .oneBox-4_01 .commonMenu .right-block {
    width: 80%;
  }
  .oneBox-4_01 .commonMenu .right-block {
    line-height: 45px;
  }
  .oneBox-4_01 .commonMenu .right-block .list {
    padding-left: 30px;
  }
}

/*****************************/
/* home / oneBox-05_2 */
/*****************************/
.oneBox-05_2 {
  padding: 130px 0;
  background-color: #f5edd8;
  background-image: url(../images_v4/home/oneBox-05_2/01.png), url(../images_v4/home/oneBox-05_2/02.png);
  background-position: 0 0, 0 bottom;
  background-repeat: repeat-x, repeat-x;
  -webkit-animation: wave01 7s linear infinite;
          animation: wave01 7s linear infinite;
}
@media (max-width: 767px) {
  .oneBox-05_2 {
    background-size: 480px auto, 480px auto;
    padding: 70px 0;
  }
}

@-webkit-keyframes wave01 {
  from {
    background-position: 0 0, 0 bottom;
  }
  to {
    background-position: 1200px 0, 1200px bottom;
  }
}

@keyframes wave01 {
  from {
    background-position: 0 0, 0 bottom;
  }
  to {
    background-position: 1200px 0, 1200px bottom;
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes wave01 {
    from {
      background-position: 0 0, 0 bottom;
    }
    to {
      background-position: 480px 0, 480px bottom;
    }
  }
  @keyframes wave01 {
    from {
      background-position: 0 0, 0 bottom;
    }
    to {
      background-position: 480px 0, 480px bottom;
    }
  }
}
/*****************************/
/* home / oneBox-9-5 */
/*****************************/
.oneBox-9-5 {
  padding: 0;
}
.oneBox-9-5 .items-box {
  position: relative;
  padding: 245px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .oneBox-9-5 .items-box {
    padding: 150px 0;
  }
}
.oneBox-9-5 .items-box-demo {
  position: absolute;
  background: url(../images_v4/index/bgParallax.webp) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
}
.oneBox-9-5 .items-box-yt {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transform: translate(0px, 0px) scale(1.4);
          transform: translate(0px, 0px) scale(1.4);
}
@media (max-width: 576px) {
  .oneBox-9-5 .items-box-yt {
    -webkit-transform: translate(0px, 0px) scale(2);
            transform: translate(0px, 0px) scale(2);
  }
}

/*****************************/
/* home / oneBox-10-2 */
/*****************************/
.oneBox-10-2 .inner {
  position: relative;
}
.oneBox-10-2 .inner + .inner {
  margin-top: 3em;
}
@media (min-width: 768px) {
  .oneBox-10-2 .inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
}
.oneBox-10-2 img {
  vertical-align: bottom;
}
.oneBox-10-2 .pic {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1200/600;
  -o-object-fit: cover;
     object-fit: cover;
}
.oneBox-10-2 .subBlockTitle {
  color: #fff;
  margin-top: 0;
}
@media (max-width: 767px) {
  .oneBox-10-2 .subBlockTitle {
    color: #333333;
  }
}
.oneBox-10-2 .textBox {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .oneBox-10-2 .textBox {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: max(20px, 6%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 max(20px, 4%);
  }
  .oneBox-10-2 .textBox > div {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .oneBox-10-2 .textBox {
    margin-top: 1.2em;
  }
  .oneBox-10-2 .textBox .txt {
    margin-top: 1em;
  }
}
.oneBox-10-2 .textBox .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2em;
     -moz-column-gap: 1.2em;
          column-gap: 1.2em;
  font-weight: bold;
}
.oneBox-10-2 .iconBox {
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.oneBox-10-2 .iconBox .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  position: relative;
  font-size: 65px;
  line-height: 1;
}
.oneBox-10-2 .iconBox .num::before, .oneBox-10-2 .iconBox .num::after {
  content: "";
  width: 27px;
  height: 45px;
  background: url("../images_v4/home/oneBox-10-2/iconW.svg") no-repeat center/cover;
}
.oneBox-10-2 .iconBox .num::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .oneBox-10-2 .iconBox .num {
    font-size: 50px;
  }
  .oneBox-10-2 .iconBox .num::before, .oneBox-10-2 .iconBox .num::after {
    width: 21px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .oneBox-10-2 .iconBox .num {
    font-size: 36px;
  }
  .oneBox-10-2 .iconBox .num::before, .oneBox-10-2 .iconBox .num::after {
    background: url("../images_v4/home/oneBox-10-2/iconB.svg") no-repeat center/cover;
    width: 13px;
    height: 22px;
  }
}

/*****************************/
/* home / oneBox-18-2 */
/*****************************/
.oneBox-18-2 {
  position: relative;
  background-color: #f6f6f6;
  padding-top: 150px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .oneBox-18-2 {
    padding-top: 0;
  }
}
.oneBox-18-2 .imgBox {
  width: 1070px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -270px;
}
.oneBox-18-2 .imgBox img {
  display: block;
}
@media (max-width: 991px) {
  .oneBox-18-2 .imgBox {
    width: 100%;
    position: static;
    margin-left: 0;
  }
}
.oneBox-18-2 .container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  z-index: 1;
}
.oneBox-18-2 .container::before {
  content: "";
  background-image: url("../images_v4/home/oneBox-18-2/bg.jpg");
  display: block;
  position: absolute;
  left: -80px;
  top: -65px;
  width: 180px;
  height: 180px;
  z-index: -1;
}
@media (max-width: 991px) {
  .oneBox-18-2 .container::before {
    left: 0;
    top: -20px;
    width: 80px;
    height: 80px;
  }
}
.oneBox-18-2 .subBlockTitle-big {
  color: #333333;
  letter-spacing: 6px;
  margin-bottom: 20px;
}
.oneBox-18-2 .subBlockTitle-big span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-weight: bold;
  line-height: 1em;
  padding-bottom: 20px;
}
.oneBox-18-2 .subBlockTitle-big span::before, .oneBox-18-2 .subBlockTitle-big span::after {
  content: "";
  display: block;
  border-bottom: 3px solid #333;
  position: absolute;
  width: 50%;
  bottom: 6px;
}
.oneBox-18-2 .subBlockTitle-big span::before {
  left: -5px;
}
.oneBox-18-2 .subBlockTitle-big span::after {
  right: -5px;
}
.oneBox-18-2 .subBlockTitle-big .arrow {
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px;
}
.oneBox-18-2 .blockTitle * {
  color: #333333;
  font-weight: bold;
}
.oneBox-18-2 .blockTitle span {
  font-size: 2.666667rem;
}
@media (max-width: 991px) {
  .oneBox-18-2 .blockTitle span {
    font-size: 1.555556rem;
  }
}
.oneBox-18-2 .titBox {
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .oneBox-18-2 .titBox {
    margin-bottom: 2em;
  }
}
.oneBox-18-2 .inner {
  margin: 0 60px;
  position: relative;
}
.oneBox-18-2 .inner::before {
  content: "";
  background-image: url("../images_v4/home/oneBox-18-2/bg.jpg");
  display: block;
  position: absolute;
  top: -45px;
  right: -45px;
  width: 420px;
  height: 420px;
}
.oneBox-18-2 .inner .text {
  position: relative;
  background-color: #fff;
  padding: 80px 80px 50px;
}
@media (max-width: 991px) {
  .oneBox-18-2 .inner {
    margin: 0;
  }
  .oneBox-18-2 .inner::before {
    top: -15px;
    right: -15px;
    width: 200px;
    height: 200px;
  }
  .oneBox-18-2 .inner .text {
    padding: 20px 15px;
  }
}

/*****************************/
/* home / oneBox-24_2 */
/*****************************/
.oneBox-24.oneBox-24_2 .historyBox {
  max-width: 100%;
  padding: 45px 0;
}

.oneBox-24.oneBox-24_2 .Img img {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.oneBox-24.oneBox-24_2 ol {
  list-style: auto;
  padding-left: 1.2em;
}

.oneBox-24.oneBox-24_2 ul {
  list-style-type: disclosure-closed;
  padding-left: 1.2em;
  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;
}

.oneBox-24.oneBox-24_2 ul li {
  width: 47%;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .oneBox-24.oneBox-24_2 ul.ul_long {
    display: block;
  }
  .oneBox-24.oneBox-24_2 ul.ul_long li {
    width: auto;
  }
}
@media (max-width: 768px) {
  .oneBox-24.oneBox-24_2 .historyBox .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .oneBox-24.oneBox-24_2 .historyBox .item .content {
    padding-top: 1em;
  }
}
@media (max-width: 700px) {
  .oneBox-24.oneBox-24_2 ul {
    display: block;
  }
  .oneBox-24.oneBox-24_2 ul li {
    width: auto;
  }
}
/*****************************/
/* home / oneBox-26 */
/*****************************/
.oneBox-26 {
  position: relative;
}
.oneBox-26 #particlesJS {
  min-height: 60px;
  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;
  background-color: #2c2e43;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .oneBox-26 #particlesJS {
    height: 66.6666666667vw;
  }
}
.oneBox-26 .img-box {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url(../images_v4/capability-bg2.jpg) no-repeat center/cover;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url(../images_v4/capability-bg2.jpg) no-repeat center/cover;
  background-attachment: fixed;
  min-height: 60px;
}
@media (max-width: 1200px) {
  .oneBox-26 .img-box {
    height: 66vw;
    background-attachment: initial;
  }
}
@media (min-width: 992px) {
  .oneBox-26 .img-box {
    min-height: 60vw;
    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;
  }
}
.oneBox-26 .slogan-box {
  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;
}
.oneBox-26 .slogan-box span,
.oneBox-26 .slogan-box small {
  color: #fff;
}
@media (min-width: 992px) {
  .oneBox-26 .slogan-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 992px) {
  .oneBox-26 .slogan-box {
    background: #fa2223;
    text-align: center;
  }
}
.oneBox-26 .slogan-box .title {
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(247, 247, 247, 0.5);
}
@media (max-width: 1024px) {
  .oneBox-26 .slogan-box .sub-title {
    margin-top: 18px;
  }
}

/*****************************/
/* home / oneBox-27 */
/*****************************/
.oneBox-27 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80vh;
  position: relative;
}
.oneBox-27 .line-box {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 89vw;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .oneBox-27 .line-box {
    display: none;
  }
}
.oneBox-27 .line-box .line {
  width: 1px;
  height: 100%;
  background-color: rgba(196, 196, 196, 0.4);
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
  position: absolute;
  top: 0;
}
.oneBox-27 .line-box .line:nth-child(1) {
  left: 0;
}
.oneBox-27 .line-box .line:nth-child(2) {
  left: 25%;
}
.oneBox-27 .line-box .line:nth-child(3) {
  left: 50%;
}
.oneBox-27 .line-box .line:nth-child(4) {
  left: 75%;
}
.oneBox-27 .line-box .line:nth-child(5) {
  left: 100%;
}
@media (max-width: 992px) {
  .oneBox-27 {
    height: auto;
  }
}
.oneBox-27 .title-box {
  max-width: 380px;
  color: #ffffff;
  margin-right: -8.6vw;
}
.oneBox-27 .title-box .pageTitleStyle-2 span,
.oneBox-27 .title-box .pageTitleStyle-2 small {
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 1700px) {
  .oneBox-27 .title-box {
    margin-right: 0;
    -webkit-transform: translateX(8vw);
            transform: translateX(8vw);
  }
}
@media (max-width: 1400px) {
  .oneBox-27 .title-box {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@media (max-width: 1200px) {
  .oneBox-27 .title-box {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@media (max-width: 992px) {
  .oneBox-27 .title-box {
    -webkit-transform: none;
            transform: none;
  }
}
.oneBox-27 .text-box {
  color: #ffffff;
}
.oneBox-27 .left-box {
  width: 27.6%;
  position: relative;
  padding: 260px 40px;
  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;
  height: 100%;
}
.oneBox-27 .left-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fa2223;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1700px) {
  .oneBox-27 .left-box {
    padding: 240px 0;
  }
}
@media (max-width: 1024px) {
  .oneBox-27 .left-box {
    padding: 190px 0;
  }
}
@media (max-width: 992px) {
  .oneBox-27 .left-box {
    width: 100%;
    padding: 70px 60px 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .oneBox-27 .left-box {
    padding: 70px 30px 40px;
  }
}
.oneBox-27 .moreBtn11 {
  margin-top: 45px;
}
.oneBox-27 .right-box {
  width: 72.4%;
  position: relative;
  height: 100%;
}
.oneBox-27 .right-box .image-box {
  height: 100%;
  background-color: #000;
  z-index: -1;
  position: relative;
  overflow: hidden;
}
.oneBox-27 .right-box .image-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.oneBox-27 .right-box .image-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
@media (min-width: 1680px) {
  .oneBox-27 .right-box .image-box {
    height: auto;
  }
}
@media (max-width: 992px) {
  .oneBox-27 .right-box .image-box {
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 0;
  }
  .oneBox-27 .right-box .image-box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.oneBox-27 .right-box .content-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .oneBox-27 .right-box .content-box {
    position: relative;
    padding: 40px 60px 100px;
  }
}
@media (max-width: 768px) {
  .oneBox-27 .right-box .content-box {
    padding: 40px 30px 100px;
  }
}
.oneBox-27 .right-box .content-box a {
  color: #ffffff;
  display: block;
  max-width: 350px;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.oneBox-27 .right-box .content-box a:first-child {
  margin-left: 30.7%;
}
@media (max-width: 992px) {
  .oneBox-27 .right-box .content-box a:first-child {
    margin-left: 0;
  }
}
.oneBox-27 .right-box .content-box a:nth-child(2) {
  margin-left: 61.5%;
  margin-top: -2vw;
}
@media (max-width: 1700px) {
  .oneBox-27 .right-box .content-box a:nth-child(2) {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .oneBox-27 .right-box .content-box a:nth-child(2) {
    margin-left: 30.7%;
  }
}
@media (max-width: 992px) {
  .oneBox-27 .right-box .content-box a:nth-child(2) {
    display: none;
  }
}
@media (min-width: 992px) {
  .oneBox-27 .right-box .content-box a {
    opacity: 0.7;
  }
}
.oneBox-27 .right-box .content-box a .date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.oneBox-27 .right-box .content-box a .text-box {
  padding: 25px 28px;
  margin-top: 10px;
  position: relative;
}
.oneBox-27 .right-box .content-box a .text-box:before {
  content: "";
  width: 3px;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.oneBox-27 .right-box .content-box a .text-box .txt1,
.oneBox-27 .right-box .content-box a .text-box .txt2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .oneBox-27 .right-box .content-box a:hover {
    opacity: 1;
  }
}
.oneBox-27 .right-box .content-box a:hover .text-box:before {
  background: #fa2223;
}
@media (max-width: 992px) {
  .oneBox-27 .right-box {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .oneBox-27 {
    display: block;
  }
}

/*****************************/
/* home / oneBox-28 */
/*****************************/
.oneBox-28 .blockImage {
  position: relative;
  background: url("../images_v4/home/oneBox-28/overseaMap.png") no-repeat top center/cover;
  width: 100%;
  aspect-ratio: 1920/935;
}
.oneBox-28 .item {
  line-height: 1.5;
  position: absolute;
}
@media (max-width: 576px) {
  .oneBox-28 .item {
    width: 100px;
    line-height: 1;
    font-size: 14px;
  }
  .oneBox-28 .item .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.oneBox-28 .usaItem {
  top: 40%;
  left: 8%;
}
.oneBox-28 .sovietrussiaItem {
  top: 21%;
  right: 15%;
}
@media (max-width: 1680px) {
  .oneBox-28 .sovietrussiaItem {
    right: 12%;
  }
}
@media (max-width: 992px) {
  .oneBox-28 .sovietrussiaItem {
    right: 8%;
  }
}
.oneBox-28 .europeItem {
  top: 34%;
  right: 42%;
}
.oneBox-28 .africaItem {
  top: 50%;
  right: 35%;
}
.oneBox-28 .southeastItem {
  top: 63%;
  right: 20%;
}
@media (max-width: 1680px) {
  .oneBox-28 .southeastItem {
    right: 18.8%;
  }
}
@media (max-width: 1200px) {
  .oneBox-28 .southeastItem {
    right: 17.9%;
  }
}
@media (max-width: 992px) {
  .oneBox-28 .southeastItem {
    right: 14.7%;
  }
}
@media (max-width: 576px) {
  .oneBox-28 .southeastItem {
    right: 14.7%;
  }
}
.oneBox-28 .singaporeItem {
  top: 62%;
  right: 19%;
}
.oneBox-28 .circle {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(250, 34, 35, 0.8);
  margin: 0 auto;
  position: relative;
}
.oneBox-28 .circle::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(250, 34, 35, 0.6);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: circleScale 4s linear infinite;
          animation: circleScale 4s linear infinite;
  left: -7px;
}
@media (max-width: 576px) {
  .oneBox-28 .circle {
    width: 10px;
    height: 10px;
  }
  .oneBox-28 .circle::before {
    width: 20px;
    height: 20px;
    top: -5px;
    left: -5px;
  }
}
@-webkit-keyframes circleScale {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
}
@keyframes circleScale {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
}

/*****************************/
/* home / oneBox-28-1 */
/*****************************/
.oneBox-28-1 {
  background: #f1e8d5;
  padding: 30px 0;
  /* 地圖上的按鈕 */
  /* 手機板文字按鈕 */
  /* 玩樂地圖手機板 */
}
.oneBox-28-1 .map_area .mapimg_box {
  position: relative;
}
.oneBox-28-1 .map_area .point_list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.oneBox-28-1 .map_area .point_list .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}
.oneBox-28-1 .map_area .point_list .item.point_pc_1 {
  top: 30%;
  left: 42%;
}
.oneBox-28-1 .map_area .point_list .item.point_pc_2 {
  top: 55%;
  left: 58%;
}
.oneBox-28-1 .map_area .point_list .item.point_pc_3 {
  top: 56%;
  left: 33%;
}
.oneBox-28-1 .map_area .point_list .item.point_pc_4 {
  top: 38%;
  left: 53%;
}
.oneBox-28-1 .map_area .point_list .item.point_pc_5 {
  top: 43%;
  left: 38%;
}
.oneBox-28-1 .map_area .point_list_s .item.point_pc_1 {
  top: 16%;
  left: 46%;
}
.oneBox-28-1 .map_area .point_list_s .item.point_pc_2 {
  top: 35%;
  left: 71%;
}
.oneBox-28-1 .map_area .point_list_s .item.point_pc_3 {
  top: 33%;
  left: 28%;
}
.oneBox-28-1 .map_area .point_list_s .item.point_pc_4 {
  top: 22%;
  left: 63%;
}
.oneBox-28-1 .map_area .point_list_s .item.point_pc_5 {
  top: 28%;
  left: 38%;
}
.oneBox-28-1 .map_area .point_list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: rgba(255, 245, 243, 0.85);
  padding: 3px 15px;
  border-radius: 50px;
}
.oneBox-28-1 .map_area .point_list .item a:hover {
  background: #fa2223;
}
.oneBox-28-1 .map_area .point_list .item a:hover .title {
  color: #fff;
}
.oneBox-28-1 .map_area .point_list .item a .dot {
  width: 20px;
  height: auto;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.oneBox-28-1 .map_area .point_list .item a .title {
  font-size: 18px;
  font-weight: bold;
  color: #6B7FD7;
  margin-top: 2px;
}
.oneBox-28-1 .map_area .point_list_s .item a {
  padding: 2px 6px;
}
.oneBox-28-1 .map_area .point_list_s .item a .title {
  font-size: 16px;
  margin-top: 0px;
}
.oneBox-28-1 .map_area .point_list {
  display: block;
}
.oneBox-28-1 .map_area .point_list_s {
  display: none;
}
.oneBox-28-1 .point_list_mb {
  display: none;
}
@media (max-width: 992px) {
  .oneBox-28-1 {
    /* 地圖上的按鈕 */
    /* 手機板文字按鈕 */
  }
  .oneBox-28-1 .map_area .point_list {
    display: none;
  }
  .oneBox-28-1 .map_area .point_list_s {
    display: block;
  }
  .oneBox-28-1 .point_list_mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  .oneBox-28-1 .point_list_mb .item_mb {
    width: calc(50% - 10px);
    text-align: center;
    background: #333333;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px;
    border-radius: 5px;
  }
  .oneBox-28-1 .point_list_mb .item_mb:last-child {
    width: 60%;
  }
}

.fancybox-slide .modal-detail-content {
  background: #f3ebe8;
  border-radius: 25px;
  padding: 40px 30px;
}

.modal-detail-content .subBlockTitle-big {
  font-weight: bold;
  margin-bottom: 20px;
}
.modal-detail-content .slick-slider .slick-arrow:hover {
  background-color: #333333;
}
.modal-detail-content .fancybox-close-small {
  width: 50px;
  height: 50px;
}
.modal-detail-content .fancybox-close-small:after {
  width: 50px;
  height: 50px;
  background: #fa2223;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}
.modal-detail-content .fancybox-close-small:hover:after {
  background: #333333;
  color: #fff;
}

/*****************************/
/* home / oneBox-28-2 */
/*****************************/
.oneBox-28-2 {
  background-image: url(../images_v4/home/oneBox-28-2/application_1_bg.png);
  position: relative;
  padding: 120px 0px 230px;
  /* .bigNum */
  /* .titleBig */
  /* .appImgArea */
  /* .titleS */
  /* 23-0525-手機版圖片先隱藏，在寬度1200顯示 */
  /* 定位畫面 */
  /* 彈跳畫面 */
}
.oneBox-28-2 .bigNum {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 21vw;
  font-weight: bold;
  line-height: 0.9;
  color: #fa2223;
  opacity: 0.1;
}
.oneBox-28-2 .bigNumL {
  right: auto;
  left: 0;
}
.oneBox-28-2 .titleBig {
  text-align: center;
  line-height: 1;
  padding-bottom: 100px;
}
.oneBox-28-2 .titleBig p {
  margin-bottom: 0;
}
.oneBox-28-2 .titleBigOne {
  font-family: "Days One", sans-serif;
  font-size: 40px;
  font-style: italic;
}
.oneBox-28-2 .titleBigOne span {
  color: #fa2223;
}
.oneBox-28-2 .titleBigTwo {
  font-size: 20px;
  color: #868686;
  margin-top: 10px;
  position: relative;
  display: inline-block;
}
.oneBox-28-2 .titleBigTwo::before {
  content: "";
  display: inline-block;
  width: 180px;
  height: 2px;
  background-color: #fa2223;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 5px;
}
.oneBox-28-2 .appImgArea {
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.oneBox-28-2 .appImgArea img {
  display: block;
}
.oneBox-28-2 .appItem .titleS {
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
}
.oneBox-28-2 .appItem .titleS p {
  font-family: "Days One", sans-serif;
  font-size: 20px;
  color: #0b140b;
  margin-bottom: 0;
}
.oneBox-28-2 .appItem .titleS span {
  font-size: 18px;
}
.oneBox-28-2 .appItem .txtBox {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid rgba(250, 34, 35, 0.8);
  background-color: #f9f9f9;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 250px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.oneBox-28-2 .appItem .txtBox.openB {
  opacity: 1;
  z-index: 2;
  top: 50%;
  /* 與.txtBox大約差50% or 30px */
  pointer-events: auto;
}
.oneBox-28-2 .appItem .txtBoxClose {
  width: 38px;
  height: 38px;
  color: #fff;
  background-color: #fa2223;
  line-height: 38px;
  text-align: center;
  margin-left: auto;
  cursor: pointer;
  display: none;
}
.oneBox-28-2 .appItem .txtBox ul {
  padding: 0 20px 20px;
  line-height: 1.6;
}
.oneBox-28-2 .appItem .txtBox .titleInner {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
}
.oneBox-28-2 .appItem .txtBox .titleInner img {
  display: inline-block;
  margin-right: 8px;
}
.oneBox-28-2 .appItem .txtBox .titleInner small {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.oneBox-28-2 .appItem .txtBox li {
  margin-left: 20px;
}
.oneBox-28-2 .appItem .txtBox li a:hover {
  color: #eda51a;
}
.oneBox-28-2 img.mobileImg {
  display: none;
}
@media (min-width: 1201px) {
  .oneBox-28-2 {
    /* ***個別定位設定*** */
    /* .LaptopArea */
  }
  .oneBox-28-2 .appList {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .oneBox-28-2 .appItem {
    position: absolute;
  }
  .oneBox-28-2 .appItem .round {
    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;
    width: 59px;
    height: 59px;
    cursor: pointer;
  }
  .oneBox-28-2 .appItem .round::before {
    content: url("../images_v4/home/oneBox-28-2/round.png");
    display: inline-block;
    width: 59px;
    height: 59px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rotate 20s infinite linear;
            animation: rotate 20s infinite linear;
  }
  .oneBox-28-2 .appItem .round img {
    position: absolute;
    z-index: 1;
  }
  .oneBox-28-2 .appItem .round .light {
    display: inline-block;
    position: absolute;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: rgba(250, 34, 35, 0.5);
    opacity: 0.45;
    -webkit-animation: size 0.8s infinite alternate;
            animation: size 0.8s infinite alternate;
  }
  @-webkit-keyframes size {
    0% {
      width: 32px;
      height: 32px;
    }
    100% {
      width: 47px;
      height: 47px;
    }
  }
  @keyframes size {
    0% {
      width: 32px;
      height: 32px;
    }
    100% {
      width: 47px;
      height: 47px;
    }
  }
  .oneBox-28-2 .appItem .line {
    position: absolute;
    width: 94px;
    height: 1px;
    background-color: #fa2223;
    top: 50%;
    left: 50%;
  }
  .oneBox-28-2 .appItem .lineL {
    left: auto;
    right: 50%;
  }
  .oneBox-28-2 .appItem .titleS {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 125px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .oneBox-28-2 .appItem .titleSL {
    left: auto;
    right: 125px;
    text-align: right;
  }
  .oneBox-28-2 .appItem .txtBox {
    position: absolute;
    top: 100%;
    left: 125px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 30px;
  }
  .oneBox-28-2 .appItem .txtBoxL {
    left: auto;
    right: 125px;
  }
  .oneBox-28-2 .appItem .txtBox.openB {
    opacity: 1;
    z-index: 2;
    top: 50%;
  }
  .oneBox-28-2 .LaptopArea {
    max-width: 915px;
  }
  .oneBox-28-2 .LaptopArea .appItem01 {
    /* top 220/766*100=28.72% */
    /* left 380/915*100=41.53% */
    top: 28.72%;
    left: 41.53%;
  }
  .oneBox-28-2 .LaptopArea .appItem02 {
    top: 56.7885%;
    left: 72.1311%;
  }
  .oneBox-28-2 .LaptopArea .appItem03 {
    top: 64.6214%;
    left: 33.8797%;
  }
  .oneBox-28-2 .LaptopArea .appItem04 {
    top: 89.295%;
    left: 52.459%;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .oneBox-28-2 {
    /* 個別改變圖片區塊大小 -150px or -200px */
  }
  .oneBox-28-2 .LaptopArea {
    max-width: 765px;
  }
  .oneBox-28-2 .appItem .txtBox {
    padding-top: 10px;
  }
  .oneBox-28-2 .appItem .txtBox ul {
    padding: 0 10px 10px;
  }
}
@media (max-width: 1200px) {
  .oneBox-28-2 {
    /* 改變圖片區塊大小 */
    /* 個別設定.appItem項目寬度 */
    /* 手機版圖片先隱藏，在寬度1200顯示 */
  }
  .oneBox-28-2 {
    padding: 70px 0 0;
  }
  .oneBox-28-2.show::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .oneBox-28-2 .bigNum {
    font-size: 300px;
    line-height: 0.7;
  }
  .oneBox-28-2 .bigNumL {
    right: 0;
    left: auto;
  }
  .oneBox-28-2 .appImgArea img {
    max-width: 70%;
    margin: 0 auto;
  }
  .oneBox-28-2 .appList {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .oneBox-28-2 .appItem {
    width: 100%;
    border: 1px solid #fff;
    z-index: 1;
  }
  .oneBox-28-2 .appItem .round {
    display: none;
  }
  .oneBox-28-2 .appItem .line {
    display: none;
  }
  .oneBox-28-2 .appItem .titleS {
    padding: 12px 10px;
    background-color: #d7d7d7;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .oneBox-28-2 .appItem .titleS.active {
    background-color: #fa2223;
  }
  .oneBox-28-2 .appItem .titleS.active * {
    color: #fff;
  }
  .oneBox-28-2 .appItem .txtBox {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .oneBox-28-2 .appItem .txtBox.openB {
    top: 25%;
  }
  .oneBox-28-2 .appItem .txtBoxClose {
    display: block;
  }
  .oneBox-28-2 .appItem .txtBoxContent {
    max-height: 300px;
    overflow-y: auto;
  }
  .oneBox-28-2 .LaptopArea .appItem {
    width: 50%;
  }
  .oneBox-28-2 img.deskImg {
    display: none;
  }
  .oneBox-28-2 img.mobileImg {
    display: block;
  }
}
@media (max-width: 768px) {
  .oneBox-28-2 .appItem .txtBox {
    max-width: 90%;
  }
  .oneBox-28-2 .appItem .txtBox.openB {
    top: calc(25% - 50px);
  }
  .oneBox-28-2 .appImgArea img {
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .oneBox-28-2 .bigNum {
    font-size: 180px;
  }
  .oneBox-28-2 .titleBigTwo::before {
    width: 90px;
  }
  .oneBox-28-2 .appItem {
    width: 100% !important;
  }
  .oneBox-28-2 .appItem .txtBox.openB {
    top: calc(25% - 100px);
  }
  .oneBox-28-2 .appItem .txtBoxContent {
    max-height: 200px;
  }
  .oneBox-28-2 .appImgArea img {
    max-width: 90%;
  }
}

/*****************************/
/* home / oneBox-28-3 */
/*****************************/
.oneBox-28-3 {
  background-image: url(../images_v4/home/oneBox-28-3/ESSBattery.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 0;
  aspect-ratio: 1920/1225;
  width: 100%;
}
.oneBox-28-3 .ESSBatteryArea {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* 改放置上面.txtBox 、 .txtBox.openB要改，因為.txtBox內容高度有變。 */
  /*  1. .txtBox.openB top數值 = .txtBox高+.round 59px+3px空格 */
  /* .txtBox.openB與.txtBox大約差30px */
  /* 彈跳畫面 */
}
@media (min-width: 1201px) {
  .oneBox-28-3 .ESSBatteryArea .appItem01 {
    /* top 724/1225*100=% */
    /* left 923/1920*100=% */
    top: 59.10204%;
    left: 48.072916%;
    /* 改放置上面 */
  }
  .oneBox-28-3 .ESSBatteryArea .appItem01 .line {
    width: 1px;
    height: 94px;
    right: auto;
    left: 50%;
    top: -100%;
  }
  .oneBox-28-3 .ESSBatteryArea .appItem01 .titleS {
    left: auto;
    top: -115px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    text-align: center;
  }
  .oneBox-28-3 .ESSBatteryArea .appItem01 .txtBox {
    top: -217px; /* 第二、 .txtBox.openB算出的-top+30px */
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    min-width: 400px; /* 這塊.titleS特別常做的特別設定 */
  }
  .oneBox-28-3 .ESSBatteryArea .appItem01 .txtBox.openB {
    top: -247px; /* 第一、先算出這裡 .txtBox高+.round 59px+3px空格 */
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .oneBox-28-3 .ESSBatteryArea .appItem01 .txtBox {
    top: -187px;
  }
  .oneBox-28-3 .ESSBatteryArea .appItem01 .txtBox.openB {
    top: -217px;
  }
}
@media (max-width: 1200px) {
  .oneBox-28-3 .ESSBatteryArea ul.appList {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .oneBox-28-3 .ESSBatteryArea .appItem .txtBox {
    top: auto;
    bottom: -200%;
  }
  .oneBox-28-3 .ESSBatteryArea .appItem .txtBox.openB {
    top: auto;
    bottom: 400%;
  }
}
@media (max-width: 1200px) {
  .oneBox-28-3 {
    height: 800px;
    background-image: url(../images_v4/home/oneBox-28-3/ESSBattery_mb.jpg);
  }
}

/*****************************/
/* home / oneBox-29 */
/*****************************/
.oneBox-29 {
  background: url("https://previews.123rf.com/images/mishoo/mishoo1202/mishoo120200062/12429815-%E5%A4%A9%E7%A9%BA%E8%83%8C%E6%99%AF%E7%99%BD%E9%9B%B2%E9%80%8F%E8%A6%96.jpg") no-repeat center/cover;
  padding: 80px 40px;
}
@media (max-width: 768px) {
  .oneBox-29 {
    padding: 40px 20px;
  }
}
.oneBox-29 .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
}
@media (max-width: 768px) {
  .oneBox-29 .content {
    padding: 20px;
  }
}
.oneBox-29 .blockTitle {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .oneBox-29 .blockTitle {
    margin-bottom: 20px;
  }
}
.oneBox-29 .fontStyle {
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: 0.2em;
}
.oneBox-29 ul li {
  position: relative;
  min-height: 100px;
  padding-left: 140px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .oneBox-29 ul li {
    padding-left: 0;
  }
}
.oneBox-29 ul li::after {
  content: "";
  background: url("../images_v4/home/oneBox-29/arrow.png") no-repeat center/cover;
  position: absolute;
  bottom: -65px;
  left: 45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  height: 50px;
}
@media (max-width: 768px) {
  .oneBox-29 ul li::after {
    left: 50%;
  }
}
.oneBox-29 ul li:last-child {
  margin-bottom: 0;
}
.oneBox-29 ul li:last-child::after {
  display: none;
}
.oneBox-29 ul li .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.oneBox-29 ul li .tit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
}
@media (max-width: 768px) {
  .oneBox-29 ul li .tit img {
    position: relative;
    width: 60px;
  }
}
.oneBox-29 ul li .tit .fontStyle {
  line-height: 0;
}
@media (max-width: 768px) {
  .oneBox-29 ul li .tit .fontStyle {
    margin-left: 10px;
  }
}
.oneBox-29 ul li .tit i {
  font-size: 2.666667rem;
  margin-left: 10px;
  margin-right: 0.9em;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .oneBox-29 ul li .tit i {
    font-size: 2.222222rem;
  }
}
@media (max-width: 768px) {
  .oneBox-29 ul li .tit i {
    font-size: 1.777778rem;
    margin-right: 10px;
  }
}
.oneBox-29 ul li .tit .subBlockTitle-big {
  color: #333333;
}
.oneBox-29 ul li p {
  margin-bottom: 0;
}

/*****************************/
/* home / oneBox-30 */
/*****************************/
.oneBox-30 {
  background-color: #000;
  color: #fff;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .oneBox-30 {
    padding-top: 50px;
  }
}
.oneBox-30 .blockTitle {
  width: 80%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.oneBox-30 .blockTitle span {
  color: #fff;
  border-bottom: solid 1px #fff;
  margin-bottom: 5px;
}
.oneBox-30 .blockTitle small {
  color: #fff;
}
.oneBox-30 .list {
  background: url("../images_v4/home/oneBox-30/pic.png") no-repeat center bottom/200px;
  height: 450px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .oneBox-30 .list {
    height: auto;
    padding-bottom: 200px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.oneBox-30 .list a.item {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.oneBox-30 .list a.item img {
  vertical-align: bottom;
}
.oneBox-30 .list a.item:hover {
  opacity: 0.8;
}
@media (min-width: 769px) {
  .oneBox-30 .list a.item:nth-child(1), .oneBox-30 .list a.item:nth-child(4) {
    margin-top: 100px;
  }
  .oneBox-30 .list a.item:nth-child(3) {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .oneBox-30 .list a.item {
    width: 36%;
  }
  .oneBox-30 .list a.item:nth-child(1), .oneBox-30 .list a.item:nth-child(2) {
    margin-bottom: 10px;
  }
  .oneBox-30 .list a.item img {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .oneBox-30 .list a.item {
    width: 48%;
  }
}
.oneBox-30 .mbShow {
  display: none;
}
@media (max-width: 768px) {
  .oneBox-30 .mbShow {
    display: block;
  }
  .oneBox-30 .pcShow {
    display: none;
  }
}

/*****************************/
/* home / oneBox-31 */
/*****************************/
.oneBox-31 {
  color: #fff;
  text-align: center;
  background: url("../images_v4/home/oneBox-31/bg.jpg") no-repeat center/cover;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .oneBox-31 {
    padding: 30px 0;
  }
}
.oneBox-31 img {
  vertical-align: bottom;
}
.oneBox-31 .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.oneBox-31 .blockTitle {
  margin-bottom: 40px;
}
.oneBox-31 .blockTitle span {
  color: #fff;
}
.oneBox-31 .blockTitle .bottomLine {
  width: 130px;
  height: 1px;
  margin: 0 auto;
  background-color: #fff;
}
.oneBox-31 .areaTit {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100px;
  margin: 0 auto 1em;
  letter-spacing: 5px;
}
@media (min-width: 900px) {
  .oneBox-31 .areaBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .oneBox-31 .areaL, .oneBox-31 .areaR {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .oneBox-31 .areaC {
    padding: 20px;
  }
  .oneBox-31 .areaL .list {
    background: url("../images_v4/home/oneBox-31/left_line.png") no-repeat right top/auto;
    margin-bottom: 1em;
  }
  .oneBox-31 .areaL .list img {
    display: block;
    margin-right: auto;
  }
  .oneBox-31 .areaL .list .pointTxt {
    padding-right: 42px;
  }
  .oneBox-31 .areaR .list {
    background: url("../images_v4/home/oneBox-31/right_line.png") no-repeat left top/auto;
    margin-bottom: 1em;
  }
  .oneBox-31 .areaR .list img {
    display: block;
    margin-left: auto;
  }
  .oneBox-31 .areaR .list .pointTxt {
    padding-left: 42px;
  }
}
.oneBox-31 .pointTxt {
  padding: 20px 0;
}
.oneBox-31 .bottomTxt {
  border: 1px solid #fff;
  padding: 30px;
}
@media (max-width: 576px) {
  .oneBox-31 .bottomTxt {
    padding: 1em;
  }
}
@media (max-width: 899px) {
  .oneBox-31 .areaC {
    margin-bottom: 20px;
  }
}

/*****************************/
/* home / oneBox-32 */
/*****************************/
.oneBox-32 {
  padding: 50px 0;
  background-color: #EBEBEB;
}
.oneBox-32 img {
  vertical-align: middle;
}
.oneBox-32 .blockTitle {
  margin-bottom: 3em;
}
.oneBox-32 .tabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
@media (max-width: 991px) {
  .oneBox-32 .tabMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.oneBox-32 .tabMenu .subBlockTitle {
  font-weight: bold;
  margin: 0;
}
.oneBox-32 .tabMenu a {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  background-color: #fa2223;
  border-top: solid 3px #fa2223;
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .oneBox-32 .tabMenu a {
    width: 100%;
  }
}
.oneBox-32 .tabMenu a.active {
  color: #fa2223;
  background-color: #fff;
}
.oneBox-32 .tabInner .tabBox {
  display: none;
}
.oneBox-32 .tabInner .tabBox.active {
  display: block;
}
.oneBox-32 .tabRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.oneBox-32 .tabRow > div {
  width: 50%;
}
@media (max-width: 991px) {
  .oneBox-32 .tabRow > div {
    width: 100%;
  }
}
.oneBox-32 .tabRow .l {
  background-color: #fff;
  padding: 50px;
}
.oneBox-32 .tabRow .l .subBlockTitle {
  color: #333333;
}
.oneBox-32 .tabRow .l .subBlockTitle-big {
  color: #333333;
}
@media (max-width: 1440px) {
  .oneBox-32 .tabRow .l .subBlockTitle-big {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .oneBox-32 .tabRow .l .subBlockTitle-big {
    font-size: 1rem;
  }
}
.oneBox-32 .tabRow .l .moreBtn8 {
  margin: 0;
}
.oneBox-32 .tabRow .r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .oneBox-32 .tabRow .r img {
    height: 300px;
  }
}

/*****************************/
/* home / oneBox-33 */
/*****************************/
.oneBox-33 {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.oneBox-33 img {
  vertical-align: middle;
}
.oneBox-33 .content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.oneBox-33 .bigTxtBox {
  padding-left: 50px;
  font-size: 120px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-weight: 400;
  opacity: 0.08;
}
@media (max-width: 768px) {
  .oneBox-33 .bigTxtBox {
    font-size: 60px;
  }
}
.oneBox-33 .list {
  position: relative;
  margin-top: -20px;
  z-index: 2;
}
@media (max-width: 768px) {
  .oneBox-33 .list {
    margin-top: -10px;
  }
}
.oneBox-33 .list .item {
  width: 100vw;
}
.oneBox-33 .list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
  background-color: #fff;
  border-radius: 200px 0 0 200px;
  width: calc(100% - 110px);
  margin-left: auto;
  padding-left: 90px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .oneBox-33 .list a {
    padding-left: 40px;
    width: calc(100% - 55px);
  }
}
@media (max-width: 768px) {
  .oneBox-33 .list a {
    min-height: 140px;
    width: calc(100% - 10px);
    padding-left: 45px;
  }
}
.oneBox-33 .list .item02 a {
  background-color: transparent;
  width: calc(100% - 50px);
  padding-left: 100px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .oneBox-33 .list .item02 a {
    width: 100%;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .oneBox-33 .list .item02 a {
    padding-left: 55px;
  }
}
.oneBox-33 .list .item02 a::before {
  content: "";
  background: url(../images_v4/home/oneBox-33/bg.png) no-repeat center/contain;
  width: 313px;
  height: 232px;
  position: absolute;
  left: -19px;
  top: -20px;
}
@media (max-width: 768px) {
  .oneBox-33 .list .item02 a::before {
    background: url(../images_v4/home/oneBox-33/bg_mb.png) no-repeat center/contain;
    width: 394px;
    height: 167px;
    left: -21px;
    top: -15px;
  }
}
.oneBox-33 .list .item02 a::after {
  content: "";
  position: absolute;
  width: calc(100% - 200px);
  height: 20px;
  background-color: #fff;
  right: 0;
  top: -20px;
}
@media (max-width: 768px) {
  .oneBox-33 .list .item02 a::after {
    width: calc(100% - 80px);
    height: 15px;
    top: -15px;
  }
}
.oneBox-33 .list .item03 a {
  width: calc(100% - 150px);
  padding-left: 105px;
}
@media (max-width: 1024px) {
  .oneBox-33 .list .item03 a {
    width: calc(100% - 75px);
    padding-left: 65px;
  }
}
@media (max-width: 768px) {
  .oneBox-33 .list .item03 a {
    width: calc(100% - 35px);
    padding-left: 25px;
  }
}
.oneBox-33 .itemRow {
  width: 97%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 55px;
}
.oneBox-33 .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 45px;
}
@media (max-width: 1199px) {
  .oneBox-33 .tit {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .oneBox-33 .tit {
    margin-right: 0;
  }
}
.oneBox-33 .tit .icon {
  margin-right: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .oneBox-33 .tit .icon {
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .oneBox-33 .tit .icon img {
    width: 60px;
  }
}
@media (min-width: 769px) {
  .oneBox-33 .tit .br_mb {
    display: none;
  }
}
.oneBox-33 .subBlockTitle-big {
  color: #333333;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.oneBox-33 .subBlockTitle-big span {
  color: #fa2223;
}
.oneBox-33 .txt {
  min-width: 500px;
  position: relative;
  color: #333333;
}
@media (max-width: 1199px) {
  .oneBox-33 .txt {
    min-width: auto;
    position: static;
  }
}
@media (max-width: 768px) {
  .oneBox-33 .txt span {
    display: none;
  }
}
.oneBox-33 .txt .roundArrow {
  position: absolute;
  top: 50%;
  right: -90px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .oneBox-33 .txt .roundArrow {
    right: 15px;
  }
}
.oneBox-33 .txt .roundArrow::before, .oneBox-33 .txt .roundArrow::after {
  content: "\f105";
  font-family: "FontAwesome";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
}
.oneBox-33 .txt .roundArrow::before {
  color: #333333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.oneBox-33 .txt .roundArrow::after {
  color: #fff;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  opacity: 0;
}
.oneBox-33 .item a:hover .tit .icon {
  padding-right: 10px;
  -webkit-filter: drop-shadow(10px -10px 12px rgba(51, 51, 51, 0.2));
          filter: drop-shadow(10px -10px 12px rgba(51, 51, 51, 0.2));
}
.oneBox-33 .item a:hover .tit .subBlockTitle-big {
  text-shadow: 0 0 30px rgba(51, 51, 51, 0.6);
}
.oneBox-33 .item a:hover .txt .roundArrow {
  background-color: #fa2223;
  border-color: #fa2223;
}
.oneBox-33 .item a:hover .txt .roundArrow::before {
  -webkit-transform: translate(130%, -50%);
          transform: translate(130%, -50%);
  opacity: 0;
}
.oneBox-33 .item a:hover .txt .roundArrow::after {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

/*****************************/
/* home / oneBox-34 */
/*****************************/
.oneBox-34 {
  background-color: #f5f5f5;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .oneBox-34 {
    padding: 50px 0;
  }
}
.oneBox-34 .content {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .oneBox-34 .content {
    padding: 0 15px;
  }
}
.oneBox-34 img {
  vertical-align: middle;
}
.oneBox-34 .row1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .oneBox-34 .row1 .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    max-width: 28%;
  }
}
.oneBox-34 label {
  padding: 0px 8px;
  color: #fff;
  background-color: #DB2C49;
  margin-bottom: 15px;
}
.oneBox-34 .bigTit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  color: #fa2223;
}
@media (max-width: 1440px) {
  .oneBox-34 .bigTit {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .oneBox-34 .bigTit {
    font-size: 22px;
  }
}
.oneBox-34 .areaMt {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .oneBox-34 .areaMt {
    margin-top: 20px;
  }
}
.oneBox-34 .iconRow {
  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;
}
@media (max-width: 767px) {
  .oneBox-34 .iconRow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.oneBox-34 .iconList {
  width: 30.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (max-width: 767px) {
  .oneBox-34 .iconList {
    width: 48%;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .oneBox-34 .iconList {
    width: 100%;
  }
}
.oneBox-34 .iconList .icon {
  background-color: #333333;
  border-radius: 3px;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
@media (max-width: 1440px) {
  .oneBox-34 .iconList .icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .oneBox-34 .iconList .icon {
    width: 65px;
    height: 65px;
    padding: 8px;
  }
}
.oneBox-34 .iconList .icon.even {
  background-color: #DB2C49;
}
.oneBox-34 .iconList .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.oneBox-34 .iconList .txt .subBlockTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;
  margin-top: 0;
}
.oneBox-34 .iconList .txt span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.oneBox-34 .picRow {
  position: relative;
}
.oneBox-34 .picRow .picL img {
  aspect-ratio: 1080/650;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .oneBox-34 .picRow .picR {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.oneBox-34 .picRow .picR .video {
  border-color: #f5f5f5;
  border-style: solid;
  border-width: 15px 0 15px 15px;
}
@media (max-width: 992px) {
  .oneBox-34 .picRow .picR .video {
    border-width: 8px 0 8px 8px;
  }
}
@media (max-width: 575px) {
  .oneBox-34 .picRow .picR .video {
    border-width: 0;
  }
}
.oneBox-34 .picRow .picR .video .iconBg {
  width: 80px;
  height: 80px;
  border: none;
  background-color: #DB2C49;
}
@media (max-width: 992px) {
  .oneBox-34 .picRow .picR .video .iconBg {
    width: 50px;
    height: 50px;
  }
}
.oneBox-34 .picRow .picR .video .itemImg::after {
  content: "";
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 18px;
  height: 20px;
}
@media (max-width: 992px) {
  .oneBox-34 .picRow .picR .video .itemImg::after {
    width: 10px;
    height: 12px;
  }
}

/*****************************/
/* home / oneBox-35 */
/*****************************/
@-webkit-keyframes imgRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes imgRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.oneBox-35 {
  background-color: #DBC8A6;
  padding: 60px 0;
}
.oneBox-35 .content {
  width: 90%;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .oneBox-35 .content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .oneBox-35 .content {
    width: 100%;
  }
}
.oneBox-35 img {
  vertical-align: middle;
}
.oneBox-35 .blockTitle {
  position: relative;
  z-index: 2;
}
.oneBox-35 .in {
  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;
}
@media (max-width: 991px) {
  .oneBox-35 .in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.oneBox-35 .listBox {
  max-width: 23vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .oneBox-35 .listBox {
    max-width: 100%;
    width: 100%;
  }
}
.oneBox-35 .listBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-bottom: solid 2px #fff;
}
@media (max-width: 991px) {
  .oneBox-35 .listBox .item {
    margin-top: 1.5vw;
  }
}
.oneBox-35 .listBox .item + .item {
  margin-top: 1.5vw;
}
.oneBox-35 .listBox .item .num {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 3.25vw;
  height: 3.25vw;
  margin-right: 1vw;
  margin-top: 1.5vw;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .oneBox-35 .listBox .item .num {
    width: 5vw;
    height: 5vw;
  }
}
@media (max-width: 576px) {
  .oneBox-35 .listBox .item .num {
    width: 8vw;
    height: 8vw;
  }
}
.oneBox-35 .listBox .item .num .after {
  display: none;
}
.oneBox-35 .listBox .item .title {
  margin-right: 1vw;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.oneBox-35 .listBox .item .title .subBlockTitle {
  color: #333333;
  margin-top: 0;
  letter-spacing: 1px;
}
.oneBox-35 .listBox .item .arrow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.oneBox-35 .listBox .item .arrow i {
  color: #333333;
  margin-top: 0;
  font-weight: bold;
}
.oneBox-35 .listBox .item:hover {
  border-bottom: solid 2px #ffe200;
}
.oneBox-35 .listBox .item:hover .num {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.oneBox-35 .listBox .item:hover .num .before {
  display: none;
}
.oneBox-35 .listBox .item:hover .num .after {
  display: block;
}
.oneBox-35 .listBox .item:hover .arrow i {
  color: #ffe200;
}
.oneBox-35 .picBox {
  padding: 0 max(20px, 2.6vw);
}
@media (max-width: 991px) {
  .oneBox-35 .picBox {
    padding: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.oneBox-35 .picBoxIn {
  position: relative;
}
.oneBox-35 .picItem {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  opacity: 0;
  pointer-events: none;
}
.oneBox-35 .picItem.current {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.oneBox-35 .picItem a {
  display: block;
  position: relative;
}
.oneBox-35 .picItem a .borderImg {
  position: relative;
  z-index: 1;
}
.oneBox-35 .picItem a .borderImg img {
  -webkit-animation: imgRotate 16s linear infinite both;
          animation: imgRotate 16s linear infinite both;
}
.oneBox-35 .picItem a .img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.oneBox-35 .picItem a .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.oneBox-35 .picItem a .img::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -50%;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.oneBox-35 .picItem a:hover .img::before {
  width: 200%;
  right: auto;
  left: -50%;
}
.oneBox-35 .picItem .icon {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 5%;
  width: 25%;
}
.oneBox-35 .picItem .icon2 {
  width: 22%;
  left: auto;
  right: 5%;
  bottom: 3%;
}
.oneBox-35 .picItem.hide {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.oneBox-35 .picItem.showP {
  -webkit-transition: all 0.01s;
  transition: all 0.01s;
  opacity: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/*****************************/
/* home / twoBox_1-1 */
/*****************************/
@media (max-width: 991px) {
  .twoBox_1-1 .more-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-left: auto;
  }
}
/*****************************/
/* home / twoBox_1-5_1 */
/*****************************/
.twoBox_1-5_1 .slideBlock {
  position: relative;
  overflow: hidden;
}
.twoBox_1-5_1 .slideBlock:hover .arrowBox {
  right: 0;
  opacity: 1;
}
.twoBox_1-5_1 .arrowBox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -60px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.twoBox_1-5_1 .arrowBox button {
  display: block;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.twoBox_1-5_1 .arrowBox button i {
  font-size: 30px;
  padding: 0.5em;
}
@media (max-width: 991px) {
  .twoBox_1-5_1 .arrowBox button i {
    font-size: 20px;
  }
}
.twoBox_1-5_1 .arrowBox button.slick-prev {
  background-color: #fa2223;
}
.twoBox_1-5_1 .arrowBox button.slick-next {
  background-color: rgba(0, 0, 0, 0.5);
}
.twoBox_1-5_1 .arrowBox button.slick-arrow:hover {
  background-color: #fff;
  color: #fa2223;
}
@media (max-width: 575px) {
  .twoBox_1-5_1 .txtBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 15px;
    margin-bottom: 0 !important;
  }
}

/*****************************/
/* home / twoBox_1-16 */
/*****************************/
@media (max-width: 992px) {
  .overlap4 .overlapBox.colRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .overlap4 .overlapBox.colRight > div:first-child {
    margin-bottom: 0;
  }
  .overlap4 .overlapBox.colRight > .imgBox {
    margin-bottom: 15px;
  }
}

/*****************************/
/* home / twoBox_1-17_2 */
/*****************************/
.twoBox_1-17_2 {
  padding: 1.5em 0;
}
.twoBox_1-17_2 .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;
}
@media (max-width: 991px) {
  .twoBox_1-17_2 .list {
    gap: 1em;
  }
}
.twoBox_1-17_2 .txtBox {
  position: relative;
}
@media (min-width: 992px) {
  .twoBox_1-17_2 .txtBox {
    width: 53%;
    padding-left: 100px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .twoBox_1-17_2 .txtBox {
    padding-left: 150px;
  }
}
.twoBox_1-17_2 .txtBox::before {
  content: "";
  position: absolute;
  background-color: rgba(250, 34, 35, 0.1);
  bottom: 0;
  left: 90px;
  z-index: -1;
  width: 150px;
  height: 400px;
}
@media (max-width: 1199px) {
  .twoBox_1-17_2 .txtBox::before {
    left: 50px;
  }
}
@media (max-width: 991px) {
  .twoBox_1-17_2 .txtBox::before {
    left: 0;
  }
}
.twoBox_1-17_2 .titBox {
  position: relative;
  padding: 45px 0;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .twoBox_1-17_2 .titBox {
    max-width: 380px;
    margin: 0 auto 1.5em;
    padding-right: 1em;
  }
}
@media (max-width: 768px) {
  .twoBox_1-17_2 .titBox {
    max-width: 300px;
  }
}
.twoBox_1-17_2 .titBox::before {
  content: "";
  position: absolute;
  left: -150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 260px;
  height: 260px;
  background-position: 0 0, 0 100%, 0 0, 100% 0, 100% 100%;
  background-size: 100% 7px, 100% 7px, 7px 100%, 7px 30px, 7px 30px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fa2223), to(#fa2223)), -webkit-gradient(linear, left top, left bottom, from(#fa2223), to(#fa2223)), -webkit-gradient(linear, left top, left bottom, from(#fa2223), to(#fa2223)), -webkit-gradient(linear, left top, left bottom, from(#fa2223), to(#fa2223)), -webkit-gradient(linear, left top, left bottom, from(#fa2223), to(#fa2223));
  background-image: linear-gradient(to bottom, #fa2223, #fa2223), linear-gradient(to bottom, #fa2223, #fa2223), linear-gradient(to bottom, #fa2223, #fa2223), linear-gradient(to bottom, #fa2223, #fa2223), linear-gradient(to bottom, #fa2223, #fa2223);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .twoBox_1-17_2 .titBox::before {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 1199px) {
  .twoBox_1-17_2 .titBox::before {
    left: -100px;
  }
}
@media (max-width: 991px) {
  .twoBox_1-17_2 .titBox::before {
    left: auto;
    right: 0;
    background-position: 0 0, 0 100%, 100% 0, 0 0, 0 100%;
  }
}
@media (max-width: 768px) {
  .twoBox_1-17_2 .titBox::before {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .twoBox_1-17_2 .titBox::after {
    content: "";
    position: absolute;
    right: -150px;
    top: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    width: 210px;
    height: 2px;
    background-color: #fa2223;
  }
}
@media (min-width: 1200px) {
  .twoBox_1-17_2 .titBox::after {
    top: 50%;
  }
}
@media (max-width: 991px) {
  .twoBox_1-17_2 .txt {
    padding: 0 10px;
  }
}
.twoBox_1-17_2 .btnBox {
  margin-top: 2em;
}
.twoBox_1-17_2 .btnBox a {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
}
.twoBox_1-17_2 .btnBox .arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 0 50%;
  background-size: 60px 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #333333 3px, transparent 0, transparent 5px, #333333 0, #333333 9px, transparent 0, transparent 12px, #333333 0, #333333 16px, transparent 0, transparent 20px, #333333 0);
  padding-left: 45px;
  margin-right: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.twoBox_1-17_2 .btnBox .arrow::before {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #333333;
  -webkit-box-shadow: 0 0 0 12px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 0 12px rgba(51, 51, 51, 0.1);
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.twoBox_1-17_2 .btnBox .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  margin-top: -3.5px;
  border-color: transparent transparent transparent #333333;
  z-index: 1;
}
.twoBox_1-17_2 .btnBox a:hover .arrow {
  background-position-x: 10px;
  background-size: 50px 1px;
}
.twoBox_1-17_2 .btnBox a:hover .arrow::before {
  -webkit-box-shadow: 0 0 0 9px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 0 9px rgba(51, 51, 51, 0.1);
}
@media (min-width: 992px) {
  .twoBox_1-17_2 .imgBox {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .twoBox_1-17_2 .imgBox {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 auto;
  }
}

/*****************************/
/* home / twoBox_1-17_3 */
/*****************************/
@media (min-width: 992px) {
  .twoBox_1-17_3 .txtBox {
    padding-right: 100px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .twoBox_1-17_3 .txtBox {
    padding-right: 150px;
  }
}
.twoBox_1-17_3 .txtBox::before {
  left: auto;
  right: 90px;
}
@media (max-width: 1199px) {
  .twoBox_1-17_3 .txtBox::before {
    right: 50px;
  }
}
@media (max-width: 991px) {
  .twoBox_1-17_3 .txtBox::before {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .twoBox_1-17_3 .titBox::after {
    right: auto;
    left: -150px;
    top: 100%;
  }
}
.twoBox_1-17_3 .titBox::before {
  left: auto;
  right: 30px;
  background-position: 0 0, 0 100%, 100% 0, 0 0, 0 100%;
}
@media (max-width: 1499px) {
  .twoBox_1-17_3 .titBox::before {
    right: -100px;
  }
}
@media (max-width: 991px) {
  .twoBox_1-17_3 .titBox::before {
    right: 0;
  }
}

/*****************************/
/* home / twoBox_1-21-5 */
/*****************************/
.twoBox_1-21-5 .btn-area {
  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;
}

/*****************************/
/* home / twoBox_1-24_2 */
/*****************************/
@media (max-width: 991px) {
  .twoBox_1-24_2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .twoBox_1-24_2 {
    padding-bottom: 150px;
  }
}
.twoBox_1-24_2 .rowBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .twoBox_1-24_2 .rowBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2em;
  }
}
.twoBox_1-24_2 .imgBox {
  position: relative;
}
@media (min-width: 992px) {
  .twoBox_1-24_2 .imgBox {
    margin-right: 15px;
  }
}
.twoBox_1-24_2 .imgBox .pic {
  border-radius: 30px;
  vertical-align: bottom;
  width: 82%;
  max-width: 100%;
  aspect-ratio: 550/680;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .twoBox_1-24_2 .imgBox .pic {
    width: 100%;
    height: 350px;
    aspect-ratio: initial;
  }
}
@media (max-width: 768px) {
  .twoBox_1-24_2 .imgBox .pic {
    height: 250px;
  }
}
.twoBox_1-24_2 .imgBox .btnList {
  position: absolute;
  z-index: 1;
  width: 90%;
}
@media (min-width: 992px) {
  .twoBox_1-24_2 .imgBox .btnList {
    width: 60%;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .twoBox_1-24_2 .imgBox .btnList {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .twoBox_1-24_2 .imgBox .btnList {
    top: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .twoBox_1-24_2 .imgBox .btnList {
    top: 220px;
  }
}
@media (max-width: 991px) {
  .twoBox_1-24_2 .imgBox .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px;
  }
  .twoBox_1-24_2 .imgBox .inner a.btnItem {
    width: calc((100% - 35px) / 2);
  }
}
@media (max-width: 768px) {
  .twoBox_1-24_2 .imgBox .inner {
    gap: 20px;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
  }
  .twoBox_1-24_2 .imgBox .inner a.btnItem {
    width: 100%;
  }
}
.twoBox_1-24_2 .imgBox a.btnItem {
  margin-top: 0;
  color: #fff;
  font-weight: bold;
  padding: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  gap: 1em;
}
.twoBox_1-24_2 .imgBox a.btnItem:nth-child(1) {
  background-color: #fa2223;
}
@media (min-width: 992px) {
  .twoBox_1-24_2 .imgBox a.btnItem:nth-child(1) {
    margin-bottom: 35px;
  }
}
.twoBox_1-24_2 .imgBox a.btnItem:nth-child(1):hover {
  -webkit-box-shadow: 0px 0px 30px -5px rgba(250, 34, 35, 0.5);
          box-shadow: 0px 0px 30px -5px rgba(250, 34, 35, 0.5);
}
.twoBox_1-24_2 .imgBox a.btnItem:nth-child(2) {
  background-color: #333333;
}
.twoBox_1-24_2 .imgBox a.btnItem:nth-child(2):hover {
  -webkit-box-shadow: 0px 0px 30px -5px rgba(51, 51, 51, 0.5);
          box-shadow: 0px 0px 30px -5px rgba(51, 51, 51, 0.5);
}
.twoBox_1-24_2 .imgBox a.btnItem .icon {
  width: 40px;
}
.twoBox_1-24_2 .imgBox a.btnItem .icon img {
  width: 100%;
  vertical-align: bottom;
}
.twoBox_1-24_2 .imgBox a.btnItem span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 992px) {
  .twoBox_1-24_2 .txtBox {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .twoBox_1-24_2 .txtBox {
    text-align: center;
  }
  .twoBox_1-24_2 .txtBox .txt {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.twoBox_1-24_2 .blockTitle {
  font-weight: bold;
}
.twoBox_1-24_2 .blockTitle span {
  line-height: 1.5;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}

/*****************************/
/* home / twoBox_1-24-5 */
/*****************************/
.twoBox_1-24-5 .main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  margin: 50px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .twoBox_1-24-5 .main-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}
.twoBox_1-24-5 .main-box .img-box {
  max-width: 50%;
}
.twoBox_1-24-5 .main-box .img-box img {
  padding-right: 20px;
}
@media (max-width: 992px) {
  .twoBox_1-24-5 .main-box .img-box {
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .twoBox_1-24-5 .main-box .img-box img {
    padding-right: 0px;
  }
}
.twoBox_1-24-5 .main-box .content-box {
  height: 100%;
  display: -ms-grid;
  display: grid;
}
.twoBox_1-24-5 .main-box .content-box .content-title {
  text-align: right;
  margin: 0 10px 20px 0;
  color: #333333;
}
.twoBox_1-24-5 .main-box .content-box .content-title::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #333333;
  margin-right: 10px;
  vertical-align: middle;
}
.twoBox_1-24-5 .main-box .content-box .content {
  height: 100%;
  line-height: 40px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  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;
}
@media (max-width: 992px) {
  .twoBox_1-24-5 .main-box .content-box .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 576px) {
  .twoBox_1-24-5 .main-box .content-box .content {
    line-height: 1.5em;
  }
}

/*****************************/
/* home / twoBox_1-42-5 */
/*****************************/
.twoBox_1-42-5 .news-box {
  position: relative;
}
.twoBox_1-42-5 .news-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d8d8d8;
  width: 100%;
  height: 1px;
}
.twoBox_1-42-5 .news-box .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.twoBox_1-42-5 .news-box .top-menu li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  position: relative;
}
.twoBox_1-42-5 .news-box .top-menu li a {
  position: relative;
  display: block;
  padding: 22px 5px;
  letter-spacing: -0.025em;
  margin-top: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.twoBox_1-42-5 .news-box .top-menu li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #003a8a;
  width: 0;
  height: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.twoBox_1-42-5 .news-box .top-menu li a:hover::before {
  width: 100%;
}
.twoBox_1-42-5 .news-box .top-menu li a.active::before {
  width: 100%;
}
.twoBox_1-42-5 .news-box .main-news .item {
  display: none;
}
.twoBox_1-42-5 .news-box .main-news .item ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.twoBox_1-42-5 .news-box .main-news .item ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 48px;
  font-size: 16px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 15px);
}
.twoBox_1-42-5 .news-box .main-news .item ul li a {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 35px 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.twoBox_1-42-5 .news-box .main-news .item ul li a .date {
  position: absolute;
  left: 0;
  top: -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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.twoBox_1-42-5 .news-box .main-news .item ul li a .date .day {
  margin-bottom: 2px;
  color: #474747;
  font-size: 2.8em;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
}
.twoBox_1-42-5 .news-box .main-news .item ul li a .date .ym {
  display: block;
}
.twoBox_1-42-5 .news-box .main-news .item ul li a .news-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.twoBox_1-42-5 .news-box .main-news .item ul li a .news-title {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.twoBox_1-42-5 .news-box .main-news .item ul li a .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #005aab;
  border-radius: 10px;
  padding: 2px 5px;
  color: #005aab;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.twoBox_1-42-5 .news-box .main-news .item ul li a .txt-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.twoBox_1-42-5 .news-box .main-news .item ul li a .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.twoBox_1-42-5 .news-box .main-news .item ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 22px;
  background: url("../images_v4/home/twoBox_1-42-5/arr.png") no-repeat;
  width: 37px;
  height: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.twoBox_1-42-5 .news-box .main-news .item ul li a:hover::after {
  right: 5px;
}
@media (max-width: 576px) {
  .twoBox_1-42-5 .news-box .main-news .item ul {
    gap: 10px;
  }
  .twoBox_1-42-5 .news-box .main-news .item ul li {
    width: 100%;
    padding-top: 10px;
  }
}
.twoBox_1-42-5 .news-box .main-news .item.item1 {
  display: block;
}
.twoBox_1-42-5 .img-box {
  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%;
}
@media (max-width: 576px) {
  .twoBox_1-42-5 .news-box-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .twoBox_1-42-5 .img-box-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px !important;
  }
}

/*****************************/
/* home / twoBox_2-1-6 */
/*****************************/
.twoBox_2-1-6 {
  position: relative;
  padding: 130px 0 80px;
}
@media (max-width: 1024px) {
  .twoBox_2-1-6 {
    padding: max(30px, 5vw) 0;
  }
}
.twoBox_2-1-6::after {
  content: "";
  background-color: #fa2223;
  position: absolute;
  width: calc(100% - 180px);
  height: 83%;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .twoBox_2-1-6::after {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .twoBox_2-1-6::after {
    height: 100%;
  }
}
.twoBox_2-1-6 .content {
  position: relative;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}
.twoBox_2-1-6 .flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.twoBox_2-1-6 .list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: calc(100% - 280px);
  counter-reset: my-sec-counter;
}
@media (max-width: 1024px) {
  .twoBox_2-1-6 .list {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .twoBox_2-1-6 .list {
    display: block;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.twoBox_2-1-6 .item {
  margin-right: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1025px) {
  .twoBox_2-1-6 .item:nth-child(1) {
    margin-top: -70px;
  }
  .twoBox_2-1-6 .item:nth-child(2) {
    margin-top: 35px;
  }
  .twoBox_2-1-6 .item:nth-child(3) {
    margin-top: 160px;
  }
}
@media (max-width: 1024px) {
  .twoBox_2-1-6 .item:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .twoBox_2-1-6 .item {
    margin-right: 0;
  }
  .twoBox_2-1-6 .item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.twoBox_2-1-6 .item a {
  position: relative;
  -webkit-transition: none;
  transition: none;
  display: block;
}
.twoBox_2-1-6 .item a::before {
  counter-increment: my-sec-counter;
  content: "0" counter(my-sec-counter);
  font-size: 42px;
  font-weight: bold;
  position: absolute;
  top: -40px;
  left: 20px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #333333;
  color: #fff;
  z-index: 2;
}
@media (max-width: 768px) {
  .twoBox_2-1-6 .item a::before {
    font-size: 32px;
    top: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.twoBox_2-1-6 .item a .imgBox {
  overflow: hidden;
}
.twoBox_2-1-6 .item a .imgBox img {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 520px;
}
@media (max-width: 768px) {
  .twoBox_2-1-6 .item a .imgBox img {
    max-height: 200px;
  }
}
.twoBox_2-1-6 .item a .txt {
  padding: 20px max(20px, 2.1vw);
  border: 1px solid #fff;
  border-top: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.twoBox_2-1-6 .item a .blockTitle {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .twoBox_2-1-6 .item a .blockTitle {
    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-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.twoBox_2-1-6 .item a .blockTitle span {
  color: #333333;
}
.twoBox_2-1-6 .item a .blockTitle small {
  color: #fa2223;
}
.twoBox_2-1-6 .item a:hover {
  color: #fff;
}
.twoBox_2-1-6 .item a:hover .imgBox img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.twoBox_2-1-6 .item a:hover .txt {
  background-color: #fa2223;
}
.twoBox_2-1-6 .item a:hover .blockTitle span, .twoBox_2-1-6 .item a:hover .blockTitle small {
  color: #fff;
}
@media (max-width: 1024px) {
  .twoBox_2-1-6 .item a {
    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;
  }
  .twoBox_2-1-6 .item a .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.twoBox_2-1-6 .rightInfo {
  width: 20%;
  min-width: 280px;
  color: #fff;
  margin-top: 160px;
}
@media (max-width: 1024px) {
  .twoBox_2-1-6 .rightInfo {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .twoBox_2-1-6 .rightInfo p {
    max-width: 450px;
    margin: 0 auto;
  }
}
.twoBox_2-1-6 .rightInfoTit {
  margin-bottom: 2em;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .twoBox_2-1-6 .rightInfoTit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .twoBox_2-1-6 .rightInfoTit {
    display: block;
    text-align: center;
  }
}
.twoBox_2-1-6 .rightInfoTit .bigTit {
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .twoBox_2-1-6 .rightInfoTit .bigTit {
    font-size: 46px;
  }
  .twoBox_2-1-6 .rightInfoTit .bigTit br {
    display: none;
  }
}
.twoBox_2-1-6 .rightInfoTit .subBlockTitle {
  color: #fff;
  line-height: 1.5;
}

/*****************************/
/* home / twoBox_2-2-5 */
/*****************************/
.twoBox_2-2-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1f1f1f;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1200px) {
  .twoBox_2-2-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.twoBox_2-2-5 .left-box,
.twoBox_2-2-5 .right-box {
  width: 50%;
}
@media (max-width: 1200px) {
  .twoBox_2-2-5 .left-box,
  .twoBox_2-2-5 .right-box {
    width: 100%;
  }
}
.twoBox_2-2-5 .left-box {
  padding: 100px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url("../images_v4/home/twoBox_2-2-5/slogan.jpg") left center no-repeat;
  background-size: contain;
  background-attachment: fixed;
}
@media (max-width: 1200px) {
  .twoBox_2-2-5 .left-box {
    background-size: cover;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .twoBox_2-2-5 .left-box {
    background-attachment: scroll;
  }
}
.twoBox_2-2-5 .left-box-content {
  padding: 95px 60px;
  border: 10px solid transparent;
  -o-border-image: linear-gradient(to right, #00bff2 0%, #662697 35%, #a64d9f 70%, #014da1 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#00bff2), color-stop(35%, #662697), color-stop(70%, #a64d9f), to(#014da1));
     border-image: linear-gradient(to right, #00bff2 0%, #662697 35%, #a64d9f 70%, #014da1 100%);
  border-image-slice: 1;
  width: 100%;
  color: #fff;
}
@media (max-width: 1440px) {
  .twoBox_2-2-5 .left-box-content {
    padding: 10%;
  }
}
@media (max-width: 768px) {
  .twoBox_2-2-5 .left-box-content {
    padding: 5%;
  }
}
.twoBox_2-2-5 .left-box-content .pageTitleStyle-2 span {
  color: #fff;
}
.twoBox_2-2-5 .left-box-content .more {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fa2223;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.twoBox_2-2-5 .left-box-content .more:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.twoBox_2-2-5 .right-box-content {
  text-align: center;
  padding: 70px 140px;
  background: url("../images_v4/home/twoBox_2-2-5/slash.png") repeat;
}
@media (max-width: 1440px) {
  .twoBox_2-2-5 .right-box-content {
    padding: 10%;
  }
}
@media (max-width: 768px) {
  .twoBox_2-2-5 .right-box-content {
    padding: 5%;
  }
}
.twoBox_2-2-5 .right-box-content .subBlockTitle-small {
  color: #fff;
}
.twoBox_2-2-5 .right-box-content .describe {
  margin: 1rem 0;
  color: #fff;
}
.twoBox_2-2-5 .right-box-content .describe span {
  color: #fa2223;
}
.twoBox_2-2-5 .right-box-content .list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .twoBox_2-2-5 .right-box-content .list {
    margin-top: 0;
    gap: 20px;
  }
}
.twoBox_2-2-5 .right-box-content .list li {
  width: 50%;
  position: relative;
  padding: 40px 0;
}
.twoBox_2-2-5 .right-box-content .list li::before {
  position: absolute;
  content: "";
}
@media (max-width: 768px) {
  .twoBox_2-2-5 .right-box-content .list li::before {
    border: 1px dashed #5d5d5d;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.twoBox_2-2-5 .right-box-content .list li .pic img {
  width: 90px;
}
@media (min-width: 768px) {
  .twoBox_2-2-5 .right-box-content .list li:nth-child(1)::before {
    width: 80%;
    height: 1px;
    border: 0.5px dashed #5d5d5d;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .twoBox_2-2-5 .right-box-content .list li:nth-child(2)::before {
    width: 1px;
    height: 80%;
    border: 0.5px dashed #5d5d5d;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .twoBox_2-2-5 .right-box-content .list li:nth-child(3)::before {
    width: 1px;
    height: 80%;
    border: 0.5px dashed #5d5d5d;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .twoBox_2-2-5 .right-box-content .list li:nth-child(4)::before {
    width: 80%;
    height: 1px;
    border: 0.5px dashed #5d5d5d;
    top: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .twoBox_2-2-5 .right-box-content .list li {
    width: calc(50% - 10px);
    padding: 20px 0;
  }
}

/*****************************/
/* home / twoBox_2-17-5 */
/*****************************/
.twoBox_2-17-5 .display-wall-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr (1fr)[2];
  grid-template-columns: 2fr repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
}
.twoBox_2-17-5 .display-wall-box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.twoBox_2-17-5 .display-wall-box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.twoBox_2-17-5 .display-wall-box > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.twoBox_2-17-5 .display-wall-box > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.twoBox_2-17-5 .display-wall-box > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.twoBox_2-17-5 .display-wall-box > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media (max-width: 992px) {
  .twoBox_2-17-5 .display-wall-box {
    -ms-grid-rows: 2fr (1fr)[2];
    grid-template-rows: 2fr repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .twoBox_2-17-5 .display-wall-box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-5 .display-wall-box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .twoBox_2-17-5 .display-wall-box > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-5 .display-wall-box > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .twoBox_2-17-5 .display-wall-box > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-5 .display-wall-box > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (max-width: 576px) {
  .twoBox_2-17-5 .display-wall-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (1fr)[5];
    grid-template-rows: repeat(5, 1fr);
  }
  .twoBox_2-17-5 .display-wall-box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-5 .display-wall-box > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-5 .display-wall-box > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-5 .display-wall-box > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-5 .display-wall-box > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.twoBox_2-17-5 .item {
  position: relative;
}
.twoBox_2-17-5 .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.twoBox_2-17-5 .item a:hover .itemImg img {
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 115%;
  height: 115%;
}
.twoBox_2-17-5 .item .image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(35, 31, 32, 0.6);
  z-index: 2;
  width: 100%;
  height: 3.333em;
  padding: 30px 10px;
  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;
  pointer-events: none;
}
@media (min-width: 1440px) {
  .twoBox_2-17-5 .item .image-caption {
    min-height: 3.888em;
  }
}
.twoBox_2-17-5 .item .image-caption .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .twoBox_2-17-5 .item .image-caption .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.twoBox_2-17-5 .item .info-icon {
  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;
}
.twoBox_2-17-5 .item .info-icon i {
  position: relative;
}
.twoBox_2-17-5 .item .info-icon i::after {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.twoBox_2-17-5 .item.item-second .image-caption {
  padding: 5px 10px;
}
.twoBox_2-17-5 .item:hover .image-caption {
  background-color: rgba(35, 31, 32, 0.8);
}
.twoBox_2-17-5 .item-main {
  grid-row: 1/-1;
}
@media (min-width: 1440px) {
  .twoBox_2-17-5 .item-main .image-caption {
    max-height: 3.888em;
  }
}
@media (max-width: 992px) {
  .twoBox_2-17-5 .item-main {
    grid-row: auto;
    grid-column: 1/-1;
  }
}

/*****************************/
/* home / twoBox_2-17-7 */
/*****************************/
.twoBox_2-17-7 .display-wall-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 15px 1fr 15px 1fr;
  grid-template-columns: 2fr repeat(2, 1fr);
  -ms-grid-rows: 2fr 15px 1fr;
  grid-template-rows: 2fr 1fr;
      grid-template-areas: "item-1 item-2 item-3 " "item-1 item-2 item-3 " "item-4 item-5 item-5 ";
  gap: 15px;
}
@media (max-width: 992px) {
  .twoBox_2-17-7 .display-wall-box {
    -ms-grid-columns: 2fr (1fr)[2];
    grid-template-columns: 2fr repeat(2, 1fr);
    -ms-grid-rows: 2fr (1fr)[2];
    grid-template-rows: 2fr repeat(2, 1fr);
        grid-template-areas: "item-1 item-2 item-3" "item-4 item-4 item-4" "item-5 item-5 item-5";
  }
}
@media (max-width: 576px) {
  .twoBox_2-17-7 .display-wall-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (2fr)[3] (1fr)[2];
    grid-template-rows: repeat(3, 2fr) repeat(2, 1fr);
        grid-template-areas: "item-1" "item-2" "item-3" "item-4" "item-5";
  }
}
.twoBox_2-17-7 .obj-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.twoBox_2-17-7 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.twoBox_2-17-7 .photo-mark {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #fff;
  font-weight: 600;
}
.twoBox_2-17-7 .photo-mark.dark-mode {
  color: black;
}
.twoBox_2-17-7 .item-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: item-1;
}
.twoBox_2-17-7 .item-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: item-2;
}
.twoBox_2-17-7 .item-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: item-3;
}
.twoBox_2-17-7 .item-4 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: item-4;
}
.twoBox_2-17-7 .item-5 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: item-5;
}
@media (max-width: 992px){
  .twoBox_2-17-7 .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-7 .item-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  .twoBox_2-17-7 .item-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .twoBox_2-17-7 .item-4 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .twoBox_2-17-7 .item-5 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (max-width: 576px){
  .twoBox_2-17-7 .item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-7 .item-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-7 .item-3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-7 .item-4 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .twoBox_2-17-7 .item-5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.twoBox_2-17-7 .item-4 img,
.twoBox_2-17-7 .item-5 img {
  height: 245px;
}
@media (max-width: 992px) {
  .twoBox_2-17-7 .item-4 img,
  .twoBox_2-17-7 .item-5 img {
    height: 125px;
  }
}

/*****************************/
/* home / twoBox_2-17-8 */
/*****************************/
.twoBox_2-17-8 {
  display: -ms-grid;
  display: grid;
}
.twoBox_2-17-8 .display-wall-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 15px 1fr 15px 1fr;
  grid-template-columns: 2fr repeat(2, 1fr);
  -ms-grid-rows: 1fr 15px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
}
.twoBox_2-17-8 .display-wall-box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.twoBox_2-17-8 .display-wall-box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.twoBox_2-17-8 .display-wall-box > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.twoBox_2-17-8 .display-wall-box > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.twoBox_2-17-8 .display-wall-box > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.twoBox_2-17-8 .display-wall-box > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media (max-width: 992px) {
  .twoBox_2-17-8 .display-wall-box {
    -ms-grid-rows: 2fr (1fr)[2];
    grid-template-rows: 2fr repeat(2, 1fr);
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .twoBox_2-17-8 .display-wall-box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-8 .display-wall-box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .twoBox_2-17-8 .display-wall-box > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-8 .display-wall-box > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .twoBox_2-17-8 .display-wall-box > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-8 .display-wall-box > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (max-width: 576px) {
  .twoBox_2-17-8 .display-wall-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (1fr)[5];
    grid-template-rows: repeat(5, 1fr);
  }
  .twoBox_2-17-8 .display-wall-box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-8 .display-wall-box > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-8 .display-wall-box > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-8 .display-wall-box > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .twoBox_2-17-8 .display-wall-box > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.twoBox_2-17-8 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.twoBox_2-17-8 .photo-mark {
  position: absolute;
  bottom: 0;
  right: 5px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}
.twoBox_2-17-8 .photo-mark.dark-mode {
  color: black;
}
.twoBox_2-17-8 .item-main {
  grid-row: 1/-1;
}
@media (max-width: 992px) {
  .twoBox_2-17-8 .item-main {
    grid-row: auto;
    grid-column: 1/-1;
  }
}

/*****************************/
/* home / twoBox-2-33 */
/*****************************/
.twoBox_2-33 {
  overflow: inherit;
}
.twoBox_2-33 .twoBox_2-33-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
  margin-top: 5vw;
  position: relative;
  width: 100%;
}
@media (min-width: 47.5em) {
  .twoBox_2-33 .twoBox_2-33-container {
    background-position: 200% 100%, 0 50%;
    background-size: 85% auto, 20% auto;
    margin-top: 5vw;
  }
}
@media (min-width: 47.5em) {
  .twoBox_2-33 .left-box,
  .twoBox_2-33 .right-box {
    width: 50%;
    margin: unset;
  }
}
.twoBox_2-33 .left-box .second-title {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.1px;
  width: 90%;
  text-align: left;
  margin-top: 1em;
  margin-left: auto;
}
@media (max-width: 576px) {
  .twoBox_2-33 .left-box .second-title {
    width: 100%;
  }
}
@media (min-width: 47.5em) {
  .twoBox_2-33 .left-box {
    padding-right: 6vw;
    margin-top: -8px;
    position: sticky;
    top: 100px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .twoBox_2-33 .left-box .second-title {
    font-size: 1.5vw;
    width: 50%;
  }
}
@media (max-width: 576px) {
  .twoBox_2-33 .left-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.twoBox_2-33 .right-box .lists {
  padding-top: 10vw;
  width: 85%;
  margin: 0 auto;
}
.twoBox_2-33 .right-box .lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4vw;
}
.twoBox_2-33 .right-box .lists li .img-box {
  margin-top: -1.2vw;
}
@media (max-width: 576px) {
  .twoBox_2-33 .right-box .lists li .img-box {
    margin-top: -5.2vw;
  }
}
.twoBox_2-33 .right-box .lists li svg {
  width: 8vw;
  margin-top: -1.2vw;
}
.twoBox_2-33 .right-box .lists li .content-box {
  margin-left: 4vw;
  width: 85%;
}
.twoBox_2-33 .right-box .lists li .iconBox {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #eeeeee;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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;
}
.twoBox_2-33 .right-box .lists li .iconBox i {
  font-size: 50px;
}
.twoBox_2-33 .right-box .lists li .iconBox::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  display: block;
  background-image: url(../images_v4/home/twoBox_2-33/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;
}
.twoBox_2-33 .right-box .lists li .iconBox::after {
  content: "";
  width: calc(100% + 22px);
  height: calc(100% + 22px);
  display: block;
  background-image: url(../images_v4/home/twoBox_2-33/icon_citcle_b.png);
  background-size: contain;
  position: absolute;
  top: calc(0% - 11px);
  left: calc(0% - 11px);
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  -webkit-animation: rotate2 8s infinite linear;
          animation: rotate2 8s infinite linear;
}
.twoBox_2-33 .right-box .lists li .iconBox:hover {
  background-color: #fa2223;
  color: #ffffff;
}
.twoBox_2-33 .right-box .lists li .iconBox:hover:before {
  opacity: 0;
}
.twoBox_2-33 .right-box .lists li .iconBox:hover::after {
  opacity: 1;
}
@media (min-width: 47.5em) {
  .twoBox_2-33 .right-box .lists {
    border-left: 1px solid #232323;
    padding-top: unset;
    padding-left: 3vw;
  }
  .twoBox_2-33 .right-box .lists li {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .twoBox_2-33 .right-box .lists li img {
    width: 5vw;
    margin-top: -1.5vw;
  }
  .twoBox_2-33 .right-box .lists li .content-box {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .twoBox_2-33 .right-box .lists li img {
    width: 8vw;
  }
  .twoBox_2-33 .right-box .lists li .content-box {
    width: 55%;
  }
}
@media (max-width: 576px) {
  .twoBox_2-33 .right-box .lists li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .twoBox_2-33 .right-box .lists li img {
    width: 12vw;
  }
  .twoBox_2-33 .right-box .lists li .content-box {
    width: 85%;
  }
}
.twoBox_2-33 .main-title {
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-bottom: 0.5em;
}
.twoBox_2-33 .main-title::after {
  content: "";
  width: 35px;
  height: 3px;
  background-color: #232323;
  position: absolute;
  bottom: -0.6em;
  right: 4px;
  display: none;
}
@media (min-width: 47.5em) {
  .twoBox_2-33 .main-title {
    text-align: right;
    width: 80%;
    margin-bottom: 1.3em;
  }
  .twoBox_2-33 .main-title::after {
    display: block;
  }
}
@media (max-width: 576px) {
  .twoBox_2-33 .main-title {
    width: 100%;
  }
}

/*****************************/
/* home / twoBox-2-34 */
/*****************************/
.twoBox_2-34-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 992px) {
  .twoBox_2-34-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.twoBox_2-34 .main-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  background: #b2cae3;
}
@media (max-width: 992px) {
  .twoBox_2-34 .main-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.twoBox_2-34 .main-item:hover {
  cursor: pointer;
  opacity: 0.5;
}
.twoBox_2-34 .main-item .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 350px;
  overflow: hidden;
  position: relative;
  width: 50%;
}
.twoBox_2-34 .main-item .img-box img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .twoBox_2-34 .main-item .img-box {
    display: none;
  }
}
.twoBox_2-34 .main-item .content-box {
  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;
  padding: 2% 4%;
  width: 50%;
}
@media (max-width: 576px) {
  .twoBox_2-34 .main-item .content-box {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5%;
  }
}
.twoBox_2-34 .main-item .content-box .mobile-img {
  display: none;
  width: 80%;
}
@media (max-width: 576px) {
  .twoBox_2-34 .main-item .content-box .mobile-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}
.twoBox_2-34 .main-item .content-box .title-box .sec-title {
  color: #fa2223;
}
.twoBox_2-34 .main-item .content-box .title-box .main-title {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-top: 5px;
  padding: 6px 32px 6px 13px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  background-color: #fa2223;
}
.twoBox_2-34 .main-item .content-box .title-box .main-title::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  display: block;
  width: 0;
  height: 0;
  border: 1.1em solid transparent;
  border-left: none;
  border-right: 12px solid #b2cae3;
}
@media (max-width: 576px) {
  .twoBox_2-34 .main-item .content-box .title-box {
    text-align: center;
  }
}
.twoBox_2-34 .main-item .content-box .txt-box {
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 576px) {
  .twoBox_2-34 .main-item .content-box .txt-box {
    margin-bottom: 0;
  }
}
.twoBox_2-34 .main-item .content-box .link-box span {
  line-height: 1.5;
  padding: 1px 1px 3px;
  border-bottom: 1px dashed #000;
}
.twoBox_2-34 .list-items {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 10px 1fr;
  grid-template-rows: repeat(2, 1fr);
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  overflow: hidden;
}
.twoBox_2-34 .list-items > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.twoBox_2-34 .list-items > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.twoBox_2-34 .list-items > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.twoBox_2-34 .list-items > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.twoBox_2-34 .list-items > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.twoBox_2-34 .list-items > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media (max-width: 992px) {
  .twoBox_2-34 .list-items {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-grid-rows: (1fr)[1];
    grid-template-rows: repeat(1, 1fr);
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .twoBox_2-34 .list-items > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .twoBox_2-34 .list-items > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .twoBox_2-34 .list-items > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .twoBox_2-34 .list-items > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .twoBox_2-34 .list-items > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .twoBox_2-34 .list-items > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
}
@media (max-width: 576px) {
  .twoBox_2-34 .list-items {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .twoBox_2-34 .list-items > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .twoBox_2-34 .list-items > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .twoBox_2-34 .list-items > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .twoBox_2-34 .list-items > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .twoBox_2-34 .list-items > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .twoBox_2-34 .list-items > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
.twoBox_2-34 .list-items .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  max-height: 150px;
}
.twoBox_2-34 .list-items .item-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.twoBox_2-34 .list-items .item-box:hover {
  cursor: pointer;
  opacity: 0.5;
}

/*****************************/
/* home / twoBox-2-35 */
/*****************************/
.twoBox_2-35 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .twoBox_2-35 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.twoBox_2-35 .img-box-container {
  width: 85%;
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 10vw;
  position: relative;
}
@media (min-width: 768px) {
  .twoBox_2-35 .img-box-container {
    width: 55%;
    margin: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.twoBox_2-35 .img-box {
  position: relative;
}
.twoBox_2-35 .btn-play {
  background: #fa2223;
  color: #ffffff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  left: 10%;
  padding: 0.8em 1.5em;
  border-radius: 60px;
  cursor: pointer;
}
.twoBox_2-35 .btn-play svg {
  margin-left: 0.5em;
  width: 20px;
  stroke: #ffffff;
}
.twoBox_2-35 .btn-play:hover {
  background: #ffffff;
  color: #fa2223;
}
.twoBox_2-35 .btn-play:hover svg {
  stroke: #fa2223;
}
.twoBox_2-35 .content-box {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .twoBox_2-35 .content-box {
    width: 35%;
    margin: unset;
    margin-left: 4vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 992px) {
  .twoBox_2-35 .content-box {
    width: 40%;
    margin: unset;
    margin-left: 4vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.twoBox_2-35 .content-box .title {
  margin-bottom: 1.3em;
  position: relative;
}
.twoBox_2-35 .content-box .title::after {
  content: "";
  width: 35px;
  height: 3px;
  background-color: #232323;
  position: absolute;
  bottom: -0.6em;
  left: 4px;
}

/*****************************/
/* home / twoBox-2-36 */
/*****************************/
.twoBox_2-36 {
  position: relative;
}
.twoBox_2-36::before {
  content: "";
  background: url(../images_v4/home/twoBox_2-36/bg.png) no-repeat center/cover;
  width: 1903px;
  height: 845px;
  position: absolute;
  top: 22px;
  left: calc(50% - 900px);
  z-index: -1;
}
@media (max-width: 576px) {
  .twoBox_2-36::before {
    left: 0;
  }
}
.twoBox_2-36 .left-box {
  padding: 0 4% 0 0;
  width: 80%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .twoBox_2-36 .left-box {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .twoBox_2-36 .left-box {
    width: 100%;
    padding: 0;
  }
}
.twoBox_2-36 .img-box {
  margin: 30px 0;
}
.twoBox_2-36 .right-box {
  padding: 0 0 0 4%;
  width: 80%;
  margin-right: auto;
}
@media (max-width: 992px) {
  .twoBox_2-36 .right-box {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .twoBox_2-36 .right-box {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .twoBox_2-36 .right-box .blockTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .twoBox_2-36 .right-box .img-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*****************************/
/* home / twoBox_2-37 */
/*****************************/
.twoBox_2-37 .rowBox {
  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;
}
@media (max-width: 991px) {
  .twoBox_2-37 .rowBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 2.66667vmin;
  }
}
.twoBox_2-37 .rowBox .list {
  position: relative;
  background: #f8f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36.45833vw;
  margin: 0 1.5625vw;
}
@media (max-width: 991px) {
  .twoBox_2-37 .rowBox .list {
    width: 88vmin;
    margin: 0 auto;
  }
  .twoBox_2-37 .rowBox .list + .list {
    margin-top: 8vmin;
  }
}
@media (min-width: 992px) {
  .twoBox_2-37 .rowBox .list:nth-child(odd) {
    margin-left: 2.60417vw;
  }
  .twoBox_2-37 .rowBox .list:nth-child(n+3) {
    margin-top: 7vmin;
  }
}
.twoBox_2-37 .rowBox .list::after {
  content: "";
  position: absolute;
  right: 1.04167vw;
  bottom: 1.04167vw;
  width: 1.04167vw;
  height: 1.04167vw;
  background: url(/images_v4/icon/arrow_B.svg) no-repeat center center;
  -webkit-transition: -webkit-filter 0.15s ease-out;
  transition: -webkit-filter 0.15s ease-out;
  transition: filter 0.15s ease-out;
  transition: filter 0.15s ease-out, -webkit-filter 0.15s ease-out;
}
@media (max-width: 991px) {
  .twoBox_2-37 .rowBox .list::after {
    right: 2.66667vmin;
    bottom: 2.66667vmin;
    width: 2.66667vmin;
    height: 2.66667vmin;
  }
}
.twoBox_2-37 .rowBox .list:hover::after {
  -webkit-filter: invert(68%) sepia(0%) saturate(1042%) hue-rotate(137deg) brightness(87%) contrast(64%);
          filter: invert(68%) sepia(0%) saturate(1042%) hue-rotate(137deg) brightness(87%) contrast(64%);
}
.twoBox_2-37 .rowBox .list:hover .imgBox img {
  opacity: 0.7;
}
.twoBox_2-37 .rowBox .imgBox {
  position: relative;
  -webkit-transform: translate(-1.04167vw, -1.04167vw);
          transform: translate(-1.04167vw, -1.04167vw);
}
@media (max-width: 991px) {
  .twoBox_2-37 .rowBox .imgBox {
    -webkit-transform: translate(-2.66667vmin, -2.66667vmin);
            transform: translate(-2.66667vmin, -2.66667vmin);
  }
}
.twoBox_2-37 .rowBox .imgBox img {
  display: block;
  aspect-ratio: 300/180;
  -o-object-fit: cover;
     object-fit: cover;
  width: 15.625vw;
  max-width: 300px;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
@media (max-width: 991px) {
  .twoBox_2-37 .rowBox .imgBox img {
    width: 40vmin;
  }
}
.twoBox_2-37 .rowBox .txtBox {
  color: #333333;
  padding: 5px 3.125vw 5px 1.04167vw;
  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;
}
@media (max-width: 991px) {
  .twoBox_2-37 .rowBox .txtBox {
    padding: 5px 8vmin 5px 2.66667vmin;
  }
}
.twoBox_2-37 .rowBox .subBlockTitle {
  color: #333333;
  margin-top: 0;
  margin-bottom: 0.57292vw;
}

/*****************************/
/* home / twoBox_2-38 */
/*****************************/
.twoBox_2-38 {
  background-color: #f8f7f7;
}
.twoBox_2-38 .block {
  position: relative;
  width: 87.5vw;
  margin: 0 auto;
  padding: 4.16667vw 0;
}
@media (max-width: 992px) {
  .twoBox_2-38 .block {
    width: 80.4vmin;
    padding: 8vmin 0 0;
  }
}
.twoBox_2-38 .leftTit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2vw;
  z-index: 2;
}
@media (max-width: 992px) {
  .twoBox_2-38 .leftTit {
    top: 29.33333vmin;
    left: -12.66667vmin;
    -webkit-transform: none;
            transform: none;
  }
}
.twoBox_2-38 .leftTit span {
  text-transform: uppercase;
  font-size: 8.85417vw;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #333333;
}
@media (max-width: 992px) {
  .twoBox_2-38 .leftTit span {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 17.33333vmin;
    line-height: 1.1;
  }
}
.twoBox_2-38 .listRow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .twoBox_2-38 .listRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.twoBox_2-38 .list {
  color: #333333;
  position: relative;
  width: 31.40625vw;
  margin-left: 2.03125vw;
  padding-left: 2.76042vw;
  padding-bottom: 2.5vw;
  background-color: #fff;
}
@media (max-width: 992px) {
  .twoBox_2-38 .list {
    width: 100%;
    padding-left: 7.06667vmin;
    margin-left: 0;
  }
  .twoBox_2-38 .list + .list {
    margin-top: 5.2vmin;
  }
}
.twoBox_2-38 .list:hover .imgBox img {
  opacity: 0.7;
}
.twoBox_2-38 .list .imgBox img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  width: 100%;
}
.twoBox_2-38 .list .txtBox {
  padding: 1.66667vw 1.71875vw 0 0;
}
.twoBox_2-38 .list .type {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.5625vw;
  width: 2.76042vw;
  text-align: center;
}
@media (max-width: 992px) {
  .twoBox_2-38 .list .type {
    width: 7.06667vmin;
  }
}
.twoBox_2-38 .list .type span {
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin: 0 auto;
}
.twoBox_2-38 .list .date {
  margin-bottom: 0.78125vw;
}
.twoBox_2-38 .list .tit span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.twoBox_2-38 .bottomBox {
  padding-top: 1.82292vw;
  text-align: right;
}
@media (max-width: 992px) {
  .twoBox_2-38 .bottomBox {
    text-align: center;
    padding: 7vmin 0 7.8vmin;
  }
}

/*****************************/
/* home / twoBox_2-39 */
/*****************************/
.twoBox_2-39 .block {
  color: #333333;
  position: relative;
  width: 87.5vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 992px) {
  .twoBox_2-39 .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100vmin;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 880px) {
  .twoBox_2-39 .block {
    width: 100%;
  }
}
.twoBox_2-39 .block:hover {
  color: #555;
}
.twoBox_2-39 .block:hover video {
  opacity: 0.8;
}
.twoBox_2-39 .textBox {
  position: relative;
  width: 100%;
  max-width: 25vw;
  padding-left: 5.83333vw;
  z-index: 2;
}
@media (max-width: 992px) {
  .twoBox_2-39 .textBox {
    max-width: none;
    margin-top: -4.66667vmin;
    padding-right: 9.33333vmin;
    padding-left: 9.33333vmin;
  }
}
.twoBox_2-39 .textBox .tit {
  font-size: 5.72917vw;
  margin-bottom: 0.83333vw;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 992px) {
  .twoBox_2-39 .textBox .tit {
    font-size: 12.8vmin;
  }
}
.twoBox_2-39 .videoBox {
  width: 56.25vw;
  min-width: 56.25vw;
}
@media (max-width: 992px) {
  .twoBox_2-39 .videoBox {
    width: 100%;
  }
}
.twoBox_2-39 .videoBox video {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/*****************************/
/* home / twoBox_2-40 */
/*****************************/
.twoBox_2-40 .main-box {
  position: relative;
  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;
}
@media (min-width: 1024px) {
  .twoBox_2-40 .main-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10%;
  }
}
@media (min-width: 1440px) {
  .twoBox_2-40 .main-box {
    margin-bottom: 15%;
  }
}
@media (min-width: 1600px) {
  .twoBox_2-40 .main-box {
    margin-bottom: 10%;
  }
}
.twoBox_2-40 .img-box {
  margin: 0 0 1rem;
}
.twoBox_2-40 .img-box img {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .twoBox_2-40 .img-box {
    margin-top: 60px;
    width: 60%;
  }
}
.twoBox_2-40 .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .twoBox_2-40 .content-box {
    padding: 2rem 0 2rem 2rem;
    position: absolute;
    max-width: 1060px;
    width: 70%;
    right: 0;
    top: 30%;
    background: #fffdf0;
    border-radius: 22px;
    overflow: hidden;
  }
}
@media (min-width: 1440px) {
  .twoBox_2-40 .content-box {
    padding: 3rem 0 3rem 3rem;
  }
}
.twoBox_2-40 .vertical-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
.twoBox_2-40 .vertical-title .num {
  position: relative;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  line-height: 1;
}
.twoBox_2-40 .vertical-title .num:after {
  position: absolute;
  bottom: 7px;
  content: "";
  background: #fa2223;
  width: 1px;
  height: 26px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.twoBox_2-40 .vertical-title span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.twoBox_2-40 .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  line-height: 1.8;
}
@media (min-width: 1280px) {
  .twoBox_2-40 .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/*****************************/
/* home / twoBox_2-41 */
/*****************************/
@media (max-width: 991px) {
  .twoBox_2-41 .picBox {
    display: none;
  }
}
.twoBox_2-41 .slideBox {
  border-bottom: 1px solid #ddd;
}
.twoBox_2-41 .slideBox .slick-slide {
  position: relative;
  border-top: 1px solid #ddd;
}
.twoBox_2-41 .slideBox .slick-slide::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #fa2223;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.twoBox_2-41 .slideBox .slick-slide:hover::before {
  width: 100%;
}
.twoBox_2-41 .slideBox .slick-slide .list {
  display: block;
  color: #333333;
  padding: 1.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.twoBox_2-41 .slideBox .numBox {
  width: 150px;
  padding-right: 5px;
  text-align: center;
}
@media (max-width: 600px) {
  .twoBox_2-41 .slideBox .numBox {
    width: 85px;
  }
}
.twoBox_2-41 .slideBox .numBox span {
  font-size: 50px;
  font-weight: bold;
  color: #505050;
  line-height: 1.1;
}
@media (max-width: 600px) {
  .twoBox_2-41 .slideBox .numBox span {
    font-size: 26px;
  }
}
.twoBox_2-41 .slideBox .numBox sup {
  margin-left: 5px;
  font-size: 25px;
  line-height: 1;
  vertical-align: top;
}
@media (max-width: 600px) {
  .twoBox_2-41 .slideBox .numBox sup {
    font-size: 15px;
  }
}
.twoBox_2-41 .slideBox .numBox .small {
  color: #707070;
  font-weight: bold;
  margin-top: 5px;
}
.twoBox_2-41 .slideBox .txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #ddd;
  padding: 0 10px 0 30px;
}
@media (max-width: 600px) {
  .twoBox_2-41 .slideBox .txtBox {
    padding: 0 10px;
  }
}
.twoBox_2-41 .slideBox .txtBox .type {
  display: inline-block;
  color: #707070;
  padding: 3px 13px;
  text-align: center;
  border-radius: 3px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.twoBox_2-41 .slideBox .txtBox .subBlockTitle {
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 600px) {
  .twoBox_2-41 .slideBox .txtBox .subBlockTitle {
    -webkit-line-clamp: 2;
    min-height: 3.6em;
  }
}
.twoBox_2-41 .slideBox .txtBox .txt {
  color: #707070;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 3px;
  min-height: 3.6em;
}
.twoBox_2-41 .slideBox .moreBox {
  width: 80px;
}
@media (max-width: 600px) {
  .twoBox_2-41 .slideBox .moreBox {
    width: 40px;
  }
}
.twoBox_2-41 .slideBox .moreBox .btn {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.twoBox_2-41 .slideBox .moreBox .btn::before, .twoBox_2-41 .slideBox .moreBox .btn::after {
  content: "";
  border: solid 1px #fa2223;
  border-width: 1px 0 0 1px;
  padding: 3px;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.twoBox_2-41 .slideBox .moreBox .btn::after {
  border-width: 1px 1px 0 0;
  left: auto;
  right: 5px;
}
.twoBox_2-41 .slideBox .moreBox .icon {
  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;
}
.twoBox_2-41 .slideBox .moreBox .icon::before, .twoBox_2-41 .slideBox .moreBox .icon::after {
  content: "";
  border: solid 1px #fa2223;
  border-width: 0 0 1px 1px;
  padding: 3px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.twoBox_2-41 .slideBox .moreBox .icon::after {
  border-width: 0 1px 1px 0;
  left: auto;
  right: 5px;
}
.twoBox_2-41 .slideBox .moreBox i {
  width: 20px;
  height: 20px;
  font-weight: bold;
  background-color: #f2f2f2;
  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-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.twoBox_2-41 .slideBox .list:hover .numBox span,
.twoBox_2-41 .slideBox .list:hover .numBox sup {
  color: #fa2223;
}
.twoBox_2-41 .slideBox .list:hover .txtBox .type {
  background-color: #fa2223;
  color: #fff;
}
.twoBox_2-41 .slideBox .list:hover .txtBox .subBlockTitle {
  color: #fa2223;
}
.twoBox_2-41 .slideBox .list:hover .moreBox i {
  background-color: #fa2223;
  color: #fff;
}
.twoBox_2-41 .slideBox .list:hover .moreBox .btn::before, .twoBox_2-41 .slideBox .list:hover .moreBox .btn::after {
  top: 0;
  left: 0;
  opacity: 1;
}
.twoBox_2-41 .slideBox .list:hover .moreBox .btn::after {
  left: auto;
  right: 0;
}
.twoBox_2-41 .slideBox .list:hover .moreBox .icon::before, .twoBox_2-41 .slideBox .list:hover .moreBox .icon::after {
  bottom: 0;
  left: 0;
  opacity: 1;
}
.twoBox_2-41 .slideBox .list:hover .moreBox .icon::after {
  left: auto;
  right: 0;
}
.twoBox_2-41 .bottomBox {
  margin-top: 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;
}
@media (max-width: 600px) {
  .twoBox_2-41 .bottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.twoBox_2-41 .slideBoxBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .twoBox_2-41 .slideBoxBtn {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.twoBox_2-41 .arrowBox .slick-arrow {
  color: #fa2223;
  width: 40px;
  height: 40px;
  background-color: transparent;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(200, 200, 200, 0.4);
          box-shadow: 0px 2px 10px 0px rgba(200, 200, 200, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.twoBox_2-41 .arrowBox .slick-arrow i {
  font-weight: bold;
}
.twoBox_2-41 .arrowBox .slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.twoBox_2-41 .arrowBox .slick-arrow:hover {
  background-color: #333333;
  color: #fff;
}
.twoBox_2-41 .pageBtn {
  margin-left: 3vw;
}
.twoBox_2-41 .pageBtn .currentNum {
  color: #fa2223;
}
@media (max-width: 600px) {
  .twoBox_2-41 .btnBox {
    margin-top: 20px;
  }
}

/*****************************/
/* home / twoBox_2-42 */
/*****************************/
@media (max-width: 992px) {
  .twoBox_2-42 {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.twoBox_2-42 .carousel-box {
  position: relative;
}
.twoBox_2-42 .carousel-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: calc((100% - 1160px) / 2);
  height: 100%;
  background: #fff;
  opacity: 0.9;
}
.twoBox_2-42 .carousel-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: calc((100% - 1160px) / 2);
  height: 100%;
  background: #fff;
  opacity: 0.9;
  visibility: unset;
}
.twoBox_2-42 .carousel-box .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
}
.twoBox_2-42 .carousel-box .item .img-box {
  height: 440px;
  width: 60%;
  overflow: hidden;
}
.twoBox_2-42 .carousel-box .item .img-box img {
  aspect-ratio: 4/3;
  width: 100%;
}
.twoBox_2-42 .carousel-box .item .text-box {
  padding: 70px 30px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(51, 51, 51, 0.2);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 40%;
}
.twoBox_2-42 .carousel-box .item .text-box .date-Box {
  position: relative;
}
.twoBox_2-42 .carousel-box .item .text-box .date-Box .en-news-title {
  font-size: 34px;
  line-height: 1.1;
  color: #fa2223;
}
.twoBox_2-42 .carousel-box .item .text-box .date-Box .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: bold;
  color: #6a6a6a;
}
.twoBox_2-42 .carousel-box .item .text-box .date-Box .date span {
  display: inline-block;
  height: 1px;
  width: 40px;
  background: #d4d4d4;
  margin-left: 5px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .twoBox_2-42 .carousel-box .item .text-box .date-Box .date {
    right: auto;
    left: 0;
    top: -40px;
  }
}
.twoBox_2-42 .carousel-box .item .text-box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.twoBox_2-42 .carousel-box .item .text-box .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .twoBox_2-42 .carousel-box .item .text-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(250, 248, 245, 0.75);
    padding: 70px 10px 20px;
    max-width: 400px;
    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;
  }
}
@media (max-width: 768px) {
  .twoBox_2-42 .carousel-box .item .text-box {
    position: static;
    max-width: 100%;
    display: block;
  }
}
.twoBox_2-42 .carousel-box .item .subBlockTitle a {
  font-weight: 600;
}
.twoBox_2-42 .carousel-box .item .btnBox {
  margin-top: 15px;
}
.twoBox_2-42 .carousel-box .item .btnBox .btn {
  padding: 3px 13px;
  display: inline-block;
  border: 2px solid #b4b4b4;
  border-radius: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
.twoBox_2-42 .carousel-box .item .btnBox .btn:hover {
  background: #fa2223;
  color: #fff;
}
.twoBox_2-42 .carousel-box .item .text {
  line-height: 1.8;
  letter-spacing: 1px;
  padding-top: 15px;
  color: #313131;
}
@media (max-width: 1200px) {
  .twoBox_2-42 .carousel-box .item {
    width: 95vw;
  }
}
@media (max-width: 992px) {
  .twoBox_2-42 .carousel-box .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
  .twoBox_2-42 .carousel-box .item .img-box {
    height: 100%;
    width: 100%;
  }
  .twoBox_2-42 .carousel-box .item .img-box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 500px;
  }
}
.twoBox_2-42 .carousel-box .slick-slider .slick-btn {
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 75px;
  background: #fff;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  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;
}
.twoBox_2-42 .carousel-box .slick-slider .slick-btn:hover {
  background: #fa2223;
  color: #fff;
}
.twoBox_2-42 .carousel-box .slick-slider .slick-btn.slick-prev {
  left: calc((100% - 1160px - 34px) / 2);
}
.twoBox_2-42 .carousel-box .slick-slider .slick-btn.slick-next {
  right: calc((100% - 1160px - 34px) / 2);
}

/*****************************/
/* home / twoBox_2-43 */
/*****************************/
.twoBox_2-43 {
  margin: 0;
  padding: 120px 0 70px;
  position: relative;
}
.twoBox_2-43::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background-image: url("../images_v4/home/twoBox_2-43/bg01.jpg");
  height: 67%;
  z-index: -1;
}
.twoBox_2-43 .ad-imgBox {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -270px;
  z-index: 0;
}
@media (max-width: 992px) {
  .twoBox_2-43 .ad-imgBox {
    top: 150px;
    left: 30px;
    margin-left: 0;
    width: 100%;
  }
}
.twoBox_2-43 .container {
  position: relative;
  max-width: 1110px;
}
.twoBox_2-43 .icon-box {
  position: absolute;
  top: -70px;
  left: -140px;
}
.twoBox_2-43 .icon-box::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background: url("../images_v4/home/twoBox_2-43/icon01_sub.png");
  width: 69px;
  height: 35px;
  right: -50px;
  top: -25px;
  -webkit-animation: flip 3s infinite ease-in-out;
          animation: flip 3s infinite ease-in-out;
}
@media (max-width: 1440px) {
  .twoBox_2-43 .icon-box {
    left: 230px;
  }
}
@media (max-width: 768px) {
  .twoBox_2-43 .icon-box {
    width: 60px;
    top: 0;
  }
}
.twoBox_2-43 .title-box {
  margin-bottom: 170px;
}
@media (max-width: 768px) {
  .twoBox_2-43 .title-box {
    margin-bottom: 100px;
  }
}
.twoBox_2-43 .title-box .sub-title {
  margin-bottom: 30px;
}
.twoBox_2-43 .title-box .sub-title small {
  position: relative;
  display: inline-block;
  letter-spacing: 0.3em;
  padding-bottom: 20px;
}
.twoBox_2-43 .title-box .sub-title small::before, .twoBox_2-43 .title-box .sub-title small::after {
  content: "";
  display: block;
  border-bottom: 3px solid #333;
  position: absolute;
  width: 50%;
  bottom: 6px;
}
.twoBox_2-43 .title-box .sub-title small::before {
  left: -5px;
}
.twoBox_2-43 .title-box .sub-title small::after {
  right: -5px;
}
.twoBox_2-43 .title-box .sub-title small .arrow {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px;
}
@media (max-width: 768px) {
  .twoBox_2-43 .title-box .sub-title small .arrow {
    border-width: 2px;
    bottom: 1px;
  }
  .twoBox_2-43 .title-box .sub-title small::before, .twoBox_2-43 .title-box .sub-title small::after {
    border-width: 2px;
  }
  .twoBox_2-43 .title-box .sub-title small::before {
    left: -6px;
  }
  .twoBox_2-43 .title-box .sub-title small::after {
    right: -6px;
  }
}
.twoBox_2-43 .main-title {
  background: #fff;
  width: 670px;
  padding: 30px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 30px;
}
.twoBox_2-43 .main-title .blockTitle {
  margin-bottom: 0;
  line-height: 1.3;
}
.twoBox_2-43 .main-title .sub-title {
  border-bottom: 2px solid #222;
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  .twoBox_2-43 .main-title {
    width: 240px;
    padding: 20px 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.twoBox_2-43 .content-box {
  background: #fff;
  padding: 20px 50px 40px;
}
@media (max-width: 576px) {
  .twoBox_2-43 .content-box {
    padding: 20px 15px 20px;
  }
}
.twoBox_2-43 .content-box .items-list {
  margin-bottom: 20px;
}
.twoBox_2-43 .content-box .items-list .item {
  position: relative;
  padding: 15px 30px 15px 0;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.twoBox_2-43 .content-box .items-list .item:first-child {
  border-top: none;
}
@media (max-width: 576px) {
  .twoBox_2-43 .content-box .items-list .item {
    padding: 15px 25px 15px 0;
  }
}
.twoBox_2-43 .content-box .items-list .item .thumbnail 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;
}
.twoBox_2-43 .content-box .items-list .item .thumbnail a {
  position: relative;
  max-width: 180px;
  width: 180px;
  margin-right: 30px;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 75%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 3;
}
.twoBox_2-43 .content-box .items-list .item .thumbnail a img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.twoBox_2-43 .content-box .items-list .item .thumbnail a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.08);
          transform: translate(-50%, -50%) scale(1.08);
}
@media (max-width: 576px) {
  .twoBox_2-43 .content-box .items-list .item .thumbnail {
    margin-right: 15px;
  }
  .twoBox_2-43 .content-box .items-list .item .thumbnail a {
    width: 90px;
    margin-right: 0;
  }
}
.twoBox_2-43 .content-box .items-list .item .txtarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.twoBox_2-43 .content-box .items-list .item .txtarea a .subBlockTitle {
  color: #000000;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.twoBox_2-43 .content-box .items-list .item .txtarea a:hover .subBlockTitle {
  color: #fa2223;
}
.twoBox_2-43 .content-box .items-list .item .txtarea .description {
  color: #8c8c8c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.twoBox_2-43 .content-box .items-list .item::after {
  content: "\f105";
  font-family: "FontAwesome";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  border: 1px solid #333;
  border-radius: 5cqmin;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
}
.twoBox_2-43 .btn-area {
  margin-top: 50px;
}
.twoBox_2-43 .icon-bottom-box1 {
  position: absolute;
  bottom: -70px;
  left: -170px;
}
.twoBox_2-43 .icon-bottom-box1:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images_v4/home/twoBox_2-43/icon-bottom-01-sub.png");
  width: 68px;
  height: 39px;
  left: 10em;
  top: 6em;
  -webkit-animation: enlarge 0.8s linear infinite;
          animation: enlarge 0.8s linear infinite;
}
@media (max-width: 1440px) {
  .twoBox_2-43 .icon-bottom-box1 {
    max-width: 400px;
    left: -100px;
  }
}
@media (max-width: 1200px) {
  .twoBox_2-43 .icon-bottom-box1 {
    position: relative;
    left: 0;
    top: 0;
  }
}
@media (max-width: 992px) {
  .twoBox_2-43 .icon-bottom-box1 {
    max-width: 250px;
  }
  .twoBox_2-43 .icon-bottom-box1::before {
    width: 50px;
    left: 110px;
    top: 35px;
  }
}
@media (max-width: 768px) {
  .twoBox_2-43 .icon-bottom-box1 {
    max-width: 190px;
  }
  .twoBox_2-43 .icon-bottom-box1::before {
    left: 70px;
  }
}
.twoBox_2-43 .icon-bottom-box2 {
  position: absolute;
  bottom: -35px;
  right: -175px;
}
.twoBox_2-43 .icon-bottom-box2::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images_v4/home/twoBox_2-43/icon-bottom-01-sub.png");
  width: 53px;
  height: 37px;
  right: -1em;
  top: 3.5em;
  -webkit-animation: enlarge 0.8s linear infinite;
          animation: enlarge 0.8s linear infinite;
}
@media (max-width: 1440px) {
  .twoBox_2-43 .icon-bottom-box2 {
    right: -30px;
    max-width: 250px;
  }
}
@media (max-width: 992px) {
  .twoBox_2-43 .icon-bottom-box2 {
    max-width: 200px;
    right: 50px;
    bottom: -10px;
  }
  .twoBox_2-43 .icon-bottom-box2:before {
    width: 40px;
    right: -30px;
    top: 15px;
  }
}
@media (max-width: 768px) {
  .twoBox_2-43 .icon-bottom-box2 {
    max-width: 110px;
    right: 50px;
    bottom: 10px;
  }
}
@media (max-width: 992px) {
  .twoBox_2-43 {
    padding: 100px 0 30px;
  }
}
@media (max-width: 768px) {
  .twoBox_2-43 {
    padding: 0;
  }
}
@-webkit-keyframes flip {
  0%, 100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@keyframes flip {
  0%, 100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@-webkit-keyframes enlarge {
  0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
}
@keyframes enlarge {
  0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
}

/*****************************/
/* home / twoBox_2-44 */
/*****************************/
.twoBox_2-44 .box-1 {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .twoBox_2-44 .box-1 {
    margin-bottom: 50px;
  }
}
.twoBox_2-44 .box-1 .h-img {
  height: 320px;
  width: 100%;
  background-image: url("../images_v4/home/twoBox_2-44/01.webp");
  border-radius: 10px;
  background-size: cover;
}
.twoBox_2-44 .box-1 .title {
  position: relative;
  margin: 60px auto 40px;
}
.twoBox_2-44 .box-1 .title:before {
  content: "";
  display: block;
  position: absolute;
  top: -95px;
  width: 108px;
  height: 74px;
  text-align: center;
  padding-top: 16px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images_v4/home/twoBox_2-44/title01.png");
  background-size: cover;
}
@media (max-width: 992px) {
  .twoBox_2-44 .box-1 .title {
    margin: 30px auto 10px;
  }
}
@media (max-width: 768px) {
  .twoBox_2-44 .box-1 .title::before {
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    width: 61px;
    height: 42px;
  }
}
.twoBox_2-44 .box-1 .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.twoBox_2-44 .box-1 .img-box .left-img {
  width: calc(61% - 10px);
  height: 340px;
  background-image: url("../images_v4/home/twoBox_2-44/02.webp");
}
.twoBox_2-44 .box-1 .img-box .right-img {
  width: calc(39% - 10px);
  height: 340px;
  background-image: url("../images_v4/home/twoBox_2-44/03.webp");
}
.twoBox_2-44 .box-1 .img-box .left-img,
.twoBox_2-44 .box-1 .img-box .right-img {
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .twoBox_2-44 .box-1 .img-box .left-img,
  .twoBox_2-44 .box-1 .img-box .right-img {
    height: 53vw;
  }
}
.twoBox_2-44 .box-2 {
  background: url("../images_v4/home/twoBox_2-44/box_bg.png") top center no-repeat;
  padding-bottom: 255px;
}
.twoBox_2-44 .box-2 .h-img {
  width: 72%;
  background-image: url("../images_v4/home/twoBox_2-44/02.webp");
  margin-bottom: 20px;
  height: 320px;
  position: relative;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .twoBox_2-44 .box-2 .h-img {
    width: 100%;
  }
}
.twoBox_2-44 .box-2 .title {
  position: relative;
}
.twoBox_2-44 .box-2 .title::before {
  left: 8px;
  background-image: url("../images_v4/home/twoBox_2-44/title02.png");
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  width: 108px;
  height: 74px;
  background-size: cover;
}
@media (max-width: 768px) {
  .twoBox_2-44 .box-2 .title {
    text-align: center;
    margin-top: 0px;
  }
  .twoBox_2-44 .box-2 .title::before {
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    width: 61px;
    height: 42px;
  }
}
.twoBox_2-44 .box-2 .img-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.twoBox_2-44 .box-2 .img-box2 .left-img {
  width: calc(61% - 10px);
  height: 340px;
  background-image: url("../images_v4/home/twoBox_2-44/02.webp");
}
.twoBox_2-44 .box-2 .img-box2 .right-img {
  width: calc(39% - 10px);
  height: 340px;
  background-image: url("../images_v4/home/twoBox_2-44/03.webp");
}
.twoBox_2-44 .box-2 .img-box2 .left-img,
.twoBox_2-44 .box-2 .img-box2 .right-img {
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .twoBox_2-44 .box-2 .img-box2 .left-img,
  .twoBox_2-44 .box-2 .img-box2 .right-img {
    height: 53vw;
  }
}
@media (max-width: 992px) {
  .twoBox_2-44 .box-2 {
    padding-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .twoBox_2-44 .box-2 {
    padding-bottom: 30px;
  }
  .twoBox_2-44 .box-2 .title-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .twoBox_2-44 .box-2 .img-box2-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*****************************/
/* home / twoBox_2-45 */
/*****************************/
.twoBox_2-45 {
  background: #f3f3f3;
}
.twoBox_2-45 .ad-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgba(0, 0, 0, 0);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 100px auto 0px;
  padding: 0px 0px 0px 0px;
  width: 1070px;
  max-width: calc(100% - 80px);
}
@media (max-width: 768px) {
  .twoBox_2-45 .ad-box {
    margin: 50px auto 0px;
  }
}
.twoBox_2-45 .ad-box .img-box {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 500px;
  width: 49%;
  z-index: 0;
  max-width: 49%;
  position: relative;
}
.twoBox_2-45 .ad-box .img-box .img {
  background: url("../images_v4/home/twoBox_2-45/01.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: inherit;
  transition: inherit;
  width: 100%;
  z-index: -2;
}
.twoBox_2-45 .ad-box .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
  max-width: 50%;
}
.twoBox_2-45 .ad-box .txt-box .big-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #b3b3b3;
  font-size: 96px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 0px -150px;
  opacity: 0.3;
  text-align: left;
  width: auto;
  max-width: calc(100% + 150px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  .twoBox_2-45 .ad-box .txt-box .big-title {
    margin: 0;
    font-size: 76px;
  }
}
@media (max-width: 576px) {
  .twoBox_2-45 .ad-box .txt-box .big-title {
    margin: 0;
    font-size: 55px;
  }
}
.twoBox_2-45 .ad-box .txt-box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #a63331;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 50px;
  padding: 8px 8px 8px 0px;
  width: auto;
  max-width: 100%;
  gap: 20px;
}
.twoBox_2-45 .ad-box .txt-box .btn .icon {
  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: 20px;
  height: 20px;
  max-width: calc(100% - 15px);
  padding: 5px;
  border: 1px solid #333;
  border-radius: 50%;
}
.twoBox_2-45 .ad-box .txt-box .btn:hover .icon {
  border-color: #fa2223;
}
@media (max-width: 768px) {
  .twoBox_2-45 .ad-box .txt-box .btn {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .twoBox_2-45 .ad-box {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0px 0px 0px;
    width: 100%;
    max-width: 100%;
  }
  .twoBox_2-45 .ad-box .img-box {
    width: 100%;
    max-width: 100%;
  }
  .twoBox_2-45 .ad-box .txt-box {
    width: 100%;
    max-width: 100%;
  }
}
.twoBox_2-45 .description-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 100px 40px 0px;
  padding: 0px 0px 0px 0px;
  width: auto;
  max-width: calc(100% - 80px);
  position: relative;
  z-index: 2;
}
.twoBox_2-45 .description-box .line {
  background: #5c5c5c;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 75px;
  width: 1px;
  max-width: 100%;
}
.twoBox_2-45 .description-box .sub-title {
  margin-top: 40px;
}
.twoBox_2-45 .description-box .txt {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .twoBox_2-45 .description-box {
    margin: 30px 15px 0px;
    max-width: 100%;
  }
}
.twoBox_2-45 .bottom-backimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 550px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -120px 0px 0px 0px;
  width: 100%;
  z-index: 0;
  max-width: 100%;
  position: relative;
}
.twoBox_2-45 .bottom-backimage::before {
  background-image: url("../images_v4/home/twoBox_2-45/123.webp");
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: inherit;
  transition: inherit;
  width: 100%;
  z-index: -2;
}
.twoBox_2-45 .bottom-backimage .mask-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(35%, rgba(243, 243, 243, 0.83)), to(rgba(243, 243, 243, 0)));
  background: linear-gradient(180deg, #f3f3f3 0%, rgba(243, 243, 243, 0.83) 35%, rgba(243, 243, 243, 0) 100%);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 380px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .twoBox_2-45 .bottom-backimage {
    height: 400px;
  }
}

/*****************************/
/* home / twoBox_2-46 */
/*****************************/
.twoBox_2-46 {
  background: #eee url("../images_v4/home/twoBox_2-46/bg.png") no-repeat center bottom;
  padding: 70px 0 125px;
}
.twoBox_2-46 .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 1440px) {
  .twoBox_2-46 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.twoBox_2-46 .left-box {
  max-width: 850px;
  overflow: hidden;
}
.twoBox_2-46 .left-box .title-box {
  position: relative;
}
.twoBox_2-46 .left-box .title-box::before {
  content: "";
  display: block;
  background: url("../images_v4/home/twoBox_2-46/title-bg.png") no-repeat;
  width: 55px;
  height: 25px;
  margin: 0 0 13px 4px;
}
.twoBox_2-46 .left-box .quick-menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.twoBox_2-46 .left-box .quick-menu-box .box {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding: 40px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.twoBox_2-46 .left-box .quick-menu-box .box ul {
  position: relative;
}
.twoBox_2-46 .left-box .quick-menu-box .box ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  background-color: #e6e6e6;
  width: 1px;
  height: 100%;
}
.twoBox_2-46 .left-box .quick-menu-box .box ul li {
  margin-top: 20px;
}
.twoBox_2-46 .left-box .quick-menu-box .box ul li:first-child {
  margin-top: 0;
}
.twoBox_2-46 .left-box .quick-menu-box .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #333;
}
.twoBox_2-46 .left-box .quick-menu-box .box a:hover i {
  -webkit-animation: wag 1s ease-out;
          animation: wag 1s ease-out;
}
@media (max-width: 992px) {
  .twoBox_2-46 .left-box .quick-menu-box .box a {
    gap: 5px;
  }
}
.twoBox_2-46 .left-box .quick-menu-box .box .icon {
  position: relative;
  background: #cacaca;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  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;
}
.twoBox_2-46 .left-box .quick-menu-box .box .icon i {
  font-size: 25px;
  color: #fff;
}
@media (max-width: 992px) {
  .twoBox_2-46 .left-box .quick-menu-box .box {
    padding: 40px 15px 40px;
  }
}
@media (max-width: 768px) {
  .twoBox_2-46 .left-box .quick-menu-box .box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.twoBox_2-46 .left-box .quick-menu-box .box1 {
  background: #ed7500;
}
.twoBox_2-46 .left-box .quick-menu-box .box1 a {
  color: #fff;
}
.twoBox_2-46 .left-box .quick-menu-box .box1 .icon {
  background: #fff;
}
.twoBox_2-46 .left-box .quick-menu-box .box1 .icon i {
  color: #c7c7c7;
}
.twoBox_2-46 .left-box .quick-menu-box .box2 {
  background: #fff;
}
.twoBox_2-46 .left-box .quick-menu-box .box3 {
  background: #e1dcd6;
}
@media (max-width: 768px) {
  .twoBox_2-46 .left-box .quick-menu-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.twoBox_2-46 .right-box {
  max-width: 420px;
  overflow: hidden;
}
@-webkit-keyframes wag {
  0%, 100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
@keyframes wag {
  0%, 100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}

/*****************************/
/* home / twoBox_2-47 */
/*****************************/
.twoBox_2-47 {
  width: 100%;
  position: relative;
  overflow: hidden;
  scroll-snap-align: center;
  background: linear-gradient(60deg, #a1c4fd 0%, rgb(255, 112, 0) 60%, #c2e9fb 100%);
}
.twoBox_2-47-container {
  height: 70vh;
}
@media (max-width: 767px) {
  .twoBox_2-47-container {
    height: 80vh;
  }
}
.twoBox_2-47 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .twoBox_2-47 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.twoBox_2-47 .img-boxs-lists {
  position: relative;
  overflow: hidden;
  display: block;
}
@media (min-width: 768px) {
  .twoBox_2-47 .img-boxs-lists {
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .twoBox_2-47 .img-boxs-lists {
    width: 100%;
    height: 100%;
  }
}
.twoBox_2-47 .img-boxs-lists .imgBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.twoBox_2-47 .img-boxs-lists .imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.twoBox_2-47 .img-boxs-lists .imgBox.active {
  z-index: 1;
  -webkit-animation: zoomIn 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: zoomIn 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.twoBox_2-47 .content-box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .twoBox_2-47 .content-box {
    max-width: 620px;
  }
}
.twoBox_2-47 .content-box .lists-box {
  position: relative;
}
.twoBox_2-47 .content-box .lists-box .line {
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(48, 93, 194)), color-stop(45%, rgb(51, 176, 233)), color-stop(60%, rgb(255, 112, 0)), color-stop(72%, rgb(255, 190, 52)));
  background: linear-gradient(rgb(48, 93, 194) 0%, rgb(51, 176, 233) 45%, rgb(255, 112, 0) 60%, rgb(255, 190, 52) 72%);
  height: 100%;
  opacity: 1;
  width: 0.25rem;
}
.twoBox_2-47 .content-box .lists-box .lists {
  padding: 0 1.5rem;
  line-height: 1.5;
}
.twoBox_2-47 .content-box .lists-box .lists li {
  margin: 0.5rem 0;
}
.twoBox_2-47 .content-box .lists-box .lists li a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.twoBox_2-47 .content-box .lists-box .lists li a:hover {
  font-weight: 600;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/*****************************/
/* home / twoBox_2-48 */
/*****************************/
.twoBox_2-48 img {
  display: block;
  border-radius: 5px;
}
.twoBox_2-48 .imgB img {
  aspect-ratio: 1080/600;
  -o-object-fit: cover;
     object-fit: cover;
}
.twoBox_2-48 .decorateBox {
  position: absolute;
  top: 5vw;
  right: 0;
  z-index: 0;
}
.twoBox_2-48 .decorateBox img {
  width: 750px;
  height: 30px;
}
@media (max-width: 1199px) {
  .twoBox_2-48 .decorateBox img {
    width: 550px;
    height: 25px;
  }
}
@media (max-width: 991px) {
  .twoBox_2-48 .decorateBox img {
    width: 320px;
    height: 15px;
  }
}
.twoBox_2-48 .inner {
  position: relative;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .twoBox_2-48 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  .twoBox_2-48 .inner {
    margin-bottom: 2em;
  }
}
.twoBox_2-48 .inner .lBox {
  position: relative;
  width: 55%;
  z-index: 1;
}
.twoBox_2-48 .inner .lBox p {
  padding: 40px 8vw 0 40px;
}
@media (min-width: 992px) {
  .twoBox_2-48 .inner .lBox {
    min-width: 55%;
  }
}
@media (max-width: 991px) {
  .twoBox_2-48 .inner .lBox {
    width: 100%;
  }
  .twoBox_2-48 .inner .lBox .imgB {
    width: 83%;
  }
  .twoBox_2-48 .inner .lBox p {
    padding: 0;
    padding-top: max(60px, 29vw);
  }
  .twoBox_2-48 .inner .lBox .pcHide {
    padding-top: 0;
  }
}
.twoBox_2-48 .inner .rBox {
  position: absolute;
  width: 50%;
  right: 0;
  z-index: 2;
}
.twoBox_2-48 .inner .rBox p {
  padding: 40px 40px 0 4vw;
}
@media (min-width: 992px) {
  .twoBox_2-48 .inner .rBox {
    min-width: 50%;
    position: relative;
    margin-top: 10vw;
    right: 5%;
  }
}
@media (max-width: 991px) {
  .twoBox_2-48 .inner .rBox {
    width: 75%;
    top: 27vw;
  }
}
@media (min-width: 992px) {
  .twoBox_2-48 .inner .decorateBox {
    right: 40px;
  }
}
@media (max-width: 991px) {
  .twoBox_2-48 .inner .decorateBox {
    top: 12vw;
  }
}
.twoBox_2-48 .oneBox {
  position: relative;
}
.twoBox_2-48 .oneBox .imgB {
  position: relative;
  width: 50%;
  z-index: 1;
}
@media (min-width: 992px) {
  .twoBox_2-48 .oneBox p {
    position: absolute;
    width: 42%;
    top: 10vw;
    right: 0;
  }
}
@media (max-width: 991px) {
  .twoBox_2-48 .oneBox .imgB {
    width: 75%;
  }
  .twoBox_2-48 .oneBox p {
    position: relative;
    margin-top: 1em;
  }
}
.twoBox_2-48 .pcHide {
  display: none;
}
@media (max-width: 991px) {
  .twoBox_2-48 .pcHide {
    display: block;
  }
  .twoBox_2-48 .mbHide {
    display: none;
  }
}

/*****************************/
/* home / twoBox_2-49-1 */
/*****************************/
.twoBox_2-49-1 .slideBox li {
  padding: 0 5px;
}
.twoBox_2-49-1 .slideBox li .itemImg {
  padding-bottom: 117%;
}
.twoBox_2-49-1 .slideBox li img {
  border-radius: 10px;
}
.twoBox_2-49-1 .inner {
  position: relative;
  padding-top: 130px;
}
@media (max-width: 991px) {
  .twoBox_2-49-1 .inner {
    padding-top: 25px;
  }
}
.twoBox_2-49-1 .blockTitle {
  position: absolute;
  top: -32px;
  z-index: 1;
}
@media (max-width: 991px) {
  .twoBox_2-49-1 .blockTitle {
    position: relative;
    top: auto;
  }
}
.twoBox_2-49-1 .blockTitle span {
  text-shadow: 1px -1px 1px rgba(255, 255, 255, 0.6);
}
.twoBox_2-49-1 .areaBox {
  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;
}
.twoBox_2-49-1 .areaBox .lBox {
  width: calc(100% - 400px);
}
@media (max-width: 1199px) {
  .twoBox_2-49-1 .areaBox .lBox {
    width: calc(100% - 330px);
  }
}
@media (max-width: 991px) {
  .twoBox_2-49-1 .areaBox .lBox {
    width: 100%;
  }
}
.twoBox_2-49-1 .areaBox .rBox {
  position: relative;
  width: 300px;
  border-radius: 10px;
  background-color: #eeeeee;
  padding: 65px 30px 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .twoBox_2-49-1 .areaBox .rBox {
    width: 100%;
    margin-top: 50px;
    padding: 40px 12px 20px;
  }
}
.twoBox_2-49-1 .areaBox .rBox img {
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 3px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: -62.5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  .twoBox_2-49-1 .areaBox .rBox img {
    width: 75px;
    height: 75px;
    top: -37.5px;
  }
}
.twoBox_2-49-1 .areaBox .rBox .info .mini {
  color: #fa2223;
}
.twoBox_2-49-1 .areaBox .rBox .info .subBlockTitle {
  font-weight: bold;
  margin: 0;
}
.twoBox_2-49-1 .areaBox .rBox .info .en {
  color: #333333;
}
.twoBox_2-49-1 .areaBox .rBox .info .txt {
  margin: 1em 0;
  text-align: left;
}
.twoBox_2-49-1 .areaBox .rBox .theBtn {
  border-width: 2px;
}
@media (min-width: 992px) {
  .twoBox_2-49-1 .areaBox .rBox .theBtn {
    width: 100%;
  }
}

/*****************************/
/* home / twoBox_2-49-2 */
/*****************************/
.twoBox_2-49-2 {
  position: relative;
  background: url(../images_v4/home/twoBox_2-49-2/line.png) no-repeat top center/contain;
}
.twoBox_2-49-2::before {
  content: "";
  background: url(../images_v4/banner/indexBanner2.jpg) no-repeat center/cover;
  display: block;
  width: 100%;
  height: 350px;
}
@media (max-width: 767px) {
  .twoBox_2-49-2::before {
    height: 200px;
  }
}
.twoBox_2-49-2 .container {
  width: 100%;
  max-width: 1140px;
}
.twoBox_2-49-2 .underLine {
  margin: 0;
  margin-top: 5px;
}
.twoBox_2-49-2 .imgBox img {
  width: 100%;
  max-width: 400px;
  vertical-align: bottom;
}
.twoBox_2-49-2 .area + .area {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .twoBox_2-49-2 .area + .area {
    margin-top: 15px;
  }
}
.twoBox_2-49-2 .area1 {
  margin-top: -40px;
}
@media (max-width: 767px) {
  .twoBox_2-49-2 .area1 {
    margin-top: -60px;
  }
}
.twoBox_2-49-2 .area1 .txtBox {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .twoBox_2-49-2 .area1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .twoBox_2-49-2 .area1 .imgBox {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .twoBox_2-49-2 .area1 .txtBox {
    padding-top: 15px;
  }
}
.twoBox_2-49-2 .row:not(.area1) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.twoBox_2-49-2 .btnBox {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .twoBox_2-49-2 .btnBox {
    margin-top: 0;
  }
}
.twoBox_2-49-2 .btnBox .moreBtn12 {
  background: #fff;
  color: #333;
  border: 2.5px solid #434547;
  font-weight: bold;
}
.twoBox_2-49-2 .btnBox .moreBtn12:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .twoBox_2-49-2 .btnBox .moreBtn12 {
    width: 100%;
  }
}

/*****************************/
/* home / twoBox_2-49-3 */
/*****************************/
@media (max-width: 575px) {
  .twoBox_2-49-3 .row .colTxt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.twoBox_2-49-3 .list + .list {
  margin-top: -50px;
}
@media (max-width: 575px) {
  .twoBox_2-49-3 .list + .list {
    margin-top: 40px;
  }
}
.twoBox_2-49-3 .list + .list .bottomLine {
  display: none;
}
@media (min-width: 576px) {
  .twoBox_2-49-3 .list .picBox img {
    width: 100%;
    max-width: 400px;
  }
  .twoBox_2-49-3 .list:nth-child(even) .picBox {
    text-align: right;
  }
}
.twoBox_2-49-3 .point {
  width: 100px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1.3;
  color: #fa2223;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.twoBox_2-49-3 .point::before, .twoBox_2-49-3 .point::after {
  content: "";
  width: 3px;
  height: 100%;
  border-left: 3px dotted #fa2223;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.twoBox_2-49-3 .point::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.twoBox_2-49-3 .pointMdShow {
  margin: 0 auto;
  display: none;
}
.twoBox_2-49-3 .pointPcShow {
  margin-left: 55px;
}
@media (max-width: 575px) {
  .twoBox_2-49-3 .pointPcShow {
    display: none;
  }
  .twoBox_2-49-3 .pointMdShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575px) {
  .twoBox_2-49-3 .picBox {
    margin: 0 40px;
  }
}
.twoBox_2-49-3 .picBox img {
  border-radius: 50%;
  vertical-align: bottom;
  aspect-ratio: 1/1;
}
.twoBox_2-49-3 .txtBox {
  border-radius: 20px;
  border: 2px solid #aaa;
  margin-top: 40px;
}
.twoBox_2-49-3 .txtBox .blockTitle {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: -1.6em;
  margin-left: 30px;
  margin-right: 30px;
  background-color: #fff;
  padding: 0 10px;
  vertical-align: top;
}
.twoBox_2-49-3 .txtBox .txt {
  padding: 20px 40px 40px;
}
.twoBox_2-49-3 .bottomLine {
  width: 3px;
  height: 180px;
  margin: 0 auto;
  border-left: 3px dotted #aaa;
}
@media (max-width: 575px) {
  .twoBox_2-49-3 .bottomLine {
    display: none;
  }
}

/*****************************/
/* home / twoBox_2-50 */
/*****************************/
.twoBox_2-50 {
  position: relative;
  background-image: url(../images_v4/home/twoBox_2-50/bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-color: #f6f6f6;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .twoBox_2-50 {
    background-color: inherit;
    background-image: none;
    padding-bottom: 0;
  }
}
.twoBox_2-50 .labelBox {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background-color: #ffd610;
}
.twoBox_2-50 .labelBox::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #a56e10;
  position: absolute;
  right: -15px;
  top: 0;
}
.twoBox_2-50 .labelBox span {
  font-weight: bold;
  padding: 10px 25px;
  display: block;
}
.twoBox_2-50 .labelBox .blockTitle {
  margin-bottom: 0;
}
.twoBox_2-50 .labelBox .blockTitle span {
  color: #333333;
}
@media (max-width: 767px) {
  .twoBox_2-50 .labelBox {
    left: auto;
    right: 15px;
    -webkit-transform: initial;
            transform: initial;
  }
  .twoBox_2-50 .labelBox span {
    padding: 5px 20px;
  }
}
@media (max-width: 767px) {
  .twoBox_2-50 .topLabelBox .labelBox {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: initial;
            transform: initial;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .twoBox_2-50 .topLabelBox .labelBox::before {
    display: none;
  }
}
.twoBox_2-50 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.twoBox_2-50 .inner .box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .twoBox_2-50 .inner .box {
    width: 100%;
  }
}
.twoBox_2-50 .inner .blockTitle span {
  display: inline-block;
  border-bottom: 2.5px solid #fa2223;
}
.twoBox_2-50 .inner .blockTitle .underLine {
  margin: 0;
}
.twoBox_2-50 .imgBox img {
  vertical-align: bottom;
}
.twoBox_2-50 .txtBox {
  position: relative;
  background: #fff;
  width: calc(100% - 80px);
  max-width: 480px;
  padding: max(15px, 2.6vw);
  padding-top: max(30px, 2.6vw);
  padding-bottom: max(15px, 1.04vw);
  margin: min(-40px, -5.2vw) 40px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .twoBox_2-50 .txtBox {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding-top: 25px;
  }
}
.twoBox_2-50 .box:nth-child(1) .txtBox {
  margin-left: auto;
}

/*****************************/
/* home / twoBox_3-1 */
/*****************************/
.twoBox_3-1 {
  background-color: #ddd;
  padding: 3em 0;
}
.twoBox_3-1 .content {
  width: 100%;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.twoBox_3-1 .list + .list {
  margin-top: 3em;
}
@media (min-width: 601px) {
  .twoBox_3-1 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .twoBox_3-1 .list .left, .twoBox_3-1 .list .right {
    width: 9%;
  }
  .twoBox_3-1 .list .left {
    position: relative;
  }
  .twoBox_3-1 .list .left img {
    width: 55%;
    vertical-align: bottom;
    position: absolute;
    top: 50%;
    right: -10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  .twoBox_3-1 .list .card {
    width: 82%;
  }
}
@media (max-width: 600px) {
  .twoBox_3-1 .list .left img {
    width: 16%;
    vertical-align: bottom;
    position: relative;
    left: 50%;
    bottom: -2vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
.twoBox_3-1 .list:nth-child(odd) .card {
  background-color: #fa2223;
  color: #fff;
}
.twoBox_3-1 .list:nth-child(odd) .card a {
  color: #fff;
}
@media (min-width: 601px) {
  .twoBox_3-1 .list:nth-child(odd) .card .imgBox .in {
    border-right: solid 2px #fff;
  }
}
.twoBox_3-1 .list:nth-child(odd) .card .imgBox .subBlockTitle {
  color: #fff;
}
.twoBox_3-1 .list:nth-child(even) .card {
  background-color: #fff;
}
.twoBox_3-1 .list:nth-child(even) .card a {
  color: #fa2223;
}
@media (min-width: 601px) {
  .twoBox_3-1 .list:nth-child(even) .card .imgBox .in {
    border-right: solid 2px #fa2223;
  }
}
.twoBox_3-1 .card {
  padding: 2% 0;
  -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.twoBox_3-1 .card .imgBox {
  width: 30%;
}
.twoBox_3-1 .card .imgBox .in {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.twoBox_3-1 .card .imgBox img {
  border-radius: 50%;
  vertical-align: bottom;
  aspect-ratio: 1/1;
  width: 63%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 601px) and (max-width: 768px) {
  .twoBox_3-1 .card .imgBox img {
    width: 80%;
  }
}
.twoBox_3-1 .card .imgBox .subBlockTitle {
  margin-top: 1em;
  font-weight: bold;
}
@media (max-width: 600px) {
  .twoBox_3-1 .card .imgBox {
    width: 100%;
  }
}
.twoBox_3-1 .card .txtBox {
  width: 70%;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.twoBox_3-1 .card .txtBox .in {
  padding: 10px;
}
.twoBox_3-1 .card .txtBox [class^=moreBtn] {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .twoBox_3-1 .card .txtBox {
    width: 100%;
  }
}

/*****************************/
/* home / twoBox_3-2 */
/*****************************/
.twoBox_3-2 {
  position: relative;
}
.twoBox_3-2 .bg {
  position: absolute;
  left: auto;
  right: 26%;
  bottom: 0;
  width: 1408px;
  height: 616px;
  background: url(../images_v4/home/twoBox_3-2/bg.jpg) no-repeat 50%/cover;
  z-index: -1;
}
@media (max-width: 1440px) {
  .twoBox_3-2 .bg {
    height: 580px;
  }
}
@media (max-width: 600px) {
  .twoBox_3-2 .bg {
    height: 91%;
    width: 100%;
    right: auto;
    background-position: left center;
  }
}
.twoBox_3-2 .imgBox {
  position: absolute;
  top: 0;
  right: 0;
}
.twoBox_3-2 .imgBox img {
  vertical-align: bottom;
  width: 45.36vw;
}
@media (max-width: 600px) {
  .twoBox_3-2 .imgBox {
    top: auto;
    right: auto;
    bottom: 15px;
    padding: 0 15px;
  }
  .twoBox_3-2 .imgBox img {
    width: 100%;
  }
}
.twoBox_3-2 .in {
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 600px) {
  .twoBox_3-2 .in {
    margin-bottom: 78.33vw;
  }
}
.twoBox_3-2 .txtBox {
  width: 50%;
}
@media (max-width: 600px) {
  .twoBox_3-2 .txtBox {
    width: 100%;
  }
}
.twoBox_3-2 .blockTitle {
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .twoBox_3-2 .blockTitle {
    margin-bottom: 30px;
  }
}
.twoBox_3-2 ul {
  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;
  color: #fff;
}
.twoBox_3-2 ul li {
  width: 48%;
  position: relative;
  padding-left: 1em;
}
.twoBox_3-2 ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  top: 0.75em;
}

/*****************************/
/* home / twoBox_3-3 */
/*****************************/
.twoBox_3-3 {
  position: relative;
  overflow: hidden;
}
.twoBox_3-3 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.twoBox_3-3 .content .imgBox {
  width: 52%;
  height: 520px;
  background: url("https://previews.123rf.com/images/loft39studio/loft39studio2306/loft39studio230657758/206832838-interior-of-meeting-room-in-moder-office.jpg") no-repeat center/cover;
}
@media (max-width: 1199px) {
  .twoBox_3-3 .content .imgBox {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .twoBox_3-3 .content .imgBox {
    width: 100%;
    height: 350px;
  }
}
.twoBox_3-3 .content .txtBox {
  width: 48%;
}
@media (max-width: 1199px) {
  .twoBox_3-3 .content .txtBox {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .twoBox_3-3 .content .txtBox {
    width: 100%;
  }
}
.twoBox_3-3 .content .txtBox .list + .list {
  border-top: solid 1px #fff;
}
.twoBox_3-3 .content .txtBox .list {
  min-height: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: max(20px, 4vw);
     -moz-column-gap: max(20px, 4vw);
          column-gap: max(20px, 4vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px max(25px, 4.5vw);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .twoBox_3-3 .content .txtBox .list {
    display: block;
    padding: 50px max(20px, 5vw);
  }
}
.twoBox_3-3 .content .txtBox .list:nth-child(odd) {
  background-color: #05538a;
}
.twoBox_3-3 .content .txtBox .list:nth-child(even) {
  background-color: #0f3c67;
}
.twoBox_3-3 .content .txtBox .list .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.twoBox_3-3 .content .txtBox .list .info .blockTitle {
  margin-bottom: 0;
  font-weight: bold;
}
.twoBox_3-3 .content .txtBox .list .info .blockTitle span {
  color: #fff;
  line-height: 1.3;
}
.twoBox_3-3 .content .txtBox .list .info .blockTitle .subBlockTitle {
  margin-top: 2px;
  color: #fff;
}
.twoBox_3-3 .content .txtBox .list .txt {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .twoBox_3-3 .content .txtBox .list .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.twoBox_3-3 .content .txtBox .list .arrowBox .arrowTxt {
  display: none;
}
@media (max-width: 767px) {
  .twoBox_3-3 .content .txtBox .list .arrowBox .arrowTxt {
    display: block;
  }
}
.twoBox_3-3 .content .txtBox .list .arrow {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .twoBox_3-3 .content .txtBox .list .arrow {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
}
.twoBox_3-3 .content .txtBox .list .arrow i {
  color: #fa2223;
  font-weight: bold;
}
.twoBox_3-3 .content .txtBox .list:hover {
  background-color: #fff;
  color: #333333;
}
.twoBox_3-3 .content .txtBox .list:hover .info .blockTitle span {
  color: #fa2223;
}
.twoBox_3-3 .content .txtBox .list:hover .info .blockTitle .subBlockTitle {
  color: #333333;
}

/*****************************/
/* home / twoBox_3-4 */
/*****************************/
.twoBox_3-4 {
  color: #fff;
  background-color: #282C3C;
  background-image: url("../images_v4/home/twoBox_3-4/logoBg.png");
  background-repeat: no-repeat;
  background-position: -180px -60px;
  background-size: 700px;
  padding: 100px 0 60px;
}
@media (max-width: 768px) {
  .twoBox_3-4 {
    padding: 60px 0;
    background-size: 400px;
    background-position: -150px -60px;
  }
}
.twoBox_3-4 .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (min-width: 769px) {
  .twoBox_3-4 .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;
  }
}
@media (max-width: 768px) {
  .twoBox_3-4 .content {
    padding: 0 15px;
  }
}
@media (min-width: 769px) {
  .twoBox_3-4 .left {
    width: 30%;
    max-width: 300px;
  }
}
@media (min-width: 901px) {
  .twoBox_3-4 .left {
    width: 100%;
  }
}
.twoBox_3-4 .left .blockTitle {
  text-align: center;
  margin-bottom: 0;
  padding: 60px 0;
  background: url("../images_v4/home/twoBox_3-4/logoIconW.png") no-repeat center top/auto 40px;
}
@media (max-width: 768px) {
  .twoBox_3-4 .left .blockTitle {
    padding: 60px 0 20px;
  }
}
.twoBox_3-4 .left .blockTitle span {
  color: #fff;
}
.twoBox_3-4 .left .blockTitle small {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: 0.2em;
}
.twoBox_3-4 .left .line {
  background-color: #333333;
  height: 40px;
  width: 2px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .twoBox_3-4 .left .line {
    height: 30px;
    margin-bottom: 30px;
  }
}
.twoBox_3-4 .left .btnBox {
  display: block;
  margin: 0 15px;
}
@media (max-width: 768px) {
  .twoBox_3-4 .left .btnBox {
    display: none;
  }
}
@media (min-width: 769px) {
  .twoBox_3-4 .right {
    width: 70%;
    max-width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .twoBox_3-4 .right .list {
    width: 41%;
    margin-bottom: 40px;
  }
}
@media (min-width: 901px) {
  .twoBox_3-4 .right {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .twoBox_3-4 .right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .twoBox_3-4 .right .list {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .twoBox_3-4 .right .list {
    padding: 0 50px;
  }
}
.twoBox_3-4 .right a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.twoBox_3-4 .right a:hover {
  opacity: 0.8;
}
.twoBox_3-4 .right .imgBox {
  margin-bottom: 15px;
}
.twoBox_3-4 .right .txtBox p {
  margin-bottom: 0;
}
.twoBox_3-4 .right .slick-arrow {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #333333;
  border-radius: 50%;
}
.twoBox_3-4 .btnBox {
  display: none;
}
.twoBox_3-4 .btnBox a {
  position: relative;
  width: 100%;
  border: 1px #fff solid;
}
.twoBox_3-4 .btnBox a::after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.twoBox_3-4 .btnBox a:hover {
  background-color: #fff;
  color: #333333;
}
@media (max-width: 768px) {
  .twoBox_3-4 .btnBox {
    display: block;
    margin-top: 30px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
  }
  .twoBox_3-4 .btnBox a {
    max-width: 300px;
  }
}

/*****************************/
/* home / twoBox_3-5 */
/*****************************/
.twoBox_3-5 {
  position: relative;
  padding: 60px 0;
  color: #fff;
}
@media (max-width: 576px) {
  .twoBox_3-5 {
    padding: 100px 50px;
  }
}
.twoBox_3-5 .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 50%;
  height: 100%;
}
@media (max-width: 576px) {
  .twoBox_3-5 .bg {
    width: 100%;
    height: 50%;
  }
}
.twoBox_3-5 .bgL {
  top: 0;
  left: 0;
  background-image: url("https://previews.123rf.com/images/pramotephotostock/pramotephotostock2005/pramotephotostock200500064/146521765-excavator-at-sandpit-during-earthmoving-works-in-the-construction-site.jpg");
}
.twoBox_3-5 .bgR {
  top: 0;
  right: 0;
  background-image: url("https://previews.123rf.com/images/alexandrmusuc/alexandrmusuc2104/alexandrmusuc210400138/167621077-construction-of-road-road-building-grader-and-roller-work-making-new-road-ground-is-levelled-before.jpg");
}
@media (max-width: 576px) {
  .twoBox_3-5 .bgR {
    top: auto;
    bottom: 0;
  }
}
.twoBox_3-5 .txtBox {
  position: relative;
  background: rgba(40, 44, 60, 0.9);
  width: max(430px, 26.2743%);
  margin: 0 auto;
  padding: max(50px, 3.125%) 15px;
}
@media (max-width: 576px) {
  .twoBox_3-5 .txtBox {
    width: 100%;
    padding: 25px 15px;
  }
}
.twoBox_3-5 .txtBox .blockTitle {
  text-align: center;
  margin-bottom: 0;
  padding: 60px 0;
  background: url("../images_v4/home/twoBox_3-4/logoIconW.png") no-repeat center top/auto 40px;
}
@media (max-width: 576px) {
  .twoBox_3-5 .txtBox .blockTitle {
    padding: 32px 0 20px;
    background-size: auto 25px;
  }
}
.twoBox_3-5 .txtBox .blockTitle span {
  color: #fff;
}
.twoBox_3-5 .txtBox .blockTitle small {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-style: italic;
  letter-spacing: 0.2em;
}
.twoBox_3-5 .txtBox .btnBox a {
  display: block;
  position: relative;
  border: 1px #fff solid;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.twoBox_3-5 .txtBox .btnBox a::after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.twoBox_3-5 .txtBox .btnBox a:hover {
  background-color: #fff;
  color: #333333;
}

/*****************************/
/* home / twoBox_3-5_2 */
/*****************************/
.twoBox_3-5_2 {
  position: relative;
}
@media (min-width: 992px) {
  .twoBox_3-5_2 {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
.twoBox_3-5_2::before, .twoBox_3-5_2::after {
  content: "";
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
}
@media (min-width: 992px) {
  .twoBox_3-5_2::before, .twoBox_3-5_2::after {
    width: 50%;
    height: 100%;
  }
}
.twoBox_3-5_2::before {
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#EEEEEE), to(#D5D9E2));
  background: linear-gradient(0deg, #EEEEEE, #D5D9E2);
}
.twoBox_3-5_2::after {
  right: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .twoBox_3-5_2::after {
    top: auto;
    bottom: 0;
  }
}
.twoBox_3-5_2 .inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: calc(90% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .twoBox_3-5_2 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .twoBox_3-5_2 .inner {
    width: calc(100% - 30px);
  }
}
.twoBox_3-5_2 .txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991px) {
  .twoBox_3-5_2 .txtBox.left {
    padding-top: 50px;
    padding-bottom: 270px;
  }
}
@media (max-width: 576px) {
  .twoBox_3-5_2 .txtBox.left {
    padding-bottom: 200px;
  }
}
@media (min-width: 992px) {
  .twoBox_3-5_2 .txtBox.right .txt {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .twoBox_3-5_2 .txtBox.right {
    padding-top: 270px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .twoBox_3-5_2 .txtBox.right {
    padding-top: 200px;
  }
}
.twoBox_3-5_2 .txtBox .txt {
  max-width: 360px;
  width: 63%;
}
@media (max-width: 991px) {
  .twoBox_3-5_2 .txtBox .txt {
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
  }
}
.twoBox_3-5_2 .blockTitle {
  font-weight: bold;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 2.5em;
}
.twoBox_3-5_2 .blockTitle .border {
  width: 100%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.twoBox_3-5_2 .blockTitle .border > * {
  background-color: #fa2223;
  height: 5px;
  border-radius: 50%;
}
.twoBox_3-5_2 .blockTitle .border > *:not(:last-child) {
  margin-right: 6px;
}
.twoBox_3-5_2 .blockTitle .border .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 50px;
}
.twoBox_3-5_2 .blockTitle .border .dot {
  width: 5px;
}
.twoBox_3-5_2 .blockTitle .border .dot:nth-child(2n) {
  opacity: 0.5;
}
.twoBox_3-5_2 .picBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32%;
}
@media (max-width: 991px) {
  .twoBox_3-5_2 .picBox {
    width: 100%;
    max-width: 450px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .twoBox_3-5_2 .picBox {
    max-width: 320px;
  }
}

/*****************************/
/* home / twoBox_3-6 */
/*****************************/
.twoBox_3-6 {
  position: relative;
}
.twoBox_3-6 .content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .twoBox_3-6 .content {
    padding: 0 15px;
  }
}
.twoBox_3-6 .blockTitle {
  padding-left: 70px;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .twoBox_3-6 .blockTitle {
    margin-bottom: 1.5em;
  }
}
.twoBox_3-6 .blockTitle span, .twoBox_3-6 .blockTitle small {
  display: block;
  width: 50.5%;
}
@media (max-width: 1199px) {
  .twoBox_3-6 .blockTitle span, .twoBox_3-6 .blockTitle small {
    width: 100%;
  }
}
.twoBox_3-6 .blockTitle small {
  margin-top: 0.2em;
}
@media (max-width: 768px) {
  .twoBox_3-6 .blockTitle {
    text-align: center;
    padding-left: 0;
  }
}
.twoBox_3-6 .picBox {
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1199px) {
  .twoBox_3-6 .picBox {
    top: 15%;
  }
}
@media (max-width: 768px) {
  .twoBox_3-6 .picBox {
    width: calc(100% - 30px);
    position: relative;
    top: 0;
    margin-left: auto;
  }
}
.twoBox_3-6 .picBox img {
  vertical-align: bottom;
}
.twoBox_3-6 .picBox .picTit {
  position: absolute;
  bottom: -5.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: right;
}
@media (max-width: 768px) {
  .twoBox_3-6 .picBox .picTit {
    position: relative;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
    margin: 30px 30px 0 0;
  }
}
.twoBox_3-6 .picBox .picTit p {
  margin-bottom: 0;
}
.twoBox_3-6 .picBox .picTit .subBlockTitle-small {
  color: #333333;
}
.twoBox_3-6 .txtBox {
  background-color: #f3f3f3;
  padding: 3.5em 5em 5em 5em;
}
@media (max-width: 991px) {
  .twoBox_3-6 .txtBox {
    padding: 2.5em;
  }
}
.twoBox_3-6 .txtBox .txt {
  width: 50.5%;
}
@media (max-width: 768px) {
  .twoBox_3-6 .txtBox {
    padding: 220px 15px 30px;
    margin-top: -200px;
  }
  .twoBox_3-6 .txtBox .txt {
    width: 100%;
  }
}

/*****************************/
/* home / twoBox_3-7 */
/*****************************/
.twoBox_3-7 .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.twoBox_3-7 .inner {
  background-color: #f3f3f3;
  border-radius: 30px;
  padding: 50px;
}
@media (max-width: 1024px) {
  .twoBox_3-7 .inner {
    padding: 50px 30px;
  }
}
@media (max-width: 576px) {
  .twoBox_3-7 .inner {
    padding: 30px 15px;
  }
}
.twoBox_3-7 .blockTitle {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .twoBox_3-7 .row > div:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .twoBox_3-7 .row > div {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .twoBox_3-7 .row > div {
    margin-bottom: 30px;
  }
}
.twoBox_3-7 .card {
  padding: 1.5em 1em;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  height: 100%;
}
.twoBox_3-7 .card .tit {
  border-radius: 5px;
  padding: 3px 1em;
  border: 1px solid #000;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 1.5em;
}

/*****************************/
/* home / twoBox_3-8 */
/*****************************/
.twoBox_3-8 .pageTitleStyle-2 {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .twoBox_3-8 .pageTitleStyle-2 {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .twoBox_3-8 .pageTitleStyle-2 {
    margin-bottom: 1em;
  }
}
.twoBox_3-8 img {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.twoBox_3-8 .areaTit p {
  width: 46vw;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .twoBox_3-8 .areaTit p {
    width: 37%;
  }
}
@media (max-width: 576px) {
  .twoBox_3-8 .areaTit p {
    width: 100%;
    padding-right: 0;
  }
}
.twoBox_3-8 .blockTitle {
  margin-bottom: max(15px, 3vw);
}
.twoBox_3-8 .oneBlock {
  position: relative;
  padding-top: max(30px, 4vw);
}
.twoBox_3-8 .oneBlock::after {
  content: "";
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: -1;
}
@media (min-width: 577px) {
  .twoBox_3-8 .oneArea .areaTit {
    margin-bottom: 80px;
  }
}
.twoBox_3-8 .oneArea .flex {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}
@media (max-width: 576px) {
  .twoBox_3-8 .oneArea .flex {
    display: block;
  }
}
@media (min-width: 577px) {
  .twoBox_3-8 .oneArea .flex .txtBox {
    width: 49vw;
    margin-top: -130px;
  }
}
.twoBox_3-8 .oneArea .flex .picBox {
  margin-left: calc(50% - 50vw);
}
@media (min-width: 577px) {
  .twoBox_3-8 .oneArea .flex .picBox {
    width: 46vw;
  }
}
.twoBox_3-8 .oneArea .flex .picBox .itemImg {
  padding-bottom: 55%;
}
@media (max-width: 576px) {
  .twoBox_3-8 .oneArea .flex .picBox .itemImg {
    width: 80%;
  }
}
.twoBox_3-8 .oneArea .flex .bottomPicBox {
  margin-top: max(15px, 4vw);
}
@media (max-width: 576px) {
  .twoBox_3-8 .oneArea .flex .bottomPicBox {
    margin-right: calc(50% - 50vw);
  }
}
.twoBox_3-8 .oneArea .flex .bottomPicBox .itemImg {
  width: 66%;
  padding-bottom: 50%;
}
@media (max-width: 576px) {
  .twoBox_3-8 .oneArea .flex .bottomPicBox .itemImg {
    margin-left: auto;
  }
}
.twoBox_3-8 .twoArea {
  padding-top: 15px;
}
.twoBox_3-8 .twoArea .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}
@media (max-width: 576px) {
  .twoBox_3-8 .twoArea .flex {
    display: block;
  }
}
@media (min-width: 577px) {
  .twoBox_3-8 .twoArea .flex .titBox {
    width: 46vw;
  }
}
@media (min-width: 577px) {
  .twoBox_3-8 .twoArea .flex .txtBox {
    width: 49vw;
  }
}
@media (min-width: 577px) {
  .twoBox_3-8 .twoArea .bottomPicBox {
    margin-top: -16%;
    width: 41%;
  }
}

/*****************************/
/* home / twoBox_3-9 */
/*****************************/
.twoBox_3-9 .flexRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .twoBox_3-9 .flexRow {
    gap: 15px;
  }
}
.twoBox_3-9 .subBlockTitle {
  color: #333333;
  margin: 0;
}
.twoBox_3-9 ul.listBox {
  padding: 1.5em;
  -webkit-box-shadow: 2px -3px 10px 8px rgba(55, 55, 66, 0.04), 4px 20px 20px 0 rgba(0, 0, 0, 0.09), 0 7px 15px 0 rgba(55, 55, 66, 0.04);
          box-shadow: 2px -3px 10px 8px rgba(55, 55, 66, 0.04), 4px 20px 20px 0 rgba(0, 0, 0, 0.09), 0 7px 15px 0 rgba(55, 55, 66, 0.04);
}
.twoBox_3-9 ul.listBox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.twoBox_3-9 ul.listBox li .icon > * {
  vertical-align: text-top;
}

/*****************************/
/* home / twoBox_3-10 */
/*****************************/
@media (max-width: 767px) {
  .twoBox_3-10 .flexRow {
    gap: 1em;
  }
}
.twoBox_3-10 .titBox {
  position: sticky;
  top: 100px;
}
.twoBox_3-10 .titBox .pageTitleStyle-2 {
  margin: 0;
}
.twoBox_3-10 .titBox .btn {
  color: #fa2223;
  display: inline-block;
  margin-top: 2em;
}
.twoBox_3-10 .listBox {
  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;
}
@media (max-width: 767px) {
  .twoBox_3-10 .listBox {
    gap: 1em;
  }
}
.twoBox_3-10 .listBox .list {
  width: 48%;
}
@media (min-width: 768px) {
  .twoBox_3-10 .listBox .list:not(:nth-child(-n+2)) {
    margin-top: 4em;
  }
}
@media (max-width: 576px) {
  .twoBox_3-10 .listBox .list {
    width: 100%;
  }
}
.twoBox_3-10 .listBox .subBlockTitle {
  margin: 0;
  color: #333333;
  font-weight: bold;
}

/*****************************/
/* home / twoBox_3-11 */
/*****************************/
.twoBox_3-11 .block {
  padding: 0 40px;
}
@media (max-width: 700px) {
  .twoBox_3-11 .block {
    padding: 0 30px;
  }
}
.twoBox_3-11 .block .inner {
  width: 90%;
  margin: 0 auto;
}
.twoBox_3-11 .topBlock {
  background-color: #fa2223;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media (max-width: 700px) {
  .twoBox_3-11 .topBlock {
    padding-top: 15%;
    padding-bottom: 45%;
  }
}
.twoBox_3-11 .bottomBlock {
  background-color: #f5f5f5;
  padding-top: max(230px, 17.5vw);
}
@media (max-width: 700px) {
  .twoBox_3-11 .bottomBlock {
    padding-top: 92%;
  }
}
.twoBox_3-11 .titBox {
  position: relative;
  color: #fff;
  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;
}
@media (max-width: 700px) {
  .twoBox_3-11 .titBox {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.twoBox_3-11 .titBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 700px) {
  .twoBox_3-11 .titBox::before {
    display: none;
  }
}
.twoBox_3-11 .titBox > div {
  width: 50%;
}
@media (max-width: 700px) {
  .twoBox_3-11 .titBox > div {
    width: 100%;
  }
}
.twoBox_3-11 .titBox .bigTit {
  text-align: center;
}
@media (max-width: 700px) {
  .twoBox_3-11 .titBox .bigTit {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }
}
.twoBox_3-11 .titBox .subTit {
  padding: 3px 0 3px 60px;
  -webkit-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
  clip-path: inset(0 100% 0 0);
  letter-spacing: 0.1em;
}
@media (max-width: 700px) {
  .twoBox_3-11 .titBox .subTit {
    width: auto;
    margin: 0 auto;
    padding: 0;
    padding-top: 20px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-orientation: upright;
  }
}
.twoBox_3-11 .titBox .aos-animate {
  clip-path: inset(0);
}
.twoBox_3-11 .blockTitle {
  margin-bottom: 0;
  display: inline-block;
  -webkit-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
  clip-path: inset(0 100% 0 0);
  letter-spacing: 0.15em;
}
.twoBox_3-11 .blockTitle span {
  color: #fff;
}
.twoBox_3-11 .subBlockTitle-big {
  color: inherit;
}
.twoBox_3-11 .por {
  position: relative;
}
.twoBox_3-11 .infoBox {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 90px 0px rgba(7, 27, 24, 0.06), 0px 0px 20px 0px rgba(7, 27, 24, 0.05);
          box-shadow: 0px 0px 90px 0px rgba(7, 27, 24, 0.06), 0px 0px 20px 0px rgba(7, 27, 24, 0.05);
  background-color: #f5f5f5;
}
@media (max-width: 700px) {
  .twoBox_3-11 .infoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.twoBox_3-11 .infoBox > div {
  width: 50%;
}
@media (max-width: 700px) {
  .twoBox_3-11 .infoBox > div {
    width: 100%;
  }
}
.twoBox_3-11 .infoBox .txt {
  padding: max(50px, 4.2%);
}
@media (max-width: 700px) {
  .twoBox_3-11 .infoBox .txt {
    padding: max(20px, 10%) max(15px, 7%);
  }
}
.twoBox_3-11 .infoBox .pic img {
  vertical-align: bottom;
}
@media (min-width: 701px) {
  .twoBox_3-11 .infoBox .pic img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    zoom: 50%;
  }
}
.twoBox_3-11 .infoBox .btnBox {
  margin-top: max(20px, 10%);
}
.twoBox_3-11 .infoBox .btnBox .moreBtn {
  width: 100%;
  max-width: 230px;
  padding: 0 15px;
  margin: 0;
  border: 1px #333333 solid;
  color: #333333;
}
@media (max-width: 700px) {
  .twoBox_3-11 .infoBox .btnBox .moreBtn {
    margin: 0 auto;
  }
}
.twoBox_3-11 .infoBox .btnBox .moreBtn::before {
  width: 0;
}
.twoBox_3-11 .infoBox .btnBox .moreBtn::after {
  content: "\f061";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #d2161b;
}
.twoBox_3-11 .infoBox .btnBox .moreBtn:hover {
  border: 1px #fa2223 solid;
  color: #fff;
}
.twoBox_3-11 .infoBox .btnBox .moreBtn:hover::before {
  width: 105%;
  right: 0;
  left: 0;
}

/*****************************/
/* home / twoBox_3-12 */
/*****************************/
.twoBox_3-12 {
  position: relative;
  padding-bottom: 60px;
}
.twoBox_3-12::before {
  content: "";
  background-color: #f5f5f5;
  width: 96%;
  height: 89.5%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .twoBox_3-12::before {
    width: calc(100% - 15px);
  }
}
@media (max-width: 575px) {
  .twoBox_3-12::before {
    height: 93%;
  }
}
.twoBox_3-12 img {
  vertical-align: bottom;
}
.twoBox_3-12 .subBlockTitle {
  margin-top: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.twoBox_3-12 .pageTitleStyle-2 {
  margin: 0;
  margin-top: 5px;
  letter-spacing: 0.07em;
}
.twoBox_3-12 .row {
  margin-top: max(30px, 5.5vw);
}
.twoBox_3-12 .picBox {
  height: 100%;
}
.twoBox_3-12 .picBox img {
  border-radius: 3px;
}
@media (min-width: 576px) {
  .twoBox_3-12 .picBox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.twoBox_3-12 .txtBox {
  margin-left: max(15px, 7%);
}
@media (max-width: 575px) {
  .twoBox_3-12 .txtBox {
    margin-left: 0;
    padding: 15px 15px 0 15px;
  }
}
.twoBox_3-12 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3em;
}
.twoBox_3-12 .list > li {
  width: 33.333%;
  padding: 0 15px 15px 0;
}
@media (max-width: 1199px) {
  .twoBox_3-12 .list > li {
    width: 50%;
  }
}
.twoBox_3-12 .list a {
  display: inline-block;
  border-bottom: solid 1px #333333;
}
.twoBox_3-12 .list a:hover {
  border-bottom: solid 1px #fa2223;
}
.twoBox_3-12 .btnBox {
  font-weight: bold;
  margin-top: max(20px, 3.5vw);
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  max-width: 400px;
  border-radius: 3px;
  padding: 16px 30px;
}
@media (max-width: 768px) {
  .twoBox_3-12 .btnBox {
    margin-right: auto;
  }
}
.twoBox_3-12 .btnBox::before {
  background-color: #fa2223;
}
.twoBox_3-12 .btnBox::after {
  display: none;
}
.twoBox_3-12 .btnBox .arrow::before, .twoBox_3-12 .btnBox .arrow::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.twoBox_3-12 .btnBox .arrow::before {
  top: 50%;
  right: 30px;
  width: 5em;
}
.twoBox_3-12 .btnBox .arrow::after {
  top: 45%;
  right: 28px;
  width: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.twoBox_3-12 .btnBox:hover .arrow::before {
  right: 20px;
}
.twoBox_3-12 .btnBox:hover .arrow::after {
  right: 18px;
}

/*****************************/
/* home / twoBox_3-13 */
/*****************************/
@media (min-width: 768px) {
  .twoBox_3-13 {
    margin-top: 115px;
  }
}
.twoBox_3-13 .content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .twoBox_3-13 .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.twoBox_3-13 .content::after {
  content: "";
  display: table;
  clear: both;
}
.twoBox_3-13 img {
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .twoBox_3-13 .left {
    float: left;
    padding-left: 50px;
    width: 55%;
  }
}
.twoBox_3-13 .left .txt {
  width: 100%;
  max-width: 430px;
  margin-bottom: 5.5em;
}
@media (max-width: 1000px) {
  .twoBox_3-13 .left .txt {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .twoBox_3-13 .left .txt {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  .twoBox_3-13 .left .btnBox {
    text-align: right;
  }
}
.twoBox_3-13 .left a.btn {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.twoBox_3-13 .left a.btn::before, .twoBox_3-13 .left a.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #333333;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.twoBox_3-13 .left a.btn::before {
  width: 7px;
  height: 1px;
}
.twoBox_3-13 .left a.btn::after {
  width: 1px;
  height: 7px;
  margin: -3px 0 0 3px;
}
.twoBox_3-13 .left a.btn span {
  position: relative;
  padding-bottom: 4px;
}
.twoBox_3-13 .left a.btn span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.twoBox_3-13 .left a.btn:hover::before, .twoBox_3-13 .left a.btn:hover::after {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.twoBox_3-13 .left a.btn:hover span::after {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.twoBox_3-13 .right {
  float: right;
  width: 40%;
  position: relative;
  margin-top: -65px;
}
@media (max-width: 1000px) {
  .twoBox_3-13 .right {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .twoBox_3-13 .right {
    float: none;
    width: 100%;
    margin-top: 2em;
    margin-left: -30px;
  }
}
.twoBox_3-13 .titEn {
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 3.5em;
}
.twoBox_3-13 .titEn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1.3em;
  width: 1px;
  height: 2.5em;
  background-color: #333333;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.twoBox_3-13 .subBlockTitle-big {
  font-weight: bold;
  margin-bottom: 1em;
}
.twoBox_3-13 .picBox01 .picMb {
  display: none;
}
@media (max-width: 767px) {
  .twoBox_3-13 .picBox01 {
    width: 80%;
  }
  .twoBox_3-13 .picBox01 .picPc {
    display: none;
  }
  .twoBox_3-13 .picBox01 .picMb {
    display: block;
  }
}
.twoBox_3-13 .picBox02 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 320px;
  margin: -65px 0 0 -220px;
}
@media (max-width: 1000px) {
  .twoBox_3-13 .picBox02 {
    width: 85%;
    margin: -65px 0 0 -180px;
  }
}
@media (max-width: 767px) {
  .twoBox_3-13 .picBox02 {
    max-width: 100%;
    width: 50%;
    margin: -10% 0 0 50%;
  }
}

/*****************************/
/* home / twoBox_3-14 */
/*****************************/
.twoBox_3-14 {
  padding: 3em 15px;
  background-color: #edece6;
  margin-left: 30px;
  margin-right: 30px;
}
.twoBox_3-14 img {
  vertical-align: bottom;
}
.twoBox_3-14 .content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.twoBox_3-14 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.twoBox_3-14 .picBox {
  width: 64%;
}
@media (max-width: 767px) {
  .twoBox_3-14 .picBox {
    width: 100%;
  }
}
.twoBox_3-14 .picBox img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.twoBox_3-14 .txtBox {
  width: 36%;
}
@media (min-width: 768px) {
  .twoBox_3-14 .txtBox {
    margin-top: 2%;
    padding-left: 18px;
  }
}
@media (max-width: 767px) {
  .twoBox_3-14 .txtBox {
    width: auto;
    margin: 0 auto;
    padding-top: 2em;
  }
}
.twoBox_3-14 .txtBox .tit {
  color: #333333;
  width: auto;
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  clip-path: inset(0 0 0 100%);
  -webkit-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
}
.twoBox_3-14 .txtBox .tit.aos-animate {
  clip-path: inset(0);
}
.twoBox_3-14 .btnBox {
  margin-top: max(30px, 25%);
}
@media (min-width: 992px) {
  .twoBox_3-14 .btnBox {
    width: 90%;
  }
}
.twoBox_3-14 .btn {
  width: 100%;
  font-weight: bold;
  background-color: #fff;
  border: 3px solid #333333;
  padding: 0.9em 2em;
  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-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
@media (max-width: 576px) {
  .twoBox_3-14 .btn {
    width: 72%;
    margin: 0 auto;
  }
}
.twoBox_3-14 .btn i {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .twoBox_3-14 .btn i {
    font-size: 26px;
  }
}
.twoBox_3-14 .btn:hover {
  color: #fff;
  background-color: #333333;
}
.twoBox_3-14 .txt {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .twoBox_3-14 .txt {
    text-align: center;
  }
}

/*****************************/
/* home / twoBox_3-15 */
/*****************************/
.twoBox_3-15 {
  background-color: #F3F3F3;
  padding: 3em 0;
}
.twoBox_3-15 img {
  vertical-align: bottom;
}
.twoBox_3-15 .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.twoBox_3-15 .flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1179px) {
  .twoBox_3-15 .flexRow {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.twoBox_3-15 .flexRow + .flexRow {
  margin-top: max(40px, 5.5vw);
}
@media (max-width: 700px) {
  .twoBox_3-15 .flexRow {
    display: block;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  }
}
.twoBox_3-15 a.textBox {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 701px) {
  .twoBox_3-15 a.textBox {
    width: 54.31%;
    max-width: 630px;
  }
}
@media (min-width: 1180px) {
  .twoBox_3-15 a.textBox {
    min-height: 390px;
  }
}
.twoBox_3-15 a.textBox .num {
  position: absolute;
  width: 5em;
  height: 5em;
  top: 15px;
  left: 15px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 1;
  padding: 10px 0 0 10px;
}
.twoBox_3-15 a.textBox .num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fa2223;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: -1;
}
.twoBox_3-15 a.textBox .info {
  width: 85%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .twoBox_3-15 a.textBox .info {
    max-width: 400px;
  }
}
.twoBox_3-15 a.textBox .blockTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.twoBox_3-15 a.textBox .txt {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.twoBox_3-15 a.textBox .btnBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1179px) {
  .twoBox_3-15 a.textBox .btnBox {
    margin-top: 1em;
  }
}
@media (max-width: 700px) {
  .twoBox_3-15 a.textBox .btnBox {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.twoBox_3-15 a.textBox .btnBox .btn {
  display: inline-block;
  border-bottom: dotted 3px #fa2223;
  padding-bottom: 1px;
}
.twoBox_3-15 a.textBox:hover * {
  opacity: 0.8;
}
.twoBox_3-15 .grayBox {
  width: 9.482758%;
  margin-left: -9.482758%;
  position: relative;
  z-index: 1;
}
.twoBox_3-15 .grayBox img {
  width: 100%;
}
@media (max-width: 1179px) {
  .twoBox_3-15 .grayBox {
    display: none;
  }
}
@media (min-width: 701px) {
  .twoBox_3-15 .picBox {
    width: 55.172413%;
    max-width: 640px;
    margin: 40px 0 0 -9.482758%;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1179px) {
  .twoBox_3-15 .picBox {
    margin-top: 0;
  }
}
.twoBox_3-15 .picBox img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 640/390;
}
.twoBox_3-15 .flexRow:nth-child(2n) a.textBox .btnBox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 701px) {
  .twoBox_3-15 .flexRow:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .twoBox_3-15 .flexRow:nth-child(2n) .textBox {
    margin-left: -9.482758%;
  }
  .twoBox_3-15 .flexRow:nth-child(2n) .picBox {
    margin-left: 0;
    -webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
  }
}

/*****************************/
/* home / twoBox_3-16 */
/*****************************/
.twoBox_3-16 {
  position: relative;
  background-color: #333333;
  color: #fff;
  padding: 50px 0;
}
.twoBox_3-16 img {
  vertical-align: middle;
}
.twoBox_3-16 .content {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.twoBox_3-16 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: max(20px, 6vw);
}
@media (max-width: 650px) {
  .twoBox_3-16 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.twoBox_3-16 .inner .left {
  width: 40.625%;
}
@media (max-width: 991px) {
  .twoBox_3-16 .inner .left {
    width: 45%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 650px) {
  .twoBox_3-16 .inner .left {
    width: 100%;
  }
}
.twoBox_3-16 .inner .right {
  width: 51.25%;
}
@media (max-width: 991px) {
  .twoBox_3-16 .inner .right {
    width: 45%;
  }
}
@media (max-width: 650px) {
  .twoBox_3-16 .inner .right {
    width: 100%;
  }
}
.twoBox_3-16 .left .bigTit {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 1440px) {
  .twoBox_3-16 .left .bigTit {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .twoBox_3-16 .left .bigTit {
    font-size: 38px;
  }
}
.twoBox_3-16 .left p {
  margin-top: max(20px, 2.5vw);
}
.twoBox_3-16 .left .picBox {
  margin-top: 25px;
}
.twoBox_3-16 .left .picBox img {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .twoBox_3-16 .left .picBox img {
    aspect-ratio: 16/8;
  }
}
.twoBox_3-16 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .twoBox_3-16 .right .cardBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 min(-10px, -1.5625vw);
  }
  .twoBox_3-16 .right .cardBox li {
    width: 33.33%;
  }
}
.twoBox_3-16 .right > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 2rem;
}
.twoBox_3-16 .right .cardBox li {
  padding: 0 max(10px, 1.5625vw);
}
.twoBox_3-16 .right .cardBox .cardPic {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  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: 15px;
  padding: 15px 0;
  margin-bottom: 25px;
  text-align: center;
  aspect-ratio: 1/1;
}
@media (max-width: 650px) {
  .twoBox_3-16 .right .cardBox .cardPic {
    aspect-ratio: auto;
  }
}
.twoBox_3-16 .right .cardBox .cardPic img {
  width: max(50px, 8.07vw);
}
@media (min-width: 992px) {
  .twoBox_3-16 .right .cardBox .cardPic img {
    width: max(50px, 4.166vw);
  }
}
.twoBox_3-16 .right .cardBox .cardPic .subBlockTitle {
  color: #fff;
}
.twoBox_3-16 .right .cardBox p {
  margin-bottom: 0;
}
.twoBox_3-16 .right .cardBox .slick-dots {
  margin-top: 10px;
}

/*****************************/
/* home / twoBox_3-17 */
/*****************************/
.twoBox_3-17 {
  padding: 50px 0 max(50px, 4.2vw);
  padding-left: min(2.5vw, 50px);
  padding-right: min(2.5vw, 50px);
  background-color: #e6e6e6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 700px) {
  .twoBox_3-17 {
    background-color: #e6e6e6 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.twoBox_3-17 img {
  vertical-align: middle;
}
.twoBox_3-17 .bigBlockTit {
  font-size: max(42px, 4.6875vw);
  line-height: 1.2;
}
.twoBox_3-17 .area {
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  padding: min(2.8vw, 55px) 0;
  margin-top: 25px;
}
@media (max-width: 700px) {
  .twoBox_3-17 .area {
    padding: 0;
  }
}
.twoBox_3-17 .list {
  position: relative;
  counter-reset: number 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 29.68% min(4vw, 75px) 1fr;
  grid-template-columns: 29.68% 1fr;
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  -webkit-column-gap: min(4vw, 75px);
     -moz-column-gap: min(4vw, 75px);
          column-gap: min(4vw, 75px);
}
.twoBox_3-17 .list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.twoBox_3-17 .list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.twoBox_3-17 .list > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.twoBox_3-17 .list > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media (max-width: 700px) {
  .twoBox_3-17 .list {
    display: block;
  }
}
.twoBox_3-17 .list .item {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media (max-width: 700px) {
  .twoBox_3-17 .list .item {
    padding: 30px 0;
  }
}
.twoBox_3-17 .list .item + .item {
  border-top: solid 1px #333333;
}
.twoBox_3-17 .leftPic {
  width: 29.68%;
  height: 100%;
  aspect-ratio: 570/660;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media (max-width: 700px) {
  .twoBox_3-17 .leftPic {
    opacity: 1;
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
  }
}
.twoBox_3-17 .leftPic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.twoBox_3-17 .rightTxt {
  position: relative;
  padding-bottom: min(1.6vw, 30px);
  padding-top: min(1.6vw, 30px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.3;
}
@media (max-width: 700px) {
  .twoBox_3-17 .rightTxt {
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.twoBox_3-17 .pageTitleStyle-2 {
  position: relative;
  padding-left: min(2.8vw, 40px);
}
@media (max-width: 1024px) {
  .twoBox_3-17 .pageTitleStyle-2 {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .twoBox_3-17 .pageTitleStyle-2 {
    padding-left: 25px;
  }
}
.twoBox_3-17 .pageTitleStyle-2::before {
  counter-increment: number 1;
  content: counter(number) " ";
  font-style: italic;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: clamp(24px, 2vw, 34px);
}
@media (max-width: 700px) {
  .twoBox_3-17 .pageTitleStyle-2::before {
    top: 0.9em;
  }
}
.twoBox_3-17 .pageTitleStyle-2 span, .twoBox_3-17 .pageTitleStyle-2 i {
  display: inline-block;
  vertical-align: baseline;
  color: #333333;
  font-weight: 500;
}
.twoBox_3-17 .pageTitleStyle-2 i {
  margin-left: 6px;
  letter-spacing: 1px;
}
@media (max-width: 700px) {
  .twoBox_3-17 .pageTitleStyle-2 i {
    margin-left: 0;
    display: block;
  }
}
.twoBox_3-17 .txtRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  padding-left: min(2.8vw, 40px);
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .twoBox_3-17 .txtRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
@media (max-width: 700px) {
  .twoBox_3-17 .txtRow {
    gap: 20px;
    padding-left: 25px;
  }
}
.twoBox_3-17 .txtRow .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.twoBox_3-17 .txtRow .btn {
  padding: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 701px) {
  .twoBox_3-17 .txtRow .btn {
    max-width: max(150px, 12vw);
  }
}
@media (max-width: 1024px) {
  .twoBox_3-17 .txtRow .btn {
    margin: 0;
    margin-left: auto;
  }
}
@media (max-width: 700px) {
  .twoBox_3-17 .txtRow .btn {
    margin-left: 0;
    margin-right: auto;
  }
}
.twoBox_3-17 .txtRow .btn::after {
  right: 13%;
}
.twoBox_3-17 .item.current .leftPic {
  opacity: 1;
}
.twoBox_3-17 .item.current .rightTxt {
  opacity: 1;
}
.twoBox_3-17:has(.item02.current) {
  background-color: #c5d7dd;
}

/*****************************/
/* home / twoBox_3-18 */
/*****************************/
.twoBox_3-18 {
  background-color: #fa2223;
  color: #fff;
  padding: 60px 0 80px;
}
.twoBox_3-18 .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 576px) {
  .twoBox_3-18 .content {
    padding: 0 15px;
  }
}
.twoBox_3-18 img {
  vertical-align: middle;
}
.twoBox_3-18 a {
  color: #fff;
}
.twoBox_3-18 .titleRow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 55%;
  margin: 0 auto;
  line-height: 1.3;
}
@media (max-width: 700px) {
  .twoBox_3-18 .titleRow {
    max-width: 80%;
  }
}
.twoBox_3-18 .titleRow span {
  display: block;
  text-align: center;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}
.twoBox_3-18 .titleRow::before, .twoBox_3-18 .titleRow::after {
  content: "";
  height: 80%;
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) skew(25deg);
          transform: translateY(-50%) skew(25deg);
}
.twoBox_3-18 .titleRow::after {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) skew(-25deg);
          transform: translateY(-50%) skew(-25deg);
}
.twoBox_3-18 .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  margin-top: 4em;
}
@media (max-width: 768px) {
  .twoBox_3-18 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2em;
    gap: 2.5em;
  }
}
@media (min-width: 769px) {
  .twoBox_3-18 .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    width: 1px;
    border: dashed 1px #fff;
  }
}
.twoBox_3-18 .inner .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.twoBox_3-18 .inner .subBlockTitle {
  color: #fff;
  margin: 0;
  text-align: center;
}
.twoBox_3-18 .box .iconBox {
  margin: 1.5em 0;
  text-align: center;
}
@media (max-width: 768px) {
  .twoBox_3-18 .box .iconBox {
    margin: 0.7em 0;
  }
}
.twoBox_3-18 .box .iconBox img {
  width: 35px;
}
.twoBox_3-18 .box .item {
  display: block;
}
.twoBox_3-18 .box .item + .item {
  margin-top: 20px;
}
.twoBox_3-18 .box .item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border: 1px solid #fff;
}
.twoBox_3-18 .box .item a .num {
  font-size: 35px;
  line-height: 1;
  padding-right: max(5px, 0.8vw);
}
@media (max-width: 768px) {
  .twoBox_3-18 .box .item a .num {
    font-size: 28px;
  }
}
.twoBox_3-18 .box .item a span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.twoBox_3-18 .box .item a .arrow {
  width: 1em;
  height: 1em;
  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: #fff;
  border-radius: 50%;
}
.twoBox_3-18 .box .item a .arrow i {
  color: #fa2223;
}
.twoBox_3-18 .box .item a:hover {
  opacity: 0.7;
}

/*****************************/
/* home / twoBox_3-19 */
/*****************************/
.twoBox_3-19 img {
  vertical-align: middle;
}
.twoBox_3-19 .pageTitleStyle-2 {
  margin: 0;
  margin-bottom: 30px;
}
.twoBox_3-19 .twoBoxRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(30px, 3.125vw);
}
@media (min-width: 992px) {
  .twoBox_3-19 .twoBoxRow .l {
    width: 28%;
  }
  .twoBox_3-19 .twoBoxRow .r {
    width: calc(72% - max(30px, 3.125vw));
  }
}
.twoBox_3-19 .l img {
  border-radius: 20px;
}
@media (min-width: 992px) {
  .twoBox_3-19 .l img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.twoBox_3-19 ul.r {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.twoBox_3-19 ul.r li {
  width: calc(50% - 10px);
  padding: max(15px, 1.3vw);
  background-color: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .twoBox_3-19 ul.r li {
    width: 100%;
  }
}
.twoBox_3-19 ul.r li p {
  min-height: 5.4em;
}
@media (min-width: 577px) {
  .twoBox_3-19 ul.r li:nth-child(n+3) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .twoBox_3-19 ul.r li {
    height: calc(50% - 7.5px);
  }
}
.twoBox_3-19 ul.r .subBlockTitle {
  display: inline-block;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

/*****************************/
/* home / twoBox_3-20 */
/*****************************/
.twoBox_3-20 img {
  vertical-align: middle;
}
.twoBox_3-20 .content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .twoBox_3-20 .content {
    padding: 0 15px;
  }
}
.twoBox_3-20 a.picBox {
  position: relative;
  display: block;
}
.twoBox_3-20 a.picBox img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.twoBox_3-20 a.picBox .txtBox {
  background-color: #f5f5f5;
  position: relative;
  padding: 15px;
  z-index: 2;
}
@media (min-width: 600px) {
  .twoBox_3-20 a.picBox .txtBox {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: max(240px, 18.75vw);
  }
}
.twoBox_3-20 a.picBox .txtBox .subBlockTitle-big {
  margin-top: 5px;
  color: #333333;
}
.twoBox_3-20 a.picBox .txtBox .moreBtn3 {
  margin-top: max(35px, 5.2vw);
  color: #fa2223;
}
.twoBox_3-20 a.picBox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.twoBox_3-20 a.picBox:hover::after {
  background-color: rgba(0, 0, 0, 0.15);
}
.twoBox_3-20 a.picBox:hover .moreBtn3::after {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}
.twoBox_3-20 a.picBox:focus, .twoBox_3-20 a.picBox:active {
  border: 2px solid #fa2223;
}
.twoBox_3-20 .topTit {
  font-weight: bold;
  padding: 0 15px 10px;
}
@media (max-width: 991px) {
  .twoBox_3-20 .list {
    margin-top: 25px;
  }
}
.twoBox_3-20 .list a.item {
  display: block;
  padding: 10px 15px;
  border-bottom: solid 1px #ddd;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 991px) {
  .twoBox_3-20 .list a.item {
    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;
    gap: 30px;
  }
}
.twoBox_3-20 .list a.item:first-of-type {
  border-top: solid 1px #ddd;
}
.twoBox_3-20 .list a.item .tit {
  color: #fa2223;
}
.twoBox_3-20 .list a.item .arrow {
  font-size: 22px;
  color: #fa2223;
  margin-top: max(20px, 2.08vw);
}
@media (max-width: 991px) {
  .twoBox_3-20 .list a.item .arrow {
    margin-top: 0;
  }
}
.twoBox_3-20 .list a.item .arrow i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.twoBox_3-20 .list a.item:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.twoBox_3-20 .list a.item:hover .arrow i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.twoBox_3-20 .list a.item:focus, .twoBox_3-20 .list a.item:active {
  border: 2px solid #fa2223;
}

/*****************************/
/* home / twoBox_3-21 */
/*****************************/
:root {
  --tb321_H: 100vh;
  --tb321_w: 18;
}
@media (min-width: 768px) and (max-width: 1100px) {
  :root {
    --tb321_H: 75vw;
  }
}
@media (min-width: 768px) {
  :root {
    --tb321_w: 16;
  }
}

.twoBox_3-21 {
  position: relative;
  background: url("../images_v4/index/bgParallax.webp") fixed no-repeat center/cover;
  width: 100%;
  height: var(--tb321_H);
}
@media (max-width: 767px) {
  .twoBox_3-21 {
    background-attachment: scroll;
  }
}
.twoBox_3-21::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.twoBox_3-21 img {
  vertical-align: middle;
}
.twoBox_3-21 .content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}
.twoBox_3-21 .txtBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 500px;
  padding: 2rem 2rem 5%;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .twoBox_3-21 .txtBox {
    width: max(320px, 45.45vw);
  }
}
@media (max-width: 767px) {
  .twoBox_3-21 .txtBox {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem 15% 3rem;
  }
}
.twoBox_3-21 .titBox {
  -webkit-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
  clip-path: inset(0 100% 0 0);
}
.twoBox_3-21 .titBox.aos-animate {
  clip-path: inset(0);
}
.twoBox_3-21 .blockTitle {
  margin-bottom: 0;
}
.twoBox_3-21 .blockTitle span {
  color: #fff;
}
.twoBox_3-21 .pageTitleStyle-2 {
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}
.twoBox_3-21 .pageTitleStyle-2 span {
  display: inline-block;
  color: #000;
  background-color: #fff;
  padding: 0 7px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .twoBox_3-21 .pageTitleStyle-2 span {
    font-size: 1.777778rem;
  }
}
.twoBox_3-21 .txt {
  color: #fff;
  margin: 30px 0;
}
.twoBox_3-21 .moreBtn2 {
  font-weight: bold;
  border-radius: 0;
  color: #000;
  border: 2px solid #fff;
  background-color: #fff;
}
.twoBox_3-21 .moreBtn2:hover {
  color: #fff;
  background-color: #000;
}
.twoBox_3-21 .right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .twoBox_3-21 .right {
    top: -16%;
    left: -40%;
  }
}
.twoBox_3-21 .rightBlock {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: calc(var(--tb321_H) / var(--tb321_w) * 25);
  width: calc(var(--tb321_H) / var(--tb321_w) * 39);
}
.twoBox_3-21 .frameBox {
  aspect-ratio: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(var(--tb321_H) / var(--tb321_w));
  z-index: 0;
}
.twoBox_3-21 .frameBox.w-8.h-3 {
  -webkit-transform: translate(calc(var(--tb321_H) / var(--tb321_w) * 8), calc(var(--tb321_H) / var(--tb321_w) * -3));
          transform: translate(calc(var(--tb321_H) / var(--tb321_w) * 8), calc(var(--tb321_H) / var(--tb321_w) * -3));
}
.twoBox_3-21 .frameBox.w--1.h-0 {
  -webkit-transform: translate(calc(var(--tb321_H) / var(--tb321_w) * -1), calc(var(--tb321_H) / var(--tb321_w) * 0));
          transform: translate(calc(var(--tb321_H) / var(--tb321_w) * -1), calc(var(--tb321_H) / var(--tb321_w) * 0));
  z-index: 1;
}
.twoBox_3-21 .frameBox.w-11.h-0 {
  -webkit-transform: translate(calc(var(--tb321_H) / var(--tb321_w) * 11), calc(var(--tb321_H) / var(--tb321_w) * 0));
          transform: translate(calc(var(--tb321_H) / var(--tb321_w) * 11), calc(var(--tb321_H) / var(--tb321_w) * 0));
}
.twoBox_3-21 .frameBox.w-9-5.h-1-5 {
  -webkit-transform: translate(calc(var(--tb321_H) / var(--tb321_w) * 9.5), calc(var(--tb321_H) / var(--tb321_w) * 1.5));
          transform: translate(calc(var(--tb321_H) / var(--tb321_w) * 9.5), calc(var(--tb321_H) / var(--tb321_w) * 1.5));
}
.twoBox_3-21 .frameBox.w-2.h-6 {
  -webkit-transform: translate(calc(var(--tb321_H) / var(--tb321_w) * 2), calc(var(--tb321_H) / var(--tb321_w) * 6));
          transform: translate(calc(var(--tb321_H) / var(--tb321_w) * 2), calc(var(--tb321_H) / var(--tb321_w) * 6));
  z-index: -1;
}
.twoBox_3-21 .frame_border {
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: -1;
  border-style: solid;
  border-width: calc(var(--tb321_H) / 173.9);
}
.twoBox_3-21 .frame_border .framePicBox {
  position: absolute;
  overflow: hidden;
  top: -0.5px;
  left: -0.5px;
  right: -0.5px;
  bottom: -0.5px;
}
.twoBox_3-21 .frame_border .framePic {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-45deg) scale(1.5);
          transform: rotate(-45deg) scale(1.5);
}
.twoBox_3-21 .frame1 {
  border-color: #333333;
  width: 426%;
}
.twoBox_3-21 .frame1 .framePic {
  background-image: url(../images_v4/index/armaching.webp);
}
.twoBox_3-21 .frame2 {
  border-color: #fa2223;
  width: 852%;
}
.twoBox_3-21 .frame2 .framePic {
  background-image: url(../images_v4/index/arsales.webp);
}
@media (min-width: 768px) {
  .twoBox_3-21 .frame2::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    width: 5000px;
    height: 5000px;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateX(-50%) translateY(5px);
            transform: translateX(-50%) translateY(5px);
    z-index: -1;
  }
}
.twoBox_3-21 .frame3 {
  border-color: #fa2223;
  width: 426%;
}
.twoBox_3-21 .frame4 {
  border-color: #6a6a6a;
  width: 213%;
}
.twoBox_3-21 .frame5 {
  border-color: #333333;
  width: 213%;
}

/*****************************/
/* home / twoBox_3-22 */
/*****************************/
.twoBox_3-22Block {
  visibility: hidden;
}

.twoBox_3-22 {
  position: relative;
  background-color: #f5f5f5;
  margin: 140px 0;
  padding: 100px 0;
  visibility: visible;
}
@media (max-width: 1024px) {
  .twoBox_3-22 {
    padding-top: 50px;
  }
}
@media (max-width: 700px) {
  .twoBox_3-22 {
    margin-top: 50px;
  }
}
.twoBox_3-22::after {
  content: "";
  width: 66%;
  height: 90px;
  position: absolute;
  right: 0;
  bottom: -45px;
  background-color: #fa2223;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 40px 100%);
}
.twoBox_3-22 .content {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.twoBox_3-22 img {
  vertical-align: middle;
}
.twoBox_3-22 .subBlockTitle-big {
  font-weight: bold;
}
.twoBox_3-22 .bgBox {
  position: absolute;
  top: -80px;
  left: 0;
  height: calc(100% + 80px);
  width: 70%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .twoBox_3-22 .bgBox {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .twoBox_3-22 .bgBox {
    top: 0;
    height: 100%;
    -webkit-transform: initial;
            transform: initial;
  }
}
.twoBox_3-22 .bgBox .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(../images_v4/home/twoBox_3-22/pic01.jpg) no-repeat center/cover;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
@media (max-width: 1024px) {
  .twoBox_3-22 .bgBox .bg {
    width: 150%;
  }
}
@media (max-width: 700px) {
  .twoBox_3-22 .bgBox .bg {
    width: 100vw;
    -webkit-transform: initial;
            transform: initial;
  }
}
.twoBox_3-22 .bgBox .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.twoBox_3-22 .inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.twoBox_3-22 .inner .left, .twoBox_3-22 .inner .right {
  width: calc(50% - 15px);
}
@media (max-width: 700px) {
  .twoBox_3-22 .inner .left, .twoBox_3-22 .inner .right {
    width: 100%;
  }
}
.twoBox_3-22 .inner .btnBoxMb {
  width: 100%;
  display: none;
}
@media (max-width: 700px) {
  .twoBox_3-22 .inner .btnBoxPc {
    display: none;
  }
  .twoBox_3-22 .inner .btnBoxMb {
    display: block;
  }
}
.twoBox_3-22 .left {
  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;
}
.twoBox_3-22 .left .bigTit {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 2px;
}
@media (max-width: 1440px) {
  .twoBox_3-22 .left .bigTit {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .twoBox_3-22 .left .bigTit {
    font-size: 32px;
  }
}
.twoBox_3-22 .left .subBlockTitle-big {
  color: #fff;
}
.twoBox_3-22 .left .subBlockTitle-small {
  color: #fff;
  font-weight: bold;
  border-top: solid 1px #e3e3e3;
  padding-top: 15px;
  letter-spacing: 10px;
  position: relative;
}
.twoBox_3-22 .left .subBlockTitle-small::before {
  content: "";
  background: #E50012;
  width: 80px;
  height: 6px;
  position: absolute;
  left: 0;
  top: -6px;
}
.twoBox_3-22 .left p {
  margin-top: 1em;
}
@media (min-width: 701px) {
  .twoBox_3-22 .left .btnBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.twoBox_3-22 .right .item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 1.5em 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.twoBox_3-22 .right .item + .item {
  margin-top: 20px;
}
.twoBox_3-22 .right .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.twoBox_3-22 .right .itemTit {
  position: relative;
  margin-bottom: 10px;
}
.twoBox_3-22 .right .itemTit::after {
  content: "";
  width: 95%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 700px) {
  .twoBox_3-22 .right .itemTit::after {
    width: 82%;
  }
}
.twoBox_3-22 .right p {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .twoBox_3-22 .right .icon {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 60px;
    z-index: 1;
  }
}
.twoBox_3-22 .btnBox a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  width: 250px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 700px) {
  .twoBox_3-22 .btnBox a {
    width: 150px;
  }
}
.twoBox_3-22 .btnBox a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fa2223;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.twoBox_3-22 .btnBox a i {
  display: block;
  position: absolute;
  width: 70px;
  height: 1px;
  top: 50%;
  right: -35px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 700px) {
  .twoBox_3-22 .btnBox a i {
    width: 50px;
    right: -25px;
  }
}
.twoBox_3-22 .btnBox a i::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 0;
  border-style: solid;
  border-width: 0 12px 7px 0;
  border-color: transparent transparent #fff transparent;
}
.twoBox_3-22 .btnBox a:hover {
  border-color: transparent;
}
.twoBox_3-22 .btnBox a:hover::before {
  width: 100%;
}
.twoBox_3-22 .btnBox a:hover i {
  right: -17px;
}

/*****************************/
/* home / twoBox_3-23 */
/*****************************/
.twoBox_3-23 {
  padding: max(20px, 5.2vw);
  background-color: #f5f5f5;
}
.twoBox_3-23 img {
  vertical-align: middle;
}
.twoBox_3-23 .content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.twoBox_3-23 .in {
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
  padding: max(50px, 4.68vw) max(30px, 3.6vw);
}
@media (max-width: 576px) {
  .twoBox_3-23 .in {
    padding: 20px;
  }
}
.twoBox_3-23 .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;
  gap: 15px;
}
.twoBox_3-23 .list .item {
  position: relative;
  display: block;
  width: 28%;
}
@media (max-width: 767px) {
  .twoBox_3-23 .list .item {
    width: 100%;
  }
}
.twoBox_3-23 .list .item.item01 {
  width: calc(44% - 30px);
  padding-right: max(15px, 4.68vw);
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .twoBox_3-23 .list .item.item01 {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .twoBox_3-23 .list .item.item01 {
    width: 100%;
    padding-right: 0;
  }
}
.twoBox_3-23 .list .item.item01 .note {
  border: 1px solid #ddd;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: max(30px, 4.68vw);
}
@media (max-width: 767px) {
  .twoBox_3-23 .list .item.item01 .note {
    margin-top: 0;
  }
}
.twoBox_3-23 .list .item.item01 .note .notePic {
  position: relative;
  overflow: hidden;
  width: 22%;
}
.twoBox_3-23 .list .item.item01 .note .notePic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.twoBox_3-23 .list .item.item01 .note .noteTxt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px;
  padding-left: 15px;
}
.twoBox_3-23 .list .item.item01 .note .tit {
  color: #fa2223;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.twoBox_3-23 .list .item.item01 .note .small {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.twoBox_3-23 .list .item.item01 .note:hover .notePic img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.twoBox_3-23 .list .item .blockTitle {
  font-weight: bold;
  line-height: 1.5;
}
.twoBox_3-23 .list .item .itemImg {
  padding-bottom: 180%;
}
@media (max-width: 991px) {
  .twoBox_3-23 .list .item .itemImg {
    padding-bottom: 230%;
  }
}
@media (max-width: 767px) {
  .twoBox_3-23 .list .item .itemImg {
    padding-bottom: 60%;
  }
}
@media (max-width: 576px) {
  .twoBox_3-23 .list .item .itemImg {
    padding-bottom: 100%;
  }
}
.twoBox_3-23 .list .item .picTxt {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
.twoBox_3-23 .list .item .picTxt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: linear-gradient(transparent 0%, black 100%);
}
.twoBox_3-23 .list .item .picTxt .padding {
  padding: max(15px, 2.0834vw);
  position: relative;
}
.twoBox_3-23 .list .item .picTxt .subBlockTitle {
  color: #fff;
  font-weight: bold;
}

/*****************************/
/* home / twoBox_3-24 */
/*****************************/
.twoBox_3-24 {
  background-color: #f5f5f5;
  padding: 60px 0;
}
.twoBox_3-24 img {
  vertical-align: middle;
}
.twoBox_3-24 .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.twoBox_3-24 .in .list {
  width: 50%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .twoBox_3-24 .in .list {
    width: 100%;
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
.twoBox_3-24 .in > .list:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .twoBox_3-24 .in > .list:nth-child(odd) {
    padding-right: max(15px, 1.5625vw);
  }
  .twoBox_3-24 .in > .list:nth-child(even) {
    padding-left: max(15px, 1.5625vw);
  }
  .twoBox_3-24 .in > .list:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.twoBox_3-24 .top {
  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;
}
@media (max-width: 576px) {
  .twoBox_3-24 .top {
    -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;
  }
}
.twoBox_3-24 .top .subBlockTitle {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: bold;
}
@media (max-width: 576px) {
  .twoBox_3-24 .top .subBlockTitle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.twoBox_3-24 .top .pic {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 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;
  overflow: hidden;
}
@media (max-width: 576px) {
  .twoBox_3-24 .top .pic {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.twoBox_3-24 .top .pic img {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 7px;
}
.twoBox_3-24 .top .txt {
  width: 100%;
  margin: 0.7em 0 1.5em;
}
.twoBox_3-24 .bottom {
  border-bottom: solid 1px #fa2223;
}
.twoBox_3-24 .bottom a {
  display: inline-block;
  background-color: #fa2223;
  color: #fff;
  padding: 3px 10px;
}

/*****************************/
/* home / twoBox_3-25 */
/*****************************/
.twoBox_3-25 {
  position: relative;
  background: #ededed;
  min-height: calc(100vh - 120px);
  margin: 0;
}
@media (max-width: 1099px) {
  .twoBox_3-25 {
    padding: 30px 0;
  }
}
.twoBox_3-25 img {
  vertical-align: middle;
}
.twoBox_3-25 .content {
  width: 95%;
  max-width: 1440px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
  min-height: calc(100vh - 120px);
  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;
}
@media (max-width: 768px) {
  .twoBox_3-25 .content {
    width: 100%;
  }
}
.twoBox_3-25 .titRow {
  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: 15px;
}
.twoBox_3-25 .blockTitle {
  margin-bottom: 0;
}
.twoBox_3-25 .blockTitle span {
  color: #333333;
  font-weight: bold;
}
.twoBox_3-25 .area {
  position: relative;
}
@media (min-width: 1100px) {
  .twoBox_3-25 .area {
    padding: 60px 0;
  }
}
@media (min-width: 1100px) {
  .twoBox_3-25 .area::before {
    content: "";
    position: absolute;
    top: 0;
    left: -23%;
    display: block;
    clear: both;
    width: 0%;
    height: 600px;
    background: #fa2223;
    z-index: 0;
    -webkit-transition: 0.7s 0.6s;
    transition: 0.7s 0.6s;
  }
}
.twoBox_3-25 .area::after {
  display: block;
  content: "";
  clear: both;
}
@media (min-width: 1100px) {
  .twoBox_3-25 .area .box {
    float: left;
    width: 50%;
    position: relative;
  }
}
.twoBox_3-25 .area.aos-animate::before {
  width: 118%;
}
.twoBox_3-25 .area.aos-animate .picBox {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.twoBox_3-25 .txtBox {
  color: #fff;
}
@media (min-width: 1100px) {
  .twoBox_3-25 .txtBox {
    padding-right: 15px;
    margin-top: 2.083vw;
  }
}
@media (max-width: 1099px) {
  .twoBox_3-25 .txtBox {
    background: #fa2223;
    width: 100%;
    padding: 30px 20px 90px;
    text-align: center;
  }
}
.twoBox_3-25 .txtBox .title {
  font-size: 40px;
  line-height: 1.5;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .twoBox_3-25 .txtBox .title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .twoBox_3-25 .txtBox .title {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .twoBox_3-25 .txtBox .title br {
    display: none;
  }
}
.twoBox_3-25 .txtBox .text {
  margin: 15px 0 25px;
}
@media (max-width: 1099px) {
  .twoBox_3-25 .txtBox .text {
    max-width: 550px;
    margin: 15px auto 25px;
  }
}
.twoBox_3-25 .txtBox .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: max(3vw, 15px);
     -moz-column-gap: max(3vw, 15px);
          column-gap: max(3vw, 15px);
}
@media (max-width: 1099px) {
  .twoBox_3-25 .txtBox .icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.twoBox_3-25 .txtBox .icon a {
  text-align: center;
}
@media (max-width: 600px) {
  .twoBox_3-25 .txtBox .icon a {
    width: 100px;
  }
}
.twoBox_3-25 .txtBox .icon a .round {
  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: 120px;
  height: 120px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
@media (max-width: 1099px) {
  .twoBox_3-25 .txtBox .icon a .round {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 600px) {
  .twoBox_3-25 .txtBox .icon a .round {
    width: 60px;
    height: 60px;
    border-width: 1px;
  }
}
.twoBox_3-25 .txtBox .icon a .round img {
  width: 55%;
}
.twoBox_3-25 .txtBox .icon a .subBlockTitle-small {
  color: #fff;
  margin-top: 5px;
  display: block;
}
.twoBox_3-25 .txtBox .icon a:hover .round {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.twoBox_3-25 .picBox {
  position: relative;
  -webkit-transition: 0.9s 1s;
  transition: 0.9s 1s;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
  opacity: 0;
}
@media (max-width: 1099px) {
  .twoBox_3-25 .picBox {
    width: 75%;
    margin-left: auto;
    margin-top: -70px;
    height: 300px;
  }
}
@media (max-width: 600px) {
  .twoBox_3-25 .picBox {
    height: 170px;
  }
}
@media (min-width: 1100px) {
  .twoBox_3-25 .picBox::before {
    content: "";
    background: url(../images_v4/home/twoBox_3-25/boxBg.png) no-repeat center;
    position: absolute;
    top: 10px;
    left: -10px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.twoBox_3-25 .picBox img {
  aspect-ratio: 700/488;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1100px) {
  .twoBox_3-25 .picBox img {
    min-width: 700px;
  }
}
@media (max-width: 1099px) {
  .twoBox_3-25 .picBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
}

/*****************************/
/* home / twoBox_3-26 */
/*****************************/
.twoBox_3-26 img {
  vertical-align: middle;
}
.twoBox_3-26 .content {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .twoBox_3-26 .blockTitle {
    margin-bottom: 40px;
  }
}
.twoBox_3-26 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 600px) {
  .twoBox_3-26 .list {
    gap: 30px;
  }
}
.twoBox_3-26 .list .item {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 600px) {
  .twoBox_3-26 .list .item {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .twoBox_3-26 .list .item1 {
    width: 60%;
  }
  .twoBox_3-26 .list .item2 {
    width: 40%;
  }
}
.twoBox_3-26 .list a {
  position: relative;
  display: block;
  height: 100%;
}
@media (max-width: 1199px) {
  .twoBox_3-26 .list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.twoBox_3-26 .list .picBox {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .twoBox_3-26 .list .picBox {
    height: 100%;
  }
}
.twoBox_3-26 .list .picBox img {
  aspect-ratio: 960/768;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  .twoBox_3-26 .list .picBox img {
    height: 50vw;
  }
}
@media (max-width: 1199px) {
  .twoBox_3-26 .list .picBox img {
    height: 40vw;
  }
}
@media (max-width: 600px) {
  .twoBox_3-26 .list .picBox img {
    height: 55vw;
  }
}
.twoBox_3-26 .list .item1 .picBox::before {
  content: "";
  background: url("../images_v4/home/twoBox_3-26/item1_icon.png") no-repeat;
  position: absolute;
  right: 7vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 330px;
  height: 300px;
  z-index: 1;
  background-size: contain;
  mix-blend-mode: plus-lighter;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0.2;
}
@media (max-width: 1199px) {
  .twoBox_3-26 .list .item1 .picBox::before {
    width: 45%;
    height: 45%;
  }
}
.twoBox_3-26 .list .item2 .picBox::before {
  content: "";
  background: url("../images_v4/home/twoBox_3-26/item2_icon1.png") no-repeat;
  position: absolute;
  right: 4vw;
  top: 37%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: max(5.2vw, 50px);
  height: max(5.2vw, 50px);
  background-size: contain;
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1199px) {
  .twoBox_3-26 .list .item2 .picBox::before {
    right: 2.5vw;
    top: 65%;
  }
}
.twoBox_3-26 .list .item2 .picBox::after {
  content: "";
  background: url("../images_v4/home/twoBox_3-26/item2_icon2.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 4vw;
  bottom: 12vw;
  width: 220px;
  height: 100px;
  opacity: 0.8;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1199px) {
  .twoBox_3-26 .list .item2 .picBox::after {
    width: 200px;
    height: 80px;
    left: 15px;
    bottom: 6vw;
  }
}
.twoBox_3-26 .list .item1 a:hover .picBox::before {
  top: 45%;
  opacity: 1;
}
.twoBox_3-26 .list .item2 a:hover .picBox::before {
  top: 35%;
}
@media (max-width: 1199px) {
  .twoBox_3-26 .list .item2 a:hover .picBox::before {
    top: 60%;
  }
}
.twoBox_3-26 .list .item2 a:hover .picBox::after {
  bottom: 16vw;
}
@media (max-width: 1199px) {
  .twoBox_3-26 .list .item2 a:hover .picBox::after {
    bottom: 9vw;
  }
}
.twoBox_3-26 .list a:hover .picBox img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.03);
          filter: brightness(1.03);
}
@media (min-width: 1200px) {
  .twoBox_3-26 .list .txtBox {
    position: absolute;
    left: 2vw;
    right: 2vw;
    bottom: 2vw;
    z-index: 1;
  }
}
@media (max-width: 1199px) {
  .twoBox_3-26 .list .txtBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    background-color: #f5f5f5;
    padding: 30px 25px;
  }
}
.twoBox_3-26 .list .txtBox .subBlockTitle-big {
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .twoBox_3-26 .list .txtBox ul {
    min-height: 7.199375em;
  }
}
.twoBox_3-26 .list .txtBox ul li {
  color: #666;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.twoBox_3-26 .list .txtBox ul li::before {
  content: "";
  position: relative;
  background: #fa2223;
  min-width: 1em;
  height: 0.3125em;
  top: 0.7em;
  white-space: nowrap;
}

/*****************************/
/* home / twoBox_3-27 */
/*****************************/
.twoBox_3-27 img {
  vertical-align: middle;
}
.twoBox_3-27 .tit {
  font-weight: bold;
}
.twoBox_3-27 .tit .subBlockTitle-small {
  color: #333333;
}
.twoBox_3-27 .tit .pageTitleStyle-2 {
  margin: 0;
}
.twoBox_3-27 .tit .pageTitleStyle-2 span {
  margin: 0.4em 0 0.8em;
}
@media (min-width: 992px) {
  .twoBox_3-27 .left {
    margin-right: 3%;
    position: relative;
    z-index: 1;
  }
  .twoBox_3-27 .right {
    margin-left: 3%;
  }
}
.twoBox_3-27 .slideBlock {
  margin-top: 7%;
}
@media (min-width: 992px) {
  .twoBox_3-27 .slideBlock {
    margin-right: -200px;
  }
}
.twoBox_3-27 .slideBlock .slick-dots {
  display: none !important;
}
.twoBox_3-27 .slideBlock .item {
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: max(2.6vw, 30px);
}
@media (max-width: 576px) {
  .twoBox_3-27 .slideBlock .item {
    padding: 20px;
  }
}
.twoBox_3-27 .slideBlock .txt {
  margin-top: 2em;
}
.twoBox_3-27 .slideBlock .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.twoBox_3-27 .slideBlock .info i.fa {
  font-size: 48px;
  font-weight: bold;
  color: #ddd;
  display: inline-block;
  margin-left: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 991px) {
  .twoBox_3-27 .slideBlock .info i.fa {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .twoBox_3-27 .slideBlock .info i.fa {
    display: none;
  }
}
.twoBox_3-27 .slideBlock .info .inRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.twoBox_3-27 .slideBlock .info .inRow .infoPic {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.twoBox_3-27 .slideBlock .info .inRow .infoPic img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
@media (max-width: 991px) {
  .twoBox_3-27 .right {
    margin-top: 3vw;
  }
  .twoBox_3-27 .right .col-lg-6 {
    margin-bottom: 0;
  }
}
.twoBox_3-27 .right .PicBorBox img {
  display: block;
  border-radius: 30px;
  aspect-ratio: 330/380;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .twoBox_3-27 .right .PicBorBox img {
    border-radius: 15px;
    aspect-ratio: initial;
    height: 30vw;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .twoBox_3-27 .right .onePicBorBox {
    padding-bottom: 60px;
  }
}
.twoBox_3-27 .right .twoPicBorBox {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .twoBox_3-27 .right .twoPicBorBox {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .twoBox_3-27 .right .twoPicBorBox img {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 992px) {
  .twoBox_3-27 .right .twoPicBorBox img + img {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .twoBox_3-27 .right {
    display: block;
  }
  .twoBox_3-27 .right .PicBorBox {
    height: 100%;
  }
  .twoBox_3-27 .right .onePicBorBox img {
    height: 100%;
  }
}

/*****************************/
/* home / twoBox_3-28 */
/*****************************/
.twoBox_3-28 .rowGroup {
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}
@media (min-width: 768px) {
  .twoBox_3-28 .rowGroup > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 767px) {
  .twoBox_3-28 .rowGroup {
    max-width: 450px;
    margin: 0 auto;
    gap: 1.1em;
  }
}
.twoBox_3-28 .pageTitleStyle-2 {
  margin: 0;
}
.twoBox_3-28 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2vw;
  position: sticky;
  top: 120px;
}
@media (min-width: 992px) {
  .twoBox_3-28 .right {
    margin-left: 10%;
  }
}
.twoBox_3-28 .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2em;
}
@media (max-width: 767px) {
  .twoBox_3-28 .right ul {
    gap: 1.5em;
  }
}
.twoBox_3-28 .right ul li.item {
  position: sticky;
  top: 120px;
  display: block;
  width: 100%;
  border-radius: 20px;
  background-color: #7bc6cc;
  padding: 1em 2em;
}
.twoBox_3-28 .right ul li.item:nth-child(2) {
  background-color: #be93c5;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}
.twoBox_3-28 .right ul li.item:nth-child(3) {
  background-color: #F4EA93;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
.twoBox_3-28 .right ul li.item:nth-child(4) {
  background-color: #ffa7a0;
  -webkit-transform: rotate(1.3deg);
          transform: rotate(1.3deg);
}
.twoBox_3-28 .right ul li.item .subBlockTitle-big {
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3.6em;
}
.twoBox_3-28 .right ul li.item .itemTxt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 5.4em;
}
.twoBox_3-28 .moreBtn6 {
  border-radius: 50px;
}
.twoBox_3-28 .btnBoxMb {
  display: none;
}
@media (max-width: 767px) {
  .twoBox_3-28 .btnBoxPc {
    display: none;
  }
  .twoBox_3-28 .btnBoxMb {
    display: block;
    text-align: center;
  }
}

/*****************************/
/* home / twoBox_3-29 */
/*****************************/
@media (min-width: 992px) {
  .twoBox_3-29 {
    padding: 100px 0;
  }
}
.twoBox_3-29 img {
  display: block;
}
.twoBox_3-29 .content {
  width: 95%;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}
.twoBox_3-29 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.twoBox_3-29 .pageTitleStyle-2 span {
  font-weight: 900;
  line-height: 1.1;
}
.twoBox_3-29 .pageTitleStyle-2 span i {
  color: #333333;
}
.twoBox_3-29 .pageTitleStyle-2 small {
  display: inline-block;
  margin-top: 0.2em;
}
.twoBox_3-29 .pageTitleStyle-2 small::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 2px;
  height: 1.2em;
  background-color: #5C5E5D;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
  vertical-align: middle;
  margin: 0 0.8em 0 0.5em;
  top: -0.15em;
}
@media (min-width: 992px) {
  .twoBox_3-29 .left {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .twoBox_3-29 .left {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
  }
}
.twoBox_3-29 .right {
  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;
}
.twoBox_3-29 .right .inner {
  position: relative;
  width: 485px;
  height: 485px;
  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-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 991px) {
  .twoBox_3-29 .right .inner {
    margin: 70px 0 90px;
  }
}
@media (max-width: 700px) {
  .twoBox_3-29 .right .inner {
    margin: 30px 0 50px;
    width: 220px;
    height: 220px;
  }
}
.twoBox_3-29 .right .logo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #f2f2f2;
  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;
}
@media (max-width: 700px) {
  .twoBox_3-29 .right .logo {
    width: 80px;
    height: 80px;
  }
}
.twoBox_3-29 .right .logo img {
  width: 50%;
}
.twoBox_3-29 .right .txt {
  position: absolute;
  width: 250px;
  height: 250px;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  -webkit-animation: rotate 10s infinite linear;
          animation: rotate 10s infinite linear;
}
@media (max-width: 700px) {
  .twoBox_3-29 .right .txt {
    display: none;
  }
}
.twoBox_3-29 .right .dashed {
  position: absolute;
  width: 330px;
  height: 330px;
}
.twoBox_3-29 .right .dashed .pcHide {
  display: none;
}
@media (max-width: 700px) {
  .twoBox_3-29 .right .dashed {
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    width: 150px;
    height: 150px;
  }
  .twoBox_3-29 .right .dashed .pcHide {
    display: block;
  }
  .twoBox_3-29 .right .dashed .pcShow {
    display: none;
  }
}
.twoBox_3-29 .right .dashed .dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: dots 15s linear infinite;
          animation: dots 15s linear infinite;
}
@media (max-width: 700px) {
  .twoBox_3-29 .right .dashed .dots {
    display: none;
  }
}
.twoBox_3-29 .right .dashed .dots::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(83.5% - 5px);
  left: calc(13% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fa2223;
}
.twoBox_3-29 .right .outLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate 20s linear infinite reverse;
}
@media (max-width: 700px) {
  .twoBox_3-29 .right .outLine::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(87.5% - 5px);
    left: calc(16% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333333;
  }
}
.twoBox_3-29 .right .outLine::before {
  content: "";
  position: absolute;
  top: calc(11.5% - 5px);
  left: calc(19.5% - 5px);
  display: block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}
.twoBox_3-29 .right .outLine .item {
  font-weight: bold;
  width: 175px;
  height: 150px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
@media (max-width: 700px) {
  .twoBox_3-29 .right .outLine .item {
    width: 100px;
    height: 90px;
    font-size: 12px;
  }
}
.twoBox_3-29 .right .outLine .item:nth-of-type(1) {
  top: calc(40% - 75px);
  left: calc(3% - 87.5px);
  color: #333333;
  background: #333333;
}
@media (max-width: 700px) {
  .twoBox_3-29 .right .outLine .item:nth-of-type(1) {
    top: calc(55% - 75px);
    left: calc(3% - 50px);
  }
}
.twoBox_3-29 .right .outLine .item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: -1;
}
.twoBox_3-29 .right .outLine .item:nth-of-type(2) {
  top: calc(19% - 65px);
  left: calc(88% - 72.5px);
  background: #fa2223;
}
@media (max-width: 700px) {
  .twoBox_3-29 .right .outLine .item:nth-of-type(2) {
    top: calc(19% - 37.5px);
    left: calc(88% - 45px);
  }
}
.twoBox_3-29 .right .outLine .item:nth-of-type(3) {
  top: calc(94% - 75px);
  left: calc(72% - 87.5px);
  width: 145px;
  height: 125px;
  background: #333333;
}
@media (max-width: 700px) {
  .twoBox_3-29 .right .outLine .item:nth-of-type(3) {
    top: calc(88% - 45px);
    left: calc(79% - 50px);
    width: 90px;
    height: 75px;
  }
}

@-webkit-keyframes dots {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
}

@keyframes dots {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
}
/*****************************/
/* home / twoBox_3-30 */
/*****************************/
.twoBox_3-30 {
  position: relative;
  min-height: 100vh;
  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;
}
.twoBox_3-30 .bgBox {
  position: absolute;
  top: 18vh;
  right: 0;
  width: 72%;
  height: 68vh;
  overflow: hidden;
}
.twoBox_3-30 .bgBox .bgList {
  width: calc(99% + 150px);
  height: 100%;
}
.twoBox_3-30 .bgBox .bgItem {
  background-color: #eee;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 13.5%;
  height: calc((100% - 30px) / 2);
}
@media (max-width: 991px) {
  .twoBox_3-30 .bgBox .bgItem {
    width: 20%;
  }
}
.twoBox_3-30 .content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(2.5%, 5px);
  margin-left: 12.2%;
}
@media (max-width: 991px) {
  .twoBox_3-30 .content {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .twoBox_3-30 .content {
    gap: 0;
  }
}
.twoBox_3-30 .txtBox {
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  width: 40%;
}
@media (max-width: 768px) {
  .twoBox_3-30 .txtBox {
    min-width: 50%;
    width: 50%;
    margin-left: 7%;
  }
}
.twoBox_3-30 .txtBox .subBlockTitle-big {
  line-height: 1.5;
  margin-bottom: 2em;
}
.twoBox_3-30 .txtBox .type li {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 5px;
}
.twoBox_3-30 .txtBox .type li:last-child {
  margin-right: 0;
}
.twoBox_3-30 .picBox {
  width: 35%;
  min-width: 320px;
}
@media (max-width: 768px) {
  .twoBox_3-30 .picBox {
    width: 40%;
  }
}
.twoBox_3-30 .picBox img {
  vertical-align: middle;
}

/*****************************/
/* home / twoBox_3-31 */
/*****************************/
.twoBox_3-31 {
  position: relative;
  padding: 180px 0px 50px;
}
@media (max-width: 991px) {
  .twoBox_3-31 {
    padding-top: 100px;
  }
}
.twoBox_3-31 img {
  vertical-align: middle;
}
.twoBox_3-31::before {
  content: "";
  background-color: #084736;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20%;
  width: 100%;
  z-index: -2;
}
.twoBox_3-31::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  min-width: 100%;
  height: 180px;
  background: url(/images_v4/home/twoBox_3-31/bg_bottom.png) no-repeat left/cover;
  z-index: -1;
}
.twoBox_3-31 .bgLogo {
  position: absolute;
  top: 3px;
  right: 5.5vw;
  z-index: -1;
}
@media (max-width: 991px) {
  .twoBox_3-31 .bgLogo {
    right: 0;
  }
}
@media (max-width: 767px) {
  .twoBox_3-31 .bgLogo {
    right: -160px;
  }
}
.twoBox_3-31 .content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.twoBox_3-31 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3em;
}
@media (max-width: 991px) {
  .twoBox_3-31 .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2em;
    margin: 0 15px;
  }
}
.twoBox_3-31 .group .picBox {
  position: relative;
  width: 600px;
  margin-top: -70px;
}
@media (max-width: 991px) {
  .twoBox_3-31 .group .picBox {
    margin-top: 0;
    width: auto;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .twoBox_3-31 .group .picBox > img {
    max-width: 80%;
  }
}
.twoBox_3-31 .group .picBox .bg01 {
  position: absolute;
  right: -35px;
  top: -60px;
  z-index: -1;
}
@media (max-width: 991px) {
  .twoBox_3-31 .group .picBox .bg01 {
    opacity: 0.5;
  }
}
.twoBox_3-31 .group .picBox .bg02 {
  position: absolute;
  left: -180px;
  bottom: 30px;
  z-index: -1;
}
@media (max-width: 991px) {
  .twoBox_3-31 .group .picBox .bg02 {
    left: -30px;
    bottom: -50px;
  }
}
.twoBox_3-31 .group .txtBox {
  width: calc(100% - 600px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em;
  color: #fff;
  padding-left: 35px;
}
@media (max-width: 991px) {
  .twoBox_3-31 .group .txtBox {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
.twoBox_3-31 .group .txtBox .blockTitle {
  position: relative;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  margin-bottom: 1em;
}
.twoBox_3-31 .group .txtBox .blockTitle span, .twoBox_3-31 .group .txtBox .blockTitle small {
  color: #333333;
}
.twoBox_3-31 .group .txtBox .blockTitle .underLine {
  width: 45px;
  height: 1px;
  background: #333333;
}
.twoBox_3-31 .group .txtBox .blockTitle::after {
  content: "BUYERSLINE";
  font-family: "Cinzel", serif;
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: transparent;
  line-height: 1;
  white-space: nowrap;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16%, rgba(39, 101, 78, 0)), to(rgb(39, 101, 78)));
  background: linear-gradient(to top, rgba(39, 101, 78, 0) 16%, rgb(39, 101, 78) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  position: absolute;
  left: 100px;
  bottom: -10px;
  z-index: -1;
}
@media (max-width: 991px) {
  .twoBox_3-31 .group .txtBox .blockTitle {
    text-align: center;
  }
  .twoBox_3-31 .group .txtBox .blockTitle .underLine {
    margin: 0 auto;
  }
  .twoBox_3-31 .group .txtBox .blockTitle::after {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.twoBox_3-31 .group .txtBox .infoTit {
  font-weight: bold;
}
.twoBox_3-31 .group .txtBox .infoTit.subBlockTitle {
  margin: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .twoBox_3-31 .group .txtBox .btnBox {
    text-align: center;
  }
}
.twoBox_3-31 .moreBtn10 {
  color: #333333;
}
.twoBox_3-31 .moreBtn10::before, .twoBox_3-31 .moreBtn10::after {
  height: 1px;
  background-color: #333333;
}
.twoBox_3-31 .moreBtn10::after {
  background-color: #fa2223;
}

/*****************************/
/* home / twoBox_3-32 */
/*****************************/
.twoBox_3-32 {
  position: relative;
}
.twoBox_3-32 .picBox {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .twoBox_3-32 .picBox {
    right: -130px;
    top: auto;
    bottom: -40px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.twoBox_3-32 img {
  vertical-align: bottom;
}
.twoBox_3-32 .content {
  padding: 0 15px;
}
.twoBox_3-32 .pageTitleStyle-2 {
  margin-top: 0;
}
.twoBox_3-32 .blockTit {
  text-align: right;
}
@media (max-width: 767px) {
  .twoBox_3-32 .blockTit {
    text-align: center;
  }
}
.twoBox_3-32 .blockTit span {
  margin-bottom: 1em;
}
.twoBox_3-32 .blockTitle {
  line-height: 1.3;
}
.twoBox_3-32 .card {
  position: relative;
  padding: 1em 1em 4.5em;
  margin-bottom: 30px;
  border-radius: 7px;
}
.twoBox_3-32 .card .tit * {
  font-weight: normal;
}
.twoBox_3-32 .card .subBlockTitle {
  margin-top: 0;
}
.twoBox_3-32 .rowTop {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.twoBox_3-32 .card1, .twoBox_3-32 .card2 {
  color: #fff;
}
.twoBox_3-32 .card1 .pageTitleStyle-2 span,
.twoBox_3-32 .card1 .blockTitle span, .twoBox_3-32 .card2 .pageTitleStyle-2 span,
.twoBox_3-32 .card2 .blockTitle span {
  color: #fff;
}
.twoBox_3-32 .card1 .moreBtn10, .twoBox_3-32 .card2 .moreBtn10 {
  color: #fff;
}
.twoBox_3-32 .card1 .moreBtn10::after, .twoBox_3-32 .card2 .moreBtn10::after {
  background-color: #6B7FD7;
}
.twoBox_3-32 .card1 {
  text-align: right;
  background: #fa2223;
}
@media (min-width: 768px) {
  .twoBox_3-32 .card1 {
    margin-left: 2em;
  }
}
.twoBox_3-32 .card1 .in {
  margin-left: auto;
  max-width: 500px;
}
.twoBox_3-32 .card1 .icon {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.twoBox_3-32 .card1::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 15px;
  background: rgba(255, 255, 255, 0.5);
  width: 45%;
  left: 35px;
}
@media (max-width: 991px) {
  .twoBox_3-32 .card1::after {
    width: calc(100% - 50px);
    left: 25px;
  }
}
.twoBox_3-32 .card2 {
  background: -webkit-gradient(linear, left top, right top, from(#fa2223), to(#333333));
  background: linear-gradient(90deg, #fa2223, #333333);
}
@media (min-width: 768px) {
  .twoBox_3-32 .card2 {
    max-width: 460px;
  }
}
.twoBox_3-32 .card2 .icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.twoBox_3-32 .card2::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 15px;
  background: rgba(255, 255, 255, 0.5);
  width: 85%;
  left: 30px;
}
@media (max-width: 991px) {
  .twoBox_3-32 .card2::after {
    width: calc(100% - 50px);
    left: 25px;
  }
}
.twoBox_3-32 .card3 {
  background: #99D6FF;
  margin-left: auto;
  text-align: right;
}
@media (min-width: 768px) {
  .twoBox_3-32 .card3 {
    max-width: 630px;
  }
}
.twoBox_3-32 .card3 .moreBtn10 {
  color: #fa2223;
}
.twoBox_3-32 .card3 .moreBtn10::before {
  background-color: #fa2223;
}
.twoBox_3-32 .card3 .moreBtn10::after {
  background-color: #333333;
}
.twoBox_3-32 .card3 .in {
  max-width: 400px;
  margin-left: auto;
}
.twoBox_3-32 .card3 .icon {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.twoBox_3-32 .card4 {
  background-color: #fff;
  border: 1px solid #333333;
}
@media (min-width: 768px) {
  .twoBox_3-32 .card4 {
    max-width: 410px;
  }
}

/*****************************/
/* home / twoBox_3-33 */
/*****************************/
.twoBox_3-33 img {
  vertical-align: middle;
}
.twoBox_3-33 .titRowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  padding-bottom: 1.2em;
}
.twoBox_3-33 .titRowBox .blockTitle {
  margin-bottom: 0;
}
.twoBox_3-33 .titRowBox .btnBox i {
  margin-left: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.twoBox_3-33 .titRowBox .btnBox a:hover i {
  -webkit-animation: twoBox_3-33_arrow 1.5s infinite alternate;
          animation: twoBox_3-33_arrow 1.5s infinite alternate;
}
@media (max-width: 575px) {
  .twoBox_3-33 .video {
    gap: 3vw;
  }
}
.twoBox_3-33 .video-list1 .itemImg {
  padding-bottom: 66.4%;
}
.twoBox_3-33 .video-list1 .itemImgHover::after {
  content: "";
  clip-path: polygon(100% 47%, 0 0, 0 100%);
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.9);
}
.twoBox_3-33 .video-list1 .itemImgHover .iconBg {
  width: 55px;
  height: 42px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
}
.twoBox_3-33 .video-list1 span {
  display: none;
}
@media (max-width: 767px) {
  .twoBox_3-33 .video-list1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
  .twoBox_3-33 .video-list1 .itemImg {
    width: 32%;
    padding-bottom: 25%;
  }
  .twoBox_3-33 .video-list1 span {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .twoBox_3-33 .video-list1 .itemImgHover .iconBg {
    display: none;
  }
  .twoBox_3-33 .video-list1 .itemImgHover::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .twoBox_3-33 .left {
    padding-right: max(1.2vw, 15px);
  }
}
@media (max-width: 991px) {
  .twoBox_3-33 .left {
    padding-bottom: 5vw;
  }
}
.twoBox_3-33 .right .titRowBox {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 1.2em;
}
.twoBox_3-33 .right .newsListType5 {
  margin: 0;
}
.twoBox_3-33 .right .newsListType5 .item {
  padding: 0;
}
.twoBox_3-33 .right .newsListType5 .item + .item {
  padding-top: 1.2em;
}
.twoBox_3-33 .right .newsListType5 .item a:first-child {
  width: 28%;
}
@media (max-width: 767px) {
  .twoBox_3-33 .right .newsListType5 .item a:first-child {
    max-width: 120px;
    margin-bottom: 0;
  }
}
.twoBox_3-33 .right .newsListType5 .item a:nth-child(2) {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1em;
}
.twoBox_3-33 .right .newsListType5 .item .itemTit {
  line-height: 1.3;
}
@media (max-width: 991px) {
  .twoBox_3-33 .right .newsListType5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3vw;
  }
  .twoBox_3-33 .right .newsListType5 .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .twoBox_3-33 .right .newsListType5 .item + .item {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .twoBox_3-33 .right .newsListType5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .twoBox_3-33 .right {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .twoBox_3-33 .right::after {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: -50vw;
    width: 200vw;
    height: 100%;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .twoBox_3-33 .row > div {
    margin-bottom: 0;
  }
}

@-webkit-keyframes twoBox_3-33_arrow {
  0% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
    opacity: 1;
  }
}

@keyframes twoBox_3-33_arrow {
  0% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
    opacity: 1;
  }
}
/*****************************/
/* home / twoBox_3-34 */
/*****************************/
@media (min-width: 768px) {
  .twoBox_3-34 .rowContent {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.twoBox_3-34 .left {
  min-width: 350px;
  max-width: 100%;
}
.twoBox_3-34 .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.twoBox_3-34 .blockTitle {
  font-weight: bold;
}
.twoBox_3-34 .leftTxt {
  font-size: 1.222222rem;
}
@media (max-width: 1440px) {
  .twoBox_3-34 .leftTxt {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .twoBox_3-34 .leftTxt {
    font-size: 1rem;
  }
}
.twoBox_3-34 .btnBox.btnBox_pc {
  margin-top: 12%;
}
.twoBox_3-34 .btnBox_mb {
  display: none;
}
@media (max-width: 767px) {
  .twoBox_3-34 .btnBox_pc {
    display: none;
  }
  .twoBox_3-34 .btnBox_mb {
    display: block;
    text-align: center;
  }
}
.twoBox_3-34 .list {
  font-weight: bold;
}
@media (min-width: 768px) {
  .twoBox_3-34 .list {
    max-width: 700px;
    margin-left: auto;
  }
}
.twoBox_3-34 .list .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.twoBox_3-34 .list .row > div {
  margin-bottom: 0;
}
.twoBox_3-34 .list hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.twoBox_3-34 .bigTxt {
  font-size: max(2.864vw, 40px);
  font-weight: 500;
}
@media (max-width: 768px) {
  .twoBox_3-34 .bigTxt {
    font-size: 32px;
  }
}

/*****************************/
/* home / threeBox-6.mbStyle */
/*****************************/
@media (max-width: 992px) {
  .threeBox-6.mbStyle .photoList .photoList_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
  }
  .threeBox-6.mbStyle .photoList .photoList_item .itemImg {
    padding-bottom: 75%;
  }
  .threeBox-6.mbStyle .photoList .photoList_item.w {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  .threeBox-6.mbStyle .photoList .photoList_item.w .itemImg {
    padding-bottom: 46%;
  }
}

/*****************************/
/* home / threeBox-6-1 */
/*****************************/
.threeBox-6-1 .photoList_item a {
  position: relative;
}
.threeBox-6-1 .photoList_item .tit {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 5;
  background: #fa2223;
  color: #fff;
  padding: 5px 20px;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 20px) 100%, 0% 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.threeBox-6-1 .photoList_item a:hover .tit {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.threeBox-6-1 .photoList_item .tit i {
  padding-right: 10px;
}

/*****************************/
/* home / threeBox-21-5 */
/*****************************/
.threeBox-21-5.cowboyBlock_4 {
  margin: 50px 0 100px;
}

/*****************************/
/* home / threeBox-26-5 */
/*****************************/
.threeBox-26-5 {
  background: #f6f6f6;
  margin-bottom: 0;
}
.threeBox-26-5 .items-group {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .threeBox-26-5 .items-group {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .threeBox-26-5 .items-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.threeBox-26-5 .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 3rem;
}
.threeBox-26-5 .item p {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .threeBox-26-5 .item {
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 576px) {
  .threeBox-26-5 .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/*****************************/
/* home / threeBox-27 */
/*****************************/
.threeBox-27 .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 576px) {
  .threeBox-27 .category-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.threeBox-27 .category-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 0.8333333333rem);
          flex: 0 0 calc(33.33333% - 0.8333333333rem);
  max-width: calc(33.33333% - 0.8333333333rem);
  height: 140px;
}
@media (min-width: 768px) {
  .threeBox-27 .category-list li {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .threeBox-27 .category-list li {
    height: 150px;
  }
}
@media (max-width: 576px) {
  .threeBox-27 .category-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.threeBox-27 .category-list .list-item {
  background: #f6f6f6;
  width: inherit;
}
.threeBox-27 .category-list .list-item .title {
  font-weight: 600;
  padding-left: 3rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .threeBox-27 .category-list .list-item .title {
    padding-left: 0.5rem;
  }
}
@media (max-width: 576px) {
  .threeBox-27 .category-list .list-item .title {
    padding-left: 1.5rem;
  }
}
.threeBox-27 .category-list .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: inherit;
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .threeBox-27 .category-list .image {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .threeBox-27 .category-list .image {
    height: 150px;
  }
}
.threeBox-27 .category-list a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*****************************/
/* home / threeBox-28 */
/*****************************/
.threeBox-28 .slideBox .slick-list {
  padding: 15px 0;
}
.threeBox-28 .slideBox .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.threeBox-28 .slideBox .card {
  margin: 0 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
  height: auto;
}
.threeBox-28 .slideBox .card .txtBox {
  padding: 20px 15px;
}
.threeBox-28 .slideBox .card .subBlockTitle-small {
  min-height: 3.6em;
}
.threeBox-28 .slideBox .card .txt {
  margin-top: 1em;
  max-height: 100px;
  overflow-y: auto;
}
.threeBox-28 .slideBox .card .txt::-webkit-scrollbar {
  width: 5px;
}
.threeBox-28 .slideBox .card .txt::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #fa2223;
}
.threeBox-28 .slideBox .card .txt::-webkit-scrollbar-track {
  border-radius: 10px;
}
.threeBox-28 .slideBox.slick-slider .slick-arrow {
  opacity: 1;
  border-radius: 50%;
}
.threeBox-28 .slideBox.slick-slider .slick-arrow i {
  font-size: 22px;
  padding: 0.3em;
}
.threeBox-28 .slideBox.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.threeBox-28 .slideBox.slick-slider .slick-arrow.slick-next {
  right: 0;
}

/*****************************/
/* home / threeBox-29 */
/*****************************/
@media (max-width: 576px) {
  .threeBox-29 .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.threeBox-29 .inner {
  position: relative;
  background-color: #f5f5f5;
  padding: 20px;
}
@media (max-width: 576px) {
  .threeBox-29 .inner {
    padding: 0;
    background-color: transparent;
  }
}
.threeBox-29 .blockTitleStyle03 {
  padding-left: 10px;
}
@media (max-width: 576px) {
  .threeBox-29 .blockTitleStyle03 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.threeBox-29 .blockTitleStyle03:before {
  width: 2px;
}
.threeBox-29 .slideBox .list {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 576px) {
  .threeBox-29 .slideBox .list {
    padding-left: 0;
    padding-right: 0;
  }
}
.threeBox-29 .slideBox .slick-dots {
  margin-top: 15px;
}
.threeBox-29 .slideBox .slick-dots li button {
  cursor: pointer;
}
.threeBox-29 .slideBox .slick-dots li button::after {
  background-color: #ccc;
}
.threeBox-29 .slideBox .slick-dots li button:hover::after {
  background-color: #4d4d4d;
}
.threeBox-29 .slideBox .slick-dots li.slick-active button::after {
  background-color: #fa2223;
}
.threeBox-29 .arrowBox button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fa2223;
  color: #fff;
  cursor: pointer;
  width: 35px;
  height: 100px;
  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;
}
@media (max-width: 576px) {
  .threeBox-29 .arrowBox button {
    width: 30px;
    background-color: rgba(0, 0, 0, 0.22);
  }
}
.threeBox-29 .arrowBox button.slick-disabled {
  background-color: #767676;
  cursor: default;
}
.threeBox-29 .arrowBox button i {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .threeBox-29 .arrowBox button i {
    font-size: 18px;
  }
}
.threeBox-29 .arrowBox .slick-prev {
  left: 0;
  margin-left: -15px;
}
@media (max-width: 576px) {
  .threeBox-29 .arrowBox .slick-prev {
    margin-left: 0;
  }
}
.threeBox-29 .arrowBox .slick-next {
  right: 0;
  margin-right: -15px;
}
@media (max-width: 576px) {
  .threeBox-29 .arrowBox .slick-next {
    margin-right: 0;
  }
}

/*****************************/
/* home / threeBox-30 */
/*****************************/
.threeBox-30 .title-box {
  padding-bottom: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .threeBox-30 .title-box {
    padding-bottom: 20px;
  }
}
.threeBox-30 .title-box .arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 992px) {
  .threeBox-30 .title-box .arrow-box {
    display: none;
  }
}
.threeBox-30 .title-box .arrow-box .left-box,
.threeBox-30 .title-box .arrow-box .right-box {
  cursor: pointer;
}
.threeBox-30 .title-box .arrow-box .left-box i,
.threeBox-30 .title-box .arrow-box .right-box i {
  font-size: 32px;
  color: #d8d8d8;
}
.threeBox-30 .title-box .arrow-box .left-box:hover i,
.threeBox-30 .title-box .arrow-box .right-box:hover i {
  color: #fa2223;
}
.threeBox-30 .slick-arrow {
  display: none !important;
}
.threeBox-30 .threeBox-30-swiper {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 34px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 34px;
}
.threeBox-30 a .item {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 11.25vw 20px 25px;
  background-color: #fff;
  border-bottom: 2px solid #333333;
}
.threeBox-30 a .item .pageTitleStyle-2 {
  padding-bottom: 16vw;
  position: relative;
  z-index: 3;
}
@media (max-width: 576px) {
  .threeBox-30 a .item .pageTitleStyle-2 {
    margin-top: 0;
  }
}
@media (min-width: 1180px) {
  .threeBox-30 a .item {
    padding: 4.8vw 2.6vw 2.6vw;
  }
}
.threeBox-30 a .item:before, .threeBox-30 a .item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 48px;
  background-color: #333333;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: 0;
}
@media (max-width: 1200px) {
  .threeBox-30 a .item:before, .threeBox-30 a .item:after {
    height: 0;
  }
}
@media (min-width: 1200px) {
  .threeBox-30 a .item::before {
    top: 0;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: translateY(-100%) scaleY(0);
            transform: translateY(-100%) scaleY(0);
  }
}
@media (min-width: 1200px) {
  .threeBox-30 a .item::after {
    bottom: 0;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: translateY(100%) scaleY(0);
            transform: translateY(100%) scaleY(0);
  }
}
.threeBox-30 a .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.threeBox-30 a .content-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.threeBox-30 a .content-title::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 2px;
  border-top: 2px solid #333333;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .threeBox-30 a .content-title::before {
    margin-bottom: 2vw;
  }
}
@media (min-width: 1700px) {
  .threeBox-30 a .content-title::before {
    margin-bottom: 38px;
  }
}
@media (max-width: 576px) {
  .threeBox-30 a .content-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.threeBox-30 a .content-txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 7em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.threeBox-30 a .sub-label {
  font-size: 8.85vw;
  color: #f3f3f3;
  line-height: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 25px;
  top: 3.9vw;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 0;
}
.threeBox-30 a .sub-label i {
  display: block;
  font-size: 5vw;
  width: auto;
  color: #333;
}
@media (max-width: 992px) {
  .threeBox-30 a .sub-label {
    font-size: 20vw;
  }
  .threeBox-30 a .sub-label i {
    font-size: 10vw;
  }
}
.threeBox-30 a:hover, .threeBox-30 a.active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  position: relative;
  z-index: 1;
}
.threeBox-30 a:hover .pageTitleStyle-2 span, .threeBox-30 a.active .pageTitleStyle-2 span {
  color: #fff;
}
.threeBox-30 a:hover .item, .threeBox-30 a.active .item {
  background-color: #333333;
  color: #fff;
}
.threeBox-30 a:hover .item::before, .threeBox-30 a.active .item::before {
  -webkit-transform: translateY(-100%) scaleY(1);
          transform: translateY(-100%) scaleY(1);
}
.threeBox-30 a:hover .item:after, .threeBox-30 a.active .item:after {
  -webkit-transform: translateY(100%) scaleY(1);
          transform: translateY(100%) scaleY(1);
}
.threeBox-30 a:hover .item .content-title::before, .threeBox-30 a.active .item .content-title::before {
  border-color: #fff;
}
.threeBox-30 a:hover .sub-label, .threeBox-30 a.active .sub-label {
  color: #f3f3f3;
  opacity: 0.5;
}
.threeBox-30 a:hover .sub-label i, .threeBox-30 a.active .sub-label i {
  color: #fff;
}
@media (max-width: 992px) {
  .threeBox-30 a.slick-current .item {
    background-color: #333333;
    color: #fff;
  }
  .threeBox-30 a.slick-current .item::before {
    -webkit-transform: translateY(-100%) scaleY(1);
            transform: translateY(-100%) scaleY(1);
  }
  .threeBox-30 a.slick-current .item:after {
    -webkit-transform: translateY(100%) scaleY(1);
            transform: translateY(100%) scaleY(1);
  }
  .threeBox-30 a.slick-current .item .content-title::before {
    border-color: #fff;
  }
  .threeBox-30 a.slick-current .sub-label {
    color: #f3f3f3;
  }
  .threeBox-30 a.slick-current .sub-label i {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .threeBox-30 {
    overflow: initial;
  }
  .threeBox-30 .slick-slider {
    overflow: initial;
  }
  .threeBox-30 .slick-list {
    overflow: initial;
  }
}

/*****************************/
/* home / threeBox-31 */
/*****************************/
.threeBox-31 {
  padding-top: 65px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(45%, #f6f6f6));
  background: linear-gradient(transparent 55%, #f6f6f6 45%);
}
@media (max-width: 768px) {
  .threeBox-31 {
    padding-top: 20px;
    padding-bottom: 50px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(75%, #f6f6f6));
    background: linear-gradient(transparent 25%, #f6f6f6 75%);
  }
}
.threeBox-31 .container {
  position: relative;
}
.threeBox-31 .container::before, .threeBox-31 .container::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images_v4/home/threeBox-31/bg01.jpg");
  z-index: -1;
}
.threeBox-31 .container:before {
  top: -65px;
  left: -80px;
  width: 178px;
  height: 178px;
}
.threeBox-31 .container:after {
  top: 20px;
  right: -165px;
  width: 420px;
  height: 420px;
}
.threeBox-31 .title-box .sub-title {
  margin-bottom: 30px;
}
.threeBox-31 .title-box .sub-title small {
  position: relative;
  display: inline-block;
  letter-spacing: 0.3em;
  padding-bottom: 20px;
}
.threeBox-31 .title-box .sub-title small::before, .threeBox-31 .title-box .sub-title small::after {
  content: "";
  display: block;
  border-bottom: 3px solid #333;
  position: absolute;
  width: 50%;
  bottom: 6px;
}
.threeBox-31 .title-box .sub-title small::before {
  left: -5px;
}
.threeBox-31 .title-box .sub-title small::after {
  right: -5px;
}
.threeBox-31 .title-box .sub-title small .arrow {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px;
}
@media (max-width: 768px) {
  .threeBox-31 .title-box .sub-title small .arrow {
    border-width: 2px;
    bottom: 1px;
  }
  .threeBox-31 .title-box .sub-title small::before, .threeBox-31 .title-box .sub-title small::after {
    border-width: 2px;
  }
  .threeBox-31 .title-box .sub-title small::before {
    left: -6px;
  }
  .threeBox-31 .title-box .sub-title small::after {
    right: -6px;
  }
}
.threeBox-31 .content-box {
  padding-top: 110px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .threeBox-31 .content-box {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .threeBox-31 .content-box {
    padding-bottom: 50px;
  }
}
.threeBox-31 .content-box .carousel-box .slick-slide {
  margin-top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
.threeBox-31 .content-box .carousel-box .slick-slide.slick-current {
  margin-top: 75px;
}
.threeBox-31 .content-box .item {
  position: relative;
}
@media (min-width: 992px) {
  .threeBox-31 .content-box .item-1 {
    top: -45px;
  }
  .threeBox-31 .content-box .item-2 {
    top: -90px;
  }
  .threeBox-31 .content-box .item-3 {
    top: -135px;
  }
}
@media (max-width: 992px) {
  .threeBox-31 .content-box .item {
    margin-top: 30px;
  }
}
.threeBox-31 .content-box .item-box .num {
  display: block;
  font-size: 70px;
  font-style: italic;
  color: #fa2223;
  position: absolute;
  top: -35px;
  right: 10px;
  letter-spacing: 1.5px;
  z-index: 4;
  line-height: 1;
}
.threeBox-31 .content-box .item-box .num::first-letter {
  color: #333;
}
.threeBox-31 .content-box .item-box .text-box {
  background: #fff;
  padding: 50px 25px 35px;
  position: relative;
}
.threeBox-31 .content-box .item-box .text-box .label {
  position: absolute;
  top: -25px;
  left: -10px;
  width: 100%;
  z-index: 4;
}
.threeBox-31 .content-box .item-box .text-box .label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #fa2223 transparent transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.threeBox-31 .content-box .item-box .text-box .label span {
  margin-top: 0;
  display: inline-block;
  background: #fa2223;
  color: #fff;
  padding: 10px 30px;
}
.threeBox-31 .content-box .item-box .text-box .title {
  border-bottom: 2px solid #fa2223;
  display: inline-block;
  margin-bottom: 20px;
}
.threeBox-31 .content-box .item-box .text-box .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.threeBox-31 .btn-area {
  margin-top: 20px;
}

/*****************************/
/* home / threeBox-32 */
/*****************************/
.threeBox-32 {
  background: #f2ebe9;
  -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: 95px 60px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.threeBox-32 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.threeBox-32 .main-content {
  max-width: 750px;
  text-align: justify;
  letter-spacing: 2px;
  padding-top: 70px;
  padding-bottom: 20px;
  font-weight: 200;
  line-height: 32px;
}
@media (max-width: 992px) {
  .threeBox-32 .main-content {
    padding-top: 35px;
  }
}
.threeBox-32 .second-content {
  max-width: 1100px;
  border-top: 0.8px solid #747474;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.threeBox-32 .second-content .box {
  padding: 30px 25px 15px;
}
.threeBox-32 .second-content .box p {
  max-width: 1100px;
  color: #747474;
  text-align: justify;
  letter-spacing: 2px;
  font-weight: 200;
  line-height: 32px;
}
.threeBox-32 .second-content .left-box {
  padding-left: 0;
}
.threeBox-32 .second-content .right-box {
  padding-right: 0;
}
.threeBox-32 .second-content .mid-box {
  border-right: 0.8px solid #747474;
  border-left: 0.8px solid #747474;
}
@media (max-width: 992px) {
  .threeBox-32 .second-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .threeBox-32 .second-content .box {
    max-width: 750px;
    padding-left: 0;
    padding-right: 0;
  }
  .threeBox-32 .second-content .mid-box {
    border-right: none;
    border-left: none;
    border-top: 0.8px #747474 dashed;
    border-bottom: 0.8px #747474 dashed;
  }
}
@media (max-width: 992px) {
  .threeBox-32 {
    padding: 50px 15px 30px;
  }
}

/*****************************/
/* home / threeBox-33 */
/*****************************/
.threeBox-33 .content {
  width: 100%;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.threeBox-33 .groupBox {
  margin-top: max(25px, 4.166vw);
}
.threeBox-33 .card {
  margin: 0 5vw;
}
@media (max-width: 1199px) {
  .threeBox-33 .card {
    margin: 0 2vw;
  }
}
@media (max-width: 576px) {
  .threeBox-33 .card {
    margin: 0;
  }
}
.threeBox-33 .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.threeBox-33 .faqContent {
  margin-top: 2.86vw;
}
.threeBox-33 .faqItemStyle-2 .faqItem .faqItem_head {
  padding-left: 10px;
  padding-right: 50px;
}
.threeBox-33 .faqItemStyle-2 .faqItem .faqItem_body {
  padding-left: 10px;
  padding-right: 10px;
}
.threeBox-33 .faqItemStyle-2 .faqItem.faqItem_current .faqItem_body {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .threeBox-33 .faqItemStyle-2.faqItem_main .faqItem.faqItem_current .faqItem_body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.threeBox-33 .faqItemStyle-2 .faqItem .faqItem_head:before {
  display: none;
}
@media (max-width: 767px) {
  .threeBox-33.sectionBlock .row > div {
    margin-bottom: 30px;
  }
}

/*****************************/
/* home / threeBox-34 */
/*****************************/
.threeBox-34 img {
  vertical-align: middle;
}
.threeBox-34 .subBlockTitle {
  color: #333333;
  margin: 0;
}
.threeBox-34 .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(1.5625vw, 30px) 1fr min(1.5625vw, 30px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  -webkit-column-gap: min(1.5625vw, 30px);
     -moz-column-gap: min(1.5625vw, 30px);
          column-gap: min(1.5625vw, 30px);
}
.threeBox-34 .inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.threeBox-34 .inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.threeBox-34 .inner > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.threeBox-34 .inner > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.threeBox-34 .inner > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.threeBox-34 .inner > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
@media (max-width: 991px) {
  .threeBox-34 .inner {
    display: block;
  }
}
.threeBox-34 .inner > .list:nth-child(-n+2) {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  text-align: center;
}
@media (max-width: 991px) {
  .threeBox-34 .inner > .list:nth-child(-n+2) {
    display: block;
  }
}
.threeBox-34 .inner .list {
  border-bottom: solid 1px #333333;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media (max-width: 991px) {
  .threeBox-34 .inner .list {
    padding-top: min(5vw, 20px);
    padding-bottom: min(5vw, 20px);
  }
}
@media (min-width: 992px) {
  .threeBox-34 .inner .list3 {
    border-top: solid 1px #333333;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.threeBox-34 .inner .list4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.threeBox-34 .inner .list3, .threeBox-34 .inner .list4 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: min(1.15vw, 20px);
}
@media (max-width: 991px) {
  .threeBox-34 .inner .list3, .threeBox-34 .inner .list4 {
    padding-left: 20px;
    padding-right: 10px;
  }
}
.threeBox-34 .picBox {
  aspect-ratio: 460/280;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .threeBox-34 .picBox {
    max-width: 260px;
    margin: 0 auto;
  }
}
.threeBox-34 .picBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.threeBox-34 .picTxtBox {
  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: min(1.2vw, 25px) 0;
}
@media (max-width: 991px) {
  .threeBox-34 .picTxtBox {
    padding-bottom: 0;
  }
}
.threeBox-34 .picTxtBox .bigTxt {
  font-size: clamp(60px, 4.5vw, 90px);
  line-height: 1.2;
  margin-right: 6px;
}
.threeBox-34 .iconBox {
  aspect-ratio: 1/1;
  border: 1px solid gray;
  border-radius: 50%;
  margin-right: min(1.15vw, 20px);
  width: min(6vw, 110px);
  padding: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 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;
}
@media (max-width: 991px) {
  .threeBox-34 .iconBox {
    margin-right: 20px;
    width: min(21vw, 80px);
  }
}
.threeBox-34 .iconTxt {
  color: inherit;
  font-size: inherit;
}
.threeBox-34 .iconTxt .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.threeBox-34 .iconTxt .subBigTxt {
  font-size: clamp(42px, 3vw, 60px);
  line-height: 1.2;
  margin: 0 6px;
}
.threeBox-34 .btnBox {
  margin-top: max(30px, 3vw);
}

/*****************************/
/* home / threeBox-35 */
/*****************************/
.threeBox-35 .contentRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .threeBox-35 .contentRow .leftBox, .threeBox-35 .contentRow .rightBox {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .threeBox-35 .contentRow .leftBox {
    width: 100%;
  }
  .threeBox-35 .contentRow .rightBox {
    display: none;
  }
}
.threeBox-35 .contentRow .dotsBox {
  width: 100%;
}
.threeBox-35 [class^=slideShow] li {
  margin: 10px;
  position: relative;
}
.threeBox-35 [class^=slideShow] a {
  position: relative;
  display: block;
  height: 100%;
}
@media (max-width: 991px) {
  .threeBox-35 [class^=slideShow] a {
    color: #333333;
  }
}
@media (min-width: 992px) {
  .threeBox-35 [class^=slideShow] .itemImg {
    height: 560px;
  }
}
@media (max-width: 991px) {
  .threeBox-35 [class^=slideShow] .itemImg {
    padding-bottom: 83%;
  }
}
.threeBox-35 [class^=slideShow] .itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.threeBox-35 [class^=slideShow] .txtBox {
  position: relative;
  padding: 20px;
  background-color: #eee;
  z-index: 3;
}
@media (min-width: 992px) {
  .threeBox-35 [class^=slideShow] .txtBox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .threeBox-35 [class^=slideShow] .txtBox .txt .small {
    color: rgba(255, 255, 255, 0.7);
  }
}
.threeBox-35 [class^=slideShow] .txtBox .t1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.threeBox-35 [class^=slideShow] .txtBox .t2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.6em;
}
.threeBox-35 [class^=slideShow] .txtBox .subBlockTitle-small {
  color: #fff;
  margin-top: 1px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
.threeBox-35 [class^=slideShow] .txtBox .subBlockTitle-small::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .threeBox-35 [class^=slideShow] .txtBox .subBlockTitle-small {
    color: #fa2223;
  }
  .threeBox-35 [class^=slideShow] .txtBox .subBlockTitle-small::after {
    background-color: #fa2223;
  }
}
.threeBox-35 [class^=slideShow] .item:hover .itemImgHover.hoverEffect5 img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.threeBox-35 [class^=slideShow] .item:hover .txtBox .subBlockTitle-small::after {
  width: 100%;
  right: auto;
  left: 0;
}
@media (min-width: 992px) {
  .threeBox-35 .slideShowOne .txtBox {
    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;
  }
}
.threeBox-35 .slideShowOne .txtBox::before {
  content: "";
  background-color: #fa2223;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  -webkit-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
}
@media (min-width: 992px) {
  .threeBox-35 .slideShowOne .txtBox .date {
    min-width: 100px;
  }
  .threeBox-35 .slideShowOne .txtBox .date .day {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
  }
  .threeBox-35 .slideShowOne .txtBox .date span {
    display: inline-block;
    height: 25px;
    border-left: 1px solid #fff;
  }
  .threeBox-35 .slideShowOne .txtBox .date .month {
    line-height: 1.1;
  }
  .threeBox-35 .slideShowOne .txtBox .date .year {
    display: none;
  }
}
@media (max-width: 991px) {
  .threeBox-35 .slideShowOne .txtBox .date > div {
    display: inline-block;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .threeBox-35 .slideShowOne .txtBox .txt {
    width: calc(100% - 100px);
  }
}
.threeBox-35 .slideShowOne .txtBox .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 90%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  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;
}
@media (max-width: 991px) {
  .threeBox-35 .slideShowOne .txtBox .arrow {
    display: none;
  }
}
.threeBox-35 .slideShowOne .item.slick-current .txtBox::before {
  width: 50%;
}
.threeBox-35 .slideShowTwo .txtBox {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, rgba(0, 0, 0, 0.75)), color-stop(90%, rgba(0, 0, 0, 0.2)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.2) 90%, transparent 100%);
  padding-right: 20px;
}
.threeBox-35 .slideShowTwo .txtBox .date {
  display: none;
}
.threeBox-35 .slideShowTwo .txtBox .arrow {
  display: none;
}
.threeBox-35 .dotsBox {
  margin: 10px;
}
.threeBox-35 .dotsBox ul {
  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;
  gap: 12px;
}
.threeBox-35 .dotsBox li {
  display: block;
  line-height: 1;
}
.threeBox-35 .dotsBox li button {
  width: 10px;
  height: 10px;
  color: transparent;
  background: #fa2223;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.3;
}
.threeBox-35 .dotsBox li.slick-active button {
  opacity: 1;
}

/*****************************/
/* home / threeBox-36 */
/*****************************/
.threeBox-36 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(rgba(121, 193, 203, 0.4784313725)));
  background: linear-gradient(180deg, #F9F9F9 0%, rgba(121, 193, 203, 0.4784313725) 100%);
  padding: 50px 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .threeBox-36 .tltCol {
    text-align: center;
  }
}
.threeBox-36 .tit .pageTitleStyle-2 {
  margin: 0;
}
.threeBox-36 .tit .pageTitleStyle-2 span {
  margin: 0.4em 0 0.8em;
}
@media (max-width: 767px) {
  .threeBox-36 .subTit {
    display: none;
  }
}
.threeBox-36 .subBlockTitle-small {
  color: #333333;
}
.threeBox-36 .pic {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
@media (max-width: 767px) {
  .threeBox-36 .pic {
    height: auto;
  }
}
.threeBox-36 .pic img {
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .threeBox-36 .pic img {
    height: 35vh;
  }
}
@media (max-width: 767px) {
  .threeBox-36 .pic img {
    width: 100%;
    max-width: 450px;
  }
}
.threeBox-36 .list {
  color: #fff;
  width: 100%;
  border-radius: 30px;
  border-bottom: 40px solid #fff;
  -webkit-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .threeBox-36 .list {
    border-bottom: none;
  }
}
.threeBox-36 .list .item {
  width: 33.33%;
  background-color: #fa2223;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(1.5625vw, 20px);
  padding: 50px max(2.6vw, 20px);
}
@media (max-width: 991px) {
  .threeBox-36 .list .item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .threeBox-36 .list .item {
    width: 100%;
    padding: 4% 10%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.threeBox-36 .list .item:nth-child(2) {
  background-color: #333333;
}
.threeBox-36 .list .item:nth-child(3) {
  background-color: #6B7FD7;
}
.threeBox-36 .list .item .num {
  margin: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.threeBox-36 .list .item .num span {
  color: #fff;
  opacity: 0.8;
}
.threeBox-36 .list .item .subBlockTitle-big, .threeBox-36 .list .item .subBlockTitle-small {
  color: #fff;
}
@media (max-width: 767px) {
  .threeBox-36 .list .item .subBlockTitle-small {
    display: none;
  }
}

/*****************************/
/* home / threeBox-37 */
/*****************************/
.threeBox-37 {
  padding: 10px 0;
}
.threeBox-37 .block {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.threeBox-37 .content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.threeBox-37 .contentRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .threeBox-37 .contentRow {
    position: relative;
  }
}
.threeBox-37 .contentRow .leftBox {
  position: relative;
  width: 45%;
  padding: 0 55px 0 45px;
}
@media (max-width: 1199px) {
  .threeBox-37 .contentRow .leftBox {
    width: 100%;
    padding: 0 7%;
  }
}
@media (max-width: 768px) {
  .threeBox-37 .contentRow .leftBox {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.threeBox-37 .contentRow .rightBox {
  position: relative;
  width: 55%;
}
@media (max-width: 1199px) {
  .threeBox-37 .contentRow .rightBox {
    display: none;
  }
}
.threeBox-37 .uprightTxt {
  position: absolute;
  top: 0;
  left: 0;
  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;
}
@media (max-width: 1199px) {
  .threeBox-37 .uprightTxt {
    display: none;
  }
}
.threeBox-37 .uprightTxt .line {
  width: 1px;
  height: 100px;
  background-color: #fa2223;
}
.threeBox-37 .uprightTxt .txt {
  color: #fa2223;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-top: 15px;
  letter-spacing: 2px;
}
.threeBox-37 .itemImg {
  height: auto;
  aspect-ratio: 500/700;
  padding-bottom: 0;
}
.threeBox-37 .item a {
  display: block;
}
.threeBox-37 .item a:hover .itemImg img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.threeBox-37 .item .tit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  padding: 1.2em 0 0;
}
.threeBox-37 .item .tit > * {
  color: #333333;
}
.threeBox-37 .item .tit .num {
  font-size: 30px;
  line-height: 0.9;
}
@media (max-width: 1440px) {
  .threeBox-37 .item .tit .num {
    font-size: 26px;
  }
}
.threeBox-37 .item .tit .titTw {
  margin-top: 0;
  margin-left: 10px;
  padding-left: 10px;
  margin-right: 20px;
  border-left: solid 1px #333;
}
@media (min-width: 1200px) {
  .threeBox-37 .slideShowOne .item .tit {
    padding: 0;
    z-index: 4;
    top: -25px;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .threeBox-37 .slideShowOne .item .tit .num {
    font-style: italic;
    font-size: 120px;
    line-height: 0.8;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.35);
  }
  .threeBox-37 .slideShowOne .item .tit .titTw {
    border-left: none;
    padding-left: 0;
  }
  .threeBox-37 .slideShowOne .item.slick-current .tit {
    top: -50px;
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .threeBox-37 .slideShowOne .item {
    margin: 10px;
  }
}
.threeBox-37 .blockTitBox {
  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;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 30px;
}
.threeBox-37 .blockTitBox .blockTit {
  width: 100%;
  max-width: 420px;
  margin-top: 100px;
}
.threeBox-37 .blockTitBox .blockTit .blockTitle {
  margin-bottom: 0;
}
.threeBox-37 .blockTitBox .blockTit .blockTitle span {
  color: #333333;
  letter-spacing: 2px;
  line-height: 1;
}
.threeBox-37 .blockTitBox .blockTit .subBlockTitle-small {
  letter-spacing: 2px;
  margin-bottom: 1em;
}
.threeBox-37 .slideShowTwo {
  margin: 0 -35px;
}
.threeBox-37 .slideShowTwo .item {
  padding: 0 35px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding-bottom: 40px;
}
.threeBox-37 .slideShowTwo .item.slick-current {
  padding-top: 40px;
  padding-bottom: 0;
}
.threeBox-37 .arrowBox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.threeBox-37 .arrowBox .slick-arrow {
  position: absolute;
  cursor: pointer;
  font-size: 40px;
  line-height: 1;
  padding: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 576px) {
  .threeBox-37 .arrowBox .slick-arrow {
    font-size: 20px;
  }
}
.threeBox-37 .arrowBox .slick-arrow:hover {
  background: #fa2223;
  color: #fff;
}
.threeBox-37 .arrowBox .slick-prev {
  left: 0;
}
.threeBox-37 .arrowBox .slick-next {
  right: 0;
}
.threeBox-37 .blockTitBox_mb,
.threeBox-37 .btnBox_mb {
  display: none;
}
@media (max-width: 1199px) {
  .threeBox-37 .blockTitBox_pc {
    display: block;
  }
  .threeBox-37 .blockTitBox_mb {
    display: block;
  }
  .threeBox-37 .btnBox_pc {
    display: none;
  }
  .threeBox-37 .btnBox_mb {
    display: block;
    margin-top: 2em;
    text-align: center;
  }
  .threeBox-37 .slideShowTwo {
    display: none;
  }
  .threeBox-37 .blockTitBox .blockTit {
    margin: 0 auto;
  }
  .threeBox-37 .blockTitBox .blockTit .blockTitle,
  .threeBox-37 .blockTitBox .blockTit .subBlockTitle-small {
    text-align: center;
  }
}

/*****************************/
/* home / fourBox-2 */
/*****************************/
.fourBox-2 .container-fluid {
  overflow: hidden;
}

/*****************************/
/* home / fourBox-2-2 */
/*****************************/
.fourBox-2-2 {
  position: relative;
}
.fourBox-2-2 .imgBox {
  width: 100%;
  height: 560px;
  position: relative;
}
@media (max-width: 600px) {
  .fourBox-2-2 .imgBox {
    height: 200px;
  }
}
.fourBox-2-2 .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fourBox-2-2 .navbarSlide {
  width: 100%;
  height: 100%;
  max-width: 1282px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1025px) {
  .fourBox-2-2 .navbarSlide {
    border-left: solid 1px rgba(255, 255, 255, 0.25);
    border-right: solid 1px rgba(255, 255, 255, 0.25);
  }
}
@media (max-width: 1024px) {
  .fourBox-2-2 .navbarSlide::before, .fourBox-2-2 .navbarSlide::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
  }
  .fourBox-2-2 .navbarSlide::before {
    height: 100%;
    width: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fourBox-2-2 .navbarSlide::after {
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 600px) {
  .fourBox-2-2 .navbarSlide {
    display: none;
  }
}
.fourBox-2-2 .navbarSlide .slick-list, .fourBox-2-2 .navbarSlide .slick-track, .fourBox-2-2 .navbarSlide .slick-slide {
  height: 100%;
}
.fourBox-2-2 .navbarSlide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .fourBox-2-2 .navbarSlide .slick-track {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fourBox-2-2 .navbarSlide .slick-slide {
  -webkit-transition: all 0.4s 0.2s ease-out;
  transition: all 0.4s 0.2s ease-out;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .fourBox-2-2 .navbarSlide .slick-slide {
    width: 50% !important;
    height: 50%;
  }
}
@media (min-width: 1025px) {
  .fourBox-2-2 .navbarSlide .slick-slide + .slick-slide {
    border-left: solid 1px rgba(255, 255, 255, 0.25);
  }
}
.fourBox-2-2 .navbarSlide .slick-slide.slick-current {
  background-color: rgba(0, 0, 0, 0.3);
}
.fourBox-2-2 .navbarSlide .slick-slide:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.fourBox-2-2 .txtBox {
  color: #fff;
  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: flex-end;
  gap: 7px;
  padding: 40px 40px 60px;
}
@media (max-width: 1024px) {
  .fourBox-2-2 .txtBox {
    padding: 25px;
  }
}
@media (max-width: 600px) {
  .fourBox-2-2 .txtBox {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.fourBox-2-2 .subBlockTitle-small {
  color: #fff;
  font-weight: bold;
}

/*****************************/
/* home / fourBox-4_2 */
/*****************************/
@media (max-width: 767px) {
  .slidBlock3_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  .slidBlock3_2 .slidItem {
    width: 50%;
    margin: 0;
    padding: 10px;
  }
  .slidBlock3_2 .slidItem p {
    margin-bottom: 0;
  }
}
/*****************************/
/* home / fourBox-7_1 */
/*****************************/
.fourBox-7_1 .inner {
  max-width: 1700px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.fourBox-7_1 .tabListBox {
  border-bottom: 1px solid #e8e8e8;
}
.fourBox-7_1 .editTab .tabList {
  border-bottom: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .fourBox-7_1 .editTab .tabList {
    -webkit-box-orient: initial;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.fourBox-7_1 .editTab .tabList a {
  color: #333333;
  width: auto;
  background-color: transparent;
}
.fourBox-7_1 .editTab .tabList a.active {
  background-color: transparent;
  border-bottom: solid 2px #fa2223;
}
.fourBox-7_1 .seriesBlockTitle {
  margin-top: 0.5em;
}

/*****************************/
/* home / fourBox-18_2 */
/*****************************/
.fourBox-18_2 {
  background: url(../images_v4/home/fourBox-18_2/index_img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 0;
}
.fourBox-18_2 .blockTitle span {
  color: #ffffff;
}
.fourBox-18_2 .blockTitle small {
  color: #c6c6c6;
}
.fourBox-18_2 .cb5_slick .slick-slide .cb5_item > div:nth-child(2) {
  background: #212529;
}
.fourBox-18_2 .cb5_slick .slick-slide .cb5_item > div:nth-child(2) > p:nth-child(1), .fourBox-18_2 .cb5_slick .slick-slide .cb5_item > div:nth-child(2) > p:nth-child(2) {
  color: #fff;
}
.fourBox-18_2 .cb5_slick .slick-slide .cb5_item > div:nth-child(2)::before {
  background: #fff;
}
.fourBox-18_2 .cb5_slick .slick-slide .cb5_item:hover > div:nth-child(2) > p:nth-child(1) {
  color: #212529;
}
.fourBox-18_2 .cb5_slick .slick-slide .cb5_item:hover > div:nth-child(2) > p:nth-child(2) {
  color: #333333;
}
.fourBox-18_2 .cb5_slick .slick-slide .cb5_item > div:nth-child(2) > div {
  color: #212529;
}
@media (min-width: 992px) {
  .fourBox-18_2::before {
    content: "";
    display: block;
    position: absolute;
    width: 492px;
    left: 0;
    background: url(../images_v4/home/fourBox-18_2/bgTop_01-01.svg) no-repeat;
    height: 98px;
    top: -5px;
  }
  .fourBox-18_2::after {
    content: "";
    display: block;
    position: absolute;
    width: 492px;
    background: url(../images_v4/home/fourBox-18_2/bgTop_01-02.svg) no-repeat;
    height: 80px;
    top: auto;
    left: auto;
    bottom: -6px;
    right: 0;
  }
}

/*****************************/
/* home / fourBox-25_2 */
/*****************************/
.fourBox-25_2 {
  background: url(../images_v4/home/fourBox-25_2/index_bg.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: calc(110vh - 90px);
  height: auto;
}
.fourBox-25_2 .indextitle .tilteOne {
  font-size: 44px;
  position: relative;
  font-weight: bold;
  color: #fa2223;
  border-bottom: 3px solid #c1c1c1;
  padding-bottom: 10px;
}
.fourBox-25_2 .indextitle .tilteOne::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 40px;
  background-color: #fa2223;
  z-index: 2;
  margin-top: 2px;
}
.fourBox-25_2 .box-container .list-box .more {
  display: table;
}
.fourBox-25_2 .box-container .list-box {
  display: block;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.fourBox-25_2 .box-container .list-box:hover {
  background-color: rgba(250, 34, 35, 0.5);
}
.fourBox-25_2 .list-box:hover .more {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.fourBox-25_2 .box-container .list-box .more-btn span {
  position: absolute;
  width: 55px;
  height: 1px;
  background: #e7e7e7;
  display: inline-block;
  right: -40px;
  top: calc((100% - 1px) / 2);
  z-index: 3;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.fourBox-25_2 .box-container .list-box .more-btn {
  position: relative;
  bottom: 0;
}
.fourBox-25_2 .box-container .list-box .more-btn span::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 7px 0;
  border-color: transparent transparent #e7e7e7 transparent;
  right: -1px;
  bottom: 50%;
  content: "";
}
.fourBox-25_2 .box-container .list-box:hover .text {
  color: #ffffff;
}
.fourBox-25_2 .box-container .list-box .text {
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .fourBox-25_2 .box-container .list-box {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .fourBox-25_2 .box-container .list-box .more-btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .fourBox-25_2 .box-container .list-box .more-btn {
    opacity: 1;
  }
}

/*****************************/
/* home / fourBox / */
/*****************************/
.fourBox-27-5 .container-fluid {
  overflow-x: initial;
}
.fourBox-27-5 .slider-box {
  overflow: hidden;
  padding: 0 0% 0 10%;
}
@media (max-width: 992px) {
  .fourBox-27-5 .slider-box {
    padding: 0;
    margin: 0 30px;
  }
}
.fourBox-27-5 .slider-item .slider-img-box {
  position: relative;
}
.fourBox-27-5 .slider-item:hover .mask {
  opacity: 1;
}
.fourBox-27-5 .slider-item:hover .mask .mask-info {
  -webkit-animation: fadeInDown 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: fadeInDown 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.fourBox-27-5 .slider-item .mask {
  position: absolute;
  left: 0;
  top: 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;
  width: 100%;
  height: 100%;
  background-color: #fa2223;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fourBox-27-5 .slider-item .mask .mask-info {
  padding: clamp(15px, 1.5vw, 30px);
  width: 100%;
}
.fourBox-27-5 .slider-item .mask .title {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: clamp(15px, 1.2vw, 25px);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  direction: ltr;
}
.fourBox-27-5 .slider-item .mask .border {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  margin-bottom: clamp(15px, 1.2vw, 25px);
}
.fourBox-27-5 .slider-item .mask .btn-more-text {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fourBox-27-5 .slider-item .slider-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: clamp(15px, 1vw, 20px);
  background-color: hsla(0, 0%, 100%, 0.8);
  height: 5em;
  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;
}
.fourBox-27-5 .slider-item .slider-info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  line-height: 1;
  word-wrap: break-word;
  direction: ltr;
}
.fourBox-27-5 .swiper-button-prev,
.fourBox-27-5 .swiper-button-next {
  width: clamp(45px, 3.125vw, 60px);
  height: clamp(45px, 3.125vw, 60px);
  background: #c8ccd2;
  border-radius: 50%;
  -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);
  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;
}
.fourBox-27-5 .swiper-button-prev i,
.fourBox-27-5 .swiper-button-next i {
  font-size: 20px;
}
.fourBox-27-5 .swiper-button-prev:hover,
.fourBox-27-5 .swiper-button-next:hover {
  background: #fa2223;
  color: #ffffff;
}
.fourBox-27-5 .swiper-button-prev {
  left: 5.7vw;
  right: auto;
}
@media (max-width: 992px) {
  .fourBox-27-5 .swiper-button-prev {
    left: 20px;
  }
}
.fourBox-27-5 .swiper-button-next {
  right: -20px;
}
@media (max-width: 992px) {
  .fourBox-27-5 .swiper-button-next {
    right: 20px;
  }
}
.fourBox-27-5 .title-box {
  padding-left: 30px;
}
.fourBox-27-5 .title-box .pageTitleStyle-2 {
  margin-bottom: clamp(25px, 2.5vw, 50px);
  margin-top: clamp(25px, 2.5vw, 50px);
}
@media (max-width: 992px) {
  .fourBox-27-5 .title-box {
    text-align: center;
  }
}
.fourBox-27-5 .img-box {
  position: absolute;
  right: 0;
  width: 18vw;
  bottom: -60px;
}
@media (max-width: 992px) {
  .fourBox-27-5 .img-box {
    display: none;
  }
}
@media (max-width: 992px) {
  .fourBox-27-5 .slider-box-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .fourBox-27-5 .title-box-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*****************************/
/* home / fourBox-27-6 */
/*****************************/
.fourBox-27-6 .area {
  position: relative;
  margin-left: 5%;
}
@media (min-width: 851px) {
  .fourBox-27-6 .titBox {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.fourBox-27-6 .titBox .subBlockTitle {
  margin-top: 0;
}
.fourBox-27-6 .titBox .subBlockTitle span {
  color: orange;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.fourBox-27-6 .titBox .subBlockTitle span::after {
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 0.5em;
  background: rgba(26, 26, 26, 0.2);
  width: clamp(90px, 7.6041666667vw, 146px);
}
.fourBox-27-6 .titBox .BigTit span {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fa2223;
  display: block;
  margin-top: 3.5vw;
}
@media (max-width: 850px) {
  .fourBox-27-6 .titBox .BigTit span {
    font-size: clamp(30px, 5.2083333333vw, 70px);
    margin-top: 5px;
    margin-bottom: 3.5vw;
  }
}
.fourBox-27-6 .areaSlideBox {
  width: 100%;
  margin-left: auto;
}
@media (min-width: 851px) {
  .fourBox-27-6 .areaSlideBox {
    max-width: 88%;
  }
}
.fourBox-27-6 .areaSlide .slick-arrow.slick-prev {
  left: 0;
  opacity: 1;
}
.fourBox-27-6 .areaSlide .slick-list {
  padding-right: 19.9%;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .fourBox-27-6 .areaSlide .slick-list {
    padding-right: 30%;
  }
}
@media (max-width: 850px) {
  .fourBox-27-6 .areaSlide .slick-list {
    padding-right: 15%;
  }
}
.fourBox-27-6 .areaSlide .slick-slide {
  will-change: transform;
}
.fourBox-27-6 .areaSlide .imgLink {
  margin: 0 15px;
  display: block;
}
@media (max-width: 850px) {
  .fourBox-27-6 .areaSlide .imgLink {
    margin: 0 8px;
  }
}
.fourBox-27-6 .areaSlide .itemImg {
  border-radius: 20px;
}
@media (max-width: 850px) {
  .fourBox-27-6 .areaSlide .itemImg {
    border-radius: 10px;
  }
}
.fourBox-27-6 .areaSlide .itemImg img {
  border-radius: 20px;
}
@media (max-width: 850px) {
  .fourBox-27-6 .areaSlide .itemImg img {
    border-radius: 10px;
  }
}
.fourBox-27-6 .areaSlide .txtBox {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5% 2.5%;
  position: absolute;
  bottom: 3.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
}
@media (max-width: 850px) {
  .fourBox-27-6 .areaSlide .txtBox {
    border-radius: 10px;
  }
}
.fourBox-27-6 .areaSlide .txtBox span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}

/*****************************/
/* home / fourBox_29 / */
/*****************************/
.fourBox_29 .items-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}
@media (max-width: 576px) {
  .fourBox_29 .items-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fourBox_29 .items-group .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #adaeb2;
}
@media (min-width: 992px) {
  .fourBox_29 .items-group .item {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .fourBox_29 .items-group .item {
    padding: 1.5rem 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fourBox_29 .items-group .item:not(:last-child) {
    border-right: 1px solid #adaeb2;
  }
}
.fourBox_29 .items-group .item a {
  color: #ffffff;
  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;
  gap: 1rem;
}
@media (max-width: 992px) {
  .fourBox_29 .items-group .item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 576px) {
  .fourBox_29 .items-group .item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.fourBox_29 .items-group .item a i {
  font-size: 1rem;
}
.fourBox_29 .items-group .item a:hover {
  color: #fa2223;
}
@media (min-width: 992px) {
  .fourBox_29 .items-group .item {
    padding: 2.75rem 0;
  }
}

/*****************************/
/* home / fourBox-30 */
/*****************************/
@media (max-width: 991px) {
  .fourBox-30 .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.fourBox-30 .block {
  background-color: #f2f2f2;
}
.fourBox-30 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .fourBox-30 .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fourBox-30 .list .item {
  width: 22%;
  border-right: solid 4px #fff;
  padding: 0 25px 25px 25px;
}
@media (max-width: 991px) {
  .fourBox-30 .list .item {
    width: 50%;
    border-right: none;
    padding: 0 max(15px, 2.5vw) max(15px, 2.5vw) max(15px, 2.5vw);
  }
  .fourBox-30 .list .item + .item {
    border-top: solid 4px #fff;
  }
}
.fourBox-30 .list .item01 {
  width: 30%;
  padding: 25px 25px 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .fourBox-30 .list .item01 {
    width: 100%;
    padding: max(15px, 2.5vw);
  }
}
.fourBox-30 .list .item02 {
  width: 26%;
}
@media (max-width: 991px) {
  .fourBox-30 .list .item02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: max(15px, 2.5vw);
  }
  .fourBox-30 .list .item02 > div {
    width: 50%;
  }
  .fourBox-30 .list .item02 .iconBox {
    padding-right: max(15px, 2.5vw);
  }
  .fourBox-30 .list .item02 .btnBox {
    padding-left: max(15px, 2.5vw);
  }
}
@media (max-width: 991px) {
  .fourBox-30 .list .item03 {
    border-right: solid 4px #fff;
  }
}
.fourBox-30 .subBlockTitle {
  color: #333333;
  margin-top: 0;
}
.fourBox-30 .iconBox {
  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: 80px;
}
@media (max-width: 991px) {
  .fourBox-30 .iconBox {
    height: 65px;
  }
}
.fourBox-30 .iconBox i {
  font-size: 40px;
}
.fourBox-30 .btnBox .btn {
  font-weight: bold;
  width: 100%;
  min-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;
  padding: 0.2rem;
}
@media (max-width: 991px) {
  .fourBox-30 .btnBox .btn {
    max-width: 280px;
    margin: 0 auto;
  }
}
.fourBox-30 .btnBox .btnBG {
  color: #fff;
  background-color: #fa2223;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.8;
}
.fourBox-30 .btnBox .btnBG:hover {
  opacity: 1;
}
.fourBox-30 .btnBox .btnBO {
  color: #333333;
  border: 1px solid #333333;
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
}
.fourBox-30 .btnBox .btnBO:hover {
  border: 3px solid #333333;
}

/*****************************/
/* home / fourBox-31 */
/*****************************/
.fourBox-31 * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .fourBox-31.sectionBlock .row > div:nth-child(-n+2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .fourBox-31.sectionBlock .row > div:nth-child(-n+2) {
    margin-bottom: 15px;
  }
}
.fourBox-31 .list {
  position: relative;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  border: solid 1px #bbb;
  padding: max(15px, 1.2vw) 15px;
}
.fourBox-31 .list:hover {
  background-color: #f4f4f4;
}
.fourBox-31 .list:hover .iconB {
  opacity: 0;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.fourBox-31 .list:hover .arrowB {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.fourBox-31 .list:hover .txtB {
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}
.fourBox-31 .iconB {
  padding-right: 15px;
}
.fourBox-31 .iconB i {
  font-size: 21px;
}
.fourBox-31 .txtB .small {
  color: #767676;
}
.fourBox-31 .arrowB {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
.fourBox-31 .arrowB i {
  color: #6B7FD7;
  font-size: 18px;
  font-weight: bold;
}

/*****************************/
/* home / fourBox-32 */
/*****************************/
.fourBox-32 {
  background: url(../images_v4/home/fourBox-32/index_1.jpg) no-repeat center/cover;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .fourBox-32 {
    padding: 50px 0;
  }
}
.fourBox-32 img {
  vertical-align: middle;
}
.fourBox-32 .content {
  width: 90%;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .fourBox-32 .content {
    width: 100%;
  }
}
.fourBox-32 .row01, .fourBox-32 .row02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .fourBox-32 .row01 {
    min-height: 350px;
  }
}
.fourBox-32 .col_6 {
  width: 50%;
  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;
}
@media (max-width: 1199px) {
  .fourBox-32 .col_6 {
    width: 100%;
  }
}
.fourBox-32 .col_6 .blockTitle {
  font-weight: bold;
  position: relative;
}
@media (max-width: 1199px) {
  .fourBox-32 .col_6 .blockTitle {
    margin-bottom: 30px;
  }
}
.fourBox-32 .col_6 .blockTitle::before {
  content: "";
  background: url(../images_v4/home/fourBox-32/titIcon.svg) no-repeat center/cover;
  position: absolute;
  left: -15px;
  top: 9px;
  width: 46px;
  height: 26px;
}
@media (max-width: 992px) {
  .fourBox-32 .col_6 .blockTitle::before {
    width: 30px;
    height: 17px;
    top: 3px;
  }
}
.fourBox-32 .col_6 .blockTitle span {
  color: #fff;
  border-bottom: solid 1px #ef9c22;
  position: relative;
}
.fourBox-32 .col_6 .blockTitle a {
  color: #fff;
}
@media (max-width: 1199px) {
  .fourBox-32 .row02 {
    max-width: 650px;
    margin: 0 auto;
  }
}
.fourBox-32 .col_4 {
  width: 25%;
  min-height: 350px;
  background-color: #fff;
  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;
  text-align: center;
  padding: 25px;
}
@media (max-width: 1199px) {
  .fourBox-32 .col_4 {
    min-height: auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .fourBox-32 .col_4.aos-animate {
    -webkit-transform: translateY(-350px);
            transform: translateY(-350px);
  }
}
.fourBox-32 .col_4:nth-child(2) {
  background-color: #fa2223;
}
.fourBox-32 .col_4:nth-child(4) {
  background-color: #fa2223;
}
.fourBox-32 .col_4:nth-child(2), .fourBox-32 .col_4:nth-child(4) {
  color: #fff;
}
.fourBox-32 .col_4:nth-child(2) .subBlockTitle-big, .fourBox-32 .col_4:nth-child(4) .subBlockTitle-big {
  color: #333333;
}
.fourBox-32 .col_4:nth-child(2) .small::after, .fourBox-32 .col_4:nth-child(4) .small::after {
  background-color: #333333;
}
@media (max-width: 1199px) {
  .fourBox-32 .col_4:nth-child(2) {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
  }
}
@media (max-width: 576px) {
  .fourBox-32 .col_4 {
    padding: 15px;
  }
}
.fourBox-32 .col_4 .icon {
  width: 65px;
  margin: 0 auto;
}
.fourBox-32 .col_4 .subBlockTitle-big {
  font-weight: bold;
  color: #333333;
  padding: 3px 0;
}
.fourBox-32 .col_4 .small {
  position: relative;
}
.fourBox-32 .col_4 .small::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #333333;
  display: block;
  margin: 12px auto 15px;
}
.fourBox-32 .col_4 .num {
  line-height: 1;
  font-size: 75px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .fourBox-32 .col_4 .num {
    font-size: 38px;
  }
}
.fourBox-32 .col_4 .num small {
  font-size: 18px;
  display: block;
}
@media (max-width: 1199px) {
  .fourBox-32 .col_4 .num small {
    font-size: 14px;
  }
}

/*****************************/
/* home / fiveBox-2_2 */
/*****************************/
.fiveBox-2_2 {
  position: relative;
  padding: max(9%, 100px) 0;
  background-color: #eaeaea;
  z-index: 2;
}
@media (max-width: 576px) {
  .fiveBox-2_2 {
    padding: 50px 0;
  }
}
.fiveBox-2_2 .pic {
  position: absolute;
  bottom: -60px;
  right: calc((100% - 1440px) / 2);
  z-index: -1;
}
@media (max-width: 1199px) {
  .fiveBox-2_2 .pic {
    right: -100px;
  }
}
.fiveBox-2_2 .list {
  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-top: 3em;
}
.fiveBox-2_2 .list .item {
  width: 20%;
}
@media (max-width: 576px) {
  .fiveBox-2_2 .list .item {
    width: 50%;
    margin-bottom: 30px;
  }
}
.fiveBox-2_2 .round {
  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;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .fiveBox-2_2 .round {
    width: 80px;
    height: 80px;
  }
}
.fiveBox-2_2 .round .num {
  font-size: 36px;
}
@media (max-width: 991px) {
  .fiveBox-2_2 .round .num {
    font-size: 20px;
  }
}
.fiveBox-2_2 .round .unit {
  font-size: 22px;
  margin-left: 4px;
}
@media (max-width: 991px) {
  .fiveBox-2_2 .round .unit {
    font-size: 16px;
  }
}
.fiveBox-2_2 .round .icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.fiveBox-2_2 .round .icon svg {
  fill: #fa2223;
}
.fiveBox-2_2 .round .icon[data-name=icon01] svg {
  width: 33px;
  height: 44px;
}
@media (max-width: 991px) {
  .fiveBox-2_2 .round .icon[data-name=icon01] svg {
    width: 18px;
    height: 24px;
  }
}
.fiveBox-2_2 .round .icon[data-name=icon02] svg {
  width: 43px;
  height: 43px;
}
@media (max-width: 991px) {
  .fiveBox-2_2 .round .icon[data-name=icon02] svg {
    width: 24px;
    height: 24px;
  }
}
.fiveBox-2_2 .round .icon[data-name=icon03] svg {
  width: 44px;
  height: 44px;
}
@media (max-width: 991px) {
  .fiveBox-2_2 .round .icon[data-name=icon03] svg {
    width: 24px;
    height: 24px;
  }
}
.fiveBox-2_2 .round .icon[data-name=icon04] svg {
  width: 43px;
  height: 43px;
}
@media (max-width: 991px) {
  .fiveBox-2_2 .round .icon[data-name=icon04] svg {
    width: 24px;
    height: 24px;
  }
}
.fiveBox-2_2 .round .icon[data-name=icon05] svg {
  width: 43px;
  height: 43px;
}
@media (max-width: 991px) {
  .fiveBox-2_2 .round .icon[data-name=icon05] svg {
    width: 24px;
    height: 24px;
  }
}
.fiveBox-2_2 .txt {
  text-align: center;
  position: relative;
  margin-top: 20px;
  padding: 0 5px;
}
.fiveBox-2_2 .txt .txt1 {
  font-weight: bold;
}
.fiveBox-2_2 .txt .txt2 {
  color: #858585;
}
.fiveBox-2_2 .item:not(:first-child) .txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background-color: #ccc;
}
@media (max-width: 991px) {
  .fiveBox-2_2 .item:not(:first-child) .txt::before {
    opacity: 0;
  }
}

/*****************************/
/* home / fiveBox-7 */
/*****************************/
.fiveBox-7 {
  color: #fff;
  padding: 0 15px;
}
.fiveBox-7 img {
  vertical-align: middle;
}
.fiveBox-7 .content {
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .fiveBox-7 .content {
    padding: 0;
  }
}
.fiveBox-7 .cardRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.fiveBox-7 .cardRow .cardCol {
  padding: 0 10px;
  width: 29.18919%;
}
@media (max-width: 992px) {
  .fiveBox-7 .cardRow .cardCol {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 576px) {
  .fiveBox-7 .cardRow .cardCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fiveBox-7 .cardRow .cardCol:nth-child(2) {
  width: 41.62162%;
}
@media (max-width: 992px) {
  .fiveBox-7 .cardRow .cardCol:nth-child(2) {
    width: 100%;
  }
}
.fiveBox-7 .card {
  padding: 10px 0;
}
@media (max-width: 992px) {
  .fiveBox-7 .card {
    padding: 10px;
    width: 100%;
    height: 100%;
  }
}
.fiveBox-7 .card a {
  color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.fiveBox-7 .card a img {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fiveBox-7 .card a .txtBox {
  line-height: 1.1;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}
.fiveBox-7 .card a .txtBox .subBlockTitle-big {
  color: #fff;
  margin-bottom: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.fiveBox-7 .card a .txtBox span {
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.fiveBox-7 .card a:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.fiveBox-7 .card a:hover .txtBox .subBlockTitle-big {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fiveBox-7 .card a:hover .txtBox span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fiveBox-7 .card01 a .txtBox {
  bottom: 45%;
  left: auto;
  right: 30px;
  text-align: right;
}
.fiveBox-7 .card02 a .txtBox {
  bottom: 48%;
  right: 30px;
  text-align: center;
}
.fiveBox-7 .card03 a .txtBox {
  bottom: 48%;
  right: 30px;
  text-align: center;
  text-shadow: 2px 2px 8px #000;
}
.fiveBox-7 .card03 a .txtBox p.subBlockTitle-big {
  font-size: 2.666667rem;
}
@media (max-width: 1440px) {
  .fiveBox-7 .card03 a .txtBox p.subBlockTitle-big {
    font-size: 2.222222rem;
  }
}
@media (max-width: 768px) {
  .fiveBox-7 .card03 a .txtBox p.subBlockTitle-big {
    font-size: 1.777778rem;
  }
}
.fiveBox-7 .card05 a .txtBox {
  right: 30px;
  text-align: center;
}

/*****************************/
/* home / fiveBox-8 */
/*****************************/
.fiveBox-8 .slideBlock6 {
  padding: 0 30px;
}
.fiveBox-8 .slideBlock6 .slick-slide > div:nth-child(1) .slidItem {
  margin-bottom: 30px;
}
.fiveBox-8 .slideBlock6 .slick-slide .slidItem > 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.fiveBox-8 .slideBlock6 .slick-slide .slidItem > a p {
  border-bottom: solid 2px transparent;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fiveBox-8 .slideBlock6 .slick-slide .slidItem > a:hover p {
  color: #fa2223;
  border-bottom: solid 2px #fa2223;
}
.fiveBox-8 .slideBlock6 .slick-slide img {
  width: auto;
  height: 50px;
}
.fiveBox-8 .slideBlock6 .slick-slide p {
  margin: 0;
  color: #fa2223;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fiveBox-8 .slideBlock6 .slick-arrow {
  opacity: 1;
}
.fiveBox-8 .slideBlock6 .slick-arrow.slick-prev {
  left: 0;
}
.fiveBox-8 .slideBlock6 .slick-arrow.slick-next {
  right: 0;
}
.fiveBox-8 .slideBlock6 .slidItem {
  margin-left: 0px;
  margin-right: 0px;
}
.fiveBox-8 .slideBlock6 .slick-arrow {
  color: #fa2223;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px;
  text-align: center;
}
.fiveBox-8 .slideBlock6 .slick-arrow i {
  font-size: 26px;
  padding: 0;
  line-height: 60px;
}
.fiveBox-8 .slideBlock6 .slick-arrow:hover {
  background-color: #fa2223;
}
.fiveBox-8 .slideBlock6 .slick-arrow:hover i {
  color: #fff;
}
@media (max-width: 768px) {
  .fiveBox-8 .slideBlock6 .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .fiveBox-8 .slideBlock6 .slick-arrow i {
    line-height: 40px;
  }
}

/*****************************/
/* home / sixBox-7 */
/*****************************/
.sixBox-7 {
  margin-left: 12%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1440px) {
  .sixBox-7 {
    margin-left: 9%;
  }
}
@media (max-width: 1024px) {
  .sixBox-7 {
    margin-left: 3%;
  }
}
.sixBox-7 .right {
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 30px;
}
.sixBox-7 .right::-webkit-scrollbar {
  height: 5px;
  border-radius: 10px;
  background-color: #ddd;
}
.sixBox-7 .right::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 10px;
  background-color: #333333;
}
@media (min-width: 769px) {
  .sixBox-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sixBox-7 .left {
    width: 35%;
  }
  .sixBox-7 .right {
    margin-left: 50px;
    width: calc(75% - 50px);
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .sixBox-7 .left {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .sixBox-7 {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  .sixBox-7 .left {
    margin: 0 15px;
  }
  .sixBox-7 .right {
    margin-top: 40px;
  }
}
.sixBox-7 .blockTitle span {
  font-weight: bold;
}
.sixBox-7 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.sixBox-7 .list .item {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .sixBox-7 .list .item {
    width: calc((100% - 60px) / 5);
    min-width: 120px;
  }
}
.sixBox-7 .list a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sixBox-7 .list a .itemImg {
  padding-bottom: 185%;
  border-radius: 15px;
  -webkit-box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.5);
}
.sixBox-7 .list a .itemImg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0)), to(rgba(50, 50, 50, 0.5)));
  background: linear-gradient(180deg, rgba(50, 50, 50, 0), rgba(50, 50, 50, 0.5));
  z-index: 1;
}
.sixBox-7 .list a .itemImg img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.sixBox-7 .list a .tit {
  font-weight: bold;
  color: #fff;
  margin: 0;
  position: absolute;
  z-index: 1;
  bottom: 55px;
  left: 10px;
  right: 10px;
  text-align: center;
  line-height: 1.3;
}
.sixBox-7 .list a .btn {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 20px;
  max-width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sixBox-7 .list a .btn:hover {
  background-color: #fa2223;
  color: #fff;
}
.sixBox-7 .list:hover a {
  opacity: 0.6;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.sixBox-7 .list a:hover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sixBox-7 .list a:hover .itemImg img {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*****************************/
/* home / sixBox-8 */
/*****************************/
.sixBox-8 .slideBox {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(12%, rgb(0, 0, 0)), color-stop(88%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(12%, rgb(0, 0, 0)), color-stop(88%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
}
.sixBox-8 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sixBox-8 .card {
  margin: 0 1em;
  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;
  gap: 0.5em;
}
.sixBox-8 .card .icon {
  width: 60px;
}

/*****************************/
/* home / sevenBox-5 */
/*****************************/
.sevenBox-5 img {
  vertical-align: middle;
}
.sevenBox-5 .pcShow::before, .sevenBox-5 .pcShow::after {
  content: "";
  clear: both;
}
@media (max-width: 991px) {
  .sevenBox-5 .pcShow {
    display: none;
  }
}
.sevenBox-5 a {
  display: block;
  float: left;
  width: calc(25% - 10px);
  height: 270px;
  margin: 5px;
  position: relative;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sevenBox-5 a.w-50 {
  width: calc(50% - 10px);
}
.sevenBox-5 a.w-50 .txt {
  width: 50%;
}
.sevenBox-5 a.h-2 {
  height: 550px;
}
.sevenBox-5 a:hover {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sevenBox-5 a .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2vw;
  z-index: 2;
}
.sevenBox-5 a .txt .subBlockTitle {
  color: #fff;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.sevenBox-5 a .txt span {
  color: rgba(255, 255, 255, 0.7);
}
.sevenBox-5 a .txt.black .subBlockTitle {
  color: #333333;
}
.sevenBox-5 a .txt.black span {
  color: rgba(51, 51, 51, 0.7);
}
.sevenBox-5 .mbShow {
  display: none;
}
@media (max-width: 991px) {
  .sevenBox-5 .mbShow {
    display: block;
  }
}
.sevenBox-5 .mbShow .threeBox-28 .slideBox .card .subBlockTitle-small {
  min-height: 1.8em;
}
/*****************************/
/* home / eightBox-1 */
/*****************************/
.eightBox-1 {
  position: relative;
  background: url("../images_v4/home/eightBox-1/bg.jpg") no-repeat center/cover;
  padding: max(40px, 7.3vw) 0px max(40px, 6.25vw);
}
@media (min-width: 992px) {
  .eightBox-1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .eightBox-1 {
    background-position: 70% 50%;
  }
}
.eightBox-1::before {
  content: "";
  position: absolute;
  height: 106%;
  width: 45%;
  bottom: 1px;
  left: 0px;
  background: #003b71;
  opacity: 1;
  -webkit-transform: skewX(200deg);
          transform: skewX(200deg);
}
@media (max-width: 991px) {
  .eightBox-1::before {
    display: none;
  }
}
.eightBox-1 .container {
  padding: 15px;
  overflow: hidden;
}
.eightBox-1 img {
  vertical-align: middle;
}
.eightBox-1 .list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.eightBox-1 .item {
  border-right: 1px solid rgba(220, 220, 220, 0.25);
  border-bottom: 1px solid rgba(220, 220, 220, 0.25);
  border-top: 1px solid rgba(220, 220, 220, 0.25);
  width: 25%;
}
@media (max-width: 991px) {
  .eightBox-1 .item {
    width: 100%;
    border-left: 1px solid rgba(220, 220, 220, 0.25);
  }
}
.eightBox-1 .item:nth-of-type(4n+1) {
  border-left: 1px solid rgba(220, 220, 220, 0.25);
}
.eightBox-1 .item.titItem .in {
  color: #fff;
  padding: max(30px, 3.125vw) 25px;
  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;
  height: 100%;
}
@media (max-width: 991px) {
  .eightBox-1 .item.titItem .in {
    text-align: center;
  }
}
.eightBox-1 .item .blockTitle {
  font-weight: bold;
}
.eightBox-1 .item .blockTitle span {
  color: #fff;
  font-size: 45px;
}
@media (max-width: 1199px) {
  .eightBox-1 .item .blockTitle span {
    font-size: 35px;
  }
}
.eightBox-1 .item .blockTitle small {
  color: #fff;
}
.eightBox-1 .item a.btnBox {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 7px 60px 7px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fa2223;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .eightBox-1 .item a.btnBox {
    margin: 0 auto;
  }
}
.eightBox-1 .item a.btnBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  z-index: -1;
}
.eightBox-1 .item a.btnBox::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: -20px;
  bottom: 0;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  background-color: #55718e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.eightBox-1 .item a.btnBox:hover {
  color: #fff;
}
.eightBox-1 .item a.btnBox:hover::after {
  width: 100%;
}
.eightBox-1 .item a.in {
  position: relative;
  display: block;
  color: #fff;
  padding: max(30px, 3.125vw) max(30px, 2.083vw);
  height: 100%;
}
.eightBox-1 .item a.in::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 120%;
  background-color: #e9eef5;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}
.eightBox-1 .item a.in .iconBox {
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 1;
  -webkit-filter: contrast(0) brightness(200%);
          filter: contrast(0) brightness(200%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
}
.eightBox-1 .item a.in .iconBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.eightBox-1 .item a.in .txtBox {
  position: relative;
  z-index: 1;
}
.eightBox-1 .item a.in .subBlockTitle {
  max-width: calc(100% - 100px);
  margin-top: 0;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #bbb;
}
.eightBox-1 .item a.in .txt {
  margin-top: 1.5em;
}
.eightBox-1 .item a.in .arrowBtn {
  position: relative;
  font-weight: bold;
  margin-top: 1.5em;
}
.eightBox-1 .item a.in .arrowBtn > * {
  display: inline-block;
}
.eightBox-1 .item a.in .arrowBtn img {
  margin-left: 2em;
  -webkit-filter: contrast(0) brightness(200%);
          filter: contrast(0) brightness(200%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.eightBox-1 .item a.in:hover {
  color: #333333;
}
.eightBox-1 .item a.in:hover::before {
  width: calc(100% + 20px);
  height: calc(100% + 35px);
  opacity: 1;
}
.eightBox-1 .item a.in:hover .iconBox {
  -webkit-filter: initial;
          filter: initial;
}
.eightBox-1 .item a.in:hover .subBlockTitle {
  color: #333333;
}
.eightBox-1 .item a.in:hover .arrowBtn {
  color: #fa2223;
}
.eightBox-1 .item a.in:hover .arrowBtn img {
  -webkit-filter: initial;
          filter: initial;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*****************************/
/* home / table-2 */
/*****************************/
.table-2 .js-scrollable {
  overflow: auto;
}
.table-2 .js-scrollable table {
  width: 100%;
  white-space: nowrap;
}
.table-2 .js-scrollable table * {
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
.table-2 .js-scrollable .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  padding: 20px 10px;
}
.table-2 .js-scrollable .scroll-hint-icon-wrap.is-active .scroll-hint-text {
  font-size: 12px;
  line-height: 1;
}

/*****************************/
/* home / table-3 / 左側第一欄位固定 */
/*****************************/
.table_responsive {
  overflow: auto;
}
.table_responsive table {
  white-space: nowrap;
}

.table-3 table thead tr > th:nth-child(1) {
  position: sticky;
  left: 0;
}
.table-3 table tbody tr > td:nth-child(1) {
  position: sticky;
  left: 0;
}
.table-3.cowboyBlock_2 .year_result table thead tr th:nth-child(1) {
  background: #fff;
  background-clip: padding-box;
}
.table-3.cowboyBlock_2 .year_result table tbody tr:nth-child(odd) td:nth-child(1) {
  background: #f0f3f7;
  background-clip: padding-box;
}
.table-3.cowboyBlock_2 .year_result table tbody tr:nth-child(odd):hover td:nth-child(1) {
  background: #fa2223;
}
.table-3.cowboyBlock_2 .year_result table tbody tr:nth-child(even) td:nth-child(1) {
  background: #fff;
  background-clip: padding-box;
}
.table-3.cowboyBlock_2 .year_result table tbody tr:nth-child(even):hover td:nth-child(1) {
  background: #fa2223;
}

/*****************************/
/* home / table-4 / 上方欄位固定 */
/*****************************/
.table-4 .table_responsive {
  max-height: 60vh;
}
.table-4 table thead tr {
  position: relative;
  z-index: 1;
  position: sticky;
  top: 0;
  background: #fff;
}

/*****************************/
/* home / special / */
/*****************************/
.special-16 {
  background: url("../images_v4/home/special-16/bg_01.png") no-repeat #fafaf9 center bottom/cover;
  padding: 160px 0 6% 0;
}
.special-16 .main-box {
  max-width: 990px;
  background: #fff;
  color: #666666;
  padding: 65px 40px 150px 37.5%;
  margin: 0 60px 0 auto;
  -webkit-box-shadow: 0 0 55px rgba(25, 15, 15, 0.12);
          box-shadow: 0 0 55px rgba(25, 15, 15, 0.12);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .special-16 .main-box {
    max-width: 100%;
    padding: 30px 20px;
    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: auto;
  }
}
.special-16 .main-box .photo {
  position: absolute;
  top: -70px;
  right: 60%;
  z-index: 5;
  width: 430px;
  line-height: 0;
}
.special-16 .main-box .photo img {
  -webkit-animation: photoTopMove 4000ms infinite;
          animation: photoTopMove 4000ms infinite;
}
@media (max-width: 992px) {
  .special-16 .main-box .photo {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: 350px;
  }
  .special-16 .main-box .photo img {
    max-height: 100%;
    -webkit-animation: none;
            animation: none;
  }
}
@media (max-width: 768px) {
  .special-16 .main-box .photo {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .special-16 .main-box .photo {
    height: 220px;
  }
}
@media (max-width: 430px) {
  .special-16 .main-box .photo {
    height: 170px;
  }
}
.special-16 .main-box .photo-2 {
  position: absolute;
  bottom: -130px;
  right: 88%;
  z-index: 9;
  width: 270px;
  line-height: 0;
}
.special-16 .main-box .photo-2 img {
  -webkit-box-shadow: 0 0 50px rgba(25, 15, 13, 0.14);
          box-shadow: 0 0 50px rgba(25, 15, 13, 0.14);
  -webkit-animation: secPhotoTopMove 3000ms infinite;
          animation: secPhotoTopMove 3000ms infinite;
}
@media (max-width: 992px) {
  .special-16 .main-box .photo-2 {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
    -webkit-box-shadow: 0 0 49px rgba(24, 13, 13, 0);
            box-shadow: 0 0 49px rgba(24, 13, 13, 0);
    height: 350px;
  }
  .special-16 .main-box .photo-2 img {
    max-height: 100%;
    -webkit-animation: none;
            animation: none;
  }
}
@media (max-width: 768px) {
  .special-16 .main-box .photo-2 {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .special-16 .main-box .photo-2 {
    height: 220px;
  }
}
@media (max-width: 430px) {
  .special-16 .main-box .photo-2 {
    height: 170px;
  }
}
.special-16 .main-box .photo-3 {
  position: absolute;
  bottom: -150px;
  right: -60px;
  z-index: 9;
  width: 420px;
  line-height: 0;
  -webkit-box-shadow: 0 0 50px rgba(24, 15, 15, 0.15);
          box-shadow: 0 0 50px rgba(24, 15, 15, 0.15);
  overflow: hidden;
}
.special-16 .main-box .photo-3 img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.special-16 .main-box .photo-3 .floating-icon {
  position: absolute;
  top: 52.5%;
  left: 50.5%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.6px;
  font-style: italic;
  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;
  min-width: 210px;
}
.special-16 .main-box .photo-3 .floating-icon a {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  color: #ffffff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.special-16 .main-box .photo-3 .floating-icon a::before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 70px;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.special-16 .main-box .photo-3 .floating-icon a::after {
  content: "";
  background: url(../images_v4/home/special-16/icon_circle.png) no-repeat center/cover;
  width: 79px;
  height: 79px;
  position: absolute;
  top: -31px;
  left: -31px;
  z-index: -1;
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.special-16 .main-box .photo-3 .floating-icon a:hover::before {
  background: #fa2223;
  z-index: -1;
}
.special-16 .main-box .photo-3:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
@media (max-width: 992px) {
  .special-16 .main-box .photo-3 {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.special-16 .main-box .txt-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.special-16 .main-box .txt-box .subtitle img {
  margin: 14px 0;
  -webkit-animation: push_LR 3000ms infinite;
          animation: push_LR 3000ms infinite;
}
.special-16 .main-box .txt-box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
  .special-16 .main-box .txt-box .title {
    text-align: center;
  }
}
.special-16 .main-box .txt-box .title::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #fa2223;
  display: block;
  margin: 20px 0 25px -2px;
  position: relative;
  z-index: 1;
  left: 0;
  -webkit-animation: transfer_LR 5000ms infinite;
          animation: transfer_LR 5000ms infinite;
}
.special-16 .main-box .year-box {
  color: #fa2223;
  font-size: 105px;
  font-weight: 800;
  font-style: italic;
  position: absolute;
  top: 90px;
  right: -293px;
  z-index: 10W;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-animation: change_color 10000ms infinite;
          animation: change_color 10000ms infinite;
  line-height: 1;
}
@media (max-width: 1400px) {
  .special-16 .main-box .year-box {
    font-size: 90px;
    right: -260px;
    top: 130px;
  }
}
@media (max-width: 1200px) {
  .special-16 .main-box .year-box {
    right: -215px;
  }
}
@media (max-width: 768px) {
  .special-16 .main-box .year-box {
    font-size: 80px;
    right: -190px;
    top: 120px;
  }
}
@media (max-width: 576px) {
  .special-16 .main-box .year-box {
    font-size: 70px;
    right: -170px;
    top: 100px;
  }
}
@media (max-width: 430px) {
  .special-16 .main-box .year-box {
    font-size: 55px;
    right: -140px;
    top: 80px;
  }
}
.special-16 .more-box {
  max-width: 990px;
  padding: 0 87px 0 0;
  margin: 60px 60px 0 auto;
}
@media (max-width: 990px) {
  .special-16 .more-box {
    max-width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
  }
}
.special-16 .more-btn {
  text-decoration: none;
  color: #fff;
  height: 50px;
  width: 100%;
  left: 40%;
  max-width: 200px;
  padding: 0 0 0 5px;
  position: relative;
  z-index: 1;
  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: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.special-16 .more-btn.italic-font {
  font-style: italic;
}
.special-16 .more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fa2223;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.special-16 .more-btn span {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  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;
  color: #fff;
  margin: 0 0 0 25px;
  line-height: 1;
}
.special-16 .more-btn:hover::before {
  background: #333333;
}
@media (max-width: 990px) {
  .special-16 .more-btn {
    left: 50%;
  }
}

@-webkit-keyframes transfer_LR {
  0% {
    left: 0;
  }
  50% {
    left: calc(100% - 60px);
  }
  100% {
    left: 0;
  }
}

@keyframes transfer_LR {
  0% {
    left: 0;
  }
  50% {
    left: calc(100% - 60px);
  }
  100% {
    left: 0;
  }
}
/*****************************/
/* home / special-17 */
/*****************************/
@media (min-width: 992px) {
  .special-17 .inner {
    width: 85%;
    margin: 0 auto;
  }
}
.special-17 .row {
  margin-left: -2px;
  margin-right: -2px;
}
.special-17 [class^=col] {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px !important;
}
@media (min-width: 576px) {
  .special-17 .picS {
    padding-bottom: 90%;
  }
  .special-17 .picB {
    padding-bottom: calc(45% - 2px);
  }
}
.special-17 .itemImgHover:after {
  content: "\f00e";
}
@media (max-width: 480px) {
  .special-17 .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .special-17 .itemImg {
    padding-bottom: initial;
    height: 150px;
  }
  .special-17 .itemImg img {
    position: relative;
    height: 150px;
  }
}

/*****************************/
/* home / special-18 */
/*****************************/
.special-18 .special-18_pc {
  position: relative;
}
@media (max-width: 991px) {
  .special-18 .special-18_pc {
    display: none;
  }
}
.special-18 .content {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "left-area right-area";
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  height: 734px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.special-18 .left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: left-area;
  margin-left: calc(50vw - 555px);
  margin-top: 187px;
}
@media (max-width: 1199px) {
  .special-18 .left {
    margin-left: 150px;
  }
}
.special-18 .left .titBox {
  min-height: 80px;
  position: relative;
  width: 345px;
}
.special-18 .left .titBox .tit {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.special-18 .left .txtBox {
  margin-top: 38px;
  width: 345px;
}
.special-18 .right {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: right-area;
  margin-left: 125px;
  position: relative;
}
@media (max-width: 1199px) {
  .special-18 .right {
    margin-left: 50px;
  }
}
.special-18 .right .inBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 367px;
  grid-template-rows: 367px;
      grid-template-areas: "area1 . area2 . area4" ". . area3 . .";
  -ms-grid-columns: 255px 28px 255px 28px 255px;
  grid-template-columns: 255px 28px 255px 28px 255px;
}
.special-18 .right figure {
  position: relative;
  height: 339px;
  width: 255px;
  pointer-events: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.special-18 .right figure img {
  height: 339px;
  width: 255px;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-18 .right figure .inTxtBox {
  background: #fff;
  width: 215px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  padding: 15px 15px 0;
  text-align: center;
}
.special-18 .right figure .inTxtBox .inTit {
  font-weight: bold;
}
.special-18 .right figure .inTxtBox .inTxt {
  max-height: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.special-18 .right figure .inTxtBox p {
  margin: 10px 0;
}
.special-18 .right figure .inTxtBox a.btn i {
  margin-left: 13px;
}
.special-18 .right figure .inTxtBox a.btn:hover span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 1px;
}
.special-18 .right figure:hover .inTxtBox {
  padding: 15px;
}
.special-18 .right figure:hover .inTxtBox .inTxt {
  margin-top: -5px;
  max-height: 200px;
}
.special-18 .right .figure01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: area1;
  -webkit-transform: translateY(105px);
          transform: translateY(105px);
}
.special-18 .right .figure02 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: area2;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.special-18 .right .figure03 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: area3;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.special-18 .right .figure04 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: area4;
  -webkit-transform: translateY(231px);
          transform: translateY(231px);
}
.special-18 .right .rightTopImgBox {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: area4;
  justify-self: flex-end;
  margin-top: 40px;
  -webkit-transform: translateX(195px);
          transform: translateX(195px);
}
.special-18 .line {
  clip-path: inset(-5px 550px -5px 0);
  left: calc(50vw - 555px);
  position: absolute;
  top: 160px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .special-18 .line {
    left: 150px;
  }
}
.special-18 .leftBottomImg {
  left: calc(50vw - 85.5px);
  position: absolute;
  top: 459px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .special-18 .leftBottomImg {
    left: 545px;
  }
}
.special-18 .pcBtn {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 55px 0 hsla(0, 0%, 74%, 0.65);
          box-shadow: 0 4px 55px 0 hsla(0, 0%, 74%, 0.65);
  cursor: pointer;
  height: 209px;
  width: 209px;
  position: absolute;
  top: 40%;
  z-index: 2;
}
@media (min-width: 1516px) {
  .special-18 .pcBtn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .special-18 .pcBtn {
    height: 172px;
    width: 172px;
    top: 271px;
  }
  .special-18 .pcBtn svg {
    width: 52px;
    height: 30px;
  }
}
.special-18 .pcBtn .inner {
  height: 100%;
  width: 50%;
  -webkit-writing-mode: vertical-rl;
}
.special-18 .pcBtn.rightBtn {
  right: -104px;
}
@media (max-width: 1199px) {
  .special-18 .pcBtn.rightBtn {
    right: -86px;
  }
}
.special-18 .pcBtn.leftBtn {
  left: -104px;
}
@media (max-width: 1199px) {
  .special-18 .pcBtn.leftBtn {
    left: -86px;
  }
}
.special-18 .pcBtn.leftBtn .inner {
  -webkit-writing-mode: vertical-lr;
  margin-left: auto;
}
.special-18 .pcBtn:hover {
  background-color: #fa2223;
}
.special-18 .pcBtn:hover svg path {
  fill: #fff;
}
.special-18 .special-18_pc .left, .special-18 .special-18_pc .right, .special-18 .special-18_pc .line, .special-18 .special-18_pc .leftBottomImg {
  -webkit-transition: -webkit-transform 1.5s ease 0s;
  transition: -webkit-transform 1.5s ease 0s;
  transition: transform 1.5s ease 0s;
  transition: transform 1.5s ease 0s, -webkit-transform 1.5s ease 0s;
}
.special-18 .special-18_mb {
  display: none;
}
@media (max-width: 991px) {
  .special-18 .special-18_mb {
    display: block;
  }
}
.special-18 .special-18_mb .titBox {
  margin: 0 30px 30px;
}
@media (max-width: 576px) {
  .special-18 .special-18_mb .titBox {
    margin: 0 15px 30px;
  }
}
.special-18 .special-18_mb .titBox .tit {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 8px;
}
.special-18 .special-18_mb .titBox p {
  margin-bottom: 0;
}
.special-18 .special-18_mb .areaSlide {
  margin-left: 25vw;
}
@media (max-width: 576px) {
  .special-18 .special-18_mb .areaSlide {
    margin-left: 7.5px;
  }
}
.special-18 .special-18_mb .areaSlide .slick-list {
  padding-right: 25vw;
}
@media (max-width: 576px) {
  .special-18 .special-18_mb .areaSlide .slick-list {
    padding-right: 0;
  }
}
.special-18 .special-18_mb .areaSlide li {
  margin: 0 7.5px;
}
.special-18 .special-18_mb .areaSlide figure {
  height: 445px;
  width: 330px;
  position: relative;
}
.special-18 .special-18_mb .areaSlide figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.special-18 .special-18_mb .areaSlide figure .inTxtBox {
  width: 100%;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  padding: 15px;
  text-align: center;
}
.special-18 .special-18_mb .areaSlide figure .inTxtBox .inTit {
  font-weight: bold;
  margin-bottom: 7px;
}
.special-18 .special-18_mb .areaSlide figure .inTxtBox a.btn i {
  margin-left: 10px;
}
.special-18 .special-18_mb .areaSlide figure .inTxtBox a.btn:hover span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 1px;
}
.special-18 .special-18_mb .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.special-18 .special-18_mb .controlBox .pageBtn {
  font-weight: bold;
  margin: 0 30px;
}
.special-18 .special-18_mb .controlBox .mbLine {
  margin: 0 15px;
}
.special-18 .special-18_mb .controlBox .slick-arrow {
  background-color: transparent;
  width: 30px;
  cursor: pointer;
}
.special-18 .special-18_mb .controlBox .slick-arrow.slick-disabled {
  color: #ccc;
  cursor: initial;
}
.special-18 .special-18_mb .controlBox .slick-arrow i {
  font-weight: bold;
}

/*****************************/
/* home / special-19 */
/*****************************/
.special-19 .content {
  width: 100%;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.special-19 img {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.special-19 .row {
  margin-left: 0;
  margin-right: 0;
}
.special-19 [class^=col] {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (max-width: 768px) {
  .special-19 [class^=col] {
    margin-bottom: 0 !important;
  }
}
.special-19 .rowTop {
  margin-top: 2.5em;
}
.special-19 .videoBox {
  position: relative;
  padding-bottom: 56.25%;
}
.special-19 .videoBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .special-19 .topCenterBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.special-19 .topCenterBox .topImgBox {
  height: 100%;
}
@media (max-width: 991px) {
  .special-19 .topCenterBox .topImgBox {
    position: relative;
    padding-bottom: 56.25%;
  }
}
.special-19 .topCenterBox img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 991px) {
  .special-19 .topCenterBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }
}
.special-19 .topCenterBox .text {
  color: #fff;
  background-color: #758994;
  padding: 15px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .special-19 .topCenterBox .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .special-19 .topCenterBox .text {
    padding: max(15px, 6%);
  }
}
@media (max-width: 991px) {
  .special-19 .lgHide {
    display: none;
  }
}
@media (min-width: 992px) {
  .special-19 .topRightImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.special-19 .bottomBox01 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fa2223;
}
.special-19 .bottomBox01 .blockTitle {
  margin-bottom: 0;
}
.special-19 .bottomBox01 .blockTitle span {
  color: #fff;
}
@media (max-width: 991px) {
  .special-19 .bottomBox01 {
    padding: max(15px, 6%);
  }
}
.special-19 .bottomBox02 {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5f5f5;
  padding: max(15px, 6%);
}
.special-19 .bottomBox02 .subBlockTitle-big {
  margin-bottom: 10px;
}
.special-19 .bottomBox03 {
  position: relative;
  padding-bottom: 56.25%;
}
.special-19 .bottomBox03 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*****************************/
/* home / special-20 */
/*****************************/
.special-20 {
  position: relative;
}
.special-20 img {
  vertical-align: middle;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-20 .top {
  position: relative;
  background: #333333;
  height: 360px;
}
@media (max-width: 1024px) {
  .special-20 .top {
    z-index: 1;
  }
}
.special-20 .top .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1330px;
  padding: 0 20px;
  z-index: 1;
}
.special-20 .top .txtBox .txt {
  padding-left: 30px;
  width: 37%;
  margin-left: auto;
  color: #fff;
}
@media (max-width: 1024px) {
  .special-20 .top .txtBox .txt {
    width: 100%;
    padding-left: 0;
  }
}
.special-20 .top .blockTitle {
  line-height: 1.2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.special-20 .top .blockTitle span {
  color: #fff;
  font-weight: bold;
}
.special-20 .top .btnBox {
  margin-top: 30px;
}
.special-20 .top .btnBox .moreBtn {
  margin: 0;
  width: 200px;
}
.special-20 .top .btnBox .moreBtn:hover {
  color: #fff;
}
.special-20 .bgBox {
  height: 960px;
  position: relative;
}
@media (max-width: 1230px) {
  .special-20 .bgBox {
    height: 820px;
  }
}
@media (max-width: 1024px) {
  .special-20 .bgBox {
    height: auto;
    margin-top: -15%;
  }
}
.special-20 .bgBox img {
  height: 100%;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (min-width: 1025px) {
  .special-20 .inImgBox {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 1330px;
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .special-20 .inImgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
  }
  .special-20 .inImgBox > div {
    padding: 10px;
    width: 100%;
  }
  .special-20 .inImgBox .inImg02, .special-20 .inImgBox .inImg03 {
    width: 50%;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .special-20 .inImgBox .inImg02, .special-20 .inImgBox .inImg03 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .special-20 .inImgBox .inImg02 img, .special-20 .inImgBox .inImg03 img {
    aspect-ratio: 482/323;
  }
  .special-20 .inImgBox .inImg02 > div, .special-20 .inImgBox .inImg03 > div {
    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;
  }
  .special-20 .inImgBox .inImg02 .txtStyle, .special-20 .inImgBox .inImg03 .txtStyle {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 480px) {
  .special-20 .inImgBox .inImg01 img {
    aspect-ratio: 482/323;
  }
}
.special-20 .inImgBox .txtStyle {
  position: relative;
  padding: 20px 0px 20px 40px;
}
.special-20 .inImgBox .txtStyle::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  width: 1px;
  height: 100%;
  background-color: #fa2223;
}
@media (max-width: 1024px) {
  .special-20 .inImgBox .txtStyle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .special-20 .inImgBox .txtStyle::before {
    top: -10px;
  }
}
@media (max-width: 480px) {
  .special-20 .inImgBox .txtStyle {
    padding-left: 20px;
  }
  .special-20 .inImgBox .txtStyle::before {
    left: 6px;
  }
}
.special-20 .inImgBox .txtStyle .subBlockTitle {
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}
.special-20 .inImgBox .txtStyle .subBlockTitle-small {
  color: #333333;
}
.special-20 .inImgBox .txtStyle p {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .special-20 .inImg01 {
    width: 63%;
  }
  .special-20 .inImg01 .txtStyle {
    width: 46.5%;
  }
}
@media (min-width: 1025px) {
  .special-20 .inImg02 {
    position: absolute;
    top: 340px;
    left: 64.82%;
    width: 32%;
  }
}
@media (min-width: 1025px) {
  .special-20 .inImg03 {
    position: absolute;
    top: 75%;
    left: 32%;
    width: 30.62%;
  }
}

/*****************************/
/* home / special-21 */
/*****************************/
.special-21 {
  position: relative;
  color: #fff;
  background-color: #333333;
  padding-top: 100px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .special-21 {
    padding-bottom: 38%;
  }
}
@media (max-width: 991px) {
  .special-21 {
    padding-top: 80px;
  }
}
.special-21 .inner {
  position: relative;
}
.special-21 .container-fluid {
  width: 90%;
  overflow: initial;
}
.special-21 .blockTitle {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .special-21 .blockTitle {
    text-align: center;
  }
}
.special-21 .blockTitle i {
  position: absolute;
  left: 0;
  top: -50%;
  font-size: 110px;
  font-style: italic;
  line-height: 1.1;
  opacity: 0.15;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 1440px) {
  .special-21 .blockTitle i {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .special-21 .blockTitle i {
    top: -35%;
  }
}
.special-21 .blockTitle span {
  color: #fff;
  line-height: 1.2;
}
.special-21 .blockTitle small {
  color: #fff;
  display: block;
  margin: 15px 0;
}
.special-21 .blockTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 30px;
  height: 10px;
}
@media (max-width: 991px) {
  .special-21 .blockTitle::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .special-21 .btnBox {
    text-align: center;
  }
}
.special-21 .moreBtn4 {
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 0 20px;
}
.special-21 .moreBtn4 i {
  margin-right: 15px;
}
.special-21 .moreBtn4:hover {
  border-color: transparent;
}
@media (min-width: 992px) {
  .special-21 .picBlack {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: calc(68.02% - 200px);
    -webkit-transform: rotate(45deg) translateX(14%) translateX(-30px) translateY(-6%);
            transform: rotate(45deg) translateX(14%) translateX(-30px) translateY(-6%);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@media (max-width: 991px) {
  .special-21 .picBlack {
    margin-top: 40px;
  }
}
.special-21 .picBlack .col-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .special-21 .picBlack .col-none {
    display: none;
  }
}
@media (max-width: 768px) {
  .special-21 .picBlack .row > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.special-21 .picBlack .picBox {
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .special-21 .picBlack .picBox {
    margin-bottom: 0;
  }
}
.special-21 .picBlack .picBox a {
  position: relative;
  display: block;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 45%;
}
@media (min-width: 992px) {
  .special-21 .picBlack .picBox a {
    padding-bottom: 100%;
    -webkit-transform: rotate(-45deg) scale(1.45);
            transform: rotate(-45deg) scale(1.45);
  }
}
.special-21 .picBlack .picBox a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  color: #fff;
  width: 80%;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  line-height: 1.1;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .special-21 .picBlack .picBox a span {
    font-size: 14px;
  }
}
.special-21 .picBlack .picBox a:hover {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}

/*****************************/
/* home / special-22 */
/*****************************/
.special-22 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.special-22 img {
  display: block;
}
.special-22 .txtBox {
  width: 25%;
  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;
}
@media (max-width: 991px) {
  .special-22 .txtBox {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 4.5vw;
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  .special-22 .txtBox .blockTitle {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-orientation: upright;
    margin-bottom: 3.5em;
  }
}
@media (max-width: 991px) {
  .special-22 .txtBox .blockTitle {
    margin-bottom: 0;
    margin-right: 5%;
  }
}
.special-22 .txtBox .logoPic {
  max-width: 60%;
}
@media (max-width: 991px) {
  .special-22 .txtBox .logoPic {
    max-width: 37%;
  }
}
.special-22 .picBox {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .special-22 .picBox {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.special-22 .picBox .pic {
  position: relative;
}
.special-22 .picBox .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-22 .picBox .pic span {
  position: absolute;
  left: 0.8em;
  right: 0.8em;
  bottom: 0.8em;
  display: block;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 3px #000;
}
.special-22 .left {
  width: 59%;
  padding-right: 0.4em;
  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;
}
@media (max-width: 991px) {
  .special-22 .left {
    width: 100%;
    padding-right: 0;
  }
}
.special-22 .left .Ltop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
}
.special-22 .left .Ltop .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.special-22 .left .Ltop .item img {
  aspect-ratio: 275/365;
}
.special-22 .left .Lbottom {
  margin-top: 0.8em;
}
.special-22 .left .Lbottom img {
  aspect-ratio: 848/415;
}
.special-22 .right {
  width: 41%;
  padding-left: 0.4em;
  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;
}
@media (max-width: 991px) {
  .special-22 .right {
    width: 100%;
    margin-top: 0.8em;
    padding-left: 0;
  }
}
.special-22 .right .Rtop img {
  aspect-ratio: 582/251;
}
.special-22 .right .Rbottom {
  margin-top: 0.8em;
}
.special-22 .right .Rbottom img {
  aspect-ratio: 582/520;
}

/*****************************/
/* home / carouselBox-1*/
/*****************************/
.carouselBox-1 .box-constainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.carouselBox-1 .box-constainer.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .carouselBox-1 .box-constainer.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 992px) {
  .carouselBox-1 .box-constainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.carouselBox-1 .border-box {
  margin: 0 auto;
  width: 10%;
  background: #d8d8d8;
  border: 0 solid #d8d8d8;
  height: 0.0625rem;
  margin-bottom: 15px;
}
.carouselBox-1 .image-slider {
  width: 100%;
}
.carouselBox-1 .image-slider .item-nav-next {
  right: 0;
}
.carouselBox-1 .image-slider .slick-arrow {
  opacity: 0.6;
  background-color: #000;
}
.carouselBox-1 .image-slider .slick-arrow:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .carouselBox-1 .image-slider {
    width: 66%;
  }
}
.carouselBox-1 .text-box {
  width: 100%;
  padding: 2rem 2.5rem;
}
@media (min-width: 992px) {
  .carouselBox-1 .text-box {
    width: 34%;
    padding: 2rem;
    margin-left: 5%;
  }
}
.carouselBox-1 .text-box .text-slider {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .carouselBox-1 .text-box .text-slider {
    width: 75%;
  }
}
@media (max-width: 576px) {
  .carouselBox-1 .text-box .text-slider {
    margin-top: 0;
  }
  .carouselBox-1 .text-box .text-slider .slider-list-title {
    margin-top: 24px;
  }
}
.carouselBox-1 .control-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.carouselBox-1 .control-box .slick-arrow {
  cursor: pointer;
}
.carouselBox-1 .control-box .item-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

/*****************************/
/* home / carouselBox-1-5 */
/*****************************/
.carouselBox-1-5 .box-constainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-top: 30px;
}
.carouselBox-1-5 .box-constainer.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .carouselBox-1-5 .box-constainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.carouselBox-1-5 .border-box {
  margin: 0 auto;
  width: 10%;
  background: #d8d8d8;
  border: 0 solid #d8d8d8;
  height: 0.0625rem;
  margin-bottom: 15px;
}
.carouselBox-1-5 .image-slider {
  width: 100%;
}
.carouselBox-1-5 .image-slider .item-nav-next {
  right: 0;
}
.carouselBox-1-5 .image-slider .slick-arrow {
  opacity: 0.6;
  background-color: #000;
}
.carouselBox-1-5 .image-slider .slick-arrow:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .carouselBox-1-5 .image-slider {
    width: 66%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.carouselBox-1-5 .text-box {
  width: 100%;
  padding: 2rem 2.5rem;
}
@media (min-width: 992px) {
  .carouselBox-1-5 .text-box {
    width: 34%;
    padding: 2rem;
    margin-left: 5%;
  }
}
.carouselBox-1-5 .text-box .text-slider {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .carouselBox-1-5 .text-box .text-slider {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .carouselBox-1-5 .text-box .text-slider {
    margin-top: 0;
  }
  .carouselBox-1-5 .text-box .text-slider .slider-list-title {
    margin-top: 24px;
  }
}
.carouselBox-1-5 .text-box .content-box {
  background-color: #f9f9f9;
  padding: 1rem;
}
.carouselBox-1-5 .text-box .content-box ul {
  list-style: disc;
  padding-left: 1.4em;
}
.carouselBox-1-5 .text-box .content-box ol {
  list-style: auto;
  padding-left: 1.4em;
}
@media (min-width: 992px) {
  .carouselBox-1-5 .text-box .content-box {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 1500px) {
  .carouselBox-1-5 .text-box .content-box {
    padding: 1rem 2.5rem;
  }
}
.carouselBox-1-5 .text-box .btn-group {
  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;
}
@media (min-width: 992px) {
  .carouselBox-1-5 .text-box .btn-group {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.carouselBox-1-5 .control-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.carouselBox-1-5 .control-box .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.carouselBox-1-5 .control-box .items-list li {
  margin-right: 10px;
}
.carouselBox-1-5 .control-box .items-list li.slick-current {
  padding-bottom: 1rem;
}
.carouselBox-1-5 .control-box .items-list li.slick-current .small {
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 4px solid #fa2223;
}

/*****************************/
/* home / carouselBox-2 */
/*****************************/
@media (min-width: 992px) {
  .carouselBox-2 {
    position: relative;
    width: min(1740px, 90.62vw);
    margin-left: auto;
    margin-right: auto;
  }
  .carouselBox-2 .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .carouselBox-2 .containerBox {
    position: relative;
  }
}
.carouselBox-2 .listBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: min(75px, 3.9vw);
     -moz-column-gap: min(75px, 3.9vw);
          column-gap: min(75px, 3.9vw);
}
@media (max-width: 991px) {
  .carouselBox-2 .listBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.carouselBox-2 .blockTitle {
  font-weight: bold;
}
@media (min-width: 992px) {
  .carouselBox-2 .blockTitle {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.5rem;
  }
}
@media (max-width: 991px) {
  .carouselBox-2 .blockTitle {
    margin-bottom: min(81.92px, 10.66vw);
  }
}
.carouselBox-2 .listSlideBox {
  width: min(540px, 28.12vw);
}
@media (max-width: 991px) {
  .carouselBox-2 .listSlideBox {
    width: min(330px, 37vw);
  }
}
.carouselBox-2 .listSlideBox li a {
  position: relative;
  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: min(22px, 1.2vw) 0;
  margin-top: 0;
  cursor: pointer;
  -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.4;
}
.carouselBox-2 .listSlideBox li a::before, .carouselBox-2 .listSlideBox li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fa2223;
}
.carouselBox-2 .listSlideBox li a::before {
  opacity: 0.4 !important;
}
.carouselBox-2 .listSlideBox li a::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
}
.carouselBox-2 .listSlideBox li a .dots {
  position: relative;
  width: min(18px, 1vw);
  height: min(18px, 1vw);
  border-radius: 50%;
  border: 1px solid #fa2223;
}
.carouselBox-2 .listSlideBox li a .dots::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fa2223;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
}
.carouselBox-2 .listSlideBox li.slick-current a {
  opacity: 1;
}
.carouselBox-2 .listSlideBox li.slick-current a::after {
  width: 100%;
}
.carouselBox-2 .listSlideBox li.slick-current a .dots::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.carouselBox-2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: min(210px, 10.93vw);
     -moz-column-gap: min(210px, 10.93vw);
          column-gap: min(210px, 10.93vw);
}
@media (max-width: 991px) {
  .carouselBox-2 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: min(81.92px, 10.66vw);
  }
}
.carouselBox-2 .textBox {
  position: relative;
}
@media (min-width: 992px) {
  .carouselBox-2 .textBox {
    width: min(690px, 35.93vw);
    padding-top: min(345px, 17.96vw);
    padding-left: min(15px, 0.78vw);
  }
}
.carouselBox-2 .textBox p {
  margin-bottom: 0;
}
.carouselBox-2 .btnBox {
  margin-top: 3.8%;
}
@media (max-width: 576px) {
  .carouselBox-2 .btnBox {
    text-align: center;
  }
}
.carouselBox-2 .imgBox {
  width: min(840px, 43.75vw);
}
@media (max-width: 991px) {
  .carouselBox-2 .imgBox {
    width: min(389.12px, 50.66vw);
    height: min(318px, 53vw);
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.carouselBox-2 .imgBox img {
  display: block;
  width: 100%;
}

/*****************************/
/* home / carouselBox-3 */
/*****************************/
.carouselBox-3 .navbarSlide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carouselBox-3 .navbarSlide li {
  margin-right: 15px;
  line-height: 1.3;
  border-bottom: 4px solid #e6e6e6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  height: auto;
  -ms-flex-item-align: self-end;
      -ms-grid-row-align: self-end;
      align-self: self-end;
}
.carouselBox-3 .navbarSlide li.slick-current, .carouselBox-3 .navbarSlide li:hover {
  border-bottom: 4px solid #4d4d4d;
}
.carouselBox-3 .navbarSlide a {
  display: block;
  color: #333333;
  cursor: pointer;
  padding: 1.5vw;
}
.carouselBox-3 .contentSlide {
  margin-top: 15px;
}
.carouselBox-3 .contentSlide img {
  display: block;
}
.carouselBox-3 .contentSlide .subBlockTitle {
  margin-top: 0;
  margin-bottom: 10px;
}
.carouselBox-3 .contentSlide.slick-slider {
  overflow: visible;
}
.carouselBox-3 .contentSlide.slick-slider .slick-arrow {
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
  color: #333333;
  overflow: visible;
}
.carouselBox-3 .contentSlide.slick-slider .slick-arrow i {
  font-weight: bolder;
  font-size: 26px;
  padding: 0.3em;
}
.carouselBox-3 .contentSlide.slick-slider .slick-arrow.slick-prev {
  left: -41px;
}
.carouselBox-3 .contentSlide.slick-slider .slick-arrow.slick-next {
  right: -41px;
}
@media (min-width: 1200px) and (max-width: 1270px) {
  .carouselBox-3 .contentSlide.slick-slider .slick-arrow i {
    padding: 0;
  }
  .carouselBox-3 .contentSlide.slick-slider .slick-arrow.slick-prev {
    left: -18px;
  }
  .carouselBox-3 .contentSlide.slick-slider .slick-arrow.slick-next {
    right: -18px;
  }
}
@media (min-width: 992px) and (max-width: 1060px) {
  .carouselBox-3 .contentSlide.slick-slider .slick-arrow i {
    padding: 0;
  }
  .carouselBox-3 .contentSlide.slick-slider .slick-arrow.slick-prev {
    left: -18px;
  }
  .carouselBox-3 .contentSlide.slick-slider .slick-arrow.slick-next {
    right: -18px;
  }
}
@media (max-width: 860px) {
  .carouselBox-3 .contentSlide.slick-slider .slick-arrow {
    background: rgba(255, 255, 255, 0.5);
  }
  .carouselBox-3 .contentSlide.slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .carouselBox-3 .contentSlide.slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 576px) {
  .carouselBox-3 .contentSlide.slick-slider .slick-arrow i {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .carouselBox-3 .contentSlide .row > div:first-child {
    margin-bottom: 15px;
  }
}

/*****************************/
/* home / carouselBox-4 */
/*****************************/
.carouselBox-4 .navbarSlide {
  width: 65%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .carouselBox-4 .navbarSlide {
    width: 100%;
  }
}
.carouselBox-4 .navbarSlide .tab {
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 0 5px;
}
.carouselBox-4 .navbarSlide .tab::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  top: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.carouselBox-4 .navbarSlide .tab:last-of-type::after {
  display: none;
}
@media (max-width: 576px) {
  .carouselBox-4 .navbarSlide .tab a {
    font-size: 12px;
  }
}
.carouselBox-4 .navbarSlide .tab .num {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #f5f5f5;
  border-radius: 50%;
  border: solid 5px #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.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.carouselBox-4 .navbarSlide .tab:hover .num {
  color: #fff;
  background-color: #333333;
}
.carouselBox-4 .navbarSlide .tab:hover .tit {
  color: #333333;
}
.carouselBox-4 .navbarSlide .tab.slick-current .num {
  color: #fff;
  background-color: #fa2223;
}
.carouselBox-4 .navbarSlide .tab.slick-current .tit {
  color: #fa2223;
}
.carouselBox-4 .contentSlide {
  width: 85%;
  max-width: 950px;
  margin: 1em auto 0;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .carouselBox-4 .contentSlide {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .carouselBox-4 .contentSlide {
    padding: 0;
    overflow: visible;
  }
}
.carouselBox-4 .contentSlide .pic {
  vertical-align: middle;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.carouselBox-4 .contentSlide .txt {
  margin-top: 1em;
}
.carouselBox-4 .contentSlide .slick-arrow {
  opacity: 1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fa2223;
  border: solid 2px #fa2223;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 576px) {
  .carouselBox-4 .contentSlide .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.carouselBox-4 .contentSlide .slick-arrow i {
  padding: 0;
  font-weight: bold;
}
.carouselBox-4 .contentSlide .slick-arrow:hover {
  color: #333333;
  border: solid 2px #333333;
  background-color: rgba(255, 255, 255, 0.5);
}
.carouselBox-4 .contentSlide .slick-arrow.slick-disabled {
  cursor: default;
  color: #767676;
  border: solid 2px #767676;
}
.carouselBox-4 .contentSlide .slick-arrow.slick-disabled:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.carouselBox-4 .contentSlide .slick-arrow.slick-prev {
  left: 20px;
}
@media (max-width: 576px) {
  .carouselBox-4 .contentSlide .slick-arrow.slick-prev {
    left: -10px;
  }
}
.carouselBox-4 .contentSlide .slick-arrow.slick-next {
  right: 20px;
}
@media (max-width: 576px) {
  .carouselBox-4 .contentSlide .slick-arrow.slick-next {
    right: -10px;
  }
}

/*****************************/
/* home / carouselBox-5 */
/*****************************/
.carouselBox-5 .slideBox {
  position: relative;
}
.carouselBox-5 .slideBox .card {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.carouselBox-5 .slideBox .txt {
  margin-top: 0.5em;
}
.carouselBox-5 .slideBox .slick-dots li button {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  cursor: pointer;
  background-color: #bbb;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.carouselBox-5 .slideBox .slick-dots li button:hover {
  background-color: #4d4d4d;
}
.carouselBox-5 .slideBox .slick-dots li button::after {
  background: transparent;
}
.carouselBox-5 .slideBox .slick-dots li.slick-active button {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #fa2223;
}
.carouselBox-5 .slideBox .slick-dots li + li {
  margin-left: 18px;
}
.carouselBox-5 .slideBox .slick-arrow {
  opacity: 1;
  background-color: #e6e6e6;
  color: #333333;
  border-radius: 0;
}
.carouselBox-5 .slideBox .slick-arrow i {
  font-weight: bold;
}
.carouselBox-5 .slideBox .slick-arrow:hover {
  background-color: #e6e6e6;
}
.carouselBox-5 .slideBox .slick-arrow.slick-prev {
  left: 5%;
}
.carouselBox-5 .slideBox .slick-arrow.slick-next {
  right: 5%;
}
.carouselBox-5 .slideBox::before, .carouselBox-5 .slideBox::after {
  content: "";
  position: absolute;
  top: 0;
  width: 17.7%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .carouselBox-5 .slideBox::before, .carouselBox-5 .slideBox::after {
    width: 70px;
  }
}
@media (max-width: 576px) {
  .carouselBox-5 .slideBox::before, .carouselBox-5 .slideBox::after {
    width: 40px;
  }
}
.carouselBox-5 .slideBox::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.carouselBox-5 .slideBox::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .carouselBox-5 .slideBox .slick-list {
    padding: 0 70px !important;
  }
}
@media (max-width: 576px) {
  .carouselBox-5 .slideBox .slick-list {
    padding: 0 40px !important;
  }
}

/*****************************/
/* home / carouselBox-6 */
/*****************************/
.carouselBox-6 .box-constainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-top: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1200px) {
  .carouselBox-6 .box-constainer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .carouselBox-6 .box-constainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.carouselBox-6 .text-box {
  width: 100%;
  padding: 2rem 2.5rem;
}
@media (min-width: 992px) {
  .carouselBox-6 .text-box {
    width: 30%;
    padding: 1rem 0.5rem;
    margin-left: 2%;
  }
}
@media (min-width: 1200px) {
  .carouselBox-6 .text-box {
    width: 20%;
    padding: 2rem;
    margin-left: 5%;
  }
}
@media (max-width: 576px) {
  .carouselBox-6 .text-box {
    padding: 0px 15px;
  }
  .carouselBox-6 .text-box .pageTitleStyle-2 {
    margin-top: 0;
  }
}
.carouselBox-6 .text-box span.strock {
  color: transparent;
  -webkit-text-stroke: 1.5px #184387;
}
.carouselBox-6 .control-box .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.carouselBox-6 .control-box .items-list li {
  margin-right: 10px;
  margin-bottom: 0.5rem;
}
.carouselBox-6 .control-box .items-list li .num {
  background: #c8d8f1;
  margin-right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
.carouselBox-6 .control-box .items-list li.slick-slide .small::after {
  content: "";
  display: block;
  background: #fa2223;
  height: 1px;
  width: 0%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.carouselBox-6 .control-box .items-list li.slick-slide.slick-current .small::after {
  width: 80%;
}
.carouselBox-6 .control-box .items-list li.slick-current {
  padding-bottom: 1rem;
}
@media (max-width: 992px) {
  .carouselBox-6 .control-box .items-list {
    display: none;
  }
}
.carouselBox-6 .image-slider {
  width: 100%;
}
@media (min-width: 1200px) {
  .carouselBox-6 .image-slider {
    width: 75%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 992px) {
  .carouselBox-6 .image-slider {
    width: 70%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.carouselBox-6 .image-slider li {
  position: relative;
}
.carouselBox-6 .image-slider li .descriptionBlock {
  position: absolute;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 30px 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carouselBox-6 .image-slider li .descriptionBlock .list-title {
  color: #fff;
  margin-right: 30px;
  width: 50%;
}
.carouselBox-6 .image-slider li .descriptionBlock .list-title small {
  color: inherit;
}
.carouselBox-6 .image-slider li .descriptionBlock .content-box {
  padding-left: 30px;
  border-left: 1px solid #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 70%;
}
.carouselBox-6 .image-slider li .descriptionBlock .content-box p {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .carouselBox-6 .image-slider li .descriptionBlock .content-box {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .carouselBox-6 .image-slider li .descriptionBlock {
    width: 100%;
    padding: 20px 30px;
  }
  .carouselBox-6 .image-slider li .descriptionBlock .list-title {
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .carouselBox-6 .image-slider li .descriptionBlock {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: inherit;
    padding: 30px 15px 0px 15px;
    width: 100%;
  }
  .carouselBox-6 .image-slider li .descriptionBlock .list-title {
    color: inherit;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .carouselBox-6 .image-slider li .descriptionBlock .content-box {
    padding-left: 0;
    max-width: 100%;
    display: block;
  }
}
.carouselBox-6 .image-slider.slick-slider .slick-arrow {
  opacity: 1;
  top: 7em;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: default;
  color: #767676;
  border-radius: 0;
}
.carouselBox-6 .image-slider.slick-slider .slick-arrow i {
  font-weight: bold;
}
.carouselBox-6 .image-slider.slick-slider .slick-prev {
  left: 0;
}
.carouselBox-6 .image-slider.slick-slider .slick-next {
  right: 0;
}

/*****************************/
/* home / carouselBox-7 */
/*****************************/
.carouselBox-7 {
  position: relative;
  padding: 120px 0;
  background-image: url("../images_v4/carouselBox/carouselBox-7/demo_bg.jpg");
  background-size: cover;
}
@media (max-width: 1024px) {
  .carouselBox-7 {
    padding: 40px 0;
  }
}
.carouselBox-7 .box-container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  padding: 0;
  border-top: none;
}
@media (max-width: 1610px) {
  .carouselBox-7 .box-container {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .carouselBox-7 .box-container {
    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;
    padding-right: 30px;
  }
}
.carouselBox-7 .tab-control {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  padding: 0;
  border-top: none;
}
@media (max-width: 1024px) {
  .carouselBox-7 .pageTitleStyle-2 {
    margin-top: 0;
  }
}
.carouselBox-7 .pageTitleStyle-2 small {
  color: #fff;
}
.carouselBox-7 .item {
  position: relative;
  color: #fff;
}
.carouselBox-7 .item .txt-box {
  width: 520px;
  position: absolute;
  top: 125px;
  left: 0;
}
@media (max-width: 1600px) {
  .carouselBox-7 .item .txt-box {
    top: 50px;
  }
}
@media (max-width: 1024px) {
  .carouselBox-7 .item .txt-box {
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 30px;
    width: 100%;
  }
}
.carouselBox-7 .item .img-box {
  width: 1280px;
  margin-left: auto;
}
@media (max-width: 1600px) {
  .carouselBox-7 .item .img-box {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .carouselBox-7 .item .img-box {
    width: 100%;
  }
}
.carouselBox-7 .tab-content-item {
  display: none;
}
@media (max-width: 1024px) {
  .carouselBox-7 .tabBox {
    padding-bottom: 40px;
  }
}
.carouselBox-7 .tabBox .tab {
  border-top: none;
  display: block;
  position: absolute;
  top: 245px;
  right: 90px;
  border-right: 1px solid #fff;
  padding: 25px 0;
}
@media (max-width: 1610px) {
  .carouselBox-7 .tabBox .tab {
    top: 120px;
    right: 30px;
    margin-top: 40px;
  }
}
.carouselBox-7 .tabBox .tab a {
  background-color: transparent;
  color: #fff;
  display: block;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding: 20px 12px;
  position: relative;
  z-index: 2;
  text-align: right;
}
.carouselBox-7 .tabBox .tab a.active {
  color: #333333;
}
@media (max-width: 1024px) {
  .carouselBox-7 .tabBox .tab {
    display: none;
  }
}
.carouselBox-7 .tabBox .mTabBox {
  position: relative;
  z-index: 3;
}
@media (min-width: 1025px) {
  .carouselBox-7 .tabBox .mTabBox {
    display: none;
  }
}
.carouselBox-7 .tabBox .mTabBox .main {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #333333;
}
.carouselBox-7 .tabBox .mTabBox .main::before {
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  font-family: FontAwesome;
}
.carouselBox-7 .tabBox .mTabBox .mtab {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
  display: none;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: none;
}
.carouselBox-7 .tabBox .mTabBox .mtab a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 20px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
.carouselBox-7 .tabBox .mTabBox .mtab a.active {
  color: #333333;
}
.carouselBox-7 .tabBox .mTabBox.open .mtab {
  display: block;
}

/*****************************/
/* home / carouselBox-8 */
/*****************************/
.carouselBox-8 {
  position: relative;
}
@media (min-width: 1025px) {
  .carouselBox-8 {
    padding: 0 80px;
  }
}
@media (min-width: 1025px) {
  .carouselBox-8 .topTxtBox {
    position: absolute;
    right: 80px;
    z-index: 1;
  }
}
@media (max-width: 1024px) {
  .carouselBox-8 .topTxtBox {
    margin-left: 10vw;
  }
}
.carouselBox-8 .topTxtBox .style {
  display: block;
  color: #333333;
}
@media (min-width: 1025px) {
  .carouselBox-8 .topTxtBox .style {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.carouselBox-8 .topTxtBox .bigTxt {
  font-size: 54px;
  line-height: 1.2;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px rgb(26, 26, 26);
}
@media (max-width: 768px) {
  .carouselBox-8 .topTxtBox .bigTxt {
    font-size: 40px;
  }
}
.carouselBox-8 .topTxtBox .txt {
  font-size: 24px;
  letter-spacing: 6px;
}
@media (max-width: 768px) {
  .carouselBox-8 .topTxtBox .txt {
    font-size: 18px;
  }
}
.carouselBox-8 .contentSlide {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .carouselBox-8 .contentSlide {
    margin-top: 5vw;
    height: 800px;
    overflow: visible;
  }
  .carouselBox-8 .contentSlide .slick-list {
    overflow: visible;
  }
  .carouselBox-8 .contentSlide .slick-dots {
    position: absolute;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .carouselBox-8 .contentSlide .slick-dots li:not(.slick-active) button:after {
    background: #bbb;
  }
}
@media (max-width: 768px) {
  .carouselBox-8 .contentSlide {
    height: 520px;
  }
  .carouselBox-8 .contentSlide .slick-dots {
    bottom: 40px;
  }
}
.carouselBox-8 .contentSlide .list {
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 1024px) {
  .carouselBox-8 .contentSlide .list {
    padding-bottom: 0;
  }
}
.carouselBox-8 .contentSlide .left {
  position: relative;
  width: calc(100% - 240px);
  height: 630px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .carouselBox-8 .contentSlide .left {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .carouselBox-8 .contentSlide .left {
    height: 300px;
  }
}
.carouselBox-8 .contentSlide .left .img {
  width: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (min-width: 1025px) {
  .carouselBox-8 .contentSlide .left .img {
    clip-path: polygon(0% 0%, 100% 8.27%, 100% 91.03%, 0% 100%);
  }
}
.carouselBox-8 .contentSlide .left .img:hover {
  clip-path: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.carouselBox-8 .contentSlide .right {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 460px;
  height: 340px;
  clip-path: polygon(0px 8%, 100% 0px, 100% 100%, 0px 93%);
  padding: 48px 64px;
  background-color: rgba(240, 240, 240, 0.95);
  z-index: 1;
}
@media (max-width: 1024px) {
  .carouselBox-8 .contentSlide .right {
    right: calc(50% - 230px);
    bottom: -200px;
  }
}
@media (max-width: 768px) {
  .carouselBox-8 .contentSlide .right {
    width: 320px;
    height: 230px;
    right: calc(50% - 160px);
    bottom: -150px;
    padding: 40px 24px;
  }
  .carouselBox-8 .contentSlide .right .subBlockTitle-small {
    display: none;
  }
}
.carouselBox-8 .contentSlide .right .in {
  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%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .carouselBox-8 .contentSlide .right .in {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.carouselBox-8 .contentSlide .right .in .small, .carouselBox-8 .contentSlide .right .in .subBlockTitle-big, .carouselBox-8 .contentSlide .right .in .subBlockTitle-small {
  color: #333333;
}
.carouselBox-8 .contentSlide .right .in .subBlockTitle-big {
  font-weight: bold;
  margin: 5px 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.carouselBox-8 .contentSlide .right .arrowBox {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 66px;
  height: 66px;
  border: 1px solid #333333;
  border-radius: 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;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}
.carouselBox-8 .contentSlide .right .arrowBox .arrow {
  width: 66px;
  height: 35px;
}
.carouselBox-8 .contentSlide .list.slick-current .left .img {
  width: 100%;
}
.carouselBox-8 .contentSlide .list.slick-current .right .in {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.carouselBox-8 .contentSlide .list.slick-current .right .in .subBlockTitle-big {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.carouselBox-8 .contentSlide .list.slick-current .right .arrowBox {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.carouselBox-8 .navbarSlide {
  position: relative;
  width: calc(50% - 40px);
  overflow: visible;
  top: -50px;
}
@media (max-width: 1024px) {
  .carouselBox-8 .navbarSlide {
    display: none;
  }
}
.carouselBox-8 .navbarSlide::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(26, 26, 26);
}
.carouselBox-8 .navbarSlide a {
  position: relative;
  display: block;
  cursor: pointer;
  color: #aaa;
  padding: 15px 10px;
}
.carouselBox-8 .navbarSlide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fa2223;
  width: 0;
  height: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carouselBox-8 .navbarSlide a span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.carouselBox-8 .navbarSlide li.slick-current a {
  color: #333333;
}
.carouselBox-8 .navbarSlide li.slick-current a::before {
  width: 100%;
}

/*****************************/
/* home / carouselBox-9 */
/*****************************/
.carouselBox-9 {
  background-color: #f3f3f3;
  padding: 130px 0;
}
@media (max-width: 991px) {
  .carouselBox-9 {
    padding: 60px 0;
  }
}
.carouselBox-9 .content {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .carouselBox-9 .content {
    max-width: 768px;
  }
}
.carouselBox-9 .btnBox {
  margin-top: 1.8em;
}
@media (max-width: 991px) {
  .carouselBox-9 .btnBox {
    margin-top: 50px;
  }
}
.carouselBox-9 .btnBox a {
  display: inline-block;
  border: 2px solid #333333;
  border-radius: 10px;
  padding: 7px 1.5em;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.carouselBox-9 .btnBox a i {
  font-weight: bold;
  margin-left: 0.5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.carouselBox-9 .btnBox a:hover {
  background-color: #333333;
  color: #fff;
}
.carouselBox-9 .btnBox a:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.carouselBox-9 .areaPc {
  position: relative;
  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-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.carouselBox-9 .areaPc .left {
  margin-left: max(30px, 5vw);
  width: 35%;
  max-width: calc(100% - 880px);
  padding-right: 2vw;
}
@media (max-width: 1299px) {
  .carouselBox-9 .areaPc .left {
    margin-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .carouselBox-9 .areaPc .left {
    width: 40%;
    max-width: initial;
  }
}
.carouselBox-9 .areaPc .right {
  width: 850px;
  min-width: 850px;
}
@media (max-width: 1550px) {
  .carouselBox-9 .areaPc .right {
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 1199px) {
  .carouselBox-9 .areaPc .right {
    width: 650px;
    min-width: 650px;
  }
}
.carouselBox-9 .areaPc .navbarSlide .slick-list {
  padding-bottom: 1em;
}
.carouselBox-9 .areaPc .navbarSlide .slick-track {
  padding-bottom: 1em;
}
.carouselBox-9 .areaPc .navbarSlide .slick-slide {
  margin: 7px 0;
}
.carouselBox-9 .areaPc .navbarSlide a {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.carouselBox-9 .areaPc .navbarSlide a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 0.75em;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.carouselBox-9 .areaPc .navbarSlide a:hover {
  opacity: 0.8;
}
.carouselBox-9 .areaPc .navbarSlide a:hover::before {
  background-color: #fa2223;
  opacity: 0.8;
}
.carouselBox-9 .areaPc .navbarSlide li.slick-current a {
  font-weight: bold;
  font-size: 1.111111rem;
  color: #fa2223;
}
.carouselBox-9 .areaPc .navbarSlide li.slick-current a::before {
  background-color: #fa2223;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media (min-width: 769px) and (max-width: 1440px) {
  .carouselBox-9 .areaPc .navbarSlide li.slick-current a {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .carouselBox-9 .areaPc .navbarSlide li.slick-current a {
    font-size: 0.888889rem;
  }
}
.carouselBox-9 .areaPc .contentSlide::after {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#f3f3f3), color-stop(50%, hsla(0, 0%, 90%, 0)));
  background: linear-gradient(270deg, #f3f3f3, hsla(0, 0%, 90%, 0) 50%);
  z-index: 1;
}
.carouselBox-9 .areaPc .contentSlide .slide {
  position: relative;
  width: 480px;
  height: 538px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  z-index: 1;
  -webkit-transform: translateX(-390px) scale(0.56);
          transform: translateX(-390px) scale(0.56);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.carouselBox-9 .areaPc .contentSlide .slide.slick-current + .slide {
  z-index: 2;
  -webkit-transform: translateX(-190px) scale(0.75);
          transform: translateX(-190px) scale(0.75);
}
.carouselBox-9 .areaPc .contentSlide .slide.slick-current {
  z-index: 3;
  -webkit-transform: translateX(0px) scale(1);
          transform: translateX(0px) scale(1);
}
.carouselBox-9 .areaPc .contentSlide .slide.slick-current .itemImg img {
  opacity: 1;
}
.carouselBox-9 .areaPc .contentSlide .slide::after {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 32px;
  font-weight: bold;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
}
.carouselBox-9 .areaPc .contentSlide .slide:hover::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  color: #fa2223;
}
.carouselBox-9 .areaPc .contentSlide a.list {
  display: block;
  cursor: pointer;
}
.carouselBox-9 .areaPc .contentSlide a.list:hover .itemImgHover.hoverEffect5 img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.carouselBox-9 .areaPc .contentSlide .itemImg {
  border-radius: 10px 10px 0 0;
}
.carouselBox-9 .areaPc .contentSlide .itemImg img {
  opacity: 0.6;
}
.carouselBox-9 .areaPc .contentSlide .textBox {
  padding: 30px 60px 30px 30px;
}
.carouselBox-9 .areaPc .contentSlide .textBox .subBlockTitle {
  margin: 0;
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.carouselBox-9 .areaMb {
  display: none;
}
.carouselBox-9 .areaMb .blockTitle {
  margin-bottom: 1.3em;
}
.carouselBox-9 .areaMb .itemImg {
  padding-bottom: 40%;
}
.carouselBox-9 .areaMb .faqItemStyle-2 .faqItem {
  border-bottom: 1px solid #d6d6d6;
}
.carouselBox-9 .areaMb .faqItemStyle-2 .faqItem .faqItem_head, .carouselBox-9 .areaMb .faqItemStyle-2 .faqItem .faqItem_body {
  background-color: transparent;
  border-bottom: none;
  color: #333333;
}
.carouselBox-9 .areaMb .faqItemStyle-2 .faqItem .faqItem_head {
  padding-left: 0;
  padding-right: 30px;
}
.carouselBox-9 .areaMb .faqItemStyle-2 .faqItem .faqItem_head::before {
  display: none;
}
.carouselBox-9 .areaMb .faqItemStyle-2 .faqItem .faqItem_head::after {
  font-size: 24px;
  color: #333333;
  right: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.carouselBox-9 .areaMb .faqItemStyle-2 .faqItem .faqItem_body {
  padding: 12.5px 0 50px;
}
.carouselBox-9 .areaMb .faqItemStyle-2 .faqItem.faqItem_current .faqItem_head {
  background-color: transparent;
  color: #333333;
}
.carouselBox-9 .areaMb .faqItemStyle-2 .faqItem.faqItem_current .faqItem_head::after {
  color: #fa2223;
  content: "\f067";
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
}
@media (max-width: 768px) {
  .carouselBox-9 .areaMb .faqItemStyle-2 .faqItem.faqItem_current .faqItem_body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .carouselBox-9 .areaPc {
    display: none;
  }
  .carouselBox-9 .areaMb {
    display: block;
  }
}

/*****************************/
/* home / carouselBox-10 */
/*****************************/
@media (min-width: 769px) {
  .carouselBox-10 {
    background-color: #fa2223;
    padding: 50px 0;
  }
}
.carouselBox-10 img {
  vertical-align: bottom;
}
.carouselBox-10 .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.carouselBox-10 .row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.carouselBox-10 .row01 .child_6 {
  width: 50%;
}
@media (max-width: 768px) {
  .carouselBox-10 .row01 .child_6 {
    width: 100%;
  }
}
.carouselBox-10 .slideShowOne img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .carouselBox-10 .slideShowOne li {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 13%;
  }
  .carouselBox-10 .slideShowOne li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.carouselBox-10 .titBox {
  padding: 20px 30px 10px;
  background-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;
  overflow: hidden;
}
@media (max-width: 768px) {
  .carouselBox-10 .titBox {
    padding: 20px;
  }
}
.carouselBox-10 .titBox .blockTitle span {
  color: #333333;
}
.carouselBox-10 .titBox .btnBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.carouselBox-10 .titBox a {
  display: inline-block;
}
.carouselBox-10 .titBox a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .carouselBox-10 .titBox a img {
    width: 90px;
  }
}
.carouselBox-10 .titBox a:hover img {
  opacity: 0.6;
}
.carouselBox-10 .row02 {
  position: relative;
}
.carouselBox-10 .row02Poa {
  color: #fff;
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  left: 25%;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
@media (max-width: 1199px) {
  .carouselBox-10 .row02Poa {
    width: 33.3333%;
    left: 33.3333%;
  }
}
@media (max-width: 768px) {
  .carouselBox-10 .row02Poa {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    padding: 20px;
  }
}
.carouselBox-10 .row02Poa .tit {
  border-bottom: solid 2px #fff;
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-align: center;
}
.carouselBox-10 .row02Poa .txt {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*****************************/
/* home / carouselBox-11 */
/*****************************/
.carouselBox-11 {
  padding: 0 max(20px, 2.08vw);
  color: #fff;
  font-weight: bold;
}
.carouselBox-11 .content {
  position: relative;
  background-color: #333333;
  border-radius: 20px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .carouselBox-11 .content {
    padding: 120px 0;
  }
}
.carouselBox-11 .content::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.carouselBox-11 li.card {
  padding: 0 7.5px;
}
.carouselBox-11 li.card .pic {
  border-radius: 5px;
}
.carouselBox-11 .slideBox_reverse {
  margin-top: 30px;
}
.carouselBox-11 .inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.carouselBox-11 .txtBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .carouselBox-11 .txtBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
    gap: 60px;
  }
}
.carouselBox-11 .txtBox a.list {
  width: 50%;
  max-width: 580px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  text-align: 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .carouselBox-11 .txtBox a.list {
    width: 100%;
    padding: 40px 20px;
  }
}
@media (max-width: 480px) {
  .carouselBox-11 .txtBox a.list {
    padding: 30px 20px;
  }
}
.carouselBox-11 .txtBox a.list .icon {
  color: #fff;
  width: 60px;
  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;
  font-size: 30px;
  background-color: #fa2223;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.carouselBox-11 .txtBox a.list .subBlockTitle-big {
  color: #fff;
  margin: 0;
}
.carouselBox-11 .txtBox a.list .btn {
  margin-top: 2em;
  display: inline-block;
}
.carouselBox-11 .txtBox a.list .moreBtn12 {
  color: #333333;
  background-color: #fff;
  width: 100%;
  max-width: 230px;
  padding: 13px 25px;
}
.carouselBox-11 .txtBox a.list .moreBtn12::before {
  background-color: #e5e5e5;
}
.carouselBox-11 .txtBox a.list:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.carouselBox-11 .txtBox a.list:hover .moreBtn12 {
  color: #333333;
}
.carouselBox-11 .txtBox a.list:hover .moreBtn12::before {
  width: 100%;
}
.carouselBox-11 .txtBox a.list + .list .icon {
  background-color: #333333;
}

.product-topSideMenu-Style02 {
  background: #f9f9f9;
  padding: 10px 0;
  border-bottom: 6px solid #e3e3e3;
}
.product-topSideMenu-Style02.classification_menu ul li.active a::after {
  background-color: transparent;
}
.product-topSideMenu-Style02.classification_menu ul li.active a:hover::after {
  background-color: #fa2223;
}

.product-topSideMenu-Style03 {
  margin-bottom: 60px;
  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;
  position: relative;
}
.product-topSideMenu-Style03::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dddddd;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.product-topSideMenu-Style03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background: #ffffff;
  padding: 0 30px;
}
.product-topSideMenu-Style03 ul li a {
  border-radius: 50px;
  padding: 20px 60px;
  border: 1px solid #fa2223;
  background: #ffffff;
  color: #fa2223;
  font-weight: 600;
}
.product-topSideMenu-Style03 ul li a:hover {
  background: #fa2223;
  color: #ffffff;
}
.product-topSideMenu-Style03 ul li.active a {
  background: #fa2223;
  color: #ffffff;
}
@media (max-width: 576px) {
  .product-topSideMenu-Style03 ul {
    gap: 15px;
    padding: 0 15px;
  }
  .product-topSideMenu-Style03 ul li a {
    padding: 10px 30px;
  }
}

.product-topSideMenu-Style04 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.product-topSideMenu-Style04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background: #ffffff;
  padding: 0 10px;
}
.product-topSideMenu-Style04 ul li a {
  border-radius: 50px;
  padding: 15px 60px;
  color: #969696;
  font-weight: 600;
}
.product-topSideMenu-Style04 ul li a:hover {
  background: #fa2223;
  color: #ffffff;
}
.product-topSideMenu-Style04 ul li.active a {
  background: #fa2223;
  color: #ffffff;
}
@media (max-width: 576px) {
  .product-topSideMenu-Style04 ul {
    gap: 15px;
    padding: 0;
  }
  .product-topSideMenu-Style04 ul li a {
    padding: 10px 30px;
  }
}

.product-topSideMenu-Style05 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.product-topSideMenu-Style05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  width: 100%;
  border-bottom: 2px solid #fa2223;
}
.product-topSideMenu-Style05 ul li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.product-topSideMenu-Style05 ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 60px;
  color: #969696;
  font-weight: 600;
  width: 100%;
  background-color: #f7f7f7;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 576px) {
  .product-topSideMenu-Style05 ul li a {
    padding: 15px;
  }
}
.product-topSideMenu-Style05 ul li a:hover {
  color: #fa2223;
}
.product-topSideMenu-Style05 ul li.active a {
  background: transparent;
  color: #fa2223;
}

.product-topSideMenu-Style06 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 576px) {
  .product-topSideMenu-Style06 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-topSideMenu-Style06 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  position: relative;
  height: 2.3em;
}
@media (max-width: 1920px) {
  .product-topSideMenu-Style06 ul {
    height: 2.2vw;
  }
}
@media (max-width: 992px) {
  .product-topSideMenu-Style06 ul {
    height: 5.6vmin;
  }
}
@media (max-width: 576px) {
  .product-topSideMenu-Style06 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-topSideMenu-Style06 ul li {
  margin-right: 54px;
}
@media (max-width: 1920px) {
  .product-topSideMenu-Style06 ul li {
    margin-right: 2.8vw;
  }
}
@media (max-width: 992px) {
  .product-topSideMenu-Style06 ul li {
    margin-right: 7.2vmin;
  }
}
.product-topSideMenu-Style06 ul li:last-child {
  margin-right: 0;
}
.product-topSideMenu-Style06 ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #969696;
  font-weight: 600;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}
.product-topSideMenu-Style06 ul li a:hover {
  color: #fa2223;
}
.product-topSideMenu-Style06 ul li a:hover::after {
  background: #fa2223;
}
.product-topSideMenu-Style06 ul li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: calc(100% - 2.4px);
  height: 2px;
  background: rgba(161, 161, 161, 0.2);
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: background;
  transition-property: background;
  z-index: 1;
}
@media (max-width: 1920px) {
  .product-topSideMenu-Style06 ul li a:after {
    bottom: -0.1vw;
    width: calc(100% - 0.125vw);
    height: 0.1vw;
  }
}
@media (max-width: 992px) {
  .product-topSideMenu-Style06 ul li a:after {
    bottom: -0.25vmin;
    width: calc(100% - 0.3vmin);
    height: 0.25vmin;
  }
}
.product-topSideMenu-Style06 ul li.active a {
  background: transparent;
  color: #fa2223;
}
.product-topSideMenu-Style06 ul li.active a::after {
  background: #fa2223;
}
.product-topSideMenu-Style06 ul::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: calc(100% - 2.4px);
  height: 2px;
  background: rgba(161, 161, 161, 0.2);
}
@media (max-width: 1920px) {
  .product-topSideMenu-Style06 ul::after {
    bottom: -0.1vw;
    width: calc(100% - 0.125vw);
    height: 0.1vw;
  }
}
@media (max-width: 992px) {
  .product-topSideMenu-Style06 ul::after {
    bottom: -0.25vmin;
    width: calc(100% - 0.32vmin);
    height: 0.25vmin;
  }
}

.productDetail-controlBox {
  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;
  gap: 9vw;
  margin: 30px 0;
}
@media (max-width: 576px) {
  .productDetail-controlBox .btn {
    min-width: auto;
    width: 30vw;
  }
}
.productDetail-controlBox .moreBtn3::before, .productDetail-controlBox .moreBtn3::after {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  position: relative;
  background: transparent;
}
@media (max-width: 576px) {
  .productDetail-controlBox .moreBtn3::before, .productDetail-controlBox .moreBtn3::after {
    width: 30px;
    height: 30px;
  }
}
.productDetail-controlBox .moreBtn3.disabled {
  cursor: default;
}
.productDetail-controlBox .prev .moreBtn3::after {
  display: none;
}
.productDetail-controlBox .prev .moreBtn3::before {
  content: url("../images_v4/icon/arrowLeft.svg");
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(-6px, 0, 0);
          transform: translate3d(-6px, 0, 0);
}
.productDetail-controlBox .prev .moreBtn3:hover::before {
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
.productDetail-controlBox .prev .moreBtn3.disabled:hover::before {
  -webkit-transform: translate3d(-6px, 0, 0);
          transform: translate3d(-6px, 0, 0);
}
.productDetail-controlBox .next .moreBtn3::after {
  content: url("../images_v4/icon/arrowRight.svg");
}
.productDetail-controlBox .next .moreBtn3.disabled:hover::after {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

@media (max-width: 767px) {
  body.product section.sectionBlock .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  body.shop section.sectionBlock .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ribbon {
  width: 70px;
  height: 40px;
  background: #fa2223;
  color: #ffffff;
  top: -6px;
  left: 25px;
  position: absolute;
  z-index: 4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.ribbon::after {
  content: "";
  height: 0;
  width: 0;
  border-left: 35px solid #fa2223;
  border-right: 35px solid #fa2223;
  border-bottom: 10px solid transparent;
  bottom: -9px;
  position: absolute;
}
.ribbon::before {
  content: "";
  height: 0;
  width: 0;
  border-bottom: 6px solid #fa2223;
  border-right: 6px solid transparent;
  position: absolute;
  right: -6px;
  top: 0;
}
@media (max-width: 576px) {
  .ribbon {
    width: 50px;
    height: 30px;
    left: 15px;
  }
  .ribbon::after {
    border-left: 25px solid #fa2223;
    border-right: 25px solid #fa2223;
  }
}

.newProduct-tag a {
  position: relative;
}
.newProduct-tag a .ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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: #fa2223;
}
.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: #fa2223 transparent transparent transparent;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .productsTopList-triangle {
    display: none;
  }
}

.productsTopList-classify_mobile {
  display: none;
}

@media (max-width: 992px) {
  .productsTopList-classify_mobile {
    display: block;
    position: relative;
    width: 100%;
  }
  .productsTopList-classify_mobile select {
    display: none;
  }
  .productsTopList-classify_mobile .select-selected {
    background: #333333;
    color: #fff;
    -webkit-animation: select_big 3s infinite;
            animation: select_big 3s infinite;
    letter-spacing: 10px;
    margin-bottom: 40px;
  }
  .productsTopList-classify_mobile .select-selected::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    width: 15px;
    height: 17px;
    background: url(/images_v4/icon/arrow-down-wt.svg) no-repeat;
    background-size: 15px;
  }
  .productsTopList-classify_mobile .select-selected::after.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  .productsTopList-classify_mobile .select-items {
    position: absolute;
    background: #fff;
    border: solid #333333 1px;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 8;
  }
  .productsTopList-classify_mobile .select-hide {
    display: none;
  }
  .select-items div,
  .select-selected {
    color: #333333;
    padding: 8px 16px;
    border-bottom: 1px solid #333333;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .select-items div:hover,
  .select-items .same-as-selected {
    background: #333333;
    color: #fff;
  }
}
.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 li {
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #fff;
  background-color: #ccc;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .productTopMenu-doubleDecker .productMainMenu li {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.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: #fa2223;
}
.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: #fa2223;
}
.productTopMenu-doubleDecker .productSubMenu li:not(:last-child):after {
  content: "│";
  color: #999;
  margin: 0 10px;
}
.productTopMenu-doubleDecker .productSubMenu li.active a {
  color: #fa2223;
}

/*調整側選單底線寬度*/
.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: 991px) {
  .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 .productListStyle05 .proItem {
  margin-bottom: 15px;
}
.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: #fa2223;
  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: #fa2223;
  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;
}
.productListBlock .subBlockTitle:hover {
  color: #fa2223;
}
.productListBlock a:hover .itemImgHover::before, .productListBlock a:hover .itemImgHover::after {
  opacity: 1;
}
.productListBlock a:hover .itemImgHover::before {
  top: 0;
}
.productListBlock a:hover .itemImgHover.hoverEffect1::after {
  top: 50%;
}

.cartBox .cartBox_cart a small {
  border-radius: 50%;
  color: #fa2223;
  border: 1px solid #fa2223;
  width: 30px;
  height: 30px;
  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;
}
.cartBox .cartBox_cart a small i {
  margin-right: 0;
}
.cartBox .cartBox_cart a small.active, .cartBox .cartBox_cart a small:hover {
  color: #fff;
  background-color: #fa2223;
}

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

.prod_title {
  color: #fa2223;
  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 {
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 15px;
}
.prod_btn button:last-child {
  margin-right: 0;
}
.prod_btn button.itemAddFavor {
  background: transparent;
  border: 1px solid #fa2223;
  color: #fa2223;
  height: 44px;
  line-height: 44px;
  padding: 0 0.5em;
  min-width: 192px;
  border-radius: 5px;
  font-size: 0.888889rem;
}
.prod_btn button.itemAddFavor i {
  font-size: 15px;
  margin-right: 5px;
}
.prod_btn button.itemAddFavor:hover {
  background: #fa2223;
  color: #ffffff;
}
@media (max-width: 440px) {
  .prod_btn button.itemAddFavor {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .prod_btn button.itemAddFavor {
    font-size: 0.722222rem;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .prod_btn button.itemAddFavor {
    font-size: 0.777778rem;
  }
}

.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) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 175px);
          flex: 1 0 calc(100% - 175px);
  max-width: calc(100% - 175px);
  margin-left: 30px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.proInquiry .proInquiry_item > div:nth-child(2) .subBlockTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.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;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .proInquiry .proInquiry_item > div:nth-child(2), .proInquiry .proInquiry_item > div:nth-child(3) {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .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: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .proInquiry .proInquiry_item .delete {
    position: absolute;
    bottom: 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;
}
.productListStyle04 .proItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productListStyle04 .textBox {
  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: 1;
          flex: 1;
}
.productListStyle04 .textBox .productFeature {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.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;
  margin: 30px 0;
}
.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;
  margin-bottom: 15px;
}
.productListStyle05 .proImgBox {
  display: block;
  width: 50%;
}
.productListStyle05 .productBrief {
  width: 50%;
  padding: 0 24px;
  position: relative;
}
.productListStyle05 .subBlockTitle {
  font-weight: bold;
  color: #333333;
}
.productListStyle05 .subBlockTitle:hover {
  color: #fa2223;
}
.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: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .productListStyle05 .productBriefText {
    margin-bottom: 30px;
  }
}
.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;
  position: absolute;
  bottom: 0;
  right: 0;
}
.productListStyle05 .addItemAddCart,
.productListStyle05 .delItemAddCart {
  min-width: 108px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  border-radius: 0;
  margin: 0;
  color: #fff;
}
.productListStyle05 .addItemAddCart i,
.productListStyle05 .delItemAddCart i {
  margin-right: 2px;
}
.productListStyle05 .delItemAddCart {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.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: #fa2223;
}
.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: #fa2223 transparent transparent transparent;
  margin: 0 auto;
}
.productListStyle06 .proItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productListStyle06 .proItem .txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.productListStyle06 a:hover .subBlockTitle {
  color: #fa2223;
}
.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;
  color: #fff;
}
.productListStyle07 .delItemAddCart {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.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: #fa2223;
}
.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: #fa2223;
}
.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 .productBrief {
  width: 100%;
  padding: 5px 18px 0 18px;
  text-align: center;
}
.productListStyle08 a:hover .proItemBorder {
  border-color: #fa2223;
}
.productListStyle08 a:hover .subBlockTitle {
  color: #fa2223;
}

.productListStyle09 {
  padding: 0 9px;
}
.productListStyle09 .proItem {
  width: 33.3333333%;
  padding: 6px;
}
.productListStyle09 .proItem a {
  width: 100%;
  display: block;
}
.productListStyle09 .proItem a:hover .subBlockTitle {
  color: #fa2223;
}
.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;
}

.productListStyle10-5 {
  padding-left: 15px;
  padding-right: 15px;
}
.productListStyle10-5 .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-5 .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-5 .imgBox a {
  display: block;
}
.productListStyle10-5 .imgBox .itemImg {
  padding-bottom: 63.473%;
}
@media (max-width: 768px) {
  .productListStyle10-5 .imgBox {
    width: 100%;
  }
}
.productListStyle10-5 .blockTitle span {
  color: #fff;
}
.productListStyle10-5 .blockTitle span:hover {
  color: #fa2223;
}
.productListStyle10-5 .productBrief {
  width: 48.87%;
  padding: 6.7% 7% 8.3% 7%;
  background-color: #333333;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 768px) {
  .productListStyle10-5 .productBrief {
    width: 100%;
    position: static;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.productListStyle10-5 .subBlockTitle {
  height: 1.8em;
  font-weight: bold;
  color: #fff;
  -webkit-line-clamp: 1;
}
.productListStyle10-5 .underLine {
  width: 100%;
  height: 2px;
  margin: 13px 0;
}
.productListStyle10-5 .productBriefText {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productListStyle10-5 > div.proItem:nth-child(odd) .productBrief {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  right: 0;
}
.productListStyle10-5 > div.proItem:nth-child(odd) .productBrief::after {
  content: "";
  background: url(../images_v4/icon/icon_dropdown_arrow.svg) no-repeat center/cover;
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 180px;
  height: 180px;
}
@media (max-width: 992px) {
  .productListStyle10-5 > div.proItem:nth-child(odd) .productBrief::after {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 576px) {
  .productListStyle10-5 > div.proItem:nth-child(odd) .productBrief::after {
    width: 50px;
    height: 50px;
    bottom: -10px;
    right: -10px;
  }
}
.productListStyle10-5 > div.proItem:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.productListStyle10-5 > div.proItem:nth-child(even) .imgBox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.productListStyle10-5 > div.proItem:nth-child(even) .productBrief {
  left: 0;
}
.productListStyle10-5 > div.proItem:nth-child(even) .productBrief::after {
  content: "";
  background: url(../images_v4/icon/icon_dropdown_arrow.svg) no-repeat center/cover;
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 180px;
  height: 180px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 992px) {
  .productListStyle10-5 > div.proItem:nth-child(even) .productBrief::after {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 576px) {
  .productListStyle10-5 > div.proItem:nth-child(even) .productBrief::after {
    width: 50px;
    height: 50px;
    bottom: -10px;
    left: -10px;
  }
}

.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;
}
.productListStyle11 a:hover .subBlockTitle {
  color: #fa2223;
}

.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: #fa2223;
}
.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: #fa2223; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fa2223), to(#333333));
  background: linear-gradient(to right, #fa2223 0%, #333333 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: #fa2223; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fa2223), to(#333333));
  background: linear-gradient(to right, #fa2223 0%, #333333 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: #fa2223;
  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 #fa2223 solid;
  font-weight: bold;
  color: #fa2223;
  padding: 10px;
  margin-bottom: 50px;
  cursor: pointer;
}
.proTitleBlock1:hover {
  background-color: #fa2223;
  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: 3px solid rgba(111, 185, 247, 0);
  }
  .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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.productListStyle15 .prd-series-item .text {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 84%;
  margin: 1em auto 0;
  height: 5.4em;
}
.productListStyle15 .prd-series-item .title {
  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 .title {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .productListStyle15 .prd-series-item .title {
    font-size: 1rem;
  }
}
.productListStyle15 .prd-series-item .title:hover {
  color: #fa2223;
}
.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: #fa2223;
  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;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 25px 0;
  background-color: #fa2223;
}
.productListStyle15 .prd-series-item .btn-area .btn:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.productListStyle15 .prd-series-item .btn-area .btn.delItemAddCart {
  -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,
.prod_blk-revise .product-detail-info {
  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,
.prod_blk-revise .product-detail-info .itemForm {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.prod_blk-revise .col-lg-6 form,
.prod_blk-revise .product-detail-info 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;
}
.prod_blk-revise .product-detail-info {
  height: 100%;
  background: #fdfdfd;
  padding: 30px 40px;
  border: solid #eee 1px;
}
.prod_blk-revise .product-detail-info .prod_title {
  border-bottom: solid 1px;
  padding-bottom: 10px;
}

/*****************************/
/* 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 / detail11.php 修正*/
/*****************************/
.prod_blk11 .slider-box {
  position: relative;
}
.prod_blk11 .slider-box .zoom-in-icon {
  width: 45px;
  height: 45px;
  background-color: #fa2223;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  pointer-events: none;
  -webkit-transition: all 0.5s cubic-bezier(0.67, 0.2, 0.38, 0.92);
  transition: all 0.5s cubic-bezier(0.67, 0.2, 0.38, 0.92);
}
.prod_blk11 .slider-box:hover .zoom-in-icon {
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
}
.prod_blk11 .slider-for img:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.prod_blk11 .slider-for .slick-dots {
  position: absolute;
  top: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  overflow: hidden;
}
.prod_blk11 .slider-for .slick-dots li {
  line-height: 35px;
}
@media (max-width: 576px) {
  .prod_blk11 .slider-for .slick-dots li {
    line-height: 20px;
  }
}
.prod_blk11 .slider-for .slick-dots li button {
  background: transparent;
  border: 1px solid #333;
}
.prod_blk11 .slider-for .slick-dots li button::after {
  background: transparent;
}
.prod_blk11 .slider-for .slick-dots li.slick-active button::after {
  background: #fa2223;
}
.prod_blk11 .slider-for .slick-dots li + li {
  margin-left: 0;
}
@media (max-width: 576px) {
  .prod_blk11 .slider-for .slick-dots {
    display: none;
  }
}
.prod_blk11 .slider-nav .slick-slide {
  margin: 0 5px;
  position: relative;
}
.prod_blk11 .slider-nav .slick-slide.slick-current .itemImg {
  -webkit-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
}
.prod_blk11 .slider-nav .slick-slide.slick-current::before {
  z-index: 1;
  content: "";
  display: block;
  width: 50%;
  padding-bottom: 50%;
  right: 3px;
  bottom: 3px;
  position: absolute;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  background-color: #fa2223;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.prod_blk11 .slider-count {
  padding-bottom: 1.5vw;
}
.prod_blk11 .slider-count .hypotenuse {
  padding: 0 1em;
}
@media (max-width: 992px) {
  .prod_blk11 .slider-count {
    display: none;
  }
}
.prod_blk11 .product-detail-info {
  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%;
}
.prod_blk11 .product-detail-info .editorBlock {
  margin-bottom: 1rem;
}
.prod_blk11 .product-detail-info .itemForm {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .prod_blk11 .product-detail-info {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .prod_blk11 .product-detail-info .itemTitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .prod_blk11 .product-detail-info {
    gap: 0;
  }
  .prod_blk11 .product-detail-info .prod_title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .prod_blk11 .product-detail-info .prod_info {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .prod_blk11 .product-detail-info .itemForm {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*****************************/
/* 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.5s ease-in-out;
  transition: all 0.5s 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 {
  height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.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: #fa2223;
}
.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: #fa2223;
}
.productListStyle17 .proItem:hover .productBrief .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productListStyle17 .proItem:hover .button-box {
  height: 100%;
}
@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;
  text-align: center;
  border-left: none;
}
.faqItemStyle-1-productdetail.faqItemStyle-1 .faqItem .faqItem_head i {
  margin-left: 0;
}
.faqItemStyle-1-productdetail.faqItemStyle-1 .faqItem .faqItem_head:hover {
  background-color: transparent;
}
.faqItemStyle-1-productdetail.faqItemStyle-1 .faqItem.faqItem_current .faqItem_head {
  text-align: center;
  background-color: transparent;
  padding: 15px 20px 15px 20px;
  border-left: none;
}
.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 ol {
  list-style: decimal;
  padding: inherit;
  padding-left: 1.4em;
}
.faqItemStyle-1-productdetail.faqItemStyle-1 .faqItem.faqItem_current .faqItem_body ul {
  list-style: inherit;
  padding: inherit;
  padding-left: 1.4em;
}
.faqItemStyle-1-productdetail.faqItemStyle-1 .content-box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.favorite-button {
  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;
}
.favorite-button a {
  width: 48%;
  padding: 7px 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;
  border: 1px solid #fa2223;
  background: #ffffff;
  color: #fa2223;
  border-radius: 5px;
}
.favorite-button a:hover {
  background: #fa2223;
  color: #ffffff;
}

.faqItemStyle-productdetail2.faqItem_main .faqItem .faqItem_head {
  text-align: left;
  color: #fa2223;
  border-bottom: 1px dashed #d6d6d6;
}
.faqItemStyle-productdetail2.faqItem_main .faqItem .faqItem_body {
  color: #333333;
  border-bottom: none;
}
.faqItemStyle-productdetail2.faqItem_main .faqItem.faqItem_current .faqItem_head {
  text-align: left;
}
.faqItemStyle-productdetail2.faqItem_main .content-box {
  max-width: 1200px;
}
@media (max-width: 576px) {
  .faqItemStyle-productdetail2.faqItem_main .content-box {
    padding: 0;
  }
}

.faqItemStyle-productdetail3.faqItem_main .faqItem .faqItem_head {
  padding: 20px 40px;
  color: #fa2223;
  text-align: left;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
  border-bottom: none;
}
.faqItemStyle-productdetail3.faqItem_main .faqItem .faqItem_body {
  padding: 50px 40px;
  border-bottom: none;
  background: transparent;
}
@media (max-width: 576px) {
  .faqItemStyle-productdetail3.faqItem_main .faqItem .faqItem_body {
    padding: 30px 20px;
  }
}
.faqItemStyle-productdetail3.faqItem_main .faqItem .faqItem_body ol {
  list-style: decimal;
  padding: inherit;
  padding-left: 1.4em;
}
.faqItemStyle-productdetail3.faqItem_main .faqItem .faqItem_body ul {
  list-style: inherit;
  padding: inherit;
  padding-left: 1.4em;
}
@media (max-width: 576px) {
  .faqItemStyle-productdetail3.faqItem_main .faqItem .faqItem_head {
    padding: 20px 15px;
  }
}

.faqItemStyle-productdetail4.faqItem_main .faqItem {
  padding: 40px 50px;
  border: 1px solid #fa2223;
  margin-bottom: 30px;
  border-radius: 30px;
}
.faqItemStyle-productdetail4.faqItem_main .faqItem .faqItem_head {
  padding-bottom: 20px;
  color: #fa2223;
  text-align: left;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}
.faqItemStyle-productdetail4.faqItem_main .faqItem .faqItem_body {
  padding: 30px 15px;
  border-bottom: none;
  background: transparent;
}
@media (max-width: 576px) {
  .faqItemStyle-productdetail4.faqItem_main .faqItem .faqItem_body {
    padding: 15px 0;
  }
}
.faqItemStyle-productdetail4.faqItem_main .faqItem .faqItem_body ol {
  list-style: decimal;
  padding: inherit;
  padding-left: 1.4em;
}
.faqItemStyle-productdetail4.faqItem_main .faqItem .faqItem_body ul {
  list-style: inherit;
  padding: inherit;
  padding-left: 1.4em;
}
@media (max-width: 576px) {
  .faqItemStyle-productdetail4.faqItem_main .faqItem {
    padding: 0;
    border: none;
  }
  .faqItemStyle-productdetail4.faqItem_main .faqItem .faqItem_head {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}

.faqItemStyle-productdetail5.faqItem_main .faqItem .faqItem_head {
  padding: 20px 40px;
  color: #fa2223;
  text-align: left;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-bottom: 2px solid #e5e5e5;
}
.faqItemStyle-productdetail5.faqItem_main .faqItem .faqItem_body {
  padding: 50px 40px;
  border-bottom: none;
  background: transparent;
}
@media (max-width: 576px) {
  .faqItemStyle-productdetail5.faqItem_main .faqItem .faqItem_body {
    padding: 30px 20px;
  }
}
.faqItemStyle-productdetail5.faqItem_main .faqItem .faqItem_body ol {
  list-style: decimal;
  padding: inherit;
  padding-left: 1.4em;
}
.faqItemStyle-productdetail5.faqItem_main .faqItem .faqItem_body ul {
  list-style: inherit;
  padding: inherit;
  padding-left: 1.4em;
}
@media (max-width: 576px) {
  .faqItemStyle-productdetail5.faqItem_main .faqItem .faqItem_head {
    padding: 20px 15px;
  }
}

/*****************************/
/* product / list18.php */
/*****************************/
.productListStyle18 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .productListStyle18 .row > div {
    margin-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .productListStyle18 .row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.productListStyle18 .item-box {
  padding: 0;
  background-color: #f7f7f7;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  position: relative;
}
@media (min-width: 576px) {
  .productListStyle18 .item-box:nth-child(3n) {
    border-right: 0;
  }
  .productListStyle18 .item-box:nth-child(1), .productListStyle18 .item-box:nth-child(2), .productListStyle18 .item-box:nth-child(3) {
    border-top: 0;
  }
}
@media (max-width: 992px) {
  .productListStyle18 .item-box:nth-child(3) {
    border-top: 1px solid #e1e1e1;
  }
  .productListStyle18 .item-box:nth-child(3n) {
    border-right: 1px solid #e1e1e1;
  }
}
@media (max-width: 992px) {
  .productListStyle18 .item-box:nth-child(even) {
    border-right: 0;
  }
}
.productListStyle18 .item-box::before {
  content: "";
  position: absolute;
  background-image: url("../images_v4/product/list18/item_bg.png");
  background-repeat: no-repeat;
  background-position: 41% 43px;
  background-size: cover;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  margin: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 3px 24px 0px rgba(65, 65, 65, 0.16);
          box-shadow: 2px 3px 24px 0px rgba(65, 65, 65, 0.16);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productListStyle18 .item-box:hover::before {
  opacity: 1;
  pointer-events: auto;
}
.productListStyle18 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.productListStyle18 .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.productListStyle18 .item-img {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
.productListStyle18 .item-content {
  text-align: center;
  position: relative;
  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;
}
.productListStyle18 .item-content .title {
  color: #333333;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.5em;
}
.productListStyle18 .item-content .txt {
  color: #8c8c8c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*****************************/
/* product / list19.php */
/*****************************/
.productListStyle19 {
  margin: 30px 0;
}
.productListStyle19 .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.productListStyle19 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.productListStyle19 .item > a {
  position: relative;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  -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;
}
.productListStyle19 .item:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.productListStyle19 .item:hover .subBlockTitle {
  color: #fa2223;
}
@media (max-width: 576px) {
  .productListStyle19 .item {
    margin-bottom: 30px;
  }
}
.productListStyle19 .item-img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.productListStyle19 .item-content {
  text-align: center;
  height: 6.5em;
}
.productListStyle19 .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 30px;
  color: #333333;
}
.productListStyle19 .add-shop a {
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: #ccc;
  padding: 5px 10px;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .productListStyle19 .add-shop a {
    bottom: 5px;
  }
}
.productListStyle19 .add-shop a:hover {
  background: #fa2223;
  color: #ffffff;
}
.productListStyle19 .add-shop a.delItemAddCart {
  background: #fa2223;
  color: #ffffff;
}

/*****************************/
/* product / list20.php */
/*****************************/
@media (min-width: 992px) {
  .productListStyle20 > div:nth-of-type(5n + 4) .item {
    padding-bottom: calc(50% - 15px);
  }
}
.productListStyle20 .item {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.productListStyle20 .item .imgBox {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (min-width: 992px) {
  .productListStyle20 .item .imgBox {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}
.productListStyle20 .item .textBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
@media (min-width: 992px) {
  .productListStyle20 .item .textBox {
    height: 100%;
  }
}
.productListStyle20 .item .textBox .line {
  position: relative;
  width: 40px;
  height: 4px;
  background-color: #fa2223;
  margin-bottom: 5px;
}
.productListStyle20 .item .textBox .subBlockTitle {
  margin-top: 0;
  color: #fff;
}
.productListStyle20 .item .itemImg {
  padding-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.productListStyle20 .item .itemImg::before {
  display: none;
}
@media (max-width: 991px) {
  .productListStyle20 .item .itemImg .hover-effect {
    opacity: 1;
  }
}
.productListStyle20 .item .itemImg .hover-effect .icon-wrapper {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  border: 3px solid #fff;
}
.productListStyle20 .item .itemImg .hover-effect .icon-wrapper i {
  font-size: 32px;
}
@media (min-width: 992px) {
  .productListStyle20 .item:hover .imgBox {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
.productListStyle20 .item:hover .itemImg .hover-effect .icon-wrapper {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*****************************/
/* product / list21.php */
/*****************************/
.productListStyle21 .proItem {
  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;
}
.productListStyle21 .proItem .txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productListStyle21 .proItem .productFeature {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
.productListStyle21 .proItem .productFeature li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.productListStyle21 .proItem .productFeature li > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.productListStyle21 .proItem .productFeature li .proTit {
  display: list-item;
  list-style-type: disc;
  margin-left: 1.2em;
}
.productListStyle21 .proItem .productFeature::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fa2223;
  height: 1px;
  width: 0;
}
.productListStyle21 .proItem:hover .subBlockTitle {
  color: #fa2223;
}
.productListStyle21 .proItem:hover .productFeature::after {
  width: 100%;
}

/*****************************/
/* product / list22.php */
/*****************************/
.productListStyle22 .item {
  border-radius: 15px;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  display: block;
  padding: 0 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .productListStyle22 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 380px;
    min-height: 380px;
    padding: 0;
  }
}
.productListStyle22 .item .img-box {
  height: 220px;
  width: 100%;
  background-position: 50% 50%;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  .productListStyle22 .item .img-box {
    width: 47%;
    height: 100%;
    background-position: 50% top;
    top: 0;
  }
}
@media (max-width: 768px) {
  .productListStyle22 .item .img-box {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
  }
}
.productListStyle22 .item .img-box .cover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: auto 100%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
@media (max-width: 992px) {
  .productListStyle22 .item .img-box .cover-box {
    height: 110%;
  }
}
.productListStyle22 .item .img-box .cover-box::before, .productListStyle22 .item .img-box .cover-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  background: #fa2223;
}
.productListStyle22 .item .txt-content {
  padding: 30px 15px;
  line-height: 30px;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  background: #fa2223;
  color: #fff;
}
@media (min-width: 768px) {
  .productListStyle22 .item .txt-content {
    width: 53%;
    padding-top: 80px;
    padding-bottom: 60px;
    line-height: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .productListStyle22 .item .txt-content {
    border-radius: 0 0 15px 15px;
  }
}
.productListStyle22 .item .txt-content .title {
  position: relative;
}
.productListStyle22 .item .txt-content .title span {
  color: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productListStyle22 .item .txt-content .title span .mark-line {
  height: 3px;
  background: #333333;
  width: 100%;
}
.productListStyle22 .item .txt-content .title .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #333333;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.productListStyle22 .item .txt-content .info {
  margin-top: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .productListStyle22 .item .txt-content .info {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .productListStyle22 .item .txt-content .info {
    margin-top: 10px;
  }
}
.productListStyle22 .item:hover .txt-content .title .line {
  width: 100%;
}
.productListStyle22 .item:hover .cover-box::before, .productListStyle22 .item:hover .cover-box::after {
  -webkit-transition: all 0.1s ease-in-out;
  background: rgb(27, 182, 227);
}
.productListStyle22 .item:nth-child(odd) .img-box .cover-box::before {
  clip-path: polygon(90% 0, 100% 0%, 100% 100%, 75% 100%);
}
.productListStyle22 .item:nth-child(odd) .img-box .cover-box::after {
  clip-path: polygon(86% 0, 88% 0%, 73% 100%, 71% 100%);
}
.productListStyle22 .item:nth-child(odd):hover .txt-content {
  background: rgb(27, 182, 227);
}
@media (min-width: 768px) {
  .productListStyle22 .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.productListStyle22 .item:nth-child(even) .img-box .cover-box::before {
  clip-path: polygon(0% 100%, 25% 100%, 10% 0%, 0% 0%);
}
.productListStyle22 .item:nth-child(even) .img-box .cover-box::after {
  clip-path: polygon(29% 100%, 27% 100%, 12% 0%, 14% 0%);
}
.productListStyle22 .item:nth-child(even):hover .txt-content {
  background: rgb(27, 182, 227);
}

@media (max-width: 767px) {
  body.productdetail .XXXContent > section.sectionBlock > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.prod_blk2 .prod_slider .slick-slider.slider-nav .slick-arrow,
.prod_blk4 .prod_slider .slick-slider.slider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.22);
  color: #fff;
  cursor: pointer;
  width: 25px;
  height: 50px;
  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;
}
.prod_blk2 .prod_slider .slick-slider.slider-nav .slick-arrow.slick-prev,
.prod_blk4 .prod_slider .slick-slider.slider-nav .slick-arrow.slick-prev {
  left: 3px;
  margin-bottom: 0;
}
.prod_blk2 .prod_slider .slick-slider.slider-nav .slick-arrow.slick-next,
.prod_blk4 .prod_slider .slick-slider.slider-nav .slick-arrow.slick-next {
  left: auto;
  right: 3px;
  margin-top: 0;
}
.prod_blk2 .prod_slider .slick-slider.slider-nav .slick-arrow i,
.prod_blk4 .prod_slider .slick-slider.slider-nav .slick-arrow i {
  color: #fff;
  padding: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

/*****************************/
/* product / detail6-2.php */
/*****************************/
.prod_blk6 .lgHide {
  display: none;
}
@media (max-width: 991px) {
  .prod_blk6 .lgHide {
    display: block;
  }
  .prod_blk6 .lgShow {
    display: none;
  }
}
@media (min-width: 992px) {
  .prod_blk6 .infoTxtBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prod_blk6 .infoTxtBox .itemForm {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .prod_blk6 .infoTxtBox .itemForm .btn-cis1 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .prod_blk6 .prod_info {
    margin-top: 0;
  }
  .prod_blk6 .slider-for {
    height: 100%;
  }
  .prod_blk6 .slider-for .slick-list, .prod_blk6 .slider-for .slick-track, .prod_blk6 .slider-for .slick-slide, .prod_blk6 .slider-for .itemImg {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .prod_blk6 .row.prod_slider .col-lg-1 {
    display: none;
  }
  .prod_blk6 .prod_slider .slick-slider.slider-nav .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.22);
    color: #fff;
    cursor: pointer;
    width: 25px;
    height: 50px;
    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;
  }
  .prod_blk6 .prod_slider .slick-slider.slider-nav .slick-arrow.slick-prev {
    left: 3px;
    margin-bottom: 0;
  }
  .prod_blk6 .prod_slider .slick-slider.slider-nav .slick-arrow.slick-next {
    left: auto;
    right: 3px;
    margin-top: 0;
  }
  .prod_blk6 .prod_slider .slick-slider.slider-nav .slick-arrow i {
    color: #fff;
    padding: 0;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

/*****************************/
/* 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: #fa2223;
  border-color: #fa2223;
}
.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;
}

/*****************************/
/* product / detail8.php */
/*****************************/
.prod_blk8 .prod_titleRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .prod_blk8 .prod_titleRow > div:first-child {
    margin-bottom: 15px;
  }
}
.prod_blk8 .prod_title {
  margin-bottom: 0;
}
.prod_blk8 .itemForm button {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  border-radius: 0;
}
.prod_blk8 .itemForm button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.prod_blk8 .prod_info {
  margin-bottom: 30px;
}
.prod_blk8 .prod_info .prodInfo_title {
  border-bottom: solid 1px #ccc;
  padding: 10px 0 10px;
  margin-bottom: 15px;
}
.prod_blk8 .controlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
.prod_blk8 .controlBox > * {
  padding: 0 15px;
  width: 30%;
}
@media (max-width: 576px) {
  .prod_blk8 .controlBox > * {
    padding: 0 8px;
  }
}
.prod_blk8 .controlBox .moreBtn3::before, .prod_blk8 .controlBox .moreBtn3::after {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  position: relative;
  background: transparent;
}
@media (max-width: 576px) {
  .prod_blk8 .controlBox .moreBtn3::before, .prod_blk8 .controlBox .moreBtn3::after {
    width: 30px;
    height: 30px;
  }
}
.prod_blk8 .controlBox .moreBtn3.disabled {
  cursor: default;
}
.prod_blk8 .controlBox .prev .moreBtn3::after {
  display: none;
}
.prod_blk8 .controlBox .prev .moreBtn3::before {
  content: url("../images_v4/icon/arrowLeft.svg");
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(-6px, 0, 0);
          transform: translate3d(-6px, 0, 0);
}
.prod_blk8 .controlBox .prev .moreBtn3:hover::before {
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
.prod_blk8 .controlBox .prev .moreBtn3.disabled:hover::before {
  -webkit-transform: translate3d(-6px, 0, 0);
          transform: translate3d(-6px, 0, 0);
}
.prod_blk8 .controlBox .next .moreBtn3::after {
  content: url("../images_v4/icon/arrowRight.svg");
}
.prod_blk8 .controlBox .next .moreBtn3.disabled:hover::after {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}
.prod_blk8 .controlBox .btn-white {
  margin: 0;
  min-width: auto;
}
.prod_blk8 .controlBox .btn-white * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.prod_blk8 .controlBox .btn-white:hover {
  color: #fa2223;
  border-color: #fa2223;
}
.prod_blk8 .controlBox .btn-white:hover i {
  margin-right: 10px;
}

/*****************************/
/* product / detail9.php */
/*****************************/
.prod_blk9 .prodRow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prod_blk9 .prodRow > div {
  width: 50%;
}
@media (max-width: 991px) {
  .prod_blk9 .prodRow > div {
    width: 100%;
  }
}
.prod_blk9 .prodRow .breadcrumbBox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .prod_blk9 .prodRow .breadcrumbBox {
    position: relative;
  }
}
.prod_blk9 .prodRow .breadcrumbBox .breadcrumb {
  display: block;
  text-align: left;
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 1499px) {
  .prod_blk9 .prodRow .breadcrumbBox .breadcrumb {
    max-width: 100%;
    padding: 10px 60px;
  }
}
@media (max-width: 991px) {
  .prod_blk9 .prodRow .breadcrumbBox .breadcrumb {
    padding: 10px 9.5%;
    background-color: #eef3f7;
  }
}
@media (min-width: 992px) {
  .prod_blk9 .prodRow .breadcrumbBox .breadcrumb li {
    color: #fff;
  }
  .prod_blk9 .prodRow .breadcrumbBox .breadcrumb a {
    color: #fff;
  }
  .prod_blk9 .prodRow .breadcrumbBox .breadcrumb li:last-child a {
    color: #333333;
  }
}
.prod_blk9 .prodRow .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fa2223;
  color: #fff;
}
@media (max-width: 991px) {
  .prod_blk9 .prodRow .textBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.prod_blk9 .prodRow .product-detail-info {
  max-width: 680px;
  margin: 6% 0;
  padding-right: 9.5%;
}
@media (max-width: 1499px) {
  .prod_blk9 .prodRow .product-detail-info {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .prod_blk9 .prodRow .product-detail-info {
    padding: 0 9.5%;
  }
}
.prod_blk9 .prodRow .prod_info {
  margin: 30px 0;
}
.prod_blk9 .prodRow .prod_title {
  color: #fff;
  font-size: 2.444444rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .prod_blk9 .prodRow .prod_title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .prod_blk9 .prodRow .prod_title {
    font-size: 1.444444rem;
  }
}
.prod_blk9 .prodRow .btn-cis1 {
  border-color: #333333;
  background-color: #333333;
  border-radius: 0;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.prod_blk9 .prodRow .btn-cis1:hover {
  background-color: transparent;
  color: #333333;
}
.prod_blk9 .prodRow .imgBox {
  background-color: #eef3f7;
  padding: 3%;
  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;
}
@media (max-width: 1499px) {
  .prod_blk9 .prodRow .imgBox {
    padding: 47px 60px;
  }
}
@media (max-width: 991px) {
  .prod_blk9 .prodRow .imgBox {
    padding: 5% 9.5%;
  }
}
.prod_blk9 .prodRow .imgBox .slider-for img {
  cursor: pointer;
}
.prod_blk9 .prodRow .imgBox .slick-dots {
  margin-top: 10px;
}
.prod_blk9 .prodRow .imgBox .slick-dots button {
  cursor: pointer;
}
@media (max-width: 768px) {
  .prod_blk9 .prodRow .imgBox .slick-arrow {
    font-size: 42px;
  }
}

/*****************************/
/* product / detail10.php */
/*****************************/
.sectionBlock.no-margin-top:has(.prod_blk10) {
  overflow: visible;
}

.prod_blk10 .prod_slider {
  position: relative;
}
@media (max-width: 991px) {
  .prod_blk10 .prod_slider > div:nth-child(1) {
    margin-bottom: max(15px, 5%);
  }
}
.prod_blk10 .leftBox {
  position: sticky;
  top: max(130px, 8vw);
}
@media (min-width: 992px) {
  .prod_blk10 .leftBox {
    width: 88%;
  }
}
.prod_blk10 .leftBox .subBlockTitle-small {
  margin-bottom: 8px;
}
.prod_blk10 .prod_title {
  font-size: 2.666667rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .prod_blk10 .prod_title {
    font-size: 2.222222rem;
  }
}
@media (max-width: 768px) {
  .prod_blk10 .prod_title {
    font-size: 1.777778rem;
  }
}
@media (max-width: 576px) {
  .prod_blk10 .prod_title {
    font-size: 1.444444rem;
  }
}
.prod_blk10 .hrStyle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 10px 0;
}
.prod_blk10 .hrStyle01 .block {
  width: 13px;
  height: 7px;
  position: relative;
  z-index: 1;
  background-color: #333333;
}
.prod_blk10 .hrStyle01 .line {
  width: 100%;
  height: 1px;
  background-color: #bbb;
}
.prod_blk10 button.moreBtn9 {
  display: block;
}
.prod_blk10 .moreBtn9 {
  border-radius: 5px;
}
@media (min-width: 441px) {
  .prod_blk10 .moreBtn9 {
    min-width: 192px;
  }
}
.prod_blk10 .slider-for .slick-slide {
  cursor: pointer;
}
@media (min-width: 992px) {
  .prod_blk10 .slider-for .imgBig {
    padding-bottom: 50%;
  }
  .prod_blk10 .slider-for .imgBig img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.prod_blk10 .slider-nav {
  margin-bottom: max(30px, 4vw);
}
.prod_blk10 .slider-nav .slick-slide {
  cursor: pointer;
}
.prod_blk10 .tabListBox .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 576px) {
  .prod_blk10 .productDetail-controlBox {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  body.news section.sectionBlock .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  body.newsdetail section.sectionBlock .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.itemTitleCis1 {
  color: #fa2223 !important;
}

.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;
  }
}
.newsList .itemContent {
  color: #8c8c8c;
}
.newsList a:hover .itemTitle {
  color: #fa2223 !important;
}

.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: #fa2223;
}
.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: #fa2223;
}
.newsListType3 .item a:hover .news_readMore .addIcon {
  background-color: #fa2223;
}
.newsListType3 .item a:hover .news_readMore .addIcon:before {
  background-color: #fa2223;
}
.newsListType3 .item a:hover .news_readMore .addIcon:after {
  background-color: #fa2223;
}

.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: #fa2223;
  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: #fa2223;
  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: #fa2223;
  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: #fa2223;
  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: #fa2223;
}
.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 #fa2223;
  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 #fa2223;
  background-color: #fa2223;
  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 #fa2223;
  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: #fa2223;
  border-radius: 15px;
  font-size: 12px;
  padding: 3px 0.5em;
  margin-right: 0.5em;
  color: #fff;
  line-height: 32px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.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: #fa2223;
}
.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: #fa2223;
}
.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: #fa2223;
  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;
}
.newsListType18 a:hover {
  color: #333333;
}

/*News Detail Aside*/
.newsAside > div {
  margin-bottom: 20px;
}

.asideNewsTitle {
  width: 100%;
  background: #333333; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#333333), to(#fa2223));
  background: linear-gradient(to right, #333333 0%, #fa2223 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: #fa2223;
}

.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: #fa2223;
  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;
  padding-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: #fa2223;
}
.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;
}

/* 文字說明 */
.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-top: 4%;
  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 {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.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;
  color: #8c8c8c;
}
.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: #fa2223;
  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;
  /* 時間 */
  /* 連結 */
}
.item_list22_dateStyle .main-date-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.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: #fa2223;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item_list22_dateStyle .second-title-part .second-title-mark {
  border-top: 1px solid #fa2223;
}
.item_list22_dateStyle .second-title .third-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fa2223;
  margin-right: 7%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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;
}
.item_list22_dateStyle .second-title .third-link a:hover:after {
  content: "";
  bottom: 0;
  width: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-bottom: 2px solid #fa2223;
  position: absolute;
}

@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;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .item_list22 .item_list22_dateStyle {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -ms-flex-item-align: end;
        align-self: flex-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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .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: center;
        -ms-flex-pack: center;
            justify-content: center;
    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: 30px;
  }
  .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: #fa2223;
  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: #333333;
  /* 連結標題變色 */
}
.newsList.newsListType23 .item:hover .dateStyle_3.newsListType23_dateStyle {
  top: -20px;
  color: #fff;
  background: #fa2223;
  -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 .newsListType23_dateStyle_sort {
  color: #333333;
}
.newsList.newsListType23 .item:hover .item-content-subtitle-dateStyle {
  color: inherit;
}
.newsList.newsListType23 .item:hover .item-content .item-content-main a {
  -webkit-transition: inherit;
  transition: inherit;
  color: #fa2223;
}

/* 內容 */
.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: #fa2223;
  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: #fa2223;
}
.newsListType25_box_body-classMark .second-title {
  color: #aaaaaa;
  font-size: 17px;
}
@media (max-width: 1440px) {
  .newsListType25_box_body-classMark .second-title {
    font-size: inherit;
  }
}
.newsListType25_box_body-classMark .second-title:hover {
  color: #fa2223;
}
@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 a {
  color: #333333;
  font-weight: bold;
  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) {
  .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: #fa2223;
}
.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: #fa2223;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsListType25_box .newsListType25_box_body-link:hover {
  color: #fa2223;
}
.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.slideBox {
  margin-left: -15px;
  margin-right: -15px;
}
.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 {
  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: #6B7FD7;
}

/* 按鈕 */
.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: #fa2223;
  -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: #333333;
}
.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 {
  padding: 64px 0;
}
.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: #fa2223;
  font-size: 12px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: inline-block;
}
.newsListType27 .documentList .listContent .content .title {
  line-height: 1.21;
  -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: #fa2223;
  -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;
  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 .btn_underline.color-1 {
  background-color: #fa2223;
}
.newsListType27 .documentList .listContent .downlandContent .downlandLink_btn .btn_underline.color-2 {
  background-color: #6B7FD7;
}
.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: #fa2223;
}
.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: #fa2223;
}
.newsListType27 .documentList .listContent .downlandContent .share_btn {
  background-color: transparent;
}
.newsListType27 .documentList .listContent .downlandContent .share_btn:hover {
  color: #fa2223;
}
.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;
  width: 100%;
}
.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;
  }
}

.newsListType29 .item {
  position: relative;
  padding: 0 40px 50px;
  width: 100%;
  max-width: 1165px;
  border: 2px solid #fa2223;
  border-top: 0;
  display: block;
}
@media (max-width: 1440px) {
  .newsListType29 .item {
    max-width: 900px;
  }
}
.newsListType29 .item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background: #fa2223;
}
.newsListType29 .item::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100px;
  height: 2px;
  background: #fa2223;
}
@media (max-width: 768px) {
  .newsListType29 .item::after {
    width: 20px;
  }
}
.newsListType29 .item:nth-child(odd) {
  margin: 0 auto 80px 0;
}
.newsListType29 .item:nth-child(2n) {
  margin: 0 0 80px auto;
}
.newsListType29 .item:nth-child(2n) .item-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .newsListType29 .item:nth-child(2n) .item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsListType29 .item-title {
  position: relative;
  top: -0.8em;
  color: #222;
  font-weight: bold;
  width: calc(100% - 80px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 576px) {
  .newsListType29 .item-title {
    margin: 0 auto;
    width: 100%;
  }
}
.newsListType29 .item-content {
  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;
}
@media (max-width: 992px) {
  .newsListType29 .item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsListType29 .item-imgBox {
  width: 36%;
  display: block;
  padding: 0 20px 20px 0;
}
@media (max-width: 992px) {
  .newsListType29 .item-imgBox {
    margin-bottom: 30px;
    width: 100%;
    max-width: 390px;
  }
}
.newsListType29 .item-imgBox .itemImg {
  overflow: initial;
}
.newsListType29 .item-imgBox .itemImg::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsListType29 .item-imgBox:hover .itemImg::after {
  background: #fa2223;
}
.newsListType29 .item-txtBox {
  width: 49%;
}
@media (max-width: 992px) {
  .newsListType29 .item-txtBox {
    width: 100%;
    max-width: 530px;
  }
}
.newsListType29 .item-txtBox .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.newsListType29 .item-txtBox .btn a {
  display: block;
  padding: 0 25px;
  color: #999;
  text-align: center;
  line-height: 35px;
  letter-spacing: 1px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  width: 100%;
  max-width: 530px;
}
.newsListType29 .item-txtBox .btn a:hover {
  color: #fff;
  background: #fa2223;
  border: 1px solid #fa2223;
}

/*****************************/
/* newsdetail All */
/*****************************/
.newsdetail .subBlockTitle-big {
  font-weight: 700;
}

.newsMainStyle01 .mainTitBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.newsMainStyle01 .mainTitBox .dateBox {
  background-color: #fa2223;
  text-align: center;
  line-height: 1;
  width: 70px;
  height: 70px;
  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;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .newsMainStyle01 .mainTitBox .dateBox {
    width: 55px;
    height: 55px;
  }
}
.newsMainStyle01 .mainTitBox .dateBox span {
  color: #fff;
  display: block;
}
.newsMainStyle01 .mainTitBox .dateBox .dateD {
  margin-top: 0;
}
.newsMainStyle01 .mainTitBox .subBlockTitle-big {
  font-weight: bold;
  border-bottom: solid 2px rgba(51, 51, 51, 0.3);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.newsMainStyle02 .subBlockTitle-big {
  font-weight: bold;
}
.newsMainStyle02 .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(51, 51, 51, 0.3);
  margin-bottom: 30px;
}
.newsMainStyle02 .dateBox span + span {
  margin-left: -2px;
}
.newsMainStyle02 .dateBox::after {
  content: "";
  background-color: rgba(51, 51, 51, 0.3);
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.newsMainStyle03 .subBlockTitle-big {
  font-weight: bold;
  border-bottom: solid 1px rgba(51, 51, 51, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.newsD-detail3 .newD_img {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .newsDetail7Style .newsAside {
    display: block;
  }
}

.historyDate1 {
  color: #fa2223;
}
.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: #fa2223;
  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: #fa2223;
}
.timeLineBox .slick-current .timeStep::after {
  background-color: #fa2223;
}
.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 #fa2223;
  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 #fa2223 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: #fa2223;
}
.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 #fa2223 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;
  }
  .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: #fa2223;
}
.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: #333333;
  position: absolute;
  left: calc(50% - 10px);
}
.historyType6 .timeLineContentBox .dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fa2223;
}

@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: #fa2223;
  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: #333333;
  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%;
  }
}
.historyType7_1 .historyItem .year {
  cursor: pointer;
  position: relative;
  padding-left: 50px;
}
.historyType7_1 .historyItem .year::before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 0.7em;
  position: absolute;
  top: 0.2em;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.historyType7_1 .historyItem .eventList {
  display: none;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .historyType7_1 .historyItem .eventList {
    padding-left: 1em;
  }
}
.historyType7_1 .historyItem.current .year::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.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: #fa2223;
}
@media (max-width: 991px) {
  .historyType8 .timeLine::before {
    left: 45px;
  }
}
.historyType8 .date {
  width: 90px;
  height: 50px;
  border: 1px #fa2223 solid;
  position: absolute;
  left: calc(50% - 45px);
  background-color: #fff;
  color: #fa2223;
  -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: #fa2223;
  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: #fa2223;
  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 #fa2223 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: #fa2223;
  margin-bottom: 30px;
  position: relative;
}
.historyType9 .point.active {
  color: #333333;
}
.historyType9 .point::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #fa2223;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.historyType9 .item {
  width: calc(50% - 70px);
  border: 1px #fa2223 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: #fa2223;
  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 #fa2223;
}
@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;
  }
}

.historyType13 {
  overflow: inherit;
}

@media (min-width: 992px) {
  .historyType13-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: min(60px, 3.1vw);
       -moz-column-gap: min(60px, 3.1vw);
            column-gap: min(60px, 3.1vw);
  }
}
@media (max-width: 991px) {
  .historyType13-box {
    width: min(700px, 90vw);
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
.historyType13-box .title-box {
  line-height: 1.8;
  letter-spacing: 2px;
  margin-bottom: min(80px, 10.5vw);
}
@media (min-width: 992px) {
  .historyType13-box .title-box {
    width: 20vw;
    position: sticky;
    top: 130px;
  }
}
.historyType13-box .lists-box {
  position: relative;
}
.historyType13-box .lists-box li {
  border-top: 1px solid #fa2223;
}
.historyType13-box .lists-box li:last-of-type {
  border-bottom: 1px solid #fa2223;
}
.historyType13-box .lists-box li .content-box {
  padding: min(55px, 7vw) 0 min(80px, 10vw);
}
.historyType13-box .lists-box li .content-box .title {
  font-weight: 600;
}
.historyType13-box .lists-box li .year {
  color: #fa2223;
  line-height: 1.4;
  margin-bottom: min(16.384px, 2.13vw);
}
@media (min-width: 992px) {
  .historyType13-box .lists-box {
    width: 100%;
  }
  .historyType13-box .lists-box .content-box {
    padding: min(60px, 3.1vw) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: min(60px, 3.1vw);
       -moz-column-gap: min(60px, 3.1vw);
            column-gap: min(60px, 3.1vw);
  }
  .historyType13-box .lists-box .content-box .year {
    font-size: min(27px, 1.4vw);
    width: min(240px, 12.5vw);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.historyType14 .banner-title {
  background: #fa2223;
  max-width: 1440px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
}
.historyType14 .banner-title .pageTitleStyle-2 {
  margin-bottom: 0;
}
.historyType14 .banner-title .pageTitleStyle-2 small {
  color: #000;
}
@media (max-width: 1024px) {
  .historyType14 .banner-title .pageTitleStyle-2 {
    margin-top: 0px;
  }
}
.historyType14 .lists-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem auto;
  width: 100%;
}
.historyType14 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.historyType14 .item .time {
  font-size: 1.125rem;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px 5px 10px;
}
@media (min-width: 768px) {
  .historyType14 .item .time {
    font-size: 1.75rem;
    padding: 5px 10px 5px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.historyType14 .item .mark {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .historyType14 .item .mark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6%;
            flex: 0 0 6%;
  }
}
.historyType14 .item .mark::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #6A6A6A;
  border-radius: 50px;
  z-index: 9;
}
@media (min-width: 768px) {
  .historyType14 .item .mark::before {
    width: 12px;
    height: 12px;
  }
}
.historyType14 .item .mark::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #D5D5D5;
  left: 3px;
  z-index: 6;
}
@media (min-width: 768px) {
  .historyType14 .item .mark::after {
    left: 5px;
  }
}
.historyType14 .item .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.historyType14 .item .item-content .img-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-right: 1rem;
  display: none;
}
@media (min-width: 768px) {
  .historyType14 .item .item-content .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
.historyType14 .item .item-content .txt {
  margin: 0.2rem 0;
}
.historyType14 .item .item-content .introduction-box {
  position: relative;
  background: rgba(51, 51, 51, 0.1);
  border: 1px solid #333333;
  border-radius: 12px;
  padding: 1rem;
  margin: 0.3rem 0;
}
@media (min-width: 768px) {
  .historyType14 .item .item-content .introduction-box .img-box-mobile {
    display: none;
  }
}
.historyType14 .item .item-content .introduction-box::before {
  position: absolute;
  content: "";
  display: block;
  left: -16px;
  top: 16px;
  display: block;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #333333 transparent transparent;
}
@media (min-width: 768px) {
  .historyType14 .item .item-content .introduction-box::before {
    left: -24px;
    top: 24px;
    border-width: 12px;
  }
}
.historyType14 .item .item-content .introduction-box .title-box {
  color: #646253;
  background: rgba(51, 51, 51, 0.4);
  padding: 0.6rem;
  line-height: 1.7;
  border-radius: 4px;
  width: 100%;
}
.historyType14 .item .item-content .introduction-box p {
  margin: 0.6rem;
  padding: 0;
}

.historyType15 .title {
  float: left;
}
.historyType15 .arrowsBox {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.historyType15 .arrowsBox > div {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.historyType15 .arrowsBox > div:hover {
  opacity: 0.7;
}
.historyType15 .arrowsBox i {
  color: #fa2223;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 991px) {
  .historyType15 .arrowsBox {
    display: none;
    margin-top: 5px;
  }
}
.historyType15 .scrollBar {
  clear: both;
}
@media (max-width: 991px) {
  .historyType15 .scrollBar {
    overflow-x: scroll;
    padding-bottom: 20px;
    margin-right: calc(50% - 50vw);
  }
  .historyType15 .scrollBar::-webkit-scrollbar {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background-color: #F5F5F5;
  }
  .historyType15 .scrollBar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #fa2223;
  }
}
.historyType15 .scrollTxt {
  display: none;
  font-weight: bold;
  color: #fa2223;
}
.historyType15 .scrollTxt i {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .historyType15 .scrollTxt {
    display: block;
  }
}

.history15Slick {
  padding-top: max(10px, 2vw);
  margin-right: calc(50% - 50vw);
  min-width: 1320px;
}
@media (max-width: 991px) {
  .history15Slick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.history15Slick .slick-list {
  padding-right: 150px;
}
.history15Slick .topDate {
  font-weight: bold;
}
.history15Slick .in {
  position: relative;
  margin-top: 15px;
  border-top: solid 1px #333333;
  padding-top: 40px;
  padding-right: 20px;
}
.history15Slick .in::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: -5px;
  left: 10px;
  background-color: #fa2223;
  border-radius: 50%;
  z-index: 1;
}
.history15Slick .in::after {
  content: "";
  position: absolute;
  width: 0;
  height: 40px;
  top: 0;
  left: 15px;
  border-left: 1px dotted #fa2223;
}
.history15Slick .txtBox {
  padding: 37px;
  width: 380px;
  border-radius: 10px;
  background-color: #f5f5f5;
}
@media (max-width: 1499px) {
  .history15Slick .txtBox {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .history15Slick .txtBox {
    padding: 1.5em;
    width: 260px;
  }
}
.history15Slick .txtBox .year {
  font-weight: bold;
}
.history15Slick .txtBox ul li {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .history15Slick .txtBox ul li {
    display: block;
  }
}
.history15Slick .txtBox ul li .date {
  display: block;
  position: relative;
  white-space: nowrap;
  min-width: 75px;
  padding-left: 15px;
}
.history15Slick .txtBox ul li .date::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fa2223;
  margin-left: -15px;
  margin-top: 0.8em;
}
@media (max-width: 991px) {
  .history15Slick .txtBox ul li small {
    padding-left: 15px;
    display: block;
  }
}
.history15Slick .txtBox ul .imgBox {
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .history15Slick .txtBox ul .imgBox {
    padding-left: 15px;
  }
}
.history15Slick .txtBox ul .imgBox img {
  display: inline-block;
  vertical-align: bottom;
}

.historyType16 .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (min-width: 992px) {
  .historyType16 .itemBox .itemTime {
    width: 25%;
    border-right: solid 3px #fa2223;
  }
  .historyType16 .itemBox .itemContent {
    width: calc(75% - 20px);
    margin-top: 1.38em;
  }
}
@media (max-width: 991px) {
  .historyType16 .itemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: solid 3px #fa2223;
  }
  .historyType16 .itemBox .itemTime p {
    margin-left: 30px;
  }
  .historyType16 .itemBox .itemContent {
    margin-left: 30px;
  }
}
.historyType16 .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.historyType16 .year.blockTitle {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .historyType16 .year span {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 12px;
  }
}
.historyType16 .year::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fa2223;
}
@media (max-width: 991px) {
  .historyType16 .year::before {
    width: 30px;
  }
}
.historyType16 .year::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fa2223;
  position: absolute;
  right: -9px;
  z-index: 1;
}
@media (max-width: 991px) {
  .historyType16 .year::after {
    right: auto;
    left: -9px;
  }
}
.historyType16 .itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .historyType16 .itemContent .img {
    width: 35%;
  }
  .historyType16 .itemContent .txt {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .historyType16 .itemContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  body.download section.sectionBlock .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*****************************/
/* 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 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.download_list5 .documentList .listContent .content .date .date-line {
  color: #fa2223;
  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: #fa2223;
  -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;
  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: #fa2223;
}
.download_list5 .documentList .listContent .downlandContent .downlandLink_btn .btn_underline.color-2 {
  background-color: #6B7FD7;
}
.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: #fa2223;
}
.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: #fa2223;
}
.download_list5 .documentList .listContent .downlandContent .share_btn {
  background-color: transparent;
}
.download_list5 .documentList .listContent .downlandContent .share_btn:hover {
  color: #fa2223;
}
.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;
    display: none;
  }
  .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;
  }
}

/*****************************/
/* download / list-6.php */
/*****************************/
.download_list6 .item-box {
  width: calc(50% - 60px);
  margin: 0 30px 60px;
  padding-left: 60px;
  position: relative;
}
.download_list6 .item-box:hover .link-box {
  background: #333333;
}
.download_list6 .item-box:hover .title small {
  color: #ffffff;
}
.download_list6 .item-box:hover .ck-left {
  color: #ffffff;
}
@media (max-width: 992px) {
  .download_list6 .item-box {
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .download_list6 .item-box {
    padding-left: 30px;
  }
}
.download_list6 .item-box-icon {
  width: 120px;
  height: 120px;
  background: #fa2223;
  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;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -60px;
  border-radius: 100%;
}
.download_list6 .item-box-icon i {
  color: #ffffff;
  font-size: 44px;
}
@media (max-width: 768px) {
  .download_list6 .item-box-icon {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  .download_list6 .item-box-icon i {
    font-size: 24px;
  }
}
.download_list6 .link-box {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  padding: 50px 44px 44px 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 993px) {
  .download_list6 .link-box {
    height: 100%;
  }
}
.download_list6 .link-box .title {
  min-height: 64px;
  color: #fa2223;
}
.download_list6 .link-box .title small {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.download_list6 .link-box .click-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-top: 20px;
}
.download_list6 .link-box .click-box .linkGroup {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.download_list6 .link-box .click-box .ck-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.download_list6 .link-box .click-box .ck-left + .ck-left {
  margin-top: 0.5em;
}
.download_list6 .link-box .click-box .ck-left i {
  margin-right: 10px;
  color: inherit;
  line-height: 1.8;
}
.download_list6 .link-box .click-box .ck-right {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fa2223;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.download_list6 .link-box .click-box .ck-right i {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 768px) {
  .download_list6 .link-box {
    padding: 30px 20px;
    padding-left: 50px;
  }
  .download_list6 .link-box .click-box {
    -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;
    gap: 1em;
  }
}

/*****************************/
/* download / list-7.php */
/*****************************/
.download_list7 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.download_list7 .item {
  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;
}
.download_list7 .item + .item {
  margin-top: max(8%, 50px);
}
.download_list7 .item .picBox {
  max-width: 400px;
}
@media (max-width: 991px) {
  .download_list7 .item .picBox {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .download_list7 .item .picBox {
    width: 100%;
    margin: 0 auto;
  }
}
.download_list7 .item .picBox img {
  display: block;
  -webkit-box-shadow: -0.6em 0.6em 0.8em rgba(0, 0, 0, 0.35);
          box-shadow: -0.6em 0.6em 0.8em rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin: 0 auto;
}
.download_list7 .item .picBox a:hover img {
  -webkit-transform: translateY(-0.8em);
          transform: translateY(-0.8em);
}
.download_list7 .item .txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
  border-top: solid 2px #ddd;
  padding-top: 5%;
  padding-left: 9%;
  padding-right: 7%;
}
@media (max-width: 767px) {
  .download_list7 .item .txtBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    border-top: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.download_list7 .item .txtBox .tit {
  font-weight: bold;
  margin: 0 0 0.8em;
}
.download_list7 .item .txtBox .btnRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin-top: 1.2em;
}
.download_list7 .item .txtBox .btnIcon a {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  background-color: #fa2223;
  border: 1px solid #fa2223;
  color: #fff;
}
.download_list7 .item .txtBox .btnIcon a:hover {
  background-color: #fff;
  color: #fa2223;
  border: 1px solid #fa2223;
}
@media (min-width: 768px) {
  .download_list7 .list > .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .download_list7 .list > .item:nth-child(2n) .picBox img {
    -webkit-box-shadow: 0.6em 0.6em 0.8em rgba(0, 0, 0, 0.35);
            box-shadow: 0.6em 0.6em 0.8em rgba(0, 0, 0, 0.35);
  }
  .download_list7 .list > .item:nth-child(2n) .txtBox {
    padding-left: 7%;
    padding-right: 9%;
  }
}

@media (max-width: 767px) {
  body.faq section.sectionBlock .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.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;
  font-weight: 600;
  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;
  font-weight: 600;
  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: #fa2223;
  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: #fa2223;
}
.faqItemStyle-1 .faqItem.faqItem_current .faqItem_head i {
  color: #fa2223;
  -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;
  font-weight: 600;
  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: #fa2223;
  font-family: FontAwesome;
}
.faqItemStyle-2 .faqItem .faqItem_head:hover {
  color: #ffffff;
  background-color: #fa2223;
}
.faqItemStyle-2 .faqItem .faqItem_head:hover:after {
  color: #f5fcff;
}
.faqItemStyle-2 .faqItem.faqItem_current .faqItem_head {
  color: #ffffff;
  background-color: #fa2223;
}
.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;
}

.faqItemStyle-2_2 .faqItem .faqItem_head,
.faqItemStyle-2_2 .faqItem .faqItem_body {
  background-color: #ffffff;
  border-bottom: 1px solid #d6d6d6;
}
.faqItemStyle-2_2 .faqItem .faqItem_head {
  color: #333333;
  font-size: 1.222222rem;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .faqItemStyle-2_2 .faqItem .faqItem_head {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .faqItemStyle-2_2 .faqItem .faqItem_head {
    font-size: 1rem;
  }
}
.faqItemStyle-2_2 .faqItem .faqItem_body {
  color: #8c8c8c;
  display: none;
}
.faqItemStyle-2_2 .faqItem.faqItem_current .faqItem_body {
  /*display: block;*/
}
.faqItemStyle-2_2 .row_mb {
  display: none;
}
.faqItemStyle-2_2 .faqItem .faqItem_head {
  height: 4.78em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}
.faqItemStyle-2_2 .faqItem .faqItem_head::before {
  display: none;
}
.faqItemStyle-2_2 .faqItem .faqItem_head i {
  font-size: 26px;
  padding: 0 20px;
}
.faqItemStyle-2_2 .faqItem .faqItem_head span {
  display: inline-block;
}
.faqItemStyle-2_2 .faqItem .faqItem_head small {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 769px) {
  .faqItemStyle-2_2 .faqItem .faqItem_body {
    padding-left: 62px;
  }
  .faqItemStyle-2_2 .faqItem.faqItem_current .faqItem_body {
    padding-left: 62px;
  }
}

.faqItemStyle-3 .faqItem .faqItem_head,
.faqItemStyle-3 .faqItem .faqItem_body {
  background-color: #ffffff;
  border-bottom: 1px solid #d6d6d6;
}
.faqItemStyle-3 .faqItem .faqItem_head {
  color: #333333;
  font-size: 1.222222rem;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .faqItemStyle-3 .faqItem .faqItem_head {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .faqItemStyle-3 .faqItem .faqItem_head {
    font-size: 1rem;
  }
}
.faqItemStyle-3 .faqItem .faqItem_body {
  color: #8c8c8c;
  display: none;
}
.faqItemStyle-3 .faqItem.faqItem_current .faqItem_body {
  /*display: block;*/
}
.faqItemStyle-3 .faqItem {
  margin-bottom: 20px;
}
.faqItemStyle-3 .faqItem .faqItem_head,
.faqItemStyle-3 .faqItem .faqItem_body {
  padding: 12.5px 50px 12.5px 90px;
  border-radius: 15px 0 0 0;
  border-bottom: none;
}
.faqItemStyle-3 .faqItem .faqItem_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #daf3fd;
}
.faqItemStyle-3 .faqItem .faqItem_head .iconBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #fa2223;
  border-right: solid 1px #ffffff;
  border-radius: 15px 0 0 0;
}
.faqItemStyle-3 .faqItem .faqItem_head:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 20px;
  content: "\f106";
  color: #fa2223;
  font-family: FontAwesome;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faqItemStyle-3 .faqItem .faqItem_head:hover {
  color: #ffffff;
  background-color: #fa2223;
}
.faqItemStyle-3 .faqItem .faqItem_head:hover:after {
  color: #ffffff;
}
.faqItemStyle-3 .faqItem .faqItem_body {
  display: block;
}
.faqItemStyle-3 .faqItem.faqItem_current .faqItem_head {
  color: #ffffff;
  background-color: #fa2223;
}
.faqItemStyle-3 .faqItem.faqItem_current .faqItem_head:after {
  color: #ffffff;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.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;
  }
  .faqItem_main.faqItemStyle-2_2 .faqItem .faqItem_head {
    padding-left: 0;
  }
  .faqItem_main.faqItemStyle-2_2 .faqItem .faqItem_head i {
    font-size: 20px;
    padding: 0 11px;
  }
  .faqItem_main.faqItemStyle-3 .faqItem_head,
  .faqItem_main.faqItemStyle-3 .faqItem_body {
    padding-left: 60px;
  }
  .faqItem_main.faqItemStyle-3 .faqItem_head .iconBox {
    width: 45px;
  }
  .faqItem_main.faqItemStyle-3 .faqItem_body {
    padding: 15px 10px 0;
  }
}
@media (max-width: 575px) {
  .faqItemStyle-2_2 .row_pc {
    display: none;
  }
  .faqItemStyle-2_2 .row_mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.faqItemStyle-4 {
  counter-reset: num;
}
.faqItemStyle-4 .faqItem {
  position: relative;
  padding: 40px 60px;
  background-color: #f5f5f5;
  margin-bottom: 1.5em;
}
@media (max-width: 1199px) {
  .faqItemStyle-4 .faqItem {
    padding: 30px 5%;
  }
}
.faqItemStyle-4 .faqItem::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fa2223 transparent transparent transparent;
}
.faqItemStyle-4 .faqItem-head {
  border-bottom: solid 1px #fa2223;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fa2223;
  position: relative;
  padding-left: 2em;
}
.faqItemStyle-4 .faqItem-head:before {
  counter-increment: num;
  content: counter(num);
  width: 2em;
  margin-left: -2em;
  display: inline-block;
}
.faqItemStyle-4 .faqItem-body {
  padding-left: 2em;
}

@media (max-width: 767px) {
  body.contact section.sectionBlock .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.contact .contMapStyle03 > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.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%;
}

.icon-link.maxW {
  max-width: 105px;
}

.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: #fa2223;
  z-index: 1;
}
@media (max-width: 1300px) {
  .contMapStyle02 .cont_infoFrame {
    display: none;
  }
}
.contMapStyle02 .cont_companyInfo {
  padding: 20px 30px;
  height: 100%;
  border: 1px solid #6B7FD7;
}
.contMapStyle02 .cont_companyInfo .blockTitle {
  margin-bottom: 0;
}
.contMapStyle02 .cont_companyInfo .blockTitle span {
  color: #ffffff;
}
.contMapStyle02 .cont_companyInfo .boxTitle span {
  color: #6B7FD7;
}
.contMapStyle02 .list_faicon {
  margin-bottom: 20px;
}
.contMapStyle02 .list_faicon li {
  color: #ffffff;
}
.contMapStyle02 .list_faicon li a {
  color: #ffffff;
}
.contMapStyle02 .list_faicon li a:hover {
  color: #333333;
}
.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: #6B7FD7;
}
.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: #fa2223;
  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 select {
  border: none;
  border-bottom: 2px solid #d4d4d4;
  padding: 27px 0 8px;
  height: 62px;
  display: block;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  color: transparent;
  resize: none;
}
.form_b2b_2 .form-item select:focus {
  border-color: #000;
  color: #000;
}
.form_b2b_2 .form-item select:focus + label {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  font-size: 16px;
  color: #999999;
}
.form_b2b_2 .form-item select:-moz-focusring {
  border-color: #000;
  color: #000;
}
.form_b2b_2 .form-item select:-moz-focusring + label {
  transform: translateY(-200%);
  font-size: 16px;
  color: #999999;
}
.form_b2b_2 .form-item select + label {
  top: 50%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}
.form_b2b_2 .form-item select.valid {
  color: #333333;
}
.form_b2b_2 .form-item select.valid + label {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  font-size: 16px;
  color: #999;
}
.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: #fa2223;
  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: #fa2223;
  font-weight: 300;
  margin: 10px;
  text-align: left;
  position: relative;
}

.gdprBlockItem__rt a {
  background: transparent;
  border: 1px solid #fa2223;
  cursor: pointer;
  color: #fa2223;
  border-radius: 5px;
  padding: 7px 10px;
  white-space: nowrap;
}

.gdprBlockItem__rt a:not(:last-of-type) {
  margin-right: 10px;
}

.gdprBlockItem__rt a:hover {
  background: #fa2223;
  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: #fa2223;
  border-color: #fa2223;
}
.checkOutStep ul li.active .txt {
  border-color: #fa2223;
}
.checkOutStep ul li.active .txt .stepTitle {
  color: #fa2223;
}

@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: #fa2223;
}

.stepProcess__Item.active .stepProcess__Circle {
  border-color: #fa2223;
}

@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 {
  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 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: #fa2223;
  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 #333 solid;
  border-radius: 10px;
}

.topLinkBlock a.active, .topLinkBlock a:hover {
  border: 1px solid #fa2223;
  background-color: #fa2223;
  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;
}

@media (max-width: 767px) {
  body.location section.sectionBlock .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.location .subBlockTitle {
  color: #333333;
}

/*****************************/
/* location / list-2 */
/*****************************/
.locationContent_2 .row_mb {
  display: none;
}
@media (max-width: 991px) {
  .locationContent_2 .row_pc {
    display: none;
  }
  .locationContent_2 .row_mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.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-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: #fa2223;
}
.locationContent_2 .dist-item .dist-header:hover::after {
  color: #fa2223;
}
.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: #fa2223;
  -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: #fa2223;
  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 {
  margin-left: 50px;
}
.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-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::after {
    right: 5%;
  }
  .locationContent_2 .dist-item ul {
    padding: 0 15px;
  }
  .locationContent_2 .dist-item.active ul {
    line-height: 20px;
  }
}

/*****************************/
/* location / list-3 */
/*****************************/
.locationContent_3 {
  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%;
}
.locationContent_3 .inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px dotted #999999;
  border-left: 4px solid #fa2223;
  padding: 20px;
}
.locationContent_3 .subBlockTitle {
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.locationContent_3 .listStyle_faicon, .locationContent_3 .menuListStyle_2, .locationContent_3 .menuListStyle_3 {
  margin-top: 10px;
  list-style: disc;
}
.locationContent_3 .phone span {
  color: #333333;
}

@media (min-width: 576px) and (max-width: 768px) {
  .sectionBlock:has(.locationContent_3) .row > div:last-child {
    margin-bottom: 30px;
  }
}
/*****************************/
/* location / list-4 */
/*****************************/
.locationContent_4 {
  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%;
}
.locationContent_4 .inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .locationContent_4 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .locationContent_4 .inner {
    padding: 10px;
  }
}
.locationContent_4 .inner .lefBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .locationContent_4 .inner .lefBox {
    width: 100%;
  }
}
.locationContent_4 .inner .subBlockTitle {
  margin-top: 0;
}
.locationContent_4 .inner .listStyle_faicon, .locationContent_4 .inner .menuListStyle_2, .locationContent_4 .inner .menuListStyle_3 {
  padding-left: 0;
  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%;
}
.locationContent_4 .inner .listStyle_faicon li.address, .locationContent_4 .inner .menuListStyle_2 li.address, .locationContent_4 .inner .menuListStyle_3 li.address {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.locationContent_4 .inner .listStyle_faicon li, .locationContent_4 .inner .menuListStyle_2 li, .locationContent_4 .inner .menuListStyle_3 li {
  padding: 10px 0;
}
.locationContent_4 .inner .listStyle_faicon li + li, .locationContent_4 .inner .menuListStyle_2 li + li, .locationContent_4 .inner .menuListStyle_3 li + li {
  border-top: 1px solid #cccccc;
}
.locationContent_4 .inner .rightBox {
  width: 95px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .locationContent_4 .inner .rightBox {
    width: 100%;
  }
}
.locationContent_4 .inner .rightBox a + a {
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .locationContent_4 .inner .rightBox a + a {
    margin-top: 0;
    margin-left: 5px;
  }
}
.locationContent_4 .inner .rightBox a {
  display: inline-block;
  width: 80px;
  background-color: #fa2223;
  color: #fff;
  padding: 8px 15px;
  border-radius: 100px;
  opacity: 0.8;
}
.locationContent_4 .inner .rightBox a:hover {
  opacity: 1;
}
.locationContent_4:hover .inner {
  border: 1px solid #fa2223;
}

@media (min-width: 576px) and (max-width: 768px) {
  .sectionBlock:has(.locationContent_4) .row > div:last-child {
    margin-bottom: 30px;
  }
}
/*****************************/
/* location / list-5 */
/*****************************/
.locationContent_5 .border {
  height: 100%;
  border: solid 1px #ddd;
  background-color: #fff;
  padding: 2em 2.5em;
}
@media (max-width: 576px) {
  .locationContent_5 .border {
    padding: 1em 1.5em;
  }
}
.locationContent_5 .subBlockTitle {
  margin-top: 0;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media (max-width: 576px) {
  .locationContent_5 .subBlockTitle {
    padding-bottom: 0.7em;
    margin-bottom: 0.7em;
  }
}
.locationContent_5 .ulInfo li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.locationContent_5 .ulInfo li + li {
  margin-top: 1em;
}
.locationContent_5 .ulInfo li > span {
  position: relative;
  padding-right: 1.3em;
  margin-right: 1.3em;
  min-width: 4.8em;
}
.locationContent_5 .ulInfo li > span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #333333;
}
.locationContent_5 .ulInfo li.url a {
  word-break: break-word;
}

.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 #fa2223;
  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: #fa2223;
  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: #fa2223;
}
.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 #fa2223;
}
.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: #fa2223;
}
.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 > .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: #fa2223;
  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: #fa2223;
  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 .subBlockTitle:hover {
  color: #fa2223;
}

@media (max-width: 767px) {
  body.phototype section.sectionBlock .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*****************************/
/* 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: 60px;
}
.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;
}
.photo-type3:has(.photo-mark-type3) .subBlockTitle h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 5px;
}
@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: 100%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 0px;
  border-radius: 5px;
}
.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;
  border-radius: 5px 5px 0 0;
}
.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;
}

/*****************************/
/* phototype / photo-type5 */
/*****************************/
.photo-type5-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3px 1fr 3px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
@media (max-width: 992px) {
  .photo-type5-box {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .photo-type5-box {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.photo-type5 {
  overflow: hidden;
  position: relative;
}
.photo-type5 .swiper-button-next, .photo-type5 .swiper-button-prev {
  opacity: 0;
}
.photo-type5 .photo-album-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
  width: 100%;
  padding: 15px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photo-type5:hover .photo-album-title {
  opacity: 1;
}
.photo-type5:hover .swiper-button-next, .photo-type5:hover .swiper-button-prev {
  opacity: 1;
}
.photo-type5:hover .swiper-button-next.swiper-button-disabled, .photo-type5:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  body.photo section.sectionBlock .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.spaceList .photo-list4.row > [class*=col-] {
  margin-bottom: 0;
}

.photo-list4 [class^=item] {
  display: none;
  margin-bottom: 30px;
}
.photo-list4 .subBlockTitle {
  margin-top: 0;
}

/*****************************/
/* about / html_3.php / data-block="22" */
/*****************************/
.aboutUs22 {
  margin-top: 32px;
  margin-bottom: 32px;
}

/* 標題 */
.aboutUs22_top {
  margin: 24px 0;
}

.aboutUs22_top-secondMark {
  position: relative;
  letter-spacing: 2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 70px;
  max-width: 100%;
  display: inline-block;
  /* 文字旁符號 */
}
.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;
  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: #fa2223;
  font-weight: 400;
}
.breadCrumbs_link ol li a {
  color: inherit;
}
.breadCrumbs_link ol li:not(:last-child)::after {
  margin: 0 10px;
  font-weight: 300;
  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;
  color: #333333 !important;
  margin-bottom: 32px;
  padding-bottom: 40px;
  position: relative;
  font-weight: 800;
}
.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-word;
  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 .subBlockTitle-big {
  color: inherit;
  font-weight: 600;
  padding-left: 32px;
  margin-bottom: 20px;
  border-left: 3px solid #6B7FD7;
}
.aboutUs22_imgContent-text .describe_list strong {
  font-weight: 900;
  margin-top: 20px;
  display: inline-block;
  letter-spacing: 0.5px;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .aboutUs22_imgContent-text .describe_list strong {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .aboutUs22_imgContent-text .describe_list strong {
    font-size: 1rem;
  }
}
.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 {
    margin-bottom: 10px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .aboutUs22_content-title {
    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 span {
  color: white;
  font-weight: 100;
  display: block;
  opacity: 1;
}
.sectionBlock_aboutUs23 .block {
  display: block;
  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: #fa2223;
  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-style: inherit;
  margin-bottom: 19px;
  display: block;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_aboutUs23 .block .box .text .ta em {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs23 .block .box .text .ta em {
    font-size: 1rem;
  }
}
.sectionBlock_aboutUs23 .block .box .text .ta > div {
  font-size: 1.444444rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_aboutUs23 .block .box .text .ta > div {
    font-size: 1.277778rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs23 .block .box .text .ta > div {
    font-size: 1.111111rem;
  }
}
.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 .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%;
    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;
  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);
}
.sectionBlock_aboutUs24 .imgContent .service_slogan .orange_slogan {
  padding: 40px;
  background: #fa2223;
  color: #fff;
  letter-spacing: 2px;
  line-height: 44px;
  font-size: 1.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_aboutUs24 .imgContent .service_slogan .orange_slogan {
    font-size: 1.555556rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs24 .imgContent .service_slogan .orange_slogan {
    font-size: 1.222222rem;
  }
}
.sectionBlock_aboutUs24 .imgContent .service_slogan .white_slogan {
  padding: 40px;
  background: #fff;
  -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;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_aboutUs24 .imgContent .service_slogan .white_slogan {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs24 .imgContent .service_slogan .white_slogan {
    font-size: 1rem;
  }
}
.sectionBlock_aboutUs24 .txtContent {
  margin-top: 80px;
}
.sectionBlock_aboutUs24 .txtContent .tech_service {
  width: 100%;
}
.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 .subBlockTitle {
  color: inherit;
  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 .subBlockTitle .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;
}
.sectionBlock_aboutUs24 .txtContent .tech_service .tech_service_list ol {
  padding-left: 22px;
  margin-top: 10px;
  list-style-type: auto;
}
@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 .txtContent {
    margin-top: 20px;
  }
}

/*****************************/
/* 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 {
  color: inherit;
  font-weight: 700;
}
.sectionBlock_aboutUs25_container .main_title .title_second {
  display: table;
}
.sectionBlock_aboutUs25_container .main_title .title_second small {
  position: relative;
  padding-left: 165px;
  color: #999999;
  font-weight: 700;
}
.sectionBlock_aboutUs25_container .main_title .title_second small::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: #fa2223;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}
.sectionBlock_aboutUs25_container .main_title .btnLink a:hover {
  opacity: 0.9;
}
.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) {
  line-height: 1;
  font-weight: 700;
  margin-right: 0.5rem;
}
.sectionBlock_aboutUs25_container .main_content .item .text_box span:nth-child(2) {
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 1.777778rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_aboutUs25_container .main_content .item .text_box span:nth-child(2) {
    font-size: 1.555556rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs25_container .main_content .item .text_box span:nth-child(2) {
    font-size: 1.222222rem;
  }
}
.sectionBlock_aboutUs25_container .main_content .item .text_box span:nth-child(3) {
  -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: #fa2223;
  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: #fa2223;
  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 {
  opacity: 0.9;
}
@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_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) {
    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_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;
  }
  .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(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 {
  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 {
  color: #5d3919;
  line-height: 0.9;
  display: inline-block;
  vertical-align: middle;
}
.sectionBlock_aboutUs26 .title small {
  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;
  color: inherit;
}
.sectionBlock_aboutUs26 .content .blockTitle span.secondTitle {
  line-height: 1.35;
  font-weight: 300;
  color: inherit;
}
.sectionBlock_aboutUs26 .content .blockTitle small {
  display: block;
  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;
  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;
  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 {
  color: inherit;
  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;
  color: inherit;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding-bottom: 40px;
}
.sectionBlock_aboutUs29 .boxInner .left .title::after {
  content: "";
  display: block;
  width: 130px;
  height: 5px;
  background: #fa2223;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sectionBlock_aboutUs29 .boxInner .left .Txt {
  padding: 10px 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 {
  color: inherit;
  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: #fa2223;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sectionBlock_aboutUs30 .inner .left .tilteOne {
  font-weight: 700;
}
.sectionBlock_aboutUs30 .inner .left .tilteTwo {
  font-weight: bold;
  margin-top: 30px;
  display: block;
}
.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: #fa2223;
  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-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: #fa2223;
}
.sectionBlock_aboutUs31 .titleTwo {
  color: #333333;
  font-weight: bold;
}
.sectionBlock_aboutUs31 .titleTwo i {
  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: #fa2223;
  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: #fa2223 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;
  color: inherit;
  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: #fa2223;
  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 {
  color: inherit;
  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: #fa2223;
}
.sectionBlock_aboutUs32 .dist-item .dist-header:hover::after {
  color: #fa2223;
}
.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;
}
.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.active ul {
    line-height: 20px;
  }
}
.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 #fa2223;
  background-color: transparent;
  color: #fa2223;
}

/*****************************/
/* 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: #fa2223;
  border-color: #fa2223;
  -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: #fa2223;
  letter-spacing: 1px;
  font-size: 0.888889rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_aboutUs33 .iconBox .icon .iconInner p {
    font-size: 0.833333rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs33 .iconBox .icon .iconInner p {
    font-size: 0.777778rem;
  }
}
@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 {
  overflow: inherit;
}
.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: 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-weight: bold;
  margin: 50px 0;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_aboutUs34 .txtBox .title {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs34 .txtBox .title {
    font-size: 1rem;
  }
}
@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;
  font-size: 1.111111rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_aboutUs34 .txtBox .tabList > a {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs34 .txtBox .tabList > a {
    font-size: 0.888889rem;
  }
}
@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;
  margin-bottom: 0;
}
.sectionBlock_aboutUs35 .box-constainer .title-box .title {
  line-height: 1em;
  letter-spacing: 0.03em;
  color: inherit;
}
.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;
  font-weight: bold;
  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;
}
@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 #fa2223 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: #fa2223;
  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 #fa2223;
  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: #fa2223;
}
@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-weight: 800;
  color: inherit;
  font-weight: 800;
  display: block;
  padding-bottom: 20px;
}
.sectionBlock_aboutUs36 .titleBox .subTitle {
  font-weight: bold;
}
.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 {
  font-weight: 800;
  display: block;
  padding-bottom: 20px;
  font-size: 1.444444rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_aboutUs36 .historyBox .item .itemBox .title {
    font-size: 1.277778rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs36 .historyBox .item .itemBox .title {
    font-size: 1.111111rem;
  }
}
.sectionBlock_aboutUs36 .historyBox .item .itemBox .second-title {
  font-weight: bold;
  font-size: 1.111111rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_aboutUs36 .historyBox .item .itemBox .second-title {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs36 .historyBox .item .itemBox .second-title {
    font-size: 0.888889rem;
  }
}
.sectionBlock_aboutUs36 .historyBox .item .itemBox p {
  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-weight: 500;
  margin-top: 12px;
  position: relative;
  font-size: 0.888889rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_aboutUs36 .historyBox .item .iconList li .txt {
    font-size: 0.833333rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs36 .historyBox .item .iconList li .txt {
    font-size: 0.777778rem;
  }
}
.sectionBlock_aboutUs36 .historyBox .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@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 {
    padding-bottom: 10px;
  }
  .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-weight: 600;
  color: #fa2223;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_aboutUs37 .content-box .title {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs37 .content-box .title {
    font-size: 1rem;
  }
}
.sectionBlock_aboutUs37 .content-box .txt {
  max-width: 640px;
  margin: 0 auto;
  padding: 1.5rem 0;
}
@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;
}
.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-weight: 600;
  font-size: 1.222222rem;
}
@media (min-width: 769px) and (max-width: 1440px) {
  .sectionBlock_aboutUs37 .qa-list .qa-list-title .title {
    font-size: 1.111111rem;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs37 .qa-list .qa-list-title .title {
    font-size: 1rem;
  }
}
.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: #fa2223;
}
.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: #fa2223;
}
.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 > div {
  display: block;
  color: #fa2223;
  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 {
  color: inherit;
  margin-top: -0.25em;
  margin-bottom: 1.5rem;
  font-weight: 800;
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs38 .content .content-title {
    text-align: center;
  }
}
.sectionBlock_aboutUs38 .content .txt {
  line-height: 1.75;
  font-weight: 500;
  color: #999;
}
.sectionBlock_aboutUs38 .content .info-list-box {
  font-weight: 800;
  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: #fa2223;
  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: #fa2223;
}

/*****************************/
/* 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 {
  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 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 700px) {
  .sectionBlock_aboutUs39 .aboutTxt .title {
    text-align: center;
  }
}
.sectionBlock_aboutUs39 .aboutTxt p {
  margin-bottom: 0;
}
.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 {
  color: inherit;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 700px) {
  .sectionBlock_aboutUs39 .aboutCore .list .titleEn {
    float: left;
    margin-right: 10px;
  }
}
.sectionBlock_aboutUs39 .aboutCore .list span {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  color: #fa2223;
  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: #fa2223;
  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: 700px) {
  .sectionBlock_aboutUs39 .aboutCore .list p br {
    display: none;
  }
}

/*****************************/
/* about / html_3.php / data-block="40" */
/*****************************/
.sectionBlock_aboutUs40 .item-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 65px;
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs40 .item-lists {
    margin-top: 20px;
  }
}
.sectionBlock_aboutUs40 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 35px);
  position: relative;
}
@media (max-width: 1024px) {
  .sectionBlock_aboutUs40 .item {
    width: 100%;
  }
}
.sectionBlock_aboutUs40 .item .item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs40 .item .item-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionBlock_aboutUs40 .item:nth-child(odd) {
  margin-right: 35px;
}
.sectionBlock_aboutUs40 .item:nth-child(odd) .item-block {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sectionBlock_aboutUs40 .item:nth-child(odd) .item-content {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .sectionBlock_aboutUs40 .item:nth-child(odd) {
    margin-right: 15px;
  }
  .sectionBlock_aboutUs40 .item:nth-child(odd) .item-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs40 .item:nth-child(odd) {
    margin-right: 0;
  }
}
.sectionBlock_aboutUs40 .item:nth-child(even) {
  margin-left: 35px;
}
.sectionBlock_aboutUs40 .item:nth-child(even) .item-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 65px;
}
@media (max-width: 1024px) {
  .sectionBlock_aboutUs40 .item:nth-child(even) .item-block {
    margin-top: 0;
  }
}
.sectionBlock_aboutUs40 .item:nth-child(even) .item-content {
  margin-left: 20px;
}
.sectionBlock_aboutUs40 .item:nth-child(even) .item-content .item-content-title::after {
  left: auto;
  right: 0;
}
@media (max-width: 1200px) {
  .sectionBlock_aboutUs40 .item:nth-child(even) {
    margin-right: 15px;
  }
  .sectionBlock_aboutUs40 .item:nth-child(even) .item-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1024px) {
  .sectionBlock_aboutUs40 .item:nth-child(even) {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs40 .item:nth-child(even) {
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .sectionBlock_aboutUs40 .item:nth-child(even) .item-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionBlock_aboutUs40 .item-content {
  max-width: 210px;
  margin-top: 65px;
  padding-bottom: 70px;
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs40 .item-content {
    margin-top: 0;
  }
}
.sectionBlock_aboutUs40 .item-content .item-content-title {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.sectionBlock_aboutUs40 .item-content .item-content-title::after {
  content: "";
  position: absolute;
  background: #fa2223;
  left: 0;
  bottom: 0;
  width: 291px;
  height: 1px;
  z-index: 1;
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs40 .item-content .item-content-title::after {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .sectionBlock_aboutUs40 .item-content {
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs40 .item-content {
    max-width: 100%;
    padding-bottom: 20px;
  }
}
.sectionBlock_aboutUs40 .item-imgbox {
  width: calc(100% - 210px);
  max-width: 360px;
}
@media (max-width: 1200px) {
  .sectionBlock_aboutUs40 .item-imgbox {
    width: calc(100% - 160px);
  }
}
@media (max-width: 576px) {
  .sectionBlock_aboutUs40 .item-imgbox {
    width: 100%;
    margin: 0 auto;
  }
}

/*****************************/
/* about / html_3.php / data-block="41" */
/*****************************/
.sectionBlock_aboutUs41 .container {
  position: relative;
}
.sectionBlock_aboutUs41 .text-box {
  z-index: 5;
  display: inline-block;
  width: calc(100% - 200px - 176px);
  vertical-align: middle;
  left: 0;
  padding: 5% 0;
  padding-bottom: 0;
}
@media (max-width: 1366px) {
  .sectionBlock_aboutUs41 .text-box {
    padding: 10% 0;
  }
}
@media (max-width: 1199px) {
  .sectionBlock_aboutUs41 .text-box {
    padding: 7% 0;
  }
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs41 .text-box {
    width: 45%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs41 .text-box {
    width: 100%;
    margin: 0;
  }
}
.sectionBlock_aboutUs41 .title {
  display: inline-block;
  margin: 0 0 2% 5%;
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs41 .title {
    margin-left: 0;
  }
}
.sectionBlock_aboutUs41 .btn-readMore {
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
  color: #333333;
  letter-spacing: 1px;
}
.sectionBlock_aboutUs41 .btn-readMore::before {
  content: "";
  display: inline-block;
  width: 85px;
  background: #bebebe;
  vertical-align: middle;
  margin: 0 20px 0 0;
  height: 1px;
}
.sectionBlock_aboutUs41 .pic-box-container {
  position: absolute;
  right: 5%;
  top: 0;
  z-index: 5;
  display: inline-block;
  width: 62%;
}
@media (max-width: 1366px) {
  .sectionBlock_aboutUs41 .pic-box-container {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs41 .pic-box-container {
    padding: 0;
    width: 55%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs41 .pic-box-container {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
}
.sectionBlock_aboutUs41 .page-box {
  position: absolute;
  bottom: -110px;
  right: 40px;
  text-align: right;
  display: inline-block;
  z-index: 99;
}
.sectionBlock_aboutUs41 .page-box span {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-size: 2rem;
  position: relative;
  vertical-align: bottom;
  line-height: 1;
}
.sectionBlock_aboutUs41 .page-box .current {
  font-size: 4rem;
  margin: 0 14px 29px 0px;
}
@media (max-width: 1199px) {
  .sectionBlock_aboutUs41 .page-box .current {
    font-size: 3rem;
    margin: 0 10px 22px 0px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs41 .page-box .current {
    color: #ffffff;
    font-size: 2rem;
    margin: 0 12px 12px 0;
  }
}
.sectionBlock_aboutUs41 .page-box .current::after {
  content: "";
  width: 1px;
  height: 80px;
  background: #cecece;
  display: block;
  position: absolute;
  right: -11px;
  top: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1199px) {
  .sectionBlock_aboutUs41 .page-box .current::after {
    height: 50px;
    right: -9px;
    top: 21px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs41 .page-box .current::after {
    height: 30px;
    right: -10px;
    top: 15px;
  }
}
@media (max-width: 1199px) {
  .sectionBlock_aboutUs41 .page-box {
    bottom: -80px;
    right: 40px;
  }
}
@media (max-width: 768px) {
  .sectionBlock_aboutUs41 .page-box {
    bottom: 10px;
    right: 20px;
  }
  .sectionBlock_aboutUs41 .page-box span {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
  }
}
.sectionBlock_aboutUs41 .txt {
  line-height: 3rem;
  background: #f6f6f6;
  padding: 5rem 62% 5rem 6rem;
  min-height: 560px;
}
@media (max-width: 1366px) {
  .sectionBlock_aboutUs41 .txt {
    padding: 2rem 52% 2rem 3rem;
    font-size: 1rem;
    line-height: 2.5rem;
    min-height: 380px;
  }
}
@media (max-width: 1199px) {
  .sectionBlock_aboutUs41 .txt {
    padding: 2rem 52% 2rem 3rem;
    font-size: 1rem;
    line-height: 2rem;
    min-height: 320px;
  }
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs41 .txt {
    padding: 2rem 12% 2rem 2rem;
    margin-top: 10px;
    min-height: unset;
  }
}
.sectionBlock_aboutUs41 .end-title {
  display: inline-block;
  margin-bottom: 2rem;
  vertical-align: middle;
  letter-spacing: 0;
}
.sectionBlock_aboutUs41 .end-title::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #dddddd;
  vertical-align: middle;
  margin: 0 0 0 20px;
}
@media (max-width: 992px) {
  .sectionBlock_aboutUs41 .end-title::after {
    width: 80px;
  }
}

/*****************************/
/* 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: #333333;
}
.productOverview_1 .slidBlock2 .slidItem a:hover .seriesBox:after {
  content: "";
  display: block;
  border-width: 40px 40px 0 0;
  border-color: transparent #fa2223 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: #fa2223;
  color: #fff;
  padding: 12px 24px;
  position: relative;
}
.productOverview_1 .slidBlock2 .seriesBox:after {
  content: "";
  display: block;
  border-width: 40px 40px 0 0;
  border-color: transparent #333333 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 #fa2223 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: #fa2223;
}
.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: #fa2223;
  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: #fa2223;
  }
  .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);
  }
}

/*****************************/
/* productOverview / productOverview-5 */
/*****************************/
.productOverview-5 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: solid 1px #dbdbdb;
}
.productOverview-5 img {
  vertical-align: middle;
}
.productOverview-5 .blockTitle {
  font-weight: bold;
}
.productOverview-5 .sidemenu {
  width: 20%;
  background-color: #f8f8f8;
  padding: 15px max(20px, 2.083vw) max(40px, 3.646vw) max(20px, 3.646vw);
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 900px) {
  .productOverview-5 .sidemenu {
    width: 100%;
    padding: 20px max(30px, 11.12vw);
  }
}
.productOverview-5 .content {
  width: 80%;
  overflow: hidden;
}
@media (max-width: 900px) {
  .productOverview-5 .content {
    width: 100%;
    margin-top: 50px;
  }
}
.productOverview-5 .contentList {
  margin-bottom: 80px;
}
@media (max-width: 900px) {
  .productOverview-5 .contentList {
    margin-bottom: 50px;
  }
}
.productOverview-5 .titleMb {
  display: none;
}
@media (max-width: 900px) {
  .productOverview-5 .titleMb {
    display: block;
  }
}
@media (max-width: 900px) {
  .productOverview-5 .titlePc {
    display: none;
  }
}
.productOverview-5 .contentRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: max(30px, 3.125vw);
}
@media (max-width: 900px) {
  .productOverview-5 .contentRow {
    margin-right: 0;
  }
}
.productOverview-5 .contentRow .left {
  width: 38%;
}
@media (max-width: 900px) {
  .productOverview-5 .contentRow .left {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 576px) {
  .productOverview-5 .contentRow .left {
    height: 320px;
  }
}
.productOverview-5 .contentRow .right {
  width: 62%;
  background-color: #f8f8f8;
  padding: max(30px, 3.125vw);
  padding-right: 0;
}
@media (max-width: 900px) {
  .productOverview-5 .contentRow .right {
    width: 100%;
    padding: 0;
  }
}
.productOverview-5 .left {
  position: relative;
  z-index: 1;
}
.productOverview-5 .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productOverview-5 .left .bigTxt {
  font-size: max(60px, 6.25vw);
  line-height: 1.3;
  position: absolute;
  left: 3%;
  bottom: 10%;
  color: #fff;
  font-weight: bold;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 900px) {
  .productOverview-5 .left .bigTxt {
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 42px;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
.productOverview-5 .slideBox {
  margin-top: max(40px, 5.2vw);
  overflow: visible;
}
@media (max-width: 900px) {
  .productOverview-5 .slideBox {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -100px;
    margin-bottom: 30px;
  }
}
.productOverview-5 .slideBox .slick-list {
  overflow: visible;
}
.productOverview-5 .slideBox .item {
  position: relative;
  margin-right: max(20px, 2.083vw);
  background-color: #fff;
  -webkit-box-shadow: 3vw 3vw 3vw -3vw rgba(0, 0, 0, 0.2);
          box-shadow: 3vw 3vw 3vw -3vw rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .productOverview-5 .slideBox .item {
    margin: 10px;
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 576px) {
  .productOverview-5 .slideBox .item {
    width: calc((100% - 40px) / 2);
  }
}
.productOverview-5 .slideBox a {
  position: relative;
  display: block;
  height: 100%;
  padding: 10px 15px;
}
.productOverview-5 .slideBox .small {
  display: inline-block;
  color: #333333;
  margin-bottom: 5px;
}
.productOverview-5 .slideBox .itemImg {
  padding-bottom: 100%;
}
.productOverview-5 .slideBox .title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #d6d6d6;
}
.productOverview-5 .slideBox .title .subBlockTitle {
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productOverview-5 .slideBox .title .subBlockTxt {
  color: #8c8c8c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.productOverview-5 .slideBox .txt {
  color: #8c8c8c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.productOverview-5 .slideBox a button {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  background-color: #fa2223;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}
.productOverview-5 .slideBox a button::before {
  background-color: #fb5455;
}
.productOverview-5 .slideBox a button::after {
  content: "\f044";
}
@media (max-width: 576px) {
  .productOverview-5 .slideBox a button {
    opacity: 1;
    z-index: 1;
    top: 5px;
    right: 5px;
    left: auto;
    color: #fa2223;
    background-color: transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }
  .productOverview-5 .slideBox a button span {
    display: none;
  }
  .productOverview-5 .slideBox a button::before {
    display: none;
  }
  .productOverview-5 .slideBox a button::after {
    padding: 5px;
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
  }
}
.productOverview-5 .slideBox a:hover button {
  opacity: 1;
  z-index: 2;
}
.productOverview-5 .slideBox .slick-arrow {
  font-size: 35px;
  top: min(-40px, -5.2vw);
  -webkit-transform: none;
          transform: none;
}
.productOverview-5 .slideBox .slick-arrow.slick-prev {
  left: auto;
  right: 150px;
  -webkit-animation: arrowP 1.5s infinite;
          animation: arrowP 1.5s infinite;
}
.productOverview-5 .slideBox .slick-arrow.slick-next {
  left: auto;
  right: 80px;
  -webkit-animation: arrowN 1.5s infinite;
          animation: arrowN 1.5s infinite;
}
.productOverview-5 .slideBox .slick-arrow i {
  font-weight: bold;
}

@-webkit-keyframes arrowP {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@keyframes arrowP {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@-webkit-keyframes arrowN {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes arrowN {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.registerPicBox {
  text-align: center;
}

.registerPicBox img {
  width: 100%;
  max-width: 600px;
}

.registerFormDes {
  margin: 1em 0;
}

body.register .DeadlineTxt {
  color: #e90817;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
body.register label.must:before {
  color: #ED1C24;
  font-weight: bold;
}

.registerForm {
  margin-bottom: 1em;
}
.registerForm .radio label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
}
.registerForm .radio label + label {
  margin-left: 2em;
}
.registerForm .radio label input,
.registerForm .radio label span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.registerForm .radio label input {
  width: auto;
  height: 16px;
}
.registerForm .birthdayRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.registerForm .radioBox input,
.registerForm .radioBox label {
  cursor: pointer;
}
.registerForm .WillingnessRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.registerForm .WillingnessRow input {
  position: relative;
  top: 0.4em;
}
.registerForm .WillingnessRow input,
.registerForm .WillingnessRow label {
  cursor: pointer;
}

/*各樣板樣式======================================*/
/*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;
}